Le Tan 7 years ago
parent
commit
9703ccbbfd
53 changed files with 1124 additions and 2915 deletions
  1. 2 0
      .gitignore
  2. 0 0
      .nojekyll
  3. 19 0
      _vnote.json
  4. 0 262
      css/froala_blocks.css
  5. 0 0
      en_US/_v_images/20181124154422086_1815676907.svg
  6. 0 0
      en_US/_v_images/20181124155022977_806133500.svg
  7. 0 0
      en_US/_v_images/20181124155408890_125984506.svg
  8. 0 0
      en_US/_v_images/20181124155541581_1337512834.svg
  9. 0 0
      en_US/_v_images/20181124160539465_1974001899.svg
  10. 0 0
      en_US/_v_images/20181124160655553_1770055980.svg
  11. 0 0
      en_US/_v_images/20181124161508229_152845752.svg
  12. 0 0
      en_US/_v_images/20181124163939673_81017666.png
  13. 0 0
      en_US/_v_images/20181124164023649_131131901.png
  14. 0 0
      en_US/_v_images/20181124164046638_337092662.png
  15. 0 0
      en_US/_v_images/20181124164058289_1232467902.png
  16. 0 0
      en_US/_v_images/20181124164129480_2136699189.png
  17. 0 0
      en_US/_v_images/20181124164142595_204757426.png
  18. 0 0
      en_US/_v_images/20181124164149249_1895919077.png
  19. BIN
      en_US/_v_images/20181124164227082_1627336110.png
  20. BIN
      en_US/_v_images/20181124165109541_999429459.png
  21. BIN
      en_US/_v_images/20181124165142716_2035299364.png
  22. 54 0
      en_US/_vnote.json
  23. 8 0
      en_US/blogs/_vnote.json
  24. 0 0
      en_US/css/custom.css
  25. 10 0
      en_US/css/file.svg
  26. 10 0
      en_US/css/folder.svg
  27. 1 0
      en_US/css/github.svg
  28. 99 0
      en_US/css/highlightjs.css
  29. 463 0
      en_US/css/viki.css
  30. BIN
      en_US/css/vnote.ico
  31. 44 0
      en_US/css/vnote_white.svg
  32. 8 0
      en_US/docs/_vnote.json
  33. 13 0
      en_US/donate.md
  34. 70 0
      en_US/downloads.md
  35. 97 0
      en_US/index.html
  36. 67 0
      en_US/index.md
  37. 0 0
      en_US/js/custom.js
  38. 1 0
      en_US/js/viki.js
  39. 53 0
      en_US/navigation.json
  40. 44 0
      en_US/resources/vnote.svg
  41. 16 0
      en_US/screenshots.md
  42. 22 0
      en_US/viki.json
  43. 0 204
      gallery.html
  44. 0 1775
      imgs/alt_wide_1.svg
  45. 0 50
      imgs/img_attachment.svg
  46. 0 54
      imgs/img_codeblock.svg
  47. 0 47
      imgs/img_expect_more.svg
  48. 0 51
      imgs/img_extension.svg
  49. 0 56
      imgs/img_image.svg
  50. BIN
      imgs/img_logo.png
  51. 0 90
      imgs/img_outline.svg
  52. 15 326
      index.html
  53. 8 0
      zh_CN/_vnote.json

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+*.vswp
+_v_recycle_bin

+ 0 - 0
.nojekyll


+ 19 - 0
_vnote.json

@@ -0,0 +1,19 @@
+{
+    "attachment_folder": "_v_attachments",
+    "created_time": "2018-11-24T05:00:58Z",
+    "files": [
+    ],
+    "image_folder": "",
+    "recycle_bin_folder": "_v_recycle_bin",
+    "sub_directories": [
+        {
+            "name": "en_US"
+        },
+        {
+            "name": "zh_CN"
+        }
+    ],
+    "tags": [
+    ],
+    "version": "1"
+}

+ 0 - 262
css/froala_blocks.css

@@ -1,262 +0,0 @@
-.btn {
-  padding: 9px 26px;
-  background-color: #528bff;
-  color: #FFF;
-  display: inline-block;
-  box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  -webkit-box-sizing: border-box;
-  text-decoration: none;
-  border: solid 2px #528bff;
-  border-radius: 2px;
-  -moz-border-radius: 2px;
-  -webkit-border-radius: 2px; }
-  .btn.btn-empty {
-    background-color: transparent;
-    color: #528bff; }
-  .btn:hover {
-    color: #FFF;
-    background-color: #1f69ff;
-    border-color: #1f69ff; }
-  .btn.btn-black {
-    color: #FFFFFF;
-    background-color: #000000;
-    border-color: #000000; }
-    .btn.btn-black.btn-empty {
-      background-color: transparent;
-      color: #000000; }
-    .btn.btn-black:hover {
-      color: #FFF;
-      background-color: #0d0d0d;
-      border-color: #0d0d0d; }
-  .btn.btn-white {
-    color: #000000;
-    background-color: #FFFFFF;
-    border-color: #FFFFFF; }
-    .btn.btn-white.btn-empty {
-      background-color: transparent;
-      color: #FFFFFF; }
-    .btn.btn-white:hover {
-      color: #000000;
-      background-color: #DEDEDE;
-      border-color: #DEDEDE; }
-  .btn.btn-shadow {
-    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
-  .btn.btn-round {
-    border-radius: 20px;
-    -moz-border-radius: 20px;
-    -webkit-border-radius: 20px;
-    min-width: 150px; }
-
-.team-1.fdb-block img {
-  border-bottom: solid 5px #528bff;
-  border-radius: 0 !important;
-  -moz-border-radius: 0 !important;
-  -webkit-border-radius: 0 !important; }
-
-.team-1.fdb-block .fdb-box {
-  padding: 0; }
-  .team-1.fdb-block .fdb-box .content {
-    padding: 20px; }
-
-.team-2.fdb-block img {
-  border-radius: 100% !important;
-  -moz-border-radius: 100% !important;
-  -webkit-border-radius: 100% !important; }
-
-.team-3.fdb-block img {
-  border-radius: 100% !important;
-  -moz-border-radius: 100% !important;
-  -webkit-border-radius: 100% !important;
-  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
-
-.fdb-block {
-  font-family: 'Roboto', sans-serif;
-  font-size: 16px;
-  line-height: 1.5;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-  text-rendering: optimizelegibility;
-  padding: 100px 0;
-  color: #444444;
-  position: relative;
-  background-size: cover;
-  background-position: center;
-  overflow: hidden;
-  background-color: #FFFFFF; }
-  .fdb-block.fdb-viewport {
-    min-height: calc(100% - 2 * 100px); }
-    .fdb-block.fdb-viewport .container {
-      min-height: calc(100% - 2 * 100px); }
-  .fdb-block.fdb-image-bg {
-    color: #f2f2f2; }
-  .fdb-block .fdb-box {
-    background: #FFFFFF;
-    color: #444444;
-    padding: 60px 40px;
-    border-radius: 4px;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
-    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-    overflow: hidden; }
-  .fdb-block .fdb-touch {
-    border-top: solid 5px #528bff; }
-  .fdb-block h1, .fdb-block .text-h1 {
-    font-size: 2.75rem;
-    margin-bottom: .5em;
-    margin-top: .3em;
-    font-weight: 400; }
-  .fdb-block h2, .fdb-block .text-h2 {
-    font-size: 2rem;
-    margin-bottom: .5em;
-    margin-top: .3em;
-    font-weight: 400; }
-  .fdb-block h3, .fdb-block .text-h3 {
-    font-size: 1.125rem;
-    margin-bottom: .5em;
-    margin-top: .3em;
-    font-weight: 400; }
-  .fdb-block h4, .fdb-block .text-h4 {
-    font-size: 1rem;
-    margin-bottom: .5em;
-    margin-top: .3em;
-    font-weight: 400; }
-  .fdb-block h5, .fdb-block .text-h5 {
-    font-size: 0.9rem;
-    margin-bottom: .5em;
-    margin-top: .3em;
-    font-weight: 400; }
-  .fdb-block h6, .fdb-block .text-h6 {
-    font-size: 0.75rem;
-    margin-bottom: .5em;
-    margin-top: .3em;
-    font-weight: 400; }
-  .fdb-block .font-weight-light {
-    font-weight: 300; }
-  .fdb-block img {
-    border-radius: 4px;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px; }
-    .fdb-block img + p, .fdb-block img + h3, .fdb-block img + h4 {
-      margin-top: 20px; }
-    .fdb-block img + h1, .fdb-block img + h2 {
-      margin-top: 40px; }
-  .fdb-block .col-fill-left {
-    width: 50%;
-    position: absolute;
-    left: 0;
-    top: 0;
-    bottom: 0;
-    background-size: cover;
-    background-position: center;
-    z-index: 1; }
-    .fdb-block .col-fill-left + div {
-      position: relative;
-      z-index: 2; }
-  .fdb-block .col-fill-right {
-    width: 50%;
-    position: absolute;
-    right: 0;
-    top: 0;
-    bottom: 0;
-    background-size: cover;
-    background-position: center;
-    z-index: 1; }
-    .fdb-block .col-fill-right + div {
-      position: relative;
-      z-index: 2; }
-  .fdb-block img.fdb-icon {
-    width: auto;
-    width: 60px; }
-  .fdb-block img.fdb-icon-round {
-    width: auto;
-    width: 60px;
-    border-radius: 60px;
-    -moz-border-radius: 60px;
-    -webkit-border-radius: 60px; }
-  .fdb-block .row-100 {
-    height: 100px;
-    width: 100%; }
-  .fdb-block .row-50 {
-    height: 50px;
-    width: 100%; }
-  .fdb-block .row-70 {
-    height: 70px;
-    width: 100%; }
-
-footer {
-  padding: 30px 0 !important; }
-  footer.footer-large {
-    padding: 100px 0 !important; }
-  footer .flex-column .nav-link {
-    padding-left: 0; }
-  footer.bg-dark {
-    background: #2d313c;
-    color: #f2f2f2; }
-    footer.bg-dark a {
-      color: #f2f2f2; }
-  footer a {
-    color: #444444; }
-
-header {
-  background-color: #FFFFFF; }
-  header .navbar-nav a.nav-link {
-    color: #777; }
-    header .navbar-nav a.nav-link:hover {
-      color: #528bff; }
-  header .navbar-nav .active a.nav-link {
-    color: #444444; }
-  header .navbar-toggler-icon {
-    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
-  header.bg-dark .navbar-nav a.nav-link {
-    color: #dcdcdc; }
-    header.bg-dark .navbar-nav a.nav-link:hover {
-      color: #528bff; }
-  header.bg-dark .navbar-nav .active a.nav-link {
-    color: #FFFFFF; }
-  header.bg-dark .navbar-toggler-icon {
-    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
-
-header + header {
-  border-top: solid 1px #EEE; }
-
-.bg-dark {
-  background-color: #2d313c;
-  color: #f2f2f2; }
-
-.bg-gray {
-  background-color: #fafafa;
-  color: #444444; }
-
-.br {
-  border-radius: 4px;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  overflow: hidden; }
-
-.br-0 {
-  border-radius: 0 !important;
-  -moz-border-radius: 0 !important;
-  -webkit-border-radius: 0 !important; }
-
-.heart {
-  color: #df584e;
-  font-weight: bold; }
-
-*.text-light {
-  font-weight: 300 !important; }
-
-.sl-1 {
-  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-  z-index: 2; }
-
-table tr.no-border th, table tr.no-border td {
-  border-top: 0; }

+ 0 - 0
imgs/cross_platform.svg → en_US/_v_images/20181124154422086_1815676907.svg


+ 0 - 0
imgs/simple_management.svg → en_US/_v_images/20181124155022977_806133500.svg


+ 0 - 0
imgs/own_your_data.svg → en_US/_v_images/20181124155408890_125984506.svg


+ 0 - 0
imgs/concentration.svg → en_US/_v_images/20181124155541581_1337512834.svg


+ 0 - 0
imgs/pleasant_markdown_experience.svg → en_US/_v_images/20181124160539465_1974001899.svg


+ 0 - 0
imgs/highly_customizable.svg → en_US/_v_images/20181124160655553_1770055980.svg


+ 0 - 0
imgs/for_programmers.svg → en_US/_v_images/20181124161508229_152845752.svg


+ 0 - 0
imgs/img_main_light.png → en_US/_v_images/20181124163939673_81017666.png


+ 0 - 0
imgs/img_main_dark.png → en_US/_v_images/20181124164023649_131131901.png


+ 0 - 0
imgs/inplace_preview.png → en_US/_v_images/20181124164046638_337092662.png


+ 0 - 0
imgs/img_insert_image.png → en_US/_v_images/20181124164058289_1232467902.png


+ 0 - 0
imgs/img_edit_mode.png → en_US/_v_images/20181124164129480_2136699189.png


+ 0 - 0
imgs/img_full_text_search.png → en_US/_v_images/20181124164142595_204757426.png


+ 0 - 0
imgs/img_rich_export.png → en_US/_v_images/20181124164149249_1895919077.png


BIN
en_US/_v_images/20181124164227082_1627336110.png


BIN
en_US/_v_images/20181124165109541_999429459.png


BIN
en_US/_v_images/20181124165142716_2035299364.png


+ 54 - 0
en_US/_vnote.json

@@ -0,0 +1,54 @@
+{
+    "created_time": "2018-11-24T05:03:09Z",
+    "files": [
+        {
+            "attachment_folder": "",
+            "attachments": [
+            ],
+            "created_time": "2018-11-24T05:04:27Z",
+            "modified_time": "2018-11-24T08:37:22Z",
+            "name": "index.md",
+            "tags": [
+            ]
+        },
+        {
+            "attachment_folder": "",
+            "attachments": [
+            ],
+            "created_time": "2018-11-24T07:21:01Z",
+            "modified_time": "2018-11-24T08:29:28Z",
+            "name": "downloads.md",
+            "tags": [
+            ]
+        },
+        {
+            "attachment_folder": "",
+            "attachments": [
+            ],
+            "created_time": "2018-11-24T07:21:10Z",
+            "modified_time": "2018-11-24T08:42:31Z",
+            "name": "screenshots.md",
+            "tags": [
+            ]
+        },
+        {
+            "attachment_folder": "",
+            "attachments": [
+            ],
+            "created_time": "2018-11-24T08:46:16Z",
+            "modified_time": "2018-11-24T08:53:24Z",
+            "name": "donate.md",
+            "tags": [
+            ]
+        }
+    ],
+    "sub_directories": [
+        {
+            "name": "blogs"
+        },
+        {
+            "name": "docs"
+        }
+    ],
+    "version": "1"
+}

+ 8 - 0
en_US/blogs/_vnote.json

@@ -0,0 +1,8 @@
+{
+    "created_time": "2018-11-24T07:21:38Z",
+    "files": [
+    ],
+    "sub_directories": [
+    ],
+    "version": "1"
+}

+ 0 - 0
en_US/css/custom.css


+ 10 - 0
en_US/css/file.svg

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
+<path style="fill:#000000" d="M399.3,168.9c-0.7-2.9-2-5-3.5-6.8l-83.7-91.7c-1.9-2.1-4.1-3.1-6.6-4.4c-2.9-1.5-6.1-1.6-9.4-1.6H136.2
+	c-12.4,0-23.7,9.6-23.7,22.9v335.2c0,13.4,11.3,25.9,23.7,25.9h243.1c12.4,0,21.2-12.5,21.2-25.9V178.4
+	C400.5,174.8,400.1,172.2,399.3,168.9z M305.5,111l58,63.5h-58V111z M144.5,416.5v-320h129v81.7c0,14.8,13.4,28.3,28.1,28.3h66.9
+	v210H144.5z"/>
+</svg>

+ 10 - 0
en_US/css/folder.svg

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
+<path style="fill:#000000" d="M437.334,144H256.006l-42.668-48H74.666C51.197,96,32,115.198,32,138.667v234.666C32,396.802,51.197,416,74.666,416h362.668
+	C460.803,416,480,396.802,480,373.333V186.667C480,163.198,460.803,144,437.334,144z M448,373.333
+	c0,5.782-4.885,10.667-10.666,10.667H74.666C68.884,384,64,379.115,64,373.333V176h373.334c5.781,0,10.666,4.885,10.666,10.667
+	V373.333z"/>
+</svg>

+ 1 - 0
en_US/css/github.svg

@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path fill="#B2DFDB" d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>

+ 99 - 0
en_US/css/highlightjs.css

@@ -0,0 +1,99 @@
+/*
+
+Original highlight.js style (c) Ivan Sagalaev <[email protected]>
+
+*/
+
+.hljs {
+  display: block;
+  overflow-x: auto;
+  padding: 0.5em;
+  background: #E0E0E0;
+}
+
+
+/* Base color: saturation 0; */
+
+.hljs,
+.hljs-subst {
+  color: #363636;
+}
+
+.hljs-comment {
+  color: #767676;
+}
+
+.hljs-keyword,
+.hljs-attribute,
+.hljs-selector-tag,
+.hljs-meta-keyword,
+.hljs-doctag,
+.hljs-name {
+  color: #0000ee;
+}
+
+
+/* User color: hue: 0 */
+
+.hljs-type,
+.hljs-string,
+.hljs-number,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-quote,
+.hljs-template-tag,
+.hljs-deletion {
+  color: #880000;
+}
+
+.hljs-title,
+.hljs-section {
+  color: #880000;
+  font-weight: bold;
+}
+
+.hljs-regexp,
+.hljs-symbol,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-link,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+  color: #BC6060;
+}
+
+
+/* Language color: hue: 90; */
+
+.hljs-literal {
+  color: #af00d7;
+}
+
+.hljs-built_in,
+.hljs-bullet,
+.hljs-code,
+.hljs-addition {
+  color: #008700;
+}
+
+
+/* Meta color: hue: 200 */
+
+.hljs-meta {
+  color: #1f7199;
+}
+
+.hljs-meta-string {
+  color: #4d99bf;
+}
+
+
+/* Misc effects */
+
+.hljs-emphasis {
+  font-style: italic;
+}
+
+.hljs-strong {
+  font-weight: bold;
+}

+ 463 - 0
en_US/css/viki.css

@@ -0,0 +1,463 @@
+body {
+    font-family: "Segoe UI", Helvetica, sans-serif, Tahoma, Arial, Geneva, Georgia, Palatino, "Times New Roman", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", "WenQuanYi Micro Hei", "文泉驿雅黑", Dengxian, "等线体", STXihei, "华文细黑", "Liberation Sans", "Droid Sans", NSimSun, "新宋体", SimSun, "宋体";
+    color: #222222;
+    background: #F5F5F5;
+}
+
+a {
+    word-break: break-all;
+}
+
+.viki-img-package {
+    text-align: center;
+}
+
+img.viki-img-center {
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+}
+
+span.viki-img-caption {
+    min-width: 20%;
+    max-width: 80%;
+    display: inline-block;
+    padding: 10px;
+    margin: 0 auto;
+    border-bottom: 1px solid #c0c0c0;
+    color: #6c6c6c;
+    text-align: center;
+    line-height: 1.5;
+}
+
+/* View Image */
+.viki-view-image,.viki-view-svg {
+    transition: 0.3s;
+}
+
+.viki-modal-box {
+    display: none;
+    position: fixed;
+    z-index: 1000;
+    padding-top: 50px;
+    left: 0;
+    top: 0;
+    width: 100%;
+    height: 100%;
+    overflow: hidden;
+    background-color: rgb(234, 234, 234);
+    background-color: rgba(234, 234, 234, 0.95);
+    z-index: 2000;
+}
+
+.viki-modal-content {
+    margin: auto;
+    display: block;
+    width: auto;
+    height: auto;
+    cursor: move;
+}
+
+/* Add Animation */
+.viki-modal-content {
+    -webkit-animation-name: zoom;
+    -webkit-animation-duration: 0.6s;
+    animation-name: zoom;
+    animation-duration: 0.6s;
+}
+
+@-webkit-keyframes zoom {
+    from {-webkit-transform:scale(0)}
+    to {-webkit-transform:scale(1)}
+}
+
+@keyframes zoom {
+    from {transform:scale(0)}
+    to {transform:scale(1)}
+}
+
+/* The Close Button */
+span.viki-modal-close {
+    position: absolute;
+    z-index: 2002;
+    top: 15px;
+    right: 35px;
+    color: #666666;
+    font-size: 40px;
+    font-weight: bold;
+    transition: 0.3s;
+}
+
+span.viki-modal-close:hover,
+span.viki-modal-close:focus {
+    color: #222222;
+    text-decoration: none;
+    cursor: pointer;
+}
+/* View Image */
+
+pre {
+    display: block;
+    overflow-y: hidden;
+    overflow-x: auto;
+}
+
+code {
+    font-family: Consolas, Monaco, Monospace, Courier;
+    color: #8E24AA;
+    word-break: break-all;
+}
+
+pre code {
+    display: block;
+    overflow-x: auto;
+    padding: 0.5em;
+    color: #222222;
+    background-color: #E0E0E0;
+    border-left: .5em solid #00897B;
+    font-family: Consolas, Monaco, Monospace, Courier;
+    white-space: pre;
+}
+
+pre code.viki-markdown-metadata {
+    border-left: .5rem solid #80CBC4;
+}
+
+blockquote {
+    color: #666;
+    border-left: .5em solid #7a7a7a;
+    padding: 0 1em;
+    margin-left: 0;
+}
+
+blockquote p {
+    color: #666;
+}
+
+div.viki-mermaid-diagram {
+    margin: 16px 0px 16px 0px;
+    overflow-y: hidden;
+}
+
+div.viki-flowchart-diagram {
+    padding: 0px 5px 0px 5px;
+    margin: 16px 0px 16px 0px;
+    width: fit-content;
+    overflow: hidden;
+}
+
+div.viki-plantuml-diagram {
+    padding: 5px 5px 0px 5px;
+    margin: 16px 0px 16px 0px;
+    width: fit-content;
+    overflow: hidden;
+}
+
+table {
+   padding: 0;
+   margin: 1rem 0.5rem;
+   border-collapse: collapse;
+}
+
+table tr {
+   border-top: 2px solid #cccccc;
+   background-color: white;
+   margin: 0;
+   padding: 0;
+}
+
+table tr:nth-child(2n) {
+   background-color: #f8f8f8;
+}
+
+table tr th {
+   font-weight: bold;
+   border: 2px solid #cccccc;
+   margin: 0;
+   padding: 6px 13px;
+}
+
+table tr td {
+   border: 2px solid #cccccc;
+   margin: 0;
+   padding: 6px 13px;
+}
+
+table tr th :first-child, table tr td :first-child {
+   margin-top: 0;
+}
+
+table tr th :last-child, table tr td :last-child {
+   margin-bottom: 0;
+}
+
+/* For Highlight.js Line Number */
+table.hljs-ln tr {
+    border: none;
+    background-color: transparent;
+}
+
+table.hljs-ln tr td {
+    border: none;
+    background-color: transparent;
+}
+
+table.hljs-ln tr td.hljs-ln-numbers {
+    -webkit-touch-callout: none;
+    -webkit-user-select: none;
+    -khtml-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
+
+    text-align: center;
+    color: #AAA;
+    border-right: 1px solid #CCC;
+    vertical-align: top;
+    padding-right: 5px;
+    white-space: nowrap;
+}
+
+table.hljs-ln tr td.hljs-ln-code {
+    padding-left: 10px;
+}
+/* For Highlight.js Line Number */
+
+/* Mathjax */
+x-eqs {
+    display: flex;
+    flex-direction: row;
+    align-content: space-between;
+    align-items: center;
+}
+
+x-eqs > x-eqn {
+    width: 100%;
+    margin-left: 3rem;
+}
+
+x-eqs > span {
+    text-align:right;
+}
+/* Mathjax */
+
+.viki-toc {
+    position: -webkit-sticky;
+    position: sticky;
+    top: 4rem;
+    height: calc(100vh - 4rem);
+    overflow-y: auto;
+    padding-top: 1.5rem;
+    padding-bottom: 1.5rem;
+    font-size: .875rem;
+}
+
+.viki-toc > ul {
+    border-left: 1px solid #ddd;
+}
+
+.viki-toc ul {
+    list-style-type: none;
+}
+
+.viki-toc a {
+    color: #808080;
+}
+
+.viki-navbar {
+    min-height: 4rem;
+    background-color: #00796B;
+    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
+}
+
+.navbar-brand-icon {
+    border: 1px solid transparent;
+    border-radius: 5px;
+}
+
+.viki-navbar .navbar-nav-icon {
+    display: inline-block;
+    width: 1rem;
+    height: 1rem;
+    vertical-align: text-top;
+}
+
+.viki-navbar .navbar-nav-icon:hover {
+    transform: scale(1.2);
+}
+
+.viki-navbar .navbar-nav .nav-link {
+    padding-right: .5rem;
+    padding-left: .5rem;
+    color: #B2DFDB;
+}
+
+@media (min-width: 768px) {
+    .viki-navbar {
+        position: -webkit-sticky;
+        position: sticky;
+        top: 0;
+        z-index: 1071;
+    }
+}
+
+.viki-content > h1[id], .viki-content > h2[id], .viki-content > h3[id], .viki-content > h4[id], .viki-content > h5[id], .viki-content > h6[id] {
+    pointer-events: none;
+}
+
+.viki-content > h1[id] > a, .viki-content > h2[id] > a, .viki-content > h3[id] > a, .viki-content > h4[id] > a, .viki-content > h5[id] > a, .viki-content > h6[id] > a {
+    pointer-events: auto;
+}
+
+.viki-content > h1[id] > div, .viki-content > h2[id] > div, .viki-content > h3[id] > div, .viki-content > h4[id] > div, .viki-content > h5[id] > div, .viki-content > h6[id] > div {
+    pointer-events: auto;
+}
+
+.viki-content {
+    margin-top: 1rem;
+}
+
+/* Tricks for sticky header. */
+@media (min-width: 768px) {
+    .viki-content > h1[id]::before, .viki-content > h2[id]::before, .viki-content > h3[id]::before, .viki-content > h4[id]::before, .viki-content > h5[id]::before, .viki-content > h6[id]::before {
+        display: block;
+        height: 6rem;
+        margin-top: -6rem;
+        visibility: hidden;
+        content: "";
+    }
+}
+
+.viki-sidebar {
+    border-bottom: 1px solid rgba(0,0,0,.1);
+}
+
+@media (min-width: 768px) {
+    .viki-sidebar {
+        position: -webkit-sticky;
+        position: sticky;
+        top: 4rem;
+        z-index: 1000;
+        height: calc(100vh - 4rem);
+        border-right: 1px solid rgba(0,0,0,.1);
+    }
+}
+
+@media (min-width: 1200px) {
+    .viki-sidebar {
+        -ms-flex: 0 1 320px;
+        flex: 0 1 320px;
+    }
+}
+
+.viki-search {
+    position: relative;
+    padding: 1rem 15px;
+    margin-right: -15px;
+    margin-left: -15px;
+    border-bottom: 1px solid rgba(0,0,0,.05);
+}
+
+.algolia-autocomplete {
+    display: block!important;
+    -ms-flex: 1;
+    flex: 1;
+}
+
+.viki-search-docs-toggle {
+    line-height: 1;
+    color: #212529;
+}
+
+.viki-links {
+    padding-top: 1rem;
+    padding-bottom: 1rem;
+    margin-right: -15px;
+    margin-left: -15px;
+}
+
+@media (min-width: 768px) {
+    .viki-links {
+        max-height: calc(100vh - 9rem);
+        overflow-y: auto;
+        display: block!important;
+    }
+}
+
+.viki-jstree-folder-icon {
+    background-image: url('folder.svg') !important;
+    background-size: cover !important;
+    opacity: 0.6;
+}
+
+.viki-jstree-file-icon {
+    background-image: url('file.svg') !important;
+    background-size: cover !important;
+    opacity: 0.6;
+}
+
+.viki-footer {
+    font-size: 85%;
+    text-align: center;
+    background-color: #EEEEEE;
+}
+
+@media (min-width: 576px) {
+    .viki-footer {
+        text-align: left;
+    }
+}
+
+.viki-footer p {
+    margin-bottom: 0;
+}
+
+.viki-footer a {
+    font-weight: 500;
+    color: #495057;
+}
+
+.viki-footer-row {
+}
+
+.viki-footer-viki {
+    opacity: 0.8;
+}
+
+.form-control:focus {
+  border-color: #00897B;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 137, 123, 0.6);
+}
+
+.viki-anchor {
+    font-weight: 400;
+    color: rgba(0,123,255,.5);
+    transition: color .16s linear;
+    padding-left: 0.375em;
+    -webkit-font-smoothing: antialiased;
+    text-decoration: none;
+    opacity: 0;
+}
+
+.viki-anchor:hover {
+    color: rgba(0,123,255,1);
+    text-decoration: none;
+    opacity: 1;
+}
+
+.viki-anchor::after {
+    content: attr(data-anchor-icon);
+}
+
+@media print {
+    #viki-navi, #viki-toc {
+        display: none !important;
+    }
+
+    #viki-content {
+        -ms-flex: 0 0 100% !important;
+        flex: 0 0 100% !important;
+        max-width: 100% !important;
+        padding: 3rem 1.5rem !important;
+    }
+}

BIN
en_US/css/vnote.ico


+ 44 - 0
en_US/css/vnote_white.svg

@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   id="svg8"
+   version="1.1"
+   viewBox="0 0 135.46666 135.46666"
+   height="512"
+   width="512">
+  <defs
+     id="defs2" />
+  <metadata
+     id="metadata5">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(0,-161.53335)"
+     id="g4579"
+     style="display:inline">
+    <path
+       id="path4682"
+       d="m 42.289995,195.6223 -20.278396,3.3e-4 25.334055,70.74483 c 0.448204,1.32121 2.064047,4.66939 4.092726,4.73001 l 21.555975,0.0275 c -8.602263,-24.03459 -17.204501,-48.0692 -25.806767,-72.10379 -0.624661,-1.37844 -2.606139,-3.39892 -4.897593,-3.39892 z"
+       style="fill:#eeeeee;fill-opacity:1;stroke:none;stroke-width:0.2399714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       id="path856"
+       d="M 113.45506,217.57986 C 97.982428,237.70991 80.859596,259.34026 72.994356,271.125 l -6.893565,-23.90176 33.174646,-43.1022 z"
+       style="fill:#eeeeee;fill-opacity:1;stroke:none;stroke-width:0.2399714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       id="path4577"
+       d="m 113.44472,191.54848 c 0.0504,-1.94436 -1.34529,-4.1252 -3.90208,-4.13813 l -22.932325,-0.002 c 5.340575,7.09033 15.661615,18.31157 26.844745,30.17171 z"
+       style="fill:#eeeeee;fill-opacity:1;stroke:none;stroke-width:0.21666166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>

+ 8 - 0
en_US/docs/_vnote.json

@@ -0,0 +1,8 @@
+{
+    "created_time": "2018-11-24T07:21:54Z",
+    "files": [
+    ],
+    "sub_directories": [
+    ],
+    "version": "1"
+}

+ 13 - 0
en_US/donate.md

@@ -0,0 +1,13 @@
+# Donate
+VNote is an open source and free project maintained by the author in part time. Please consider helping VNote to grow up.
+
+- Keep monitoring VNote and sending feedback for improvement.
+- Spread and promote VNote to your friends.
+- Participate in the development of VNote and send Pull Request to make VNote perfect.
+- Really appreciate your donate to VNote
+    - Alipay: `[email protected]`  
+    ![](_v_images/20181124165109541_999429459.png =256x)
+    - WeChat  
+    ![](_v_images/20181124165142716_2035299364.png =256x)
+
+Thanks for [those](https://github.com/tamlok/vnote/wiki/Donate-List) who donated to VNote!

+ 70 - 0
en_US/downloads.md

@@ -0,0 +1,70 @@
+# Downloads
+::: alert-info
+
+To upgrade VNote, you could just simply remove the old package and download the new one.
+
+:::
+
+## Windows
+### Official Zip ![](https://ci.appveyor.com/api/projects/status/github/tamlok/vnote?svg=true)
+
+- [Github releases](https://github.com/tamlok/vnote/releases)
+- Latest builds on master: [ ![Download](https://api.bintray.com/packages/tamlok/vnote/vnote/images/download.svg) ](https://bintray.com/tamlok/vnote/vnote/_latestVersion)
+
+::: alert-warning
+
+**NOT** supported in XP since QtWebEngineProcess used by VNote could not work in XP.
+
+:::
+
+### Scoop
+VNote can be installed from `extras` bucket of Scoop.
+
+```shell
+scoop bucket add extras
+scoop install vnote
+scoop update vnote
+```
+
+## Linux
+### AppImage ![](https://travis-ci.org/tamlok/vnote.svg?branch=master)
+
+There is an AppImage format standalone executable of VNote for major Linux distributions. **Any help for packaging and distribution on Linux is appreciated!**
+
+- [Github releases](https://github.com/tamlok/vnote/releases)
+- Latest builds on master: [ ![Download](https://api.bintray.com/packages/tamlok/vnote/vnote/images/download.svg) ](https://bintray.com/tamlok/vnote/vnote/_latestVersion)
+
+### openSUSE
+Currently `vnote` on openSUSE Tumbleweed can be installed from `home:opensuse_zh` project on OBS. You can execute the following command directly:
+
+```shell
+sudo zypper ar https://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_Tumbleweed/ home:opensuse_zh
+sudo zypper ref
+sudo zypper in vnote
+```
+
+For other architectures, please search for `vnote` at [software.opensuse.org](https://software.opensuse.org).
+
+We don't support Leap 42 and below due to the Qt version. Please use AppImage or build it yourself.
+
+### Arch Linux
+VNote on Arch Linux can be installed from the AUR as [vnote](https://aur.archlinux.org/packages/vnote-bin/):
+
+```shell
+git clone https://aur.archlinux.org/vnote-bin.git
+cd vnote-bin
+makepkg -sic
+```
+
+There is also a development version that tracks the latest master [vnote-git](https://aur.archlinux.org/packages/vnote-git/).
+
+## MacOS ![](https://travis-ci.org/tamlok/vnote.svg?branch=master)
+
+- [Github releases](https://github.com/tamlok/vnote/releases)
+- Latest builds on master: [ ![Download](https://api.bintray.com/packages/tamlok/vnote/vnote/images/download.svg) ](https://bintray.com/tamlok/vnote/vnote/_latestVersion)
+
+You can also install VNote using homebrew, through the cask tap:
+
+```shell
+brew cask install vnote
+```

+ 97 - 0
en_US/index.html

@@ -0,0 +1,97 @@
+<!doctype html>
+<html>
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="generator" content="Viki">
+
+    <title>Viki - A simple Wiki page in Markdown from notebook of VNote</title>
+    <link id="favicon" rel="icon" href="https://github.com/tamlok/viki/raw/master/resources/viki.ico">
+
+    <!-- Bootstrap CSS -->
+    <link href="https://cdn.bootcss.com/twitter-bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
+
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/themes/default/style.min.css">
+
+    <link href="css/highlightjs.css" rel="stylesheet">
+    <link href="css/viki.css" rel="stylesheet">
+    <link href="css/custom.css" rel="stylesheet">
+
+    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
+    <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
+    <script src="https://cdn.bootcss.com/popper.js/1.14.3/umd/popper.min.js"></script>
+    <script src="https://cdn.bootcss.com/twitter-bootstrap/4.1.3/js/bootstrap.min.js"></script>
+
+    <!--
+    <script src="https://cdn.bootcss.com/highlight.js/9.13.1/highlight.min.js"></script>
+    <script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/go.min.js"></script>
+    <script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/yaml.min.js"></script>
+    <script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/r.min.js"></script>
+    <script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/scala.min.js"></script>
+    <script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/shell.min.js"></script>
+    <script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/swift.min.js"></script>
+    <script src="https://cdn.bootcss.com/highlightjs-line-numbers.js/2.5.0/highlightjs-line-numbers.min.js"></script>
+    -->
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/yaml.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/go.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/r.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/scala.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/swift.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/shell.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/powershell.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.5.0/highlightjs-line-numbers.min.js"></script>
+
+    <!--
+    <script src="https://cdn.bootcss.com/mermaid/8.0.0-rc.8/mermaid.min.js"></script>
+    -->
+    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js"></script>
+
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js"></script>
+    <!--
+    <script src="https://cdn.bootcss.com/flowchart/1.11.3/flowchart.min.js"></script>
+    -->
+    <script src="https://cdn.jsdelivr.net/npm/[email protected]/release/flowchart.min.js"></script>
+
+    <!--
+    <script src="http://s.plantuml.com/synchro2.js"></script>
+    <script src="http://s.plantuml.com/zopfli.raw.min.js"></script>
+    -->
+
+    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jstree.min.js"></script>
+
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_HTMLorMML" async></script>
+
+    <script type="text/x-mathjax-config">
+    MathJax.Hub.Config({
+        tex2jax: {
+            inlineMath: [['$','$'], ['\\(','\\)']],
+            processEscapes: true,
+            processClass: "tex2jax_process|language-mathjax|lang-mathjax"
+        },
+        showProcessingMessages: false,
+        skipStartupTypeset: true,
+        TeX: {
+            Macros: {
+                bm: ["\\boldsymbol{#1}", 1]
+            },
+            equationNumbers: {
+                autoNumber: "AMS"
+            }
+        },
+        messageStyle: "none"
+    });
+    MathJax.Hub.Register.StartupHook("End", function() {
+        if (typeof MathJaxReady != "undefined") {
+            MathJaxReady();
+        }
+    });
+    </script>
+
+    <!-- viki script -->
+    <script src="js/viki.js"></script>
+    <script src="js/custom.js"></script>
+</head>
+<body>
+</body>
+</html>

+ 67 - 0
en_US/index.md

@@ -0,0 +1,67 @@
+![](resources/vnote.svg =256x)
+
+# VNote
+**A note-taking application that knows programmers and markdown better.**
+
+::: alert-success
+
+VNote v2.1 is released! Check out [what's new](https://github.com/tamlok/vnote/releases/latest)!
+
+:::
+
+- Join VNote on [Github](https://github.com/tamlok/vnote)
+- Chat on [Slack](https://join.slack.com/t/vnote/shared_invite/enQtNDg2MzY0NDg3NzI4LTQ1Yzk1YjA5MjAyYTU0MjJkMTUxNmRiYWQ2YjlkOWU0ZGZlMTFlZTAxNzg0ZGUyNzI0ZGY2NDg4MmU1M2FkMDg)
+- Subscribe to WeChat **vnote_md**
+
+## Open source and free
+- Open source in [MIT](http://opensource.org/licenses/MIT) license
+- Powered by Qt and C++
+- Available on Linux, Windows, and macOS
+
+![](_v_images/20181124154422086_1815676907.svg =512x)
+
+## Simple notes management
+- All plain text, no database
+- Self-contained **notebooks**, infinite levels of **folders**, plain **notes**
+- Tags and attachments
+- Explore and edit external files
+
+![](_v_images/20181124155022977_806133500.svg =512x)
+
+## Own your data
+- All files on your local disk
+- One notebook is exactly one directory
+- Work from anywhere seamlessly via third-party service of your choice
+
+![](_v_images/20181124155408890_125984506.svg =512x)
+
+## Concentration
+- **No** live preview side by side
+- Focus on your note in both **read** and **edit** mode
+
+![](_v_images/20181124155541581_1337512834.svg =512x)
+
+## Pleasant Markdown experience
+- Minimized gap between read and write of Markdown
+- Syntax highlights and in-place preview
+- Effective images management
+- Interactive outline
+- UML diagrams, flowcharts, and math formulas
+
+![](_v_images/20181124160539465_1974001899.svg =512x)
+
+## Highly customizable
+- Themes and styles
+- Shortcuts and behaviors
+
+![](_v_images/20181124160655553_1770055980.svg =512x)
+
+## By programmers, for programmers
+- Vim mode and Vim-like navigation
+- Line number in editor
+- Multiple tabs
+- Window splits
+- Fuzzy search and jump
+- Versatile shortcuts
+
+![](_v_images/20181124161508229_152845752.svg =512x)

+ 0 - 0
en_US/js/custom.js


File diff suppressed because it is too large
+ 1 - 0
en_US/js/viki.js


+ 53 - 0
en_US/navigation.json

@@ -0,0 +1,53 @@
+{
+    "navigation":
+    [
+        {
+            "text": "Home",
+            "target": "index.md",
+            "toc": false
+        },
+        {
+            "text": "Downloads",
+            "target": "downloads.md"
+        },
+        {
+            "text": "Screenshots",
+            "target": "screenshots.md",
+            "toc": false
+        },
+        {
+            "text": "Blogs",
+            "target": "blogs/_vnote.json",
+            "navi": true
+        },
+        {
+            "text": "Documentation",
+            "target": "docs/_vnote.json",
+            "navi": true,
+            "navi_index": "welcome.md"
+        },
+        {
+            "text": "Donate",
+            "target": "donate.md",
+            "toc": false
+        },
+        {
+            "text": "Language",
+            "children":
+            [
+                {
+                    "text": "中文 Chinese",
+                    "target": "#"
+                }
+            ]
+        }
+    ],
+    "actions":
+    [
+        {
+            "text": "GitHub",
+            "icon": "css/github.svg",
+            "target": "https://github.com/tamlok/vnote"
+        }
+    ]
+}

+ 44 - 0
en_US/resources/vnote.svg

@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   id="svg8"
+   version="1.1"
+   viewBox="0 0 135.46666 135.46666"
+   height="512"
+   width="512">
+  <defs
+     id="defs2" />
+  <metadata
+     id="metadata5">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(0,-161.53335)"
+     id="g4579"
+     style="display:inline">
+    <path
+       id="path4682"
+       d="m 42.289995,195.6223 -20.278396,3.3e-4 25.334055,70.74483 c 0.448204,1.32121 2.064047,4.66939 4.092726,4.73001 l 21.555975,0.0275 c -8.602263,-24.03459 -17.204501,-48.0692 -25.806767,-72.10379 -0.624661,-1.37844 -2.606139,-3.39892 -4.897593,-3.39892 z"
+       style="fill:#00897b;fill-opacity:1;stroke:none;stroke-width:0.2399714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       id="path856"
+       d="M 113.45506,217.57986 C 97.982428,237.70991 80.859596,259.34026 72.994356,271.125 l -6.893565,-23.90176 33.174646,-43.1022 z"
+       style="fill:#00897b;fill-opacity:1;stroke:none;stroke-width:0.2399714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       id="path4577"
+       d="m 113.44472,191.54848 c 0.0504,-1.94436 -1.34529,-4.1252 -3.90208,-4.13813 l -22.932325,-0.002 c 5.340575,7.09033 15.661615,18.31157 26.844745,30.17171 z"
+       style="fill:#00897b;fill-opacity:1;stroke:none;stroke-width:0.21666166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>

+ 16 - 0
en_US/screenshots.md

@@ -0,0 +1,16 @@
+# Screenshots
+![Light Theme](_v_images/20181124163939673_81017666.png)
+
+![Dark Theme](_v_images/20181124164023649_131131901.png)
+
+![In-Place Preview](_v_images/20181124164046638_337092662.png)
+
+![Insert Image](_v_images/20181124164058289_1232467902.png)
+
+![Syntax Highlight](_v_images/20181124164129480_2136699189.png)
+
+![Full-Text Search](_v_images/20181124164142595_204757426.png)
+
+![Export](_v_images/20181124164149249_1895919077.png)
+
+![Fuzzy Search via Universal Entry](_v_images/20181124164227082_1627336110.png)

+ 22 - 0
en_US/viki.json

@@ -0,0 +1,22 @@
+{
+    "brand": "VNote",
+    "brand_icon": "css/vnote_white.svg",
+    "title": "VNote - A note-taking application that knows programmers and Markdown better",
+    "favicon": "css/vnote.ico",
+    "footer": "VNote is developed and maintained by Le Tan.",
+    "show_suffix": false,
+    "load_before_search": true,
+    "fuzzy_search": false,
+    "markdown":
+    {
+        "html": true,
+        "breaks": false,
+        "linkify": false,
+        "typographer": false,
+        "lang_prefix": "lang-",
+        "image_caption": true,
+        "plantuml_server": "http://www.plantuml.com/plantuml",
+        "plantuml_format": "svg",
+        "code_block_line_number": false
+    }
+}

+ 0 - 204
gallery.html

@@ -1,204 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-  <title>VNote</title>
-  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" />
-
-  <link rel="icon" type="image/png" href="imgs/img_logo.png" />
-  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
-  <link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
-  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
-
-  <link type="text/css" rel="stylesheet" href="./css/froala_blocks.css">
-
-  <style>
-    #navigator {
-      position: sticky;
-      top: 0;
-      z-index: 1000;
-    }
-
-    #navigator .navbar-toggler-icon {
-    	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
-    }
-
-    @media (max-width: 720px) {
-      #navigator {
-        border-bottom: 1px solid #ccc;
-      }
-    }
-
-    #navigator a {
-      font-size: 14px;
-    }
-
-    #navigator + section {
-      padding: 250px 0;
-    }
-  </style>
-</head>
-
-<body>
-  <header>
-    <div class="container">
-      <nav class="navbar navbar-expand-md">
-        <a class="navbar-brand" href="https://tamlok.github.io/vnote">
-          <img src="./imgs/img_logo.png" height="30" alt="logo">
-        </a>
-
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
-          <span class="navbar-toggler-icon"></span>
-        </button>
-
-        <div class="collapse navbar-collapse" id="navbarNav1">
-          <ul class="navbar-nav mr-auto">
-            <li class="nav-item active">
-              <a class="nav-link" href="https://tamlok.github.io/vnote">Home</a>
-            </li>
-            <li class="nav-item">
-              <a class="nav-link" href="index.html#features">Features</a>
-            </li>
-            <li class="nav-item">
-                <a class="nav-link" href="">Screenshots <span class="sr-only">(current)</span></a>
-            </li>
-            <li class="nav-item">
-              <a class="nav-link" href="http://vnote.readthedocs.io">Documentation</a>
-            </li>
-          </ul>
-        </div>
-      </nav>
-    </div>
-  </header>
-
-  <section class="fdb-block" style="background-image: url(imgs/alt_wide_1.svg);">
-    <div class="container">
-      <div class="row justify-content-start">
-        <div class="col-12 col-sm-10 col-md-8 text-center text-sm-left">
-          <img alt="image" width="200" src="./imgs/img_logo.png"/>
-          <h1>VNote</h1>
-          <p class="text-h3">A Vim-inspired note-taking application that knows programmers and Markdown better.</p>
-          <p class="mt-4">
-            <a class="btn btn-black mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
-            <a class="btn ml-sm-3 mr-3 mr-sm-0 mt-3 mt-sm-0" href="https://github.com/tamlok/vnote#downloads">Download</a>
-          </p>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row">
-        <div class="col text-center">
-          <h2>Light Theme</h2>
-          <img alt="image" class="img-fluid mt-5" src="./imgs/img_main_light.png">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row">
-        <div class="col text-center">
-          <h2>Dark Theme</h2>
-          <img alt="image" class="img-fluid mt-5" src="./imgs/img_main_dark.png">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row">
-        <div class="col text-center">
-          <h2>Edit Mode with Syntax Highlights</h2>
-          <img alt="image" class="img-fluid mt-5" src="./imgs/img_edit_mode.png">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row">
-        <div class="col text-center">
-          <h2>Insert Image From Clipboard</h2>
-          <img alt="image" class="img-fluid mt-5" src="./imgs/img_insert_image.png">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row">
-        <div class="col text-center">
-          <h2>In-Place Preview</h2>
-          <img alt="image" class="img-fluid mt-5" src="./imgs/inplace_preview.png">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row">
-        <div class="col text-center">
-          <h2>Rich & Extensible Export</h2>
-          <img alt="image" class="img-fluid mt-5" src="./imgs/img_rich_export.png">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row">
-        <div class="col text-center">
-          <h2>Full-Text Search</h2>
-          <img alt="image" class="img-fluid mt-5" src="./imgs/img_full_text_search.png">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-sm-9 text-left">
-          <h2>Learn how VNote is and will be developed on Github</h2>
-        </div>
-        <div class="col-12 col-sm-3 text-left text-sm-center mt-4 mt-sm-0">
-          <a class="btn mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <footer class="fdb-block footer-large">
-    <div class="container">
-      <div class="row align-items-top text-center">
-        <div class="col-12 col-sm-6 col-md-4 col-lg-3 text-sm-left">
-          <h3><strong>About VNote</strong></h3>
-          <nav class="nav flex-column">
-            <p>Developed from 2016/10/01</p>
-            <p>WeChat Public Account: vnote_md</p>
-          </nav>
-        </div>
-
-        <div class="col-12 col-sm-6 col-md-4 col-lg-3 mt-5 mt-sm-0 text-sm-left">
-          <h3><strong>About Me</strong></h3>
-          <nav class="nav flex-column">
-          <p><a href="https://github.com/tamlok">tamlok@github</a></p>
-          <p><a href="mailto:[email protected]">[email protected]</a></p>
-          </nav>
-        </div>
-      </div>
-  </footer>
-
-  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
-  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
-  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
-</body>
-</html>

+ 0 - 1775
imgs/alt_wide_1.svg

@@ -1,1775 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="3000"
-   height="2000"
-   viewBox="0 0 793.74998 529.16668"
-   version="1.1"
-   id="svg8"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"
-   sodipodi:docname="alt_wide_1.svg">
-  <defs
-     id="defs2" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.40941483"
-     inkscape:cx="1146.9917"
-     inkscape:cy="1220.5413"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     units="px"
-     showborder="true"
-     inkscape:pagecheckerboard="true">
-    <inkscape:grid
-       type="xygrid"
-       id="grid815" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata5">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(0,232.16668)">
-    <g
-       id="g1496"
-       transform="rotate(15.997386,395.83496,1398.2642)">
-      <path
-         inkscape:connector-curvature="0"
-         id="path1212-5-0-8"
-         d="m 170.24348,-3.1744082 -0.40644,-0.509889 2.05098,-1.634849 0.40644,0.50989 z"
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.44158936px;line-height:1.25;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21103974" />
-      <g
-         id="text823"
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.44158936px;line-height:1.25;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21103974"
-         transform="matrix(0.80986988,-0.64555225,0.6018423,0.75503407,-404.15215,33.581438)"
-         aria-label="# 1. VNote A note-taking application with both **notes management** and **pleasant Markdown experience**.  - Cross platform: **Linux**, **Windows**, and **Mac**; - Simple, powerful, and efficient; - Minimized gap between reading and editing Markdown;  ## 1.1. Code Block Highlight ```cpp #include &lt;iostream&gt;  using namespace std;  int main() {     string name = &quot;VNote&quot;;     cout &lt;&lt; name &lt;&lt; endl;     return 0; } ```">
-        <path
-           inkscape:connector-curvature="0"
-           id="path932"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 420.37822,298.75443 0.43021,-2.65067 h -1.42942 v -1.65146 h 1.70698 l 0.20816,-1.27676 h -1.52656 v -1.6931 h 1.80412 l 0.43021,-2.63679 h 1.72085 l -0.44409,2.63679 h 0.98533 l 0.43021,-2.63679 h 1.72085 l -0.44409,2.63679 h 1.45718 v 1.6931 h -1.72086 l -0.20816,1.27676 h 1.55431 v 1.65146 h -1.81799 l -0.44409,2.65067 h -1.72085 l 0.44409,-2.65067 h -0.99921 l -0.43021,2.65067 z m 2.41474,-4.30213 h 0.98533 l 0.20816,-1.27676 h -0.98532 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path934"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 437.18731,298.75443 v -1.80412 l 1.87351,-0.16654 v -3.09475 q 0,-0.22205 0,-0.65226 0,-0.44409 0,-0.90206 0.0139,-0.47185 0.0278,-0.77716 -0.2498,0.16653 -0.45797,0.30531 -0.19429,0.1249 -0.3747,0.22205 l -0.84655,0.45797 -0.97145,-1.84576 2.88659,-1.65146 h 2.17882 v 7.93812 l 1.87351,0.16654 v 1.80412 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path936"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 448.39518,298.85157 q -0.56899,0 -0.98533,-0.29143 -0.41633,-0.29144 -0.41633,-0.97145 0,-0.69389 0.41633,-0.98533 0.41634,-0.29143 0.98533,-0.29143 0.55511,0 0.95757,0.29143 0.40245,0.29144 0.40245,0.98533 0,0.68001 -0.40245,0.97145 -0.40246,0.29143 -0.95757,0.29143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path938"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 463.4279,298.75443 -2.51188,-9.90878 h 2.42862 l 1.249,5.77318 q 0.0555,0.27756 0.13878,0.68001 0.0833,0.38858 0.16653,0.80492 0.0833,0.40246 0.1249,0.70777 h 0.0694 q 0.0555,-0.30531 0.1249,-0.72165 0.0694,-0.41633 0.13878,-0.80491 0.0694,-0.38858 0.1249,-0.66614 l 1.1935,-5.77318 h 2.42862 l -2.49801,9.90878 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path940"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 469.72302,298.75443 v -9.90878 h 3.28905 l 1.87351,7.72996 h 0.0555 q -0.0833,-0.9437 -0.13878,-1.66534 -0.0416,-0.72165 -0.0416,-1.37391 v -4.69071 h 2.17882 v 9.90878 h -3.20578 l -1.92901,-7.66057 h -0.0555 q 0.0555,0.70777 0.0833,1.17962 0.0278,0.47184 0.0416,0.79103 0.0139,0.31919 0.0139,0.58287 0.0139,0.26368 0.0139,0.55512 v 4.55193 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path942"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 481.72192,298.8932 q -1.26288,0 -2.10943,-0.4996 -0.84654,-0.51348 -1.27676,-1.41554 -0.43021,-0.91593 -0.43021,-2.12331 0,-1.13798 0.40246,-2.01228 0.40245,-0.88818 1.20737,-1.38779 0.81879,-0.51348 2.05392,-0.51348 1.20737,0 2.05392,0.49961 0.86042,0.4996 1.31839,1.42941 0.45797,0.91594 0.45797,2.15107 0,1.15186 -0.40246,2.02616 -0.40245,0.87431 -1.22125,1.36003 -0.81879,0.48572 -2.05392,0.48572 z m -0.0694,-1.94289 q 0.73552,0 1.06859,-0.55512 0.33307,-0.55511 0.33307,-1.45717 0,-0.91594 -0.34695,-1.47105 -0.33307,-0.56899 -1.05471,-0.56899 -0.74941,0 -1.0686,0.59675 -0.31919,0.58287 -0.31919,1.44329 0,0.91594 0.33307,1.47105 0.33307,0.54124 1.05472,0.54124 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path944"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 490.94526,298.8932 q -1.09635,0 -1.73473,-0.33306 -0.6245,-0.33307 -0.88818,-0.99921 -0.26368,-0.66613 -0.26368,-1.63758 v -2.90047 h -1.91514 v -1.17962 l 2.16494,-0.7494 0.3747,-1.73473 h 1.80412 v 1.72085 h 2.65067 v 1.9429 h -2.65067 v 2.53964 q 0,0.63838 0.20817,0.91594 0.20817,0.26368 0.47185,0.33307 0.27755,0.0694 0.48572,0.0694 0.34695,0 0.66614,-0.0555 0.33306,-0.0694 0.84654,-0.2498 v 1.92901 q -0.61062,0.20817 -1.15186,0.29144 -0.52735,0.0971 -1.06859,0.0971 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path946"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:13.87783337px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 498.7947,298.8932 q -2.04005,0 -3.08088,-1.04083 -1.02696,-1.04084 -1.02696,-2.9421 0,-1.818 0.92981,-2.88659 0.9437,-1.08248 2.76169,-1.08248 1.6931,0 2.59516,0.99921 0.91593,0.98533 0.91593,2.67842 v 1.05472 h -4.92663 q 0.0555,0.69389 0.65226,1.02696 0.61063,0.33306 1.54044,0.33306 0.6245,0 1.26288,-0.15265 0.63838,-0.15266 1.17962,-0.48573 v 1.9429 q -0.69389,0.31919 -1.4433,0.43021 -0.7494,0.1249 -1.36002,0.1249 z m -1.79024,-4.84336 h 2.67842 q -0.0139,-0.6245 -0.3747,-0.98533 -0.34695,-0.3747 -0.9437,-0.3747 -0.63838,0 -0.97144,0.38858 -0.33307,0.38858 -0.38858,0.97145 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path948"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 419.40907,311.15541 1.95844,-6.05262 h 0.80196 l 1.96689,6.05262 h -0.77663 l -0.57403,-1.8487 h -2.03442 l -0.57403,1.8487 z m 2.11039,-4.32209 -0.55714,1.79806 h 1.61234 l -0.55714,-1.79806 q -0.0422,-0.14351 -0.11818,-0.4052 -0.076,-0.26169 -0.13507,-0.52338 -0.0507,0.26169 -0.12662,0.53182 -0.076,0.26169 -0.11819,0.39676 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path950"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 430.03887,311.15541 v -4.52469 h 0.6078 l 0.10974,0.66689 h 0.0422 q 0.19415,-0.38832 0.57402,-0.56559 0.38832,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75974 v -2.88702 q 0,-0.57403 -0.23637,-0.83572 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97922,0.43896 -0.27857,0.43897 -0.27857,1.23248 v 2.32143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path952"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 436.96612,311.23983 q -0.59091,0 -1.06364,-0.25325 -0.46429,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78506 0.26169,-1.3 0.27013,-0.51494 0.73442,-0.76819 0.46428,-0.26168 1.0552,-0.26168 0.59091,0 1.06364,0.26168 0.47273,0.25325 0.74286,0.77663 0.27857,0.51494 0.27857,1.31689 0,0.78507 -0.27013,1.30845 -0.27013,0.51493 -0.73442,0.77662 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65844,0 0.97922,-0.46428 0.32078,-0.47273 0.32078,-1.27468 0,-0.80196 -0.32922,-1.2578 -0.32078,-0.46429 -0.97922,-0.46429 -0.65845,0 -0.98767,0.46429 -0.32078,0.45584 -0.32078,1.2578 0,0.80195 0.32922,1.27468 0.32923,0.46428 0.98767,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path954"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 442.88038,311.23983 q -0.48117,0 -0.86949,-0.12662 -0.37987,-0.12663 -0.59935,-0.44741 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23247 v -0.52338 l 1.23247,-0.13506 0.15195,-1.18183 h 0.60779 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51493 0.22793,0.7513 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25324,-0.0422 0.43896,-0.0844 v 0.60779 q -0.2026,0.0507 -0.44741,0.0929 -0.2448,0.0422 -0.51493,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path956"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 447.39333,311.23983 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59936 -0.62468,-1.73053 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39287,0.57402 0.51493,0.57403 0.51493,1.57014 v 0.3461 h -3.28377 q 0.0169,0.59092 0.21948,0.93702 0.21104,0.34611 0.56558,0.49805 0.36299,0.14351 0.83572,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33767 -0.82728,-0.33767 -0.57402,0 -0.92013,0.34611 -0.3461,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path958"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 450.87641,309.21385 v -0.67533 h 2.53248 v 0.67533 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path960"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 458.06534,311.23983 q -0.48117,0 -0.86948,-0.12662 -0.37987,-0.12663 -0.59935,-0.44741 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23248 v -0.52338 l 1.23248,-0.13506 0.15195,-1.18183 h 0.60779 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51493 0.22792,0.7513 0.22793,0.23636 0.7513,0.23636 0.21949,0 0.47273,-0.0422 0.25325,-0.0422 0.43897,-0.0844 v 0.60779 q -0.2026,0.0507 -0.44741,0.0929 -0.2448,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path962"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 461.81011,311.23983 q -0.66688,0 -1.08052,-0.32922 -0.4052,-0.32922 -0.4052,-0.99611 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52793,-0.38831 l 0.97078,-0.0253 v -0.18572 q 0,-0.60779 -0.30389,-0.82728 -0.3039,-0.22792 -0.81884,-0.22792 -0.36299,0 -0.69221,0.0929 -0.32922,0.0929 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.7091,-0.27857 0.39675,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46428,0.37987 0.46428,1.19026 v 3.03053 h -0.60779 l -0.0844,-0.62467 h -0.0338 q -0.27858,0.35454 -0.65001,0.53182 -0.36298,0.17727 -0.8526,0.17727 z m 0.12663,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51494,-0.42208 0.19415,-0.27857 0.19415,-0.71754 v -0.40519 l -0.81039,0.0253 q -0.81039,0.0253 -1.1565,0.26169 -0.33766,0.23637 -0.33766,0.65844 0,0.38832 0.2448,0.56559 0.24481,0.16883 0.65001,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path964"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 465.68151,311.15541 v -6.4156 h 0.75974 v 3.08962 q 0,0.27013 -0.0253,0.62467 -0.0169,0.35455 -0.0338,0.65001 h 0.0169 q 0.16039,-0.21104 0.3039,-0.37987 0.15195,-0.17728 0.31234,-0.36299 l 1.56169,-1.73053 h 0.91169 l -1.79806,1.95001 1.91625,2.57468 h -0.87793 l -1.54481,-2.12728 -0.74286,0.71754 v 1.40974 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path966"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 472.44836,305.81189 q -0.21948,0 -0.37987,-0.12663 -0.15195,-0.13506 -0.15195,-0.40519 0,-0.27858 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12662 0.16039,0.4052 0,0.27013 -0.16039,0.40519 -0.16039,0.12663 -0.37143,0.12663 z m -1.91624,5.34352 v -0.50649 l 1.61235,-0.12663 v -3.25845 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51104,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path968"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 475.59378,311.15541 v -4.52469 h 0.60779 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38832 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.0974,0.38831 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75974 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43897 -0.27857,1.23248 v 2.32143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path970"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 482.30999,313.2236 q -0.47273,0 -0.87793,-0.0928 -0.4052,-0.0844 -0.7513,-0.22793 v -0.67532 q 0.33766,0.19415 0.77662,0.28701 0.44741,0.1013 0.82728,0.1013 0.76818,0 1.07208,-0.36299 0.3039,-0.35455 0.3039,-0.97922 v -0.16039 q 0,-0.1013 0,-0.19416 0.008,-0.0929 0.0253,-0.28702 h -0.0338 q -0.23637,0.34611 -0.55715,0.48118 -0.31234,0.12662 -0.75974,0.12662 -0.90325,0 -1.4013,-0.6078 -0.48962,-0.61623 -0.48962,-1.71364 0,-1.10585 0.48962,-1.73897 0.49805,-0.63311 1.35909,-0.63311 0.45585,0 0.76819,0.15194 0.31234,0.14351 0.55714,0.48962 h 0.0422 l 0.1013,-0.55715 h 0.60779 v 4.64288 q 0,0.97078 -0.49805,1.46039 -0.49805,0.48961 -1.56169,0.48961 z m 0.16883,-2.60001 q 0.56558,0 0.88636,-0.36299 0.32078,-0.37143 0.32078,-1.18182 v -0.17727 q 0,-0.92013 -0.33766,-1.32533 -0.32922,-0.41364 -0.89481,-0.41364 -0.64156,0 -0.93701,0.45585 -0.29546,0.4474 -0.29546,1.27468 0,0.84416 0.3039,1.29156 0.31234,0.43896 0.9539,0.43896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path972"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 492.18005,311.23983 q -0.66689,0 -1.08053,-0.32922 -0.40519,-0.32922 -0.40519,-0.99611 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52792,-0.38831 l 0.97079,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82728 -0.3039,-0.22792 -0.81883,-0.22792 -0.36299,0 -0.69222,0.0929 -0.32922,0.0929 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.6078 l -0.0844,-0.62467 h -0.0338 q -0.27857,0.35454 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71754 v -0.40519 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26169 -0.33767,0.23637 -0.33767,0.65844 0,0.38832 0.24481,0.56559 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path974"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 495.8404,313.18139 v -6.55067 h 0.62468 l 0.0929,0.61624 h 0.0338 q 0.19415,-0.32922 0.51493,-0.51494 0.32922,-0.18571 0.83572,-0.18571 0.82728,0 1.32533,0.59091 0.49805,0.59091 0.49805,1.74741 0,1.15649 -0.49805,1.75585 -0.49805,0.59935 -1.32533,0.59935 -0.49805,0 -0.82728,-0.2026 -0.32922,-0.2026 -0.52337,-0.46429 h -0.0506 q 0.0506,0.32923 0.0506,0.67533 v 1.93312 z m 1.94157,-2.5578 q 0.63312,0 0.92013,-0.43052 0.28702,-0.43896 0.28702,-1.32533 0,-0.86948 -0.28702,-1.28312 -0.27857,-0.42208 -0.92857,-0.42208 -0.61624,0 -0.90325,0.4052 -0.27857,0.39675 -0.27857,1.14805 v 0.16884 q 0,0.80195 0.25324,1.27468 0.26169,0.46428 0.93702,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path976"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 500.90206,313.18139 v -6.55067 h 0.62468 l 0.0928,0.61624 h 0.0338 q 0.19416,-0.32922 0.51494,-0.51494 0.32922,-0.18571 0.83571,-0.18571 0.82728,0 1.32533,0.59091 0.49806,0.59091 0.49806,1.74741 0,1.15649 -0.49806,1.75585 -0.49805,0.59935 -1.32533,0.59935 -0.49805,0 -0.82727,-0.2026 -0.32922,-0.2026 -0.52338,-0.46429 h -0.0507 q 0.0507,0.32923 0.0507,0.67533 v 1.93312 z m 1.94156,-2.5578 q 0.63312,0 0.92014,-0.43052 0.28701,-0.43896 0.28701,-1.32533 0,-0.86948 -0.28701,-1.28312 -0.27858,-0.42208 -0.92858,-0.42208 -0.61623,0 -0.90325,0.4052 -0.27857,0.39675 -0.27857,1.14805 v 0.16884 q 0,0.80195 0.25325,1.27468 0.26169,0.46428 0.93701,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path978"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 505.96371,311.15541 v -0.50649 l 1.65455,-0.12663 v -5.14937 l -1.6039,-0.10974 v -0.52337 h 2.36365 v 5.78248 l 1.46883,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path980"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 512.94161,305.81189 q -0.21948,0 -0.37987,-0.12663 -0.15195,-0.13506 -0.15195,-0.40519 0,-0.27858 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12662 0.16039,0.4052 0,0.27013 -0.16039,0.40519 -0.16039,0.12663 -0.37143,0.12663 z m -1.91624,5.34352 v -0.50649 l 1.61234,-0.12663 v -3.25845 l -1.47727,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51104,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path982"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 518.26495,311.23983 q -0.9961,0 -1.57013,-0.54026 -0.56559,-0.54871 -0.56559,-1.77274 0,-0.86948 0.27857,-1.39286 0.28702,-0.52338 0.78507,-0.7513 0.49806,-0.23636 1.14806,-0.23636 0.39675,0 0.71753,0.0844 0.32078,0.076 0.61624,0.22792 l -0.22792,0.61624 q -0.27013,-0.13507 -0.52338,-0.2026 -0.25325,-0.0675 -0.5487,-0.0675 -0.77663,0 -1.12274,0.43052 -0.3461,0.42208 -0.3461,1.27468 0,0.90325 0.36299,1.29156 0.36299,0.38832 1.08052,0.38832 0.37143,0 0.70065,-0.076 0.32922,-0.0844 0.57403,-0.19415 v 0.66688 q -0.25325,0.11818 -0.62468,0.18572 -0.37143,0.0675 -0.73442,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path984"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 522.54999,311.23983 q -0.66689,0 -1.08052,-0.32922 -0.4052,-0.32922 -0.4052,-0.99611 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52793,-0.38831 l 0.97078,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82728 -0.3039,-0.22792 -0.81883,-0.22792 -0.36299,0 -0.69221,0.0929 -0.32923,0.0929 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.6078 l -0.0844,-0.62467 h -0.0338 q -0.27857,0.35454 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32079,-0.14351 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71754 v -0.40519 l -0.81039,0.0253 q -0.8104,0.0253 -1.1565,0.26169 -0.33767,0.23637 -0.33767,0.65844 0,0.38832 0.24481,0.56559 0.24481,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path986"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 528.92853,311.23983 q -0.48117,0 -0.86948,-0.12662 -0.37988,-0.12663 -0.59936,-0.44741 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23247 v -0.52338 l 1.23247,-0.13506 0.15195,-1.18183 h 0.6078 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51493 0.22792,0.7513 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25325,-0.0422 0.43896,-0.0844 v 0.60779 q -0.2026,0.0507 -0.4474,0.0929 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path988"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 533.18823,305.81189 q -0.21948,0 -0.37987,-0.12663 -0.15195,-0.13506 -0.15195,-0.40519 0,-0.27858 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12662 0.16039,0.4052 0,0.27013 -0.16039,0.40519 -0.16039,0.12663 -0.37143,0.12663 z m -1.91624,5.34352 v -0.50649 l 1.61235,-0.12663 v -3.25845 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51104,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path990"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 538.19924,311.23983 q -0.59091,0 -1.06364,-0.25325 -0.46428,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78506 0.26169,-1.3 0.27013,-0.51494 0.73442,-0.76819 0.46429,-0.26168 1.0552,-0.26168 0.59091,0 1.06364,0.26168 0.47273,0.25325 0.74286,0.77663 0.27857,0.51494 0.27857,1.31689 0,0.78507 -0.27013,1.30845 -0.27013,0.51493 -0.73442,0.77662 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65845,0 0.97923,-0.46428 0.32078,-0.47273 0.32078,-1.27468 0,-0.80196 -0.32923,-1.2578 -0.32078,-0.46429 -0.97922,-0.46429 -0.65844,0 -0.98767,0.46429 -0.32078,0.45584 -0.32078,1.2578 0,0.80195 0.32923,1.27468 0.32922,0.46428 0.98766,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path992"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 541.39531,311.15541 v -4.52469 h 0.60779 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38832 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.0974,0.38831 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75974 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43897 -0.27857,1.23248 v 2.32143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path994"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 551.70433,311.15541 -0.72597,-4.52469 h 0.70909 l 0.32922,2.23702 q 0.0422,0.31234 0.0675,0.55715 0.0253,0.2448 0.0422,0.49805 0.0169,0.25325 0.0422,0.59935 h 0.0253 q 0.0169,-0.1435 0.0675,-0.39675 0.0507,-0.26169 0.10974,-0.55715 0.0675,-0.30389 0.14351,-0.55714 l 0.43896,-1.52793 h 0.83572 l 0.42208,1.52793 q 0.076,0.25325 0.1435,0.5487 0.0675,0.28702 0.11819,0.54871 0.0507,0.25324 0.076,0.41363 h 0.0253 q 0.0169,-0.33766 0.0338,-0.58247 0.0253,-0.25324 0.0507,-0.49805 0.0253,-0.24481 0.076,-0.57403 l 0.35455,-2.23702 h 0.69221 l -0.74286,4.52469 h -0.91169 l -0.4052,-1.58702 q -0.0928,-0.3461 -0.18571,-0.68376 -0.0844,-0.34611 -0.15195,-0.69221 h -0.0253 q -0.0675,0.3461 -0.16884,0.69221 -0.10129,0.33766 -0.18571,0.68376 l -0.41364,1.58702 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path996"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 558.49652,305.81189 q -0.21948,0 -0.37987,-0.12663 -0.15195,-0.13506 -0.15195,-0.40519 0,-0.27858 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12662 0.16039,0.4052 0,0.27013 -0.16039,0.40519 -0.16039,0.12663 -0.37143,0.12663 z m -1.91624,5.34352 v -0.50649 l 1.61234,-0.12663 v -3.25845 l -1.47727,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51104,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path998"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 564.36012,311.23983 q -0.48117,0 -0.86949,-0.12662 -0.37987,-0.12663 -0.59935,-0.44741 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23247 v -0.52338 l 1.23247,-0.13506 0.15195,-1.18183 h 0.60779 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51493 0.22793,0.7513 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25324,-0.0422 0.43896,-0.0844 v 0.60779 q -0.2026,0.0507 -0.44741,0.0929 -0.2448,0.0422 -0.51493,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1000"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 566.70359,311.15541 v -6.4156 h 0.75974 v 1.82338 q 0,0.16039 -0.0169,0.40519 -0.008,0.24481 -0.0169,0.38832 h 0.0422 q 0.21104,-0.42208 0.58247,-0.61624 0.37143,-0.19415 0.83572,-0.19415 0.70065,0 1.13117,0.39675 0.43896,0.38831 0.43896,1.2578 v 2.95455 h -0.75974 v -2.8026 q 0,-0.61624 -0.26169,-0.90325 -0.26169,-0.28702 -0.74286,-0.28702 -0.56558,0 -0.90325,0.43896 -0.32922,0.43053 -0.32922,1.20715 v 2.34676 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1002"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 578.92885,311.23983 q -0.49806,0 -0.84416,-0.19416 -0.34611,-0.19415 -0.53182,-0.46428 h -0.0507 l -0.0675,0.57402 h -0.6078 v -6.4156 h 0.73442 v 1.55325 q 0,0.23636 -0.008,0.46429 0,0.22792 -0.0253,0.46428 h 0.0338 q 0.17727,-0.27013 0.51494,-0.47273 0.33766,-0.20259 0.8526,-0.20259 0.81883,0 1.31689,0.59091 0.50649,0.59091 0.50649,1.74741 0,1.16494 -0.50649,1.76429 -0.5065,0.59091 -1.31689,0.59091 z m -0.14351,-0.61624 q 0.61624,0 0.90325,-0.4474 0.28702,-0.44741 0.28702,-1.29156 0,-0.82728 -0.28702,-1.27468 -0.28701,-0.44741 -0.91169,-0.44741 -0.58247,0 -0.90325,0.44741 -0.31234,0.43896 -0.31234,1.25779 0,0.8526 0.29546,1.30845 0.30389,0.4474 0.92857,0.4474 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1004"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 583.75414,311.23983 q -0.59091,0 -1.06364,-0.25325 -0.46428,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78506 0.26169,-1.3 0.27013,-0.51494 0.73442,-0.76819 0.46429,-0.26168 1.0552,-0.26168 0.59091,0 1.06364,0.26168 0.47273,0.25325 0.74286,0.77663 0.27857,0.51494 0.27857,1.31689 0,0.78507 -0.27013,1.30845 -0.27013,0.51493 -0.73442,0.77662 -0.46428,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65845,0 0.97923,-0.46428 0.32078,-0.47273 0.32078,-1.27468 0,-0.80196 -0.32922,-1.2578 -0.32078,-0.46429 -0.97923,-0.46429 -0.65844,0 -0.98766,0.46429 -0.32078,0.45584 -0.32078,1.2578 0,0.80195 0.32922,1.27468 0.32922,0.46428 0.98766,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1006"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 589.66841,311.23983 q -0.48117,0 -0.86949,-0.12662 -0.37987,-0.12663 -0.59935,-0.44741 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23247 v -0.52338 l 1.23247,-0.13506 0.15195,-1.18183 h 0.60779 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51493 0.22792,0.7513 0.22793,0.23636 0.75131,0.23636 0.21948,0 0.47272,-0.0422 0.25325,-0.0422 0.43897,-0.0844 v 0.60779 q -0.2026,0.0507 -0.44741,0.0929 -0.2448,0.0422 -0.51493,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1008"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 592.01186,311.15541 v -6.4156 h 0.75974 v 1.82338 q 0,0.16039 -0.0169,0.40519 -0.008,0.24481 -0.0169,0.38832 h 0.0422 q 0.21104,-0.42208 0.58247,-0.61624 0.37143,-0.19415 0.83572,-0.19415 0.70065,0 1.13117,0.39675 0.43897,0.38831 0.43897,1.2578 v 2.95455 h -0.75975 v -2.8026 q 0,-0.61624 -0.26169,-0.90325 -0.26168,-0.28702 -0.74286,-0.28702 -0.56558,0 -0.90325,0.43896 -0.32922,0.43053 -0.32922,1.20715 v 2.34676 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1010"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 604.63387,308.44568 -0.65,-1.21558 -0.63311,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1012"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 609.6955,308.44568 -0.65,-1.21558 -0.63311,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1014"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 612.04738,311.15541 v -4.60908 h 0.92857 l 0.2026,0.59091 h 0.0675 q 0.42208,-0.67532 1.39286,-0.67532 0.77662,0 1.18181,0.43896 0.4052,0.43052 0.4052,1.24935 v 3.00518 h -1.22403 v -2.69285 q 0,-0.50649 -0.20259,-0.74285 -0.2026,-0.24481 -0.58247,-0.24481 -0.49805,0 -0.72597,0.4052 -0.21948,0.40519 -0.21948,1.10584 v 2.16947 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1016"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 619.17719,311.23983 q -0.6922,0 -1.18181,-0.29546 -0.48961,-0.29545 -0.7513,-0.82727 -0.26169,-0.53181 -0.26169,-1.24934 0,-0.73442 0.26169,-1.27468 0.27013,-0.54026 0.75974,-0.83571 0.49805,-0.29545 1.19025,-0.29545 0.99611,0 1.58701,0.63311 0.59091,0.63312 0.59091,1.75584 0,0.71753 -0.25324,1.25779 -0.25325,0.53182 -0.74286,0.83571 -0.48961,0.29546 -1.1987,0.29546 z m 0.0169,-0.98766 q 0.48117,0 0.70909,-0.37143 0.22793,-0.37987 0.22793,-1.02987 0,-0.63311 -0.22793,-1.01298 -0.21948,-0.38831 -0.70909,-0.38831 -0.4896,0 -0.73441,0.37987 -0.23636,0.37142 -0.23636,1.02142 0,0.65 0.23636,1.02987 0.24481,0.37143 0.73441,0.37143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1018"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 625.007,311.23983 q -0.8948,0 -1.35064,-0.39675 -0.44741,-0.39676 -0.44741,-1.27468 v -2.00908 h -1.05519 v -0.75974 l 1.14805,-0.25325 0.2026,-1.14805 h 0.92857 v 1.14805 h 1.73051 v 1.01299 h -1.73051 v 1.88246 q 0,0.32922 0.10974,0.49805 0.10974,0.16883 0.28701,0.22792 0.18571,0.0506 0.41364,0.0506 0.20259,0 0.41363,-0.0253 0.21104,-0.0338 0.5487,-0.1013 v 0.96233 q -0.31234,0.1013 -0.61623,0.14351 -0.29546,0.0422 -0.58247,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1020"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 629.73096,311.23983 q -1.21559,0 -1.88247,-0.62468 -0.65844,-0.62467 -0.65844,-1.7896 0,-0.71753 0.25325,-1.24935 0.25324,-0.53182 0.74285,-0.81883 0.48961,-0.29545 1.18182,-0.29545 0.97922,0 1.51103,0.56558 0.53182,0.56558 0.53182,1.57013 v 0.60779 h -3.03051 q 0.008,0.3461 0.2026,0.57402 0.19415,0.22792 0.51493,0.34611 0.32078,0.10974 0.70065,0.10974 0.32922,0 0.6922,-0.076 0.36299,-0.0844 0.78507,-0.23636 v 0.98766 q -0.37143,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77662,0.076 z m -1.32533,-2.87012 h 1.90779 q -0.008,-0.44741 -0.27013,-0.70909 -0.25324,-0.26169 -0.65,-0.26169 -0.38831,0 -0.66688,0.25324 -0.27857,0.24481 -0.32078,0.71754 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1022"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 634.1257,311.23983 q -0.42207,0 -0.81883,-0.0591 -0.39675,-0.0591 -0.80194,-0.21104 v -1.13961 q 0.36298,0.16039 0.81883,0.27857 0.45584,0.10974 0.94545,0.10974 0.32078,0 0.50649,-0.076 0.18572,-0.0844 0.18572,-0.27013 0,-0.23636 -0.27857,-0.35455 -0.27858,-0.11818 -0.81883,-0.32922 -0.37987,-0.1435 -0.68377,-0.31233 -0.29545,-0.16883 -0.47272,-0.41364 -0.16884,-0.2448 -0.16884,-0.65 0,-0.47272 0.23637,-0.76818 0.2448,-0.30389 0.66688,-0.43896 0.42208,-0.1435 0.97922,-0.1435 0.4474,0 0.90324,0.0928 0.45585,0.0844 0.88636,0.27013 l -0.37987,0.93701 q -0.38831,-0.1435 -0.74285,-0.21948 -0.3461,-0.076 -0.70909,-0.076 -0.27857,0 -0.43896,0.0675 -0.15195,0.0675 -0.15195,0.23637 0,0.22792 0.26169,0.3461 0.27013,0.10974 0.7513,0.27857 0.37142,0.13506 0.6922,0.3039 0.32922,0.16883 0.52338,0.4474 0.2026,0.27013 0.2026,0.73441 0,0.70909 -0.53182,1.03831 -0.52338,0.32078 -1.56169,0.32078 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1024"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 642.20611,311.15541 v -4.60908 h 0.82727 l 0.13507,0.57403 h 0.0675 q 0.12662,-0.33766 0.32078,-0.49805 0.2026,-0.16039 0.53182,-0.16039 0.37142,0 0.56558,0.19415 0.19415,0.19416 0.26169,0.56559 h 0.0422 q 0.15195,-0.37143 0.36299,-0.56559 0.21104,-0.19415 0.57402,-0.19415 0.5487,0 0.70909,0.43052 0.16039,0.43051 0.16039,1.26623 v 2.99674 h -1.05519 v -3.24155 q 0,-0.21104 -0.0591,-0.32078 -0.0591,-0.11818 -0.2448,-0.11818 -0.21104,0 -0.29546,0.16039 -0.0844,0.16039 -0.0844,0.54026 v 2.97986 h -1.07208 v -3.24155 q 0,-0.21948 -0.0675,-0.32922 -0.0591,-0.10974 -0.24481,-0.10974 -0.21948,0 -0.30389,0.15195 -0.076,0.15195 -0.076,0.5487 v 2.97986 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1026"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 648.89696,311.23983 q -0.72597,0 -1.0974,-0.37987 -0.36299,-0.38831 -0.36299,-1.03831 0,-0.77662 0.48961,-1.13117 0.49805,-0.35454 1.42662,-0.37987 l 1.01299,-0.0253 v -0.2026 q 0,-0.64155 -0.92013,-0.64155 -0.59091,0 -1.33376,0.27857 l -0.39676,-0.8526 q 0.80195,-0.40519 1.77273,-0.40519 0.97922,0 1.51103,0.40519 0.53182,0.39675 0.53182,1.21558 v 3.07272 h -0.92857 l -0.19416,-0.58246 h -0.0338 q -0.32078,0.36298 -0.69221,0.51493 -0.37143,0.15195 -0.78506,0.15195 z m 0.43052,-0.96234 q 0.43052,0 0.73441,-0.23636 0.3039,-0.23636 0.3039,-0.64156 v -0.37987 l -0.70065,0.0169 q -0.50649,0.008 -0.77662,0.17727 -0.26169,0.16039 -0.26169,0.49805 0,0.3039 0.2026,0.43896 0.20259,0.12662 0.49805,0.12662 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1028"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 652.5404,311.15541 v -4.60908 h 0.92856 l 0.2026,0.59091 h 0.0675 q 0.42208,-0.67532 1.39286,-0.67532 0.77662,0 1.18181,0.43896 0.4052,0.43052 0.4052,1.24935 v 3.00518 h -1.22403 v -2.69285 q 0,-0.50649 -0.20259,-0.74285 -0.2026,-0.24481 -0.58247,-0.24481 -0.49805,0 -0.72597,0.4052 -0.21948,0.40519 -0.21948,1.10584 v 2.16947 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1030"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 659.0202,311.23983 q -0.72597,0 -1.0974,-0.37987 -0.36298,-0.38831 -0.36298,-1.03831 0,-0.77662 0.48961,-1.13117 0.49805,-0.35454 1.42662,-0.37987 l 1.01298,-0.0253 v -0.2026 q 0,-0.64155 -0.92013,-0.64155 -0.5909,0 -1.33376,0.27857 l -0.39675,-0.8526 q 0.80195,-0.40519 1.77272,-0.40519 0.97922,0 1.51104,0.40519 0.53181,0.39675 0.53181,1.21558 v 3.07272 h -0.92856 l -0.19416,-0.58246 h -0.0338 q -0.32077,0.36298 -0.6922,0.51493 -0.37143,0.15195 -0.78507,0.15195 z m 0.43052,-0.96234 q 0.43052,0 0.73442,-0.23636 0.30389,-0.23636 0.30389,-0.64156 v -0.37987 l -0.70065,0.0169 q -0.50649,0.008 -0.77662,0.17727 -0.26168,0.16039 -0.26168,0.49805 0,0.3039 0.20259,0.43896 0.2026,0.12662 0.49805,0.12662 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1032"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 664.39417,313.22359 q -0.37143,0 -0.75974,-0.0591 -0.37987,-0.0591 -0.77662,-0.21104 v -1.14805 q 0.42208,0.17727 0.83571,0.27013 0.41364,0.0929 0.78507,0.0844 0.57402,-0.008 0.82727,-0.23637 0.26169,-0.21948 0.26169,-0.70909 v -0.0928 q 0,-0.13507 0.008,-0.27013 0.0169,-0.14351 0.0253,-0.26169 h -0.0338 q -0.23637,0.3461 -0.55715,0.49805 -0.32077,0.15195 -0.71753,0.15195 -0.82727,0 -1.29155,-0.63312 -0.46429,-0.63311 -0.46429,-1.75584 0,-1.12272 0.45585,-1.75584 0.46428,-0.64155 1.28311,-0.64155 0.81883,0 1.30844,0.68376 h 0.0338 l 0.25325,-0.59091 h 0.92857 v 4.61752 q 0,0.98766 -0.59091,1.51948 -0.58246,0.54026 -1.81493,0.54026 z m 0.3461,-2.99675 q 0.48117,0 0.69221,-0.32077 0.21948,-0.32078 0.21948,-0.88637 v -0.15194 q 0,-0.74286 -0.22792,-1.06364 -0.21948,-0.32922 -0.70909,-0.32922 -0.48961,0 -0.71753,0.36299 -0.21948,0.35454 -0.21948,1.01298 0,0.66688 0.22792,1.02143 0.23636,0.35454 0.73441,0.35454 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1034"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 670.22397,311.23983 q -1.21558,0 -1.88247,-0.62468 -0.65844,-0.62467 -0.65844,-1.7896 0,-0.71753 0.25325,-1.24935 0.25325,-0.53182 0.74286,-0.81883 0.4896,-0.29545 1.18181,-0.29545 0.97922,0 1.51104,0.56558 0.53181,0.56558 0.53181,1.57013 v 0.60779 h -3.03051 q 0.008,0.3461 0.2026,0.57402 0.19415,0.22792 0.51493,0.34611 0.32078,0.10974 0.70065,0.10974 0.32922,0 0.69221,-0.076 0.36298,-0.0844 0.78506,-0.23636 v 0.98766 q -0.37143,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77662,0.076 z m -1.32532,-2.87012 h 1.90778 q -0.008,-0.44741 -0.27013,-0.70909 -0.25324,-0.26169 -0.64999,-0.26169 -0.38832,0 -0.66689,0.25324 -0.27857,0.24481 -0.32077,0.71754 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1036"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 672.57586,311.15541 v -4.60908 h 0.82727 l 0.13507,0.57403 h 0.0675 q 0.12662,-0.33766 0.32078,-0.49805 0.2026,-0.16039 0.53182,-0.16039 0.37142,0 0.56558,0.19415 0.19415,0.19416 0.26169,0.56559 h 0.0422 q 0.15195,-0.37143 0.36299,-0.56559 0.21104,-0.19415 0.57403,-0.19415 0.5487,0 0.70908,0.43052 0.16039,0.43051 0.16039,1.26623 v 2.99674 h -1.05519 v -3.24155 q 0,-0.21104 -0.0591,-0.32078 -0.0591,-0.11818 -0.2448,-0.11818 -0.21104,0 -0.29546,0.16039 -0.0844,0.16039 -0.0844,0.54026 v 2.97986 h -1.07208 v -3.24155 q 0,-0.21948 -0.0675,-0.32922 -0.0591,-0.10974 -0.24481,-0.10974 -0.21948,0 -0.30389,0.15195 -0.076,0.15195 -0.076,0.5487 v 2.97986 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1038"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 680.34723,311.23983 q -1.21558,0 -1.88247,-0.62468 -0.65844,-0.62467 -0.65844,-1.7896 0,-0.71753 0.25325,-1.24935 0.25325,-0.53182 0.74286,-0.81883 0.4896,-0.29545 1.18181,-0.29545 0.97922,0 1.51104,0.56558 0.53181,0.56558 0.53181,1.57013 v 0.60779 h -3.03051 q 0.008,0.3461 0.2026,0.57402 0.19415,0.22792 0.51493,0.34611 0.32078,0.10974 0.70065,0.10974 0.32922,0 0.69221,-0.076 0.36298,-0.0844 0.78506,-0.23636 v 0.98766 q -0.37143,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77662,0.076 z m -1.32532,-2.87012 h 1.90778 q -0.008,-0.44741 -0.27013,-0.70909 -0.25324,-0.26169 -0.64999,-0.26169 -0.38832,0 -0.66689,0.25324 -0.27857,0.24481 -0.32077,0.71754 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1040"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 682.91015,311.15541 v -4.60908 h 0.92857 l 0.20259,0.59091 h 0.0675 q 0.42207,-0.67532 1.39285,-0.67532 0.77662,0 1.18181,0.43896 0.4052,0.43052 0.4052,1.24935 v 3.00518 h -1.22402 v -2.69285 q 0,-0.50649 -0.2026,-0.74285 -0.2026,-0.24481 -0.58247,-0.24481 -0.49805,0 -0.72597,0.4052 -0.21948,0.40519 -0.21948,1.10584 v 2.16947 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1042"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 690.80815,311.23983 q -0.8948,0 -1.35065,-0.39675 -0.4474,-0.39676 -0.4474,-1.27468 v -2.00908 h -1.05519 v -0.75974 l 1.14805,-0.25325 0.2026,-1.14805 h 0.92856 v 1.14805 h 1.73052 v 1.01299 h -1.73052 v 1.88246 q 0,0.32922 0.10974,0.49805 0.10974,0.16883 0.28702,0.22792 0.18571,0.0506 0.41363,0.0506 0.2026,0 0.41364,-0.0253 0.21104,-0.0338 0.5487,-0.1013 v 0.96233 q -0.31234,0.1013 -0.61623,0.14351 -0.29546,0.0422 -0.58247,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1044"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 695.74314,308.44568 -0.65,-1.21558 -0.63311,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.20259,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98767 l -0.11819,1.39285 1.33377,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1046"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 700.80476,308.44568 -0.65,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82728,-1.08052 -1.27468,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18572,0.92012 -1.27468,0.15195 0.83572,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1048"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 421.31687,321.79182 q -0.66689,0 -1.08053,-0.32923 -0.40519,-0.32922 -0.40519,-0.9961 0,-0.73442 0.52337,-1.09741 0.53182,-0.36299 1.52793,-0.38831 l 0.97078,-0.0253 v -0.18571 q 0,-0.6078 -0.30389,-0.82728 -0.3039,-0.22792 -0.81884,-0.22792 -0.36299,0 -0.69221,0.0929 -0.32922,0.0928 -0.62467,0.26168 l -0.26169,-0.57402 q 0.32078,-0.16039 0.70909,-0.27858 0.39675,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38832 0.46428,0.37987 0.46428,1.19026 v 3.03053 h -0.60779 l -0.0844,-0.62468 h -0.0338 q -0.27857,0.35455 -0.65,0.53182 -0.36299,0.17728 -0.8526,0.17728 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13507 0.32078,-0.1435 0.51494,-0.42208 0.19415,-0.27857 0.19415,-0.71753 v -0.4052 l -0.81039,0.0253 q -0.81039,0.0253 -1.1565,0.26169 -0.33766,0.23636 -0.33766,0.65844 0,0.38831 0.24481,0.56559 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1050"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 424.97722,321.7074 v -4.52469 h 0.60779 l 0.10974,0.66688 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56558 0.38831,-0.18572 0.90325,-0.18572 0.68377,0 1.09741,0.38832 0.42207,0.37987 0.42207,1.1987 v 3.02209 h -0.75974 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1052"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 431.67654,321.79182 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78962 0,-1.12273 0.48117,-1.72209 0.48117,-0.59935 1.45196,-0.59935 0.47273,0 0.77662,0.18572 0.3039,0.18571 0.46429,0.47273 h 0.0507 q -0.0169,-0.11819 -0.0338,-0.31234 -0.0169,-0.19416 -0.0169,-0.35455 v -1.79806 h 0.7513 v 6.41561 h -0.62467 l -0.0844,-0.60779 h -0.0338 q -0.18571,0.30389 -0.50649,0.49805 -0.31234,0.19416 -0.82728,0.19416 z m 0.14351,-0.61624 q 0.59935,0 0.88637,-0.41364 0.29545,-0.42208 0.29545,-1.13961 v -0.16883 q 0,-0.49806 -0.10974,-0.88637 -0.10974,-0.39676 -0.36299,-0.62468 -0.25325,-0.22792 -0.68377,-0.22792 -0.59091,0 -0.92013,0.43896 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1054"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 442.66088,318.99767 -0.65,-1.21559 -0.63312,1.20714 -0.81038,-0.48116 0.82727,-1.08052 -1.27468,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37143 0.18572,0.92013 -1.27468,0.15195 0.83572,1.07207 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1056"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 447.7225,318.99767 -0.64999,-1.21559 -0.63312,1.20714 -0.81039,-0.48116 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37143 0.18571,0.92013 -1.27467,0.15195 0.83571,1.07207 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1058"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 450.0744,323.73337 v -6.63505 h 0.92857 l 0.21103,0.59935 h 0.0591 q 0.21948,-0.3461 0.57403,-0.51494 0.36299,-0.16883 0.78506,-0.16883 0.59091,0 0.97078,0.32078 0.37987,0.32078 0.55714,0.86104 0.17727,0.54026 0.17727,1.1987 0,1.13116 -0.47272,1.76428 -0.47273,0.63312 -1.27468,0.63312 -0.37986,0 -0.73441,-0.15195 -0.3461,-0.15195 -0.58247,-0.43896 h -0.0591 q 0.0338,0.28701 0.0422,0.45584 0.0169,0.16883 0.0169,0.21104 v 1.86558 z m 2.13571,-2.95454 q 0.43896,0 0.64999,-0.32922 0.21104,-0.33766 0.21104,-1.07208 0,-0.65844 -0.21104,-1.00454 -0.20259,-0.3461 -0.65844,-0.3461 -0.4474,0 -0.6922,0.32078 -0.23637,0.32078 -0.23637,0.90324 v 0.13507 q 0,0.71753 0.24481,1.05519 0.2448,0.33766 0.69221,0.33766 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1060"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 455.17823,321.7074 v -0.75974 l 1.51948,-0.25324 v -4.38961 l -1.22403,-0.25324 v -0.75974 h 2.44805 v 5.40259 l 1.39285,0.25324 v 0.75974 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1062"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 462.69634,321.79182 q -1.21558,0 -1.88246,-0.62468 -0.65844,-0.62467 -0.65844,-1.78961 0,-0.71753 0.25325,-1.24934 0.25324,-0.53182 0.74285,-0.81883 0.48961,-0.29546 1.18182,-0.29546 0.97922,0 1.51103,0.56559 0.53182,0.56558 0.53182,1.57012 v 0.60779 h -3.03051 q 0.008,0.34611 0.2026,0.57403 0.19415,0.22792 0.51493,0.3461 0.32078,0.10974 0.70065,0.10974 0.32922,0 0.6922,-0.076 0.36299,-0.0844 0.78507,-0.23636 v 0.98766 q -0.37143,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77663,0.076 z m -1.32532,-2.87013 h 1.90779 q -0.008,-0.4474 -0.27013,-0.70909 -0.25324,-0.26169 -0.65,-0.26169 -0.38831,0 -0.66688,0.25325 -0.27857,0.24481 -0.32078,0.71753 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1064"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 466.67745,321.79182 q -0.72597,0 -1.0974,-0.37987 -0.36298,-0.38831 -0.36298,-1.03831 0,-0.77663 0.48961,-1.13117 0.49805,-0.35454 1.42662,-0.37987 l 1.01298,-0.0253 v -0.2026 q 0,-0.64156 -0.92013,-0.64156 -0.5909,0 -1.33376,0.27857 l -0.39675,-0.85259 q 0.80194,-0.4052 1.77272,-0.4052 0.97922,0 1.51104,0.4052 0.53181,0.39675 0.53181,1.21558 v 3.07272 h -0.92857 l -0.19415,-0.58247 h -0.0338 q -0.32078,0.36299 -0.6922,0.51494 -0.37143,0.15195 -0.78507,0.15195 z m 0.43052,-0.96234 q 0.43052,0 0.73442,-0.23636 0.30389,-0.23637 0.30389,-0.64156 v -0.37987 l -0.70065,0.0169 q -0.50649,0.008 -0.77662,0.17728 -0.26169,0.16039 -0.26169,0.49805 0,0.30389 0.2026,0.43896 0.2026,0.12662 0.49805,0.12662 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1066"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 472.15272,321.79182 q -0.42208,0 -0.81883,-0.0591 -0.39676,-0.0591 -0.80195,-0.21103 v -1.13961 q 0.36299,0.16039 0.81883,0.27857 0.45584,0.10974 0.94545,0.10974 0.32078,0 0.50649,-0.076 0.18572,-0.0844 0.18572,-0.27013 0,-0.23637 -0.27857,-0.35455 -0.27857,-0.11818 -0.81883,-0.32922 -0.37987,-0.14351 -0.68377,-0.31234 -0.29545,-0.16883 -0.47272,-0.41363 -0.16883,-0.24481 -0.16883,-0.65 0,-0.47273 0.23636,-0.76818 0.2448,-0.3039 0.66688,-0.43896 0.42208,-0.14351 0.97922,-0.14351 0.4474,0 0.90324,0.0929 0.45585,0.0844 0.88637,0.27013 l -0.37987,0.93701 q -0.38831,-0.14351 -0.74286,-0.21948 -0.3461,-0.076 -0.70909,-0.076 -0.27857,0 -0.43896,0.0675 -0.15195,0.0675 -0.15195,0.23636 0,0.22792 0.26169,0.34611 0.27013,0.10974 0.7513,0.27857 0.37143,0.13506 0.69221,0.30389 0.32922,0.16883 0.52337,0.4474 0.2026,0.27013 0.2026,0.73442 0,0.70909 -0.53182,1.03831 -0.52337,0.32078 -1.56168,0.32078 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1068"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 476.80071,321.79182 q -0.72598,0 -1.0974,-0.37987 -0.36299,-0.38831 -0.36299,-1.03831 0,-0.77663 0.48961,-1.13117 0.49805,-0.35454 1.42662,-0.37987 l 1.01298,-0.0253 v -0.2026 q 0,-0.64156 -0.92012,-0.64156 -0.59091,0 -1.33377,0.27857 l -0.39675,-0.85259 q 0.80195,-0.4052 1.77272,-0.4052 0.97922,0 1.51104,0.4052 0.53182,0.39675 0.53182,1.21558 v 3.07272 h -0.92857 l -0.19416,-0.58247 h -0.0338 q -0.32078,0.36299 -0.69221,0.51494 -0.37143,0.15195 -0.78506,0.15195 z m 0.43052,-0.96234 q 0.43051,0 0.73441,-0.23636 0.30389,-0.23637 0.30389,-0.64156 v -0.37987 l -0.70064,0.0169 q -0.5065,0.008 -0.77662,0.17728 -0.26169,0.16039 -0.26169,0.49805 0,0.30389 0.20259,0.43896 0.2026,0.12662 0.49806,0.12662 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1070"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 480.44415,321.7074 v -4.60908 h 0.92857 l 0.2026,0.59091 h 0.0675 q 0.42208,-0.67533 1.39286,-0.67533 0.77662,0 1.18181,0.43896 0.4052,0.43052 0.4052,1.24935 v 3.00519 h -1.22403 v -2.69285 q 0,-0.50649 -0.20259,-0.74286 -0.2026,-0.2448 -0.58247,-0.2448 -0.49805,0 -0.72597,0.40519 -0.21948,0.4052 -0.21948,1.10584 v 2.16948 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1072"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 488.34214,321.79182 q -0.8948,0 -1.35065,-0.39676 -0.4474,-0.39675 -0.4474,-1.27467 v -2.00909 h -1.05519 v -0.75973 l 1.14805,-0.25325 0.20259,-1.14805 h 0.92857 v 1.14805 h 1.73052 v 1.01298 h -1.73052 v 1.88247 q 0,0.32922 0.10974,0.49805 0.10974,0.16883 0.28702,0.22792 0.18571,0.0507 0.41363,0.0507 0.2026,0 0.41364,-0.0253 0.21104,-0.0338 0.5487,-0.10129 v 0.96233 q -0.31234,0.1013 -0.61624,0.14351 -0.29545,0.0422 -0.58246,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1074"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 495.50241,321.7074 v -6.02726 h 1.65454 l 0.51494,3.41882 h 0.0338 l 0.60779,-3.41882 h 1.57013 v 6.02726 h -1.0974 v -1.37597 q 0,-0.32922 0.0169,-0.74286 0.0169,-0.42207 0.0422,-0.86103 0.0253,-0.44741 0.0507,-0.84416 0.0253,-0.39675 0.0422,-0.68376 0.0169,-0.29546 0.0253,-0.4052 h -0.0507 l -0.61623,3.4948 h -1.19026 l -0.66688,-3.50324 h -0.0506 q 0.008,0.12663 0.0338,0.42208 0.0253,0.29545 0.0506,0.70065 0.0338,0.39675 0.0591,0.84415 0.0338,0.43896 0.0506,0.86948 0.0169,0.42208 0.0169,0.77662 v 1.30844 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1076"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 502.10884,321.79182 q -0.72597,0 -1.0974,-0.37987 -0.36298,-0.38831 -0.36298,-1.03831 0,-0.77663 0.48961,-1.13117 0.49805,-0.35454 1.42662,-0.37987 l 1.01298,-0.0253 v -0.2026 q 0,-0.64156 -0.92013,-0.64156 -0.5909,0 -1.33376,0.27857 l -0.39675,-0.85259 q 0.80194,-0.4052 1.77272,-0.4052 0.97922,0 1.51104,0.4052 0.53181,0.39675 0.53181,1.21558 v 3.07272 h -0.92857 l -0.19415,-0.58247 h -0.0338 q -0.32078,0.36299 -0.6922,0.51494 -0.37143,0.15195 -0.78507,0.15195 z m 0.43052,-0.96234 q 0.43052,0 0.73442,-0.23636 0.30389,-0.23637 0.30389,-0.64156 v -0.37987 l -0.70065,0.0169 q -0.50649,0.008 -0.77662,0.17728 -0.26169,0.16039 -0.26169,0.49805 0,0.30389 0.2026,0.43896 0.2026,0.12662 0.49805,0.12662 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1078"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 505.63411,321.7074 v -0.75974 l 1.19869,-0.25324 v -2.58312 l -0.97077,-0.1435 v -0.86948 h 1.89934 l 0.17728,0.77662 h 0.0591 q 0.21948,-0.38831 0.5487,-0.62467 0.33766,-0.23637 0.86103,-0.23637 0.13507,0 0.35455,0.0253 0.22792,0.0253 0.4474,0.11818 l -0.32922,1.13961 q -0.11818,-0.0338 -0.29545,-0.0675 -0.17728,-0.0422 -0.37143,-0.0422 -0.58247,0 -0.86948,0.37987 -0.28701,0.37142 -0.28701,0.92857 v 1.1987 l 1.20714,0.25324 v 0.75974 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1080"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 510.85612,321.7074 v -6.41557 h 1.22402 v 2.96298 q 0,0.26169 -0.0169,0.48117 -0.0169,0.21948 -0.0507,0.48117 h 0.0169 q 0.11818,-0.17728 0.26169,-0.36299 0.1435,-0.18571 0.29545,-0.37143 l 1.17338,-1.38441 h 1.41818 l -1.68831,1.91623 1.79805,2.69285 H 513.971 l -1.24091,-1.91623 -0.65,0.49805 v 1.41818 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1082"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 517.46255,321.79182 q -0.59935,0 -0.97922,-0.31234 -0.37987,-0.32078 -0.55714,-0.86104 -0.17727,-0.5487 -0.17727,-1.21558 0,-0.68377 0.18571,-1.22402 0.19416,-0.54026 0.59091,-0.8526 0.40519,-0.31234 1.02987,-0.31234 0.43896,0 0.75973,0.16883 0.32078,0.16884 0.5487,0.5065 h 0.0422 q -0.0422,-0.26169 -0.0675,-0.49805 -0.0253,-0.24481 -0.0253,-0.51494 v -1.38441 h 1.19869 v 6.41557 h -0.92857 l -0.25324,-0.59935 h -0.0506 q -0.21104,0.3461 -0.55714,0.51493 -0.34611,0.16884 -0.75974,0.16884 z m 0.48117,-1.01299 q 0.96233,0 0.96233,-1.22402 v -0.13507 q 0,-0.40519 -0.0844,-0.71753 -0.076,-0.32078 -0.27857,-0.49805 -0.19416,-0.17727 -0.55715,-0.17727 -0.9961,0 -0.9961,1.42662 0,0.69221 0.23637,1.01298 0.23636,0.31234 0.71753,0.31234 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1084"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 523.00535,321.79182 q -0.69221,0 -1.18182,-0.29546 -0.48961,-0.29545 -0.7513,-0.82727 -0.26168,-0.53182 -0.26168,-1.24935 0,-0.73441 0.26168,-1.27467 0.27013,-0.54026 0.75974,-0.83571 0.49805,-0.29546 1.19026,-0.29546 0.9961,0 1.58701,0.63312 0.59091,0.63311 0.59091,1.75584 0,0.71753 -0.25325,1.25779 -0.25324,0.53182 -0.74285,0.83571 -0.48961,0.29546 -1.1987,0.29546 z m 0.0169,-0.98766 q 0.48117,0 0.70909,-0.37143 0.22792,-0.37987 0.22792,-1.02987 0,-0.63312 -0.22792,-1.01299 -0.21948,-0.38831 -0.70909,-0.38831 -0.48961,0 -0.73441,0.37987 -0.23637,0.37143 -0.23637,1.02143 0,0.65 0.23637,1.02987 0.2448,0.37143 0.73441,0.37143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1086"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 526.20983,321.7074 -0.65,-4.60908 h 1.11429 l 0.21103,2.38051 q 0.0253,0.27013 0.0422,0.52338 0.0253,0.25325 0.0675,0.65844 h 0.0338 q 0.0507,-0.39675 0.0844,-0.64156 0.0422,-0.25324 0.10129,-0.55714 l 0.33767,-1.68831 h 1.04675 l 0.33766,1.69675 q 0.0507,0.24481 0.0929,0.53182 0.0506,0.28701 0.10974,0.65844 h 0.0338 q 0.0422,-0.37143 0.0591,-0.65 0.0253,-0.28701 0.0422,-0.53182 l 0.21104,-2.38051 h 1.0974 l -0.65,4.60908 h -1.39285 l -0.32078,-1.78961 q -0.0507,-0.27857 -0.076,-0.45584 -0.0253,-0.18571 -0.0591,-0.39675 h -0.0338 q -0.0338,0.21948 -0.0591,0.39675 -0.0253,0.17727 -0.076,0.45584 l -0.32922,1.78961 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1088"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 531.06042,321.7074 v -4.60908 h 0.92856 l 0.2026,0.59091 h 0.0675 q 0.42208,-0.67533 1.39286,-0.67533 0.77662,0 1.18181,0.43896 0.4052,0.43052 0.4052,1.24935 v 3.00519 h -1.22403 v -2.69285 q 0,-0.50649 -0.20259,-0.74286 -0.2026,-0.2448 -0.58247,-0.2448 -0.49805,0 -0.72597,0.40519 -0.21948,0.4052 -0.21948,1.10584 v 2.16948 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1090"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 543.68237,321.79182 q -1.21558,0 -1.88246,-0.62468 -0.65844,-0.62467 -0.65844,-1.78961 0,-0.71753 0.25324,-1.24934 0.25325,-0.53182 0.74286,-0.81883 0.48961,-0.29546 1.18182,-0.29546 0.97921,0 1.51103,0.56559 0.53182,0.56558 0.53182,1.57012 v 0.60779 h -3.03052 q 0.008,0.34611 0.2026,0.57403 0.19416,0.22792 0.51494,0.3461 0.32077,0.10974 0.70064,0.10974 0.32922,0 0.69221,-0.076 0.36299,-0.0844 0.78506,-0.23636 v 0.98766 q -0.37142,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77662,0.076 z m -1.32532,-2.87013 h 1.90779 q -0.008,-0.4474 -0.27013,-0.70909 -0.25325,-0.26169 -0.65,-0.26169 -0.38831,0 -0.66688,0.25325 -0.27857,0.24481 -0.32078,0.71753 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1092"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 545.94984,321.7074 1.62922,-2.34675 -1.55324,-2.26233 h 1.46883 l 0.83571,1.45194 0.87792,-1.45194 h 1.46883 l -1.58701,2.26233 1.58701,2.34675 h -1.46883 l -0.86948,-1.51948 -0.92013,1.51948 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1094"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 551.30692,323.73337 v -6.63505 h 0.92857 l 0.21104,0.59935 h 0.0591 q 0.21948,-0.3461 0.57402,-0.51494 0.36299,-0.16883 0.78507,-0.16883 0.59091,0 0.97077,0.32078 0.37987,0.32078 0.55715,0.86104 0.17727,0.54026 0.17727,1.1987 0,1.13116 -0.47273,1.76428 -0.47272,0.63312 -1.27467,0.63312 -0.37987,0 -0.73441,-0.15195 -0.34611,-0.15195 -0.58247,-0.43896 h -0.0591 q 0.0338,0.28701 0.0422,0.45584 0.0169,0.16883 0.0169,0.21104 v 1.86558 z m 2.13571,-2.95454 q 0.43896,0 0.65,-0.32922 0.21104,-0.33766 0.21104,-1.07208 0,-0.65844 -0.21104,-1.00454 -0.2026,-0.3461 -0.65844,-0.3461 -0.4474,0 -0.69221,0.32078 -0.23636,0.32078 -0.23636,0.90324 v 0.13507 q 0,0.71753 0.2448,1.05519 0.24481,0.33766 0.69221,0.33766 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1096"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 558.86725,321.79182 q -1.21558,0 -1.88247,-0.62468 -0.65844,-0.62467 -0.65844,-1.78961 0,-0.71753 0.25325,-1.24934 0.25325,-0.53182 0.74286,-0.81883 0.4896,-0.29546 1.18181,-0.29546 0.97922,0 1.51104,0.56559 0.53181,0.56558 0.53181,1.57012 v 0.60779 h -3.03051 q 0.008,0.34611 0.2026,0.57403 0.19415,0.22792 0.51493,0.3461 0.32078,0.10974 0.70065,0.10974 0.32922,0 0.69221,-0.076 0.36298,-0.0844 0.78506,-0.23636 v 0.98766 q -0.37143,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77662,0.076 z m -1.32532,-2.87013 h 1.90778 q -0.008,-0.4474 -0.27013,-0.70909 -0.25324,-0.26169 -0.64999,-0.26169 -0.38832,0 -0.66689,0.25325 -0.27857,0.24481 -0.32077,0.71753 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1098"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 561.312,321.7074 v -0.75974 l 1.1987,-0.25324 v -2.58312 l -0.97078,-0.1435 v -0.86948 h 1.89935 l 0.17727,0.77662 h 0.0591 q 0.21948,-0.38831 0.5487,-0.62467 0.33766,-0.23637 0.86104,-0.23637 0.13506,0 0.35454,0.0253 0.22792,0.0253 0.4474,0.11818 l -0.32922,1.13961 q -0.11818,-0.0338 -0.29545,-0.0675 -0.17727,-0.0422 -0.37143,-0.0422 -0.58246,0 -0.86948,0.37987 -0.28701,0.37142 -0.28701,0.92857 v 1.1987 l 1.20714,0.25324 v 0.75974 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1100"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 568.68661,316.57494 q -0.73441,0 -0.73441,-0.70909 0,-0.70908 0.75129,-0.70908 0.74286,0 0.74286,0.70064 0,0.71753 -0.75974,0.71753 z m -2.15259,5.13246 v -0.75974 l 1.53636,-0.25324 v -2.58312 l -1.30844,-0.1435 v -0.86948 h 2.53246 v 3.5961 l 1.37597,0.25324 v 0.75974 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1102"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 574.05212,321.79182 q -1.21558,0 -1.88246,-0.62468 -0.65844,-0.62467 -0.65844,-1.78961 0,-0.71753 0.25325,-1.24934 0.25324,-0.53182 0.74285,-0.81883 0.48961,-0.29546 1.18182,-0.29546 0.97921,0 1.51103,0.56559 0.53182,0.56558 0.53182,1.57012 v 0.60779 h -3.03051 q 0.008,0.34611 0.20259,0.57403 0.19416,0.22792 0.51494,0.3461 0.32078,0.10974 0.70064,0.10974 0.32922,0 0.69221,-0.076 0.36299,-0.0844 0.78506,-0.23636 v 0.98766 q -0.37142,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77662,0.076 z m -1.32532,-2.87013 h 1.90779 q -0.008,-0.4474 -0.27013,-0.70909 -0.25325,-0.26169 -0.65,-0.26169 -0.38831,0 -0.66688,0.25325 -0.27857,0.24481 -0.32078,0.71753 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1104"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 576.61506,321.7074 v -4.60908 h 0.92857 l 0.20259,0.59091 h 0.0675 q 0.42207,-0.67533 1.39285,-0.67533 0.77662,0 1.18182,0.43896 0.40519,0.43052 0.40519,1.24935 v 3.00519 h -1.22402 v -2.69285 q 0,-0.50649 -0.2026,-0.74286 -0.2026,-0.2448 -0.58247,-0.2448 -0.49805,0 -0.72597,0.40519 -0.21948,0.4052 -0.21948,1.10584 v 2.16948 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1106"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 584.07408,321.79182 q -1.16493,0 -1.72207,-0.58247 -0.5487,-0.59091 -0.5487,-1.7474 0,-1.1987 0.57402,-1.82337 0.58247,-0.62468 1.73896,-0.62468 0.34611,0 0.72597,0.0675 0.38832,0.0591 0.75974,0.21948 l -0.35454,0.97077 q -0.33766,-0.13506 -0.61623,-0.17727 -0.27857,-0.0422 -0.44741,-0.0422 -1.1396,0 -1.1396,1.36753 0,0.70065 0.29545,1.02143 0.3039,0.31234 0.86104,0.31234 0.26169,0 0.57402,-0.076 0.32078,-0.0844 0.68377,-0.30389 v 1.0974 q -0.36299,0.18571 -0.69221,0.25324 -0.32922,0.0675 -0.69221,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1108"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 589.237,321.79182 q -1.21558,0 -1.88247,-0.62468 -0.65844,-0.62467 -0.65844,-1.78961 0,-0.71753 0.25325,-1.24934 0.25325,-0.53182 0.74286,-0.81883 0.48961,-0.29546 1.18181,-0.29546 0.97922,0 1.51104,0.56559 0.53181,0.56558 0.53181,1.57012 v 0.60779 h -3.03051 q 0.008,0.34611 0.2026,0.57403 0.19415,0.22792 0.51493,0.3461 0.32078,0.10974 0.70065,0.10974 0.32922,0 0.69221,-0.076 0.36298,-0.0844 0.78506,-0.23636 v 0.98766 q -0.37143,0.18571 -0.76818,0.25324 -0.38831,0.076 -0.77662,0.076 z m -1.32532,-2.87013 h 1.90778 q -0.008,-0.4474 -0.27013,-0.70909 -0.25324,-0.26169 -0.64999,-0.26169 -0.38831,0 -0.66689,0.25325 -0.27857,0.24481 -0.32077,0.71753 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1110"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 594.50967,318.99767 -0.65,-1.21559 -0.63312,1.20714 -0.81039,-0.48116 0.82728,-1.08052 -1.27468,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37143 0.18572,0.92013 -1.27468,0.15195 0.83572,1.07207 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1112"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 599.5713,318.99767 -0.65,-1.21559 -0.63312,1.20714 -0.81039,-0.48116 0.82728,-1.08052 -1.27468,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37143 0.18572,0.92013 -1.27468,0.15195 0.83572,1.07207 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1114"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 603.99138,321.79182 q -0.21948,0 -0.37143,-0.13507 -0.15194,-0.13507 -0.15194,-0.43896 0,-0.32078 0.15194,-0.44741 0.15195,-0.12662 0.37143,-0.12662 0.21949,0 0.37143,0.12662 0.15195,0.12663 0.15195,0.44741 0,0.30389 -0.15195,0.43896 -0.15194,0.13507 -0.37143,0.13507 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1116"
-           style="fill:#ff6600;stroke-width:0.21103974"
-           d="m 420.50647,340.86981 v -0.67533 h 2.53248 v 0.67533 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1118"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 432.44473,342.89579 q -0.88637,0 -1.44352,-0.39676 -0.55714,-0.39675 -0.81883,-1.08896 -0.26169,-0.70065 -0.26169,-1.61234 0,-0.9539 0.29546,-1.64611 0.30389,-0.70066 0.86948,-1.07209 0.57403,-0.37987 1.39286,-0.37987 0.43897,0 0.81884,0.0929 0.38831,0.0929 0.70909,0.26169 l -0.28701,0.61624 q -0.26169,-0.14351 -0.59936,-0.21949 -0.32922,-0.076 -0.64156,-0.076 -0.86104,0 -1.32533,0.62468 -0.45584,0.62468 -0.45584,1.79806 0,1.12273 0.41364,1.76429 0.41363,0.63312 1.35065,0.63312 0.28701,0 0.61624,-0.0591 0.33766,-0.0675 0.66688,-0.2026 v 0.71753 q -0.3461,0.12663 -0.65,0.18572 -0.3039,0.0591 -0.65,0.0591 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1120"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 434.94858,342.81137 v -0.50649 l 1.37598,-0.12663 v -3.25845 l -1.24091,-0.10974 v -0.52338 h 1.8487 l 0.1013,0.82728 h 0.0338 q 0.23636,-0.43897 0.51494,-0.67533 0.28701,-0.23636 0.7513,-0.23636 0.28701,0 0.50649,0.0507 0.22793,0.0506 0.41364,0.13506 l -0.2026,0.66689 q -0.13506,-0.076 -0.32078,-0.12663 -0.18571,-0.0591 -0.39675,-0.0591 -0.36299,0 -0.64156,0.22792 -0.27857,0.22793 -0.43897,0.6078 -0.16039,0.37987 -0.16039,0.83572 v 1.63766 l 1.31689,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1122"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 442.02778,342.89579 q -0.59091,0 -1.06364,-0.25325 -0.46429,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78506 0.26169,-1.3 0.27013,-0.51494 0.73441,-0.76819 0.46429,-0.26168 1.0552,-0.26168 0.59091,0 1.06364,0.26168 0.47273,0.25325 0.74286,0.77663 0.27857,0.51494 0.27857,1.31689 0,0.78507 -0.27013,1.30845 -0.27013,0.51493 -0.73441,0.77662 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65844,0 0.97922,-0.46428 0.32078,-0.47273 0.32078,-1.27468 0,-0.80196 -0.32922,-1.2578 -0.32078,-0.46429 -0.97923,-0.46429 -0.65844,0 -0.98766,0.46429 -0.32078,0.45584 -0.32078,1.2578 0,0.80195 0.32922,1.27468 0.32922,0.46428 0.98767,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1124"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 446.90372,342.89579 q -0.42208,0 -0.81039,-0.076 -0.37988,-0.076 -0.65845,-0.21103 v -0.70066 q 0.29546,0.13507 0.65,0.25325 0.36299,0.10974 0.86105,0.10974 0.55714,0 0.78506,-0.16883 0.23637,-0.17727 0.23637,-0.5065 0,-0.17727 -0.0844,-0.28701 -0.076,-0.11818 -0.30389,-0.23636 -0.22793,-0.11819 -0.66689,-0.3039 -0.43896,-0.18572 -0.7513,-0.35455 -0.31234,-0.17727 -0.48117,-0.40519 -0.16883,-0.23637 -0.16883,-0.59936 0,-0.59935 0.45584,-0.90325 0.46429,-0.30389 1.28312,-0.30389 0.37143,0 0.7091,0.0675 0.33766,0.0675 0.70065,0.21948 l -0.22792,0.59091 q -0.33767,-0.14351 -0.62468,-0.19416 -0.27857,-0.0507 -0.55715,-0.0507 -0.52337,0 -0.76818,0.13507 -0.23637,0.13507 -0.23637,0.42208 0,0.18571 0.1013,0.31234 0.10974,0.12662 0.34611,0.2448 0.24481,0.11819 0.64156,0.28702 0.4474,0.19416 0.75974,0.35455 0.31234,0.15194 0.47273,0.37987 0.16039,0.21948 0.16039,0.60779 0,0.64156 -0.46429,0.97923 -0.45584,0.33766 -1.35909,0.33766 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1126"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 451.96537,342.89579 q -0.42208,0 -0.81039,-0.076 -0.37987,-0.076 -0.65844,-0.21103 v -0.70066 q 0.29545,0.13507 0.65,0.25325 0.36299,0.10974 0.86104,0.10974 0.55715,0 0.78507,-0.16883 0.23636,-0.17727 0.23636,-0.5065 0,-0.17727 -0.0844,-0.28701 -0.076,-0.11818 -0.3039,-0.23636 -0.22792,-0.11819 -0.66688,-0.3039 -0.43897,-0.18572 -0.75131,-0.35455 -0.31233,-0.17727 -0.48117,-0.40519 -0.16883,-0.23637 -0.16883,-0.59936 0,-0.59935 0.45585,-0.90325 0.46428,-0.30389 1.28312,-0.30389 0.37143,0 0.70909,0.0675 0.33767,0.0675 0.70065,0.21948 l -0.22792,0.59091 q -0.33766,-0.14351 -0.62468,-0.19416 -0.27857,-0.0507 -0.55714,-0.0507 -0.52338,0 -0.76819,0.13507 -0.23636,0.13507 -0.23636,0.42208 0,0.18571 0.1013,0.31234 0.10974,0.12662 0.3461,0.2448 0.24481,0.11819 0.64156,0.28702 0.44741,0.19416 0.75975,0.35455 0.31234,0.15194 0.47273,0.37987 0.16039,0.21948 0.16039,0.60779 0,0.64156 -0.46429,0.97923 -0.45585,0.33766 -1.3591,0.33766 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1128"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 460.40881,344.83735 v -6.55067 h 0.62468 l 0.0929,0.61624 h 0.0338 q 0.19416,-0.32922 0.51494,-0.51494 0.32922,-0.18571 0.83572,-0.18571 0.82727,0 1.32532,0.59091 0.49806,0.59091 0.49806,1.74741 0,1.15649 -0.49806,1.75585 -0.49805,0.59935 -1.32532,0.59935 -0.49806,0 -0.82728,-0.2026 -0.32922,-0.2026 -0.52338,-0.46429 h -0.0506 q 0.0506,0.32923 0.0506,0.67533 v 1.93312 z m 1.94157,-2.5578 q 0.63311,0 0.92013,-0.43052 0.28701,-0.43896 0.28701,-1.32533 0,-0.86948 -0.28701,-1.28312 -0.27857,-0.42208 -0.92858,-0.42208 -0.61623,0 -0.90325,0.4052 -0.27857,0.39675 -0.27857,1.14805 v 0.16884 q 0,0.80195 0.25325,1.27468 0.26169,0.46428 0.93702,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1130"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 465.47047,342.81137 v -0.50649 l 1.65455,-0.12663 v -5.14937 l -1.6039,-0.10974 v -0.52337 h 2.36364 v 5.78248 l 1.46884,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1132"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 471.93343,342.89579 q -0.66689,0 -1.08053,-0.32922 -0.40519,-0.32922 -0.40519,-0.99611 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52792,-0.38831 l 0.97079,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82728 -0.3039,-0.22792 -0.81883,-0.22792 -0.36299,0 -0.69222,0.0929 -0.32922,0.0929 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.6078 l -0.0844,-0.62467 h -0.0338 q -0.27857,0.35454 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71754 v -0.40519 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26169 -0.33767,0.23637 -0.33767,0.65844 0,0.38832 0.24481,0.56559 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1134"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 478.31197,342.89579 q -0.48117,0 -0.86949,-0.12662 -0.37987,-0.12663 -0.59935,-0.44741 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23247 v -0.52338 l 1.23247,-0.13506 0.15195,-1.18183 h 0.60779 v 1.20715 h 1.7643 v 0.63312 h -1.7643 v 2.37209 q 0,0.51493 0.22793,0.7513 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25324,-0.0422 0.43896,-0.0844 v 0.60779 q -0.2026,0.0507 -0.4474,0.0929 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1136"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 482.01453,342.81137 v -3.89157 h -1.47728 v -0.52338 l 1.47728,-0.10974 v -0.51494 q 0,-0.53182 0.2026,-0.84415 0.21104,-0.31234 0.58247,-0.43897 0.37143,-0.13506 0.86104,-0.13506 0.37143,0 0.65,0.0591 0.27857,0.0507 0.48117,0.10974 l -0.16883,0.58247 q -0.16883,-0.0506 -0.42208,-0.0844 -0.25325,-0.0422 -0.49805,-0.0422 -0.44741,0 -0.69221,0.18571 -0.23637,0.18572 -0.23637,0.70909 v 0.41364 h 1.7052 v 0.63312 h -1.7052 v 3.89157 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1138"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 487.58268,342.89579 q -0.59091,0 -1.06364,-0.25325 -0.46429,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78506 0.26169,-1.3 0.27013,-0.51494 0.73442,-0.76819 0.46429,-0.26168 1.0552,-0.26168 0.59091,0 1.06364,0.26168 0.47273,0.25325 0.74286,0.77663 0.27857,0.51494 0.27857,1.31689 0,0.78507 -0.27013,1.30845 -0.27013,0.51493 -0.73442,0.77662 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65844,0 0.97922,-0.46428 0.32078,-0.47273 0.32078,-1.27468 0,-0.80196 -0.32922,-1.2578 -0.32078,-0.46429 -0.97922,-0.46429 -0.65845,0 -0.98767,0.46429 -0.32078,0.45584 -0.32078,1.2578 0,0.80195 0.32922,1.27468 0.32923,0.46428 0.98767,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1140"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 490.62679,342.81137 v -0.50649 l 1.37598,-0.12663 v -3.25845 l -1.24091,-0.10974 v -0.52338 h 1.84871 l 0.1013,0.82728 h 0.0338 q 0.23637,-0.43897 0.51494,-0.67533 0.28701,-0.23636 0.7513,-0.23636 0.28702,0 0.5065,0.0507 0.22792,0.0506 0.41364,0.13506 l -0.2026,0.66689 q -0.13507,-0.076 -0.32078,-0.12663 -0.18572,-0.0591 -0.39676,-0.0591 -0.36299,0 -0.64156,0.22792 -0.27857,0.22793 -0.43896,0.6078 -0.16039,0.37987 -0.16039,0.83572 v 1.63766 l 1.31689,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1142"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 495.58716,342.81137 v -4.52469 h 0.52338 l 0.10974,0.49806 h 0.0422 q 0.16884,-0.33767 0.37143,-0.45585 0.2026,-0.12662 0.46429,-0.12662 0.34611,0 0.53182,0.16883 0.19416,0.16039 0.29546,0.48117 h 0.0253 q 0.14351,-0.31234 0.35455,-0.48117 0.21948,-0.16883 0.57403,-0.16883 0.52338,0 0.72597,0.40519 0.21104,0.39676 0.21104,1.24936 v 2.95455 h -0.67532 v -2.82793 q 0,-0.53182 -0.076,-0.82727 -0.0675,-0.29546 -0.37987,-0.29546 -0.64156,0 -0.64156,1.68832 v 2.26234 h -0.67533 v -2.82793 q 0,-0.54026 -0.1013,-0.82727 -0.0928,-0.29546 -0.40519,-0.29546 -0.33767,0 -0.47273,0.45585 -0.12663,0.45584 -0.12663,1.23247 v 2.26234 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1144"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 502.76765,339.35032 q -0.21948,0 -0.37143,-0.13506 -0.15195,-0.13507 -0.15195,-0.43897 0,-0.32078 0.15195,-0.4474 0.15195,-0.12662 0.37143,-0.12662 0.21104,0 0.36299,0.12662 0.15195,0.12662 0.15195,0.4474 0,0.3039 -0.15195,0.43897 -0.15195,0.13506 -0.36299,0.13506 z m -0.008,3.54547 q -0.21948,0 -0.37143,-0.13507 -0.15195,-0.13506 -0.15195,-0.43896 0,-0.32078 0.15195,-0.4474 0.15195,-0.12663 0.37143,-0.12663 0.21948,0 0.36299,0.12663 0.15194,0.12662 0.15194,0.4474 0,0.3039 -0.15194,0.43896 -0.14351,0.13507 -0.36299,0.13507 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1146"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 513.52406,340.10164 -0.65,-1.21558 -0.63311,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1148"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 518.58569,340.10164 -0.65,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18572,0.92012 -1.27468,0.15195 0.83572,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1150"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 521.23304,342.81137 v -6.02726 h 1.22402 v 4.94675 h 2.49025 v 1.08051 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1152"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 528.194,337.67892 q -0.73441,0 -0.73441,-0.70909 0,-0.70909 0.7513,-0.70909 0.74285,0 0.74285,0.70065 0,0.71753 -0.75974,0.71753 z m -2.15259,5.13245 v -0.75974 l 1.53636,-0.25324 v -2.58311 l -1.30844,-0.14351 v -0.86948 h 2.53247 v 3.5961 l 1.37597,0.25324 v 0.75974 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1154"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 531.06083,342.81137 v -4.60908 h 0.92857 l 0.2026,0.59091 h 0.0675 q 0.42208,-0.67532 1.39286,-0.67532 0.77662,0 1.18181,0.43896 0.4052,0.43052 0.4052,1.24935 v 3.00518 h -1.22403 v -2.69285 q 0,-0.50649 -0.20259,-0.74285 -0.2026,-0.24481 -0.58247,-0.24481 -0.49805,0 -0.72597,0.4052 -0.21948,0.40519 -0.21948,1.10584 v 2.16947 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1156"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 537.63349,342.89579 q -0.73441,0 -1.14805,-0.43052 -0.40519,-0.43896 -0.40519,-1.25779 v -3.00519 h 1.22402 v 2.69285 q 0,0.46429 0.16039,0.72598 0.16039,0.26168 0.58247,0.26168 0.39675,0 0.60779,-0.18571 0.21948,-0.18571 0.29545,-0.52338 0.0844,-0.33766 0.0844,-0.80194 v -2.16948 h 1.22402 v 4.60908 h -0.92857 l -0.20259,-0.5909 h -0.0675 q -0.20259,0.32077 -0.58246,0.49805 -0.37143,0.17727 -0.84416,0.17727 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1158"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 540.88863,342.81137 1.62922,-2.34674 -1.55324,-2.26234 h 1.46883 l 0.83571,1.45195 0.87792,-1.45195 h 1.46883 l -1.58701,2.26234 1.58701,2.34674 h -1.46883 l -0.86948,-1.51947 -0.92013,1.51947 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1160"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 548.95544,340.10164 -0.64999,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1162"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 554.01707,340.10164 -0.65,-1.21558 -0.63312,1.20714 -0.81038,-0.48117 0.82727,-1.08052 -1.27468,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18572,0.92012 -1.27468,0.15195 0.83572,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1164"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 557.68585,343.9932 q 0.13507,-0.54871 0.26169,-1.17339 0.12663,-0.61623 0.19416,-1.0974 h 0.90325 l 0.0675,0.1013 q -0.12662,0.49805 -0.35454,1.08052 -0.21949,0.58247 -0.44741,1.08897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1166"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 569.202,340.10164 -0.64999,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1168"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 574.26363,340.10164 -0.64999,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1170"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 576.68306,342.81137 -0.4474,-6.02726 h 1.06363 q 0.0929,0.91169 0.14351,1.52792 0.0507,0.60779 0.0675,1.01299 0.0253,0.40519 0.0253,0.6922 0.008,0.27857 0.008,0.53182 0,0.31234 -0.008,0.64156 0,0.32078 -0.008,0.59935 h 0.0591 q 0.0338,-0.29546 0.076,-0.63312 0.0507,-0.33766 0.0844,-0.62467 0.0422,-0.28701 0.0675,-0.42208 l 0.29545,-1.90779 h 1.16493 l 0.28702,1.90779 q 0.0591,0.37143 0.13506,0.82727 0.076,0.4474 0.13507,0.86104 h 0.0591 q -0.008,-0.26169 -0.0253,-0.55714 -0.008,-0.29546 -0.0169,-0.55714 0,-0.26169 0,-0.42208 0,-0.17727 0.008,-0.4052 0.008,-0.22792 0.0338,-0.59934 0.0253,-0.37987 0.0675,-0.97078 0.0422,-0.59935 0.10974,-1.5026 h 1.06363 l -0.42207,6.02726 h -1.51948 l -0.3039,-2.05973 q -0.0338,-0.24481 -0.0844,-0.59091 -0.0506,-0.35454 -0.0844,-0.70065 h -0.0507 q -0.0338,0.34611 -0.0844,0.70065 -0.0507,0.35454 -0.0929,0.59091 l -0.30389,2.05973 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1172"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 583.87196,337.67892 q -0.73441,0 -0.73441,-0.70909 0,-0.70909 0.75129,-0.70909 0.74286,0 0.74286,0.70065 0,0.71753 -0.75974,0.71753 z m -2.15259,5.13245 v -0.75974 l 1.53636,-0.25324 v -2.58311 l -1.30844,-0.14351 v -0.86948 h 2.53246 v 3.5961 l 1.37597,0.25324 v 0.75974 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1174"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 586.73879,342.81137 v -4.60908 h 0.92857 l 0.2026,0.59091 h 0.0675 q 0.42208,-0.67532 1.39285,-0.67532 0.77662,0 1.18182,0.43896 0.40519,0.43052 0.40519,1.24935 v 3.00518 h -1.22402 v -2.69285 q 0,-0.50649 -0.2026,-0.74285 -0.20259,-0.24481 -0.58246,-0.24481 -0.49805,0 -0.72598,0.4052 -0.21948,0.40519 -0.21948,1.10584 v 2.16947 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1176"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 593.38741,342.89579 q -0.59934,0 -0.97921,-0.31234 -0.37987,-0.32078 -0.55715,-0.86104 -0.17727,-0.5487 -0.17727,-1.21558 0,-0.68376 0.18572,-1.22402 0.19415,-0.54026 0.5909,-0.8526 0.4052,-0.31233 1.02987,-0.31233 0.43896,0 0.75974,0.16883 0.32078,0.16883 0.5487,0.50649 h 0.0422 q -0.0422,-0.26169 -0.0675,-0.49805 -0.0253,-0.24481 -0.0253,-0.51493 v -1.38442 h 1.1987 v 6.41557 h -0.92857 l -0.25325,-0.59935 h -0.0507 q -0.21103,0.34611 -0.55714,0.51494 -0.3461,0.16883 -0.75974,0.16883 z m 0.48117,-1.01299 q 0.96234,0 0.96234,-1.22402 v -0.13506 q 0,-0.4052 -0.0844,-0.71753 -0.076,-0.32078 -0.27857,-0.49806 -0.19415,-0.17727 -0.55714,-0.17727 -0.9961,0 -0.9961,1.42662 0,0.69221 0.23636,1.01299 0.23636,0.31233 0.71753,0.31233 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1178"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 598.93021,342.89579 q -0.6922,0 -1.18181,-0.29546 -0.48961,-0.29545 -0.7513,-0.82727 -0.26169,-0.53181 -0.26169,-1.24934 0,-0.73442 0.26169,-1.27468 0.27013,-0.54026 0.75974,-0.83571 0.49805,-0.29545 1.19026,-0.29545 0.9961,0 1.58701,0.63311 0.5909,0.63312 0.5909,1.75584 0,0.71753 -0.25324,1.25779 -0.25325,0.53182 -0.74286,0.83571 -0.48961,0.29546 -1.1987,0.29546 z m 0.0169,-0.98766 q 0.48116,0 0.70909,-0.37143 0.22792,-0.37987 0.22792,-1.02987 0,-0.63311 -0.22792,-1.01298 -0.21948,-0.38831 -0.70909,-0.38831 -0.48961,0 -0.73442,0.37987 -0.23636,0.37142 -0.23636,1.02142 0,0.65 0.23636,1.02987 0.24481,0.37143 0.73442,0.37143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1180"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 602.1347,342.81137 -0.64999,-4.60908 h 1.11428 l 0.21104,2.38052 q 0.0253,0.27013 0.0422,0.52337 0.0253,0.25325 0.0675,0.65844 h 0.0338 q 0.0507,-0.39675 0.0844,-0.64155 0.0422,-0.25325 0.1013,-0.55715 l 0.33766,-1.6883 h 1.04675 l 0.33766,1.69675 q 0.0507,0.2448 0.0929,0.53181 0.0507,0.28701 0.10974,0.65844 h 0.0338 q 0.0422,-0.37143 0.0591,-0.65 0.0253,-0.28701 0.0422,-0.53181 l 0.21104,-2.38052 h 1.0974 l -0.65,4.60908 h -1.39285 l -0.32078,-1.7896 q -0.0507,-0.27857 -0.076,-0.45585 -0.0253,-0.18571 -0.0591,-0.39675 h -0.0338 q -0.0338,0.21948 -0.0591,0.39675 -0.0253,0.17728 -0.076,0.45585 l -0.32922,1.7896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1182"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 608.81709,342.89579 q -0.42207,0 -0.81882,-0.0591 -0.39676,-0.0591 -0.80195,-0.21104 v -1.13961 q 0.36299,0.16039 0.81883,0.27857 0.45584,0.10974 0.94545,0.10974 0.32078,0 0.50649,-0.076 0.18572,-0.0844 0.18572,-0.27013 0,-0.23636 -0.27857,-0.35455 -0.27857,-0.11818 -0.81883,-0.32922 -0.37987,-0.1435 -0.68377,-0.31233 -0.29545,-0.16883 -0.47272,-0.41364 -0.16883,-0.2448 -0.16883,-0.65 0,-0.47272 0.23636,-0.76818 0.2448,-0.30389 0.66688,-0.43896 0.42208,-0.1435 0.97922,-0.1435 0.4474,0 0.90324,0.0928 0.45585,0.0844 0.88637,0.27013 l -0.37987,0.93701 q -0.38831,-0.1435 -0.74286,-0.21948 -0.3461,-0.076 -0.70909,-0.076 -0.27857,0 -0.43896,0.0675 -0.15195,0.0675 -0.15195,0.23637 0,0.22792 0.26169,0.3461 0.27013,0.10974 0.7513,0.27857 0.37143,0.13506 0.6922,0.3039 0.32922,0.16883 0.52338,0.4474 0.2026,0.27013 0.2026,0.73441 0,0.70909 -0.53182,1.03831 -0.52338,0.32078 -1.56169,0.32078 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1184"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 614.75665,340.10164 -0.65,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1186"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 619.81828,340.10164 -0.65,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1188"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 623.48706,343.9932 q 0.13507,-0.54871 0.26169,-1.17339 0.12663,-0.61623 0.19416,-1.0974 h 0.90325 l 0.0675,0.1013 q -0.12662,0.49805 -0.35455,1.08052 -0.21948,0.58247 -0.4474,1.08897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1190"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 633.90582,342.89579 q -0.66688,0 -1.08052,-0.32922 -0.4052,-0.32922 -0.4052,-0.99611 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52793,-0.38831 l 0.97078,-0.0253 v -0.18572 q 0,-0.60779 -0.30389,-0.82728 -0.3039,-0.22792 -0.81884,-0.22792 -0.36299,0 -0.69221,0.0929 -0.32922,0.0929 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32079,-0.16039 0.7091,-0.27857 0.39675,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46428,0.37987 0.46428,1.19026 v 3.03053 h -0.60779 l -0.0844,-0.62467 h -0.0338 q -0.27858,0.35454 -0.65001,0.53182 -0.36298,0.17727 -0.8526,0.17727 z m 0.12663,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51494,-0.42208 0.19415,-0.27857 0.19415,-0.71754 v -0.40519 l -0.81039,0.0253 q -0.81039,0.0253 -1.1565,0.26169 -0.33766,0.23637 -0.33766,0.65844 0,0.38832 0.24481,0.56559 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1192"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 637.56618,342.81137 v -4.52469 h 0.6078 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38832 0.57403,-0.56559 0.38832,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75974 v -2.88702 q 0,-0.57403 -0.23637,-0.83572 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97922,0.43896 -0.27858,0.43897 -0.27858,1.23248 v 2.32143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1194"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 644.26551,342.89579 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78962 0,-1.12273 0.48117,-1.72208 0.48117,-0.59935 1.45196,-0.59935 0.47273,0 0.77662,0.18571 0.3039,0.18572 0.46429,0.47273 h 0.0507 q -0.0169,-0.11818 -0.0338,-0.31234 -0.0169,-0.19416 -0.0169,-0.35455 v -1.79805 h 0.7513 v 6.4156 h -0.62468 l -0.0844,-0.60779 h -0.0338 q -0.18571,0.3039 -0.50649,0.49805 -0.31234,0.19416 -0.82728,0.19416 z m 0.14351,-0.61624 q 0.59935,0 0.88636,-0.41363 0.29546,-0.42208 0.29546,-1.13962 v -0.16883 q 0,-0.49805 -0.10974,-0.88637 -0.10974,-0.39675 -0.36299,-0.62468 -0.25325,-0.22792 -0.68377,-0.22792 -0.59091,0 -0.92013,0.43896 -0.32078,0.43897 -0.32078,1.34222 0,1.67987 1.21559,1.67987 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1196"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 655.24984,340.10164 -0.65,-1.21558 -0.63311,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.20259,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33377,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1198"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 660.31147,340.10164 -0.65,-1.21558 -0.63311,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.20259,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33377,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1200"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 662.53673,342.81137 v -6.02726 h 1.65454 l 0.51493,3.41883 h 0.0338 l 0.60779,-3.41883 h 1.57013 v 6.02726 h -1.0974 v -1.37597 q 0,-0.32922 0.0169,-0.74285 0.0169,-0.42208 0.0422,-0.86104 0.0253,-0.4474 0.0507,-0.84415 0.0253,-0.39676 0.0422,-0.68377 0.0169,-0.29545 0.0253,-0.40519 h -0.0507 l -0.61623,3.49479 h -1.19026 l -0.66688,-3.50323 h -0.0507 q 0.008,0.12662 0.0338,0.42207 0.0253,0.29546 0.0506,0.70065 0.0338,0.39675 0.0591,0.84415 0.0338,0.43896 0.0506,0.86948 0.0169,0.42208 0.0169,0.77662 v 1.30844 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1202"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 669.14316,342.89579 q -0.72597,0 -1.0974,-0.37987 -0.36299,-0.38831 -0.36299,-1.03831 0,-0.77662 0.48961,-1.13117 0.49805,-0.35454 1.42662,-0.37987 l 1.01299,-0.0253 v -0.2026 q 0,-0.64155 -0.92013,-0.64155 -0.59091,0 -1.33376,0.27857 l -0.39676,-0.8526 q 0.80195,-0.40519 1.77273,-0.40519 0.97922,0 1.51103,0.40519 0.53182,0.39675 0.53182,1.21558 v 3.07272 h -0.92857 l -0.19415,-0.58246 h -0.0338 q -0.32078,0.36298 -0.69221,0.51493 -0.37142,0.15195 -0.78506,0.15195 z m 0.43052,-0.96234 q 0.43052,0 0.73441,-0.23636 0.3039,-0.23636 0.3039,-0.64156 v -0.37987 l -0.70065,0.0169 q -0.50649,0.008 -0.77662,0.17727 -0.26169,0.16039 -0.26169,0.49805 0,0.3039 0.2026,0.43896 0.20259,0.12662 0.49805,0.12662 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1204"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 675.18401,342.89579 q -1.16493,0 -1.72208,-0.58247 -0.5487,-0.59091 -0.5487,-1.7474 0,-1.19869 0.57403,-1.82337 0.58247,-0.62467 1.73896,-0.62467 0.3461,0 0.72597,0.0675 0.38831,0.0591 0.75974,0.21948 l -0.35455,0.97078 q -0.33766,-0.13507 -0.61623,-0.17728 -0.27857,-0.0422 -0.4474,-0.0422 -1.13961,0 -1.13961,1.36753 0,0.70064 0.29545,1.02142 0.3039,0.31234 0.86104,0.31234 0.26169,0 0.57403,-0.076 0.32077,-0.0844 0.68376,-0.3039 v 1.0974 q -0.36299,0.18571 -0.69221,0.25325 -0.32922,0.0675 -0.6922,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1206"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 680.55796,340.10164 -0.65,-1.21558 -0.63311,1.20714 -0.81039,-0.48117 0.82727,-1.08052 -1.27467,-0.16883 0.20259,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33377,-0.37142 0.18571,0.92012 -1.27467,0.15195 0.83571,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1208"
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.44153976px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 685.61961,340.10164 -0.65,-1.21558 -0.63312,1.20714 -0.81039,-0.48117 0.82728,-1.08052 -1.27468,-0.16883 0.2026,-0.88636 1.31688,0.3461 -0.10974,-1.38441 h 0.98766 l -0.11818,1.39285 1.33376,-0.37142 0.18572,0.92012 -1.27468,0.15195 0.83572,1.07208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1210"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 690.23384,339.35032 q -0.21949,0 -0.37143,-0.13506 -0.15195,-0.13507 -0.15195,-0.43897 0,-0.32078 0.15195,-0.4474 0.15194,-0.12662 0.37143,-0.12662 0.21104,0 0.36298,0.12662 0.16039,0.12662 0.16039,0.4474 0,0.3039 -0.16039,0.43897 -0.15194,0.13506 -0.36298,0.13506 z m -0.94546,4.64288 q 0.13506,-0.54871 0.26169,-1.17339 0.12662,-0.61623 0.19415,-1.0974 h 0.90325 l 0.0675,0.1013 q -0.12663,0.49805 -0.35455,1.08052 -0.21948,0.58247 -0.4474,1.08897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1212"
-           style="fill:#ff6600"
-           d="m 420.50647,351.42179 v -0.67532 h 2.53248 v 0.67532 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1214"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 431.73563,353.44778 q -0.48117,0 -0.93701,-0.0844 -0.45585,-0.0929 -0.71754,-0.22792 v -0.70065 q 0.31234,0.13506 0.75974,0.25324 0.44741,0.10974 0.9117,0.10974 1.3,0 1.3,-1.0552 0,-0.28701 -0.11818,-0.45584 -0.11818,-0.16883 -0.42208,-0.32078 -0.29546,-0.16039 -0.83572,-0.39676 -0.35454,-0.16039 -0.69221,-0.35454 -0.33766,-0.19416 -0.55714,-0.51494 -0.21104,-0.32078 -0.21104,-0.84416 0,-0.77662 0.50649,-1.19026 0.51494,-0.41364 1.41819,-0.41364 0.45585,0 0.86104,0.1013 0.4052,0.0929 0.70909,0.23636 l -0.2448,0.63312 q -0.28702,-0.13506 -0.64156,-0.21104 -0.35455,-0.0844 -0.70065,-0.0844 -0.49806,0 -0.81884,0.21104 -0.31234,0.21104 -0.31234,0.73441 0,0.3039 0.11819,0.48962 0.12662,0.17727 0.39675,0.32078 0.27013,0.13506 0.69221,0.32078 0.48117,0.2026 0.84416,0.41364 0.37143,0.20259 0.57403,0.51493 0.21104,0.3039 0.21104,0.81884 0,0.80195 -0.53182,1.24935 -0.52338,0.44741 -1.5617,0.44741 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1216"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 437.01677,348.01983 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.40519 0.16039,-0.13507 0.37987,-0.13507 0.21104,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61234,-0.12662 v -3.25845 l -1.47728,-0.10974 v -0.52338 h 2.23703 v 3.89157 l 1.51104,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1218"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 439.90894,353.36336 v -4.52469 h 0.52338 l 0.10974,0.49805 h 0.0422 q 0.16884,-0.33766 0.37143,-0.45584 0.2026,-0.12663 0.46429,-0.12663 0.34611,0 0.53182,0.16883 0.19416,0.16039 0.29546,0.48117 h 0.0253 q 0.14351,-0.31233 0.35455,-0.48117 0.21948,-0.16883 0.57403,-0.16883 0.52338,0 0.72597,0.4052 0.21104,0.39675 0.21104,1.24935 v 2.95456 h -0.67532 v -2.82793 q 0,-0.53182 -0.076,-0.82728 -0.0675,-0.29545 -0.37987,-0.29545 -0.64156,0 -0.64156,1.68831 v 2.26235 h -0.67533 v -2.82793 q 0,-0.54026 -0.1013,-0.82728 -0.0928,-0.29545 -0.40519,-0.29545 -0.33767,0 -0.47273,0.45584 -0.12663,0.45585 -0.12663,1.23247 v 2.26235 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1220"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 445.22384,355.38934 v -6.55067 h 0.62468 l 0.0929,0.61623 h 0.0338 q 0.19416,-0.32922 0.51494,-0.51493 0.32922,-0.18572 0.83572,-0.18572 0.82727,0 1.32533,0.59091 0.49805,0.59091 0.49805,1.74741 0,1.1565 -0.49805,1.75585 -0.49806,0.59936 -1.32533,0.59936 -0.49806,0 -0.82728,-0.2026 -0.32922,-0.2026 -0.52338,-0.46429 h -0.0507 q 0.0507,0.32922 0.0507,0.67533 v 1.93312 z m 1.94157,-2.5578 q 0.63312,0 0.92013,-0.43052 0.28702,-0.43896 0.28702,-1.32533 0,-0.86948 -0.28702,-1.28312 -0.27857,-0.42208 -0.92857,-0.42208 -0.61624,0 -0.90325,0.40519 -0.27858,0.39676 -0.27858,1.14806 v 0.16883 q 0,0.80195 0.25325,1.27468 0.26169,0.46429 0.93702,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1222"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 450.2855,353.36336 v -0.5065 l 1.65455,-0.12662 v -5.14937 l -1.6039,-0.10974 v -0.52338 h 2.36364 v 5.78249 l 1.46884,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1224"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 457.51664,353.44778 q -1.08896,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28702 1.12273,-0.28702 0.88637,0 1.39287,0.57403 0.51493,0.57403 0.51493,1.57014 v 0.3461 h -3.28377 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56558,0.49805 0.36299,0.14351 0.83572,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28701,-0.33766 -0.82728,-0.33766 -0.57402,0 -0.92013,0.3461 -0.3461,0.33767 -0.43896,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1226"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 461.51466,354.54518 q 0.13506,-0.5487 0.26169,-1.17338 0.12662,-0.61623 0.19415,-1.09741 h 0.90325 l 0.0675,0.1013 q -0.12663,0.49806 -0.35455,1.08053 -0.21948,0.58247 -0.4474,1.08896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1228"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 470.53212,355.38934 v -6.55067 h 0.62468 l 0.0929,0.61623 h 0.0338 q 0.19416,-0.32922 0.51494,-0.51493 0.32922,-0.18572 0.83572,-0.18572 0.82727,0 1.32533,0.59091 0.49805,0.59091 0.49805,1.74741 0,1.1565 -0.49805,1.75585 -0.49806,0.59936 -1.32533,0.59936 -0.49805,0 -0.82728,-0.2026 -0.32922,-0.2026 -0.52338,-0.46429 h -0.0506 q 0.0506,0.32922 0.0506,0.67533 v 1.93312 z m 1.94157,-2.5578 q 0.63312,0 0.92013,-0.43052 0.28702,-0.43896 0.28702,-1.32533 0,-0.86948 -0.28702,-1.28312 -0.27857,-0.42208 -0.92857,-0.42208 -0.61624,0 -0.90325,0.40519 -0.27858,0.39676 -0.27858,1.14806 v 0.16883 q 0,0.80195 0.25325,1.27468 0.26169,0.46429 0.93702,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1230"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 477.45937,353.44778 q -0.59091,0 -1.06364,-0.25325 -0.46429,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78507 0.26169,-1.3 0.27013,-0.51494 0.73441,-0.76819 0.46429,-0.26169 1.0552,-0.26169 0.59091,0 1.06364,0.26169 0.47273,0.25325 0.74286,0.77663 0.27858,0.51493 0.27858,1.31689 0,0.78506 -0.27014,1.30844 -0.27013,0.51494 -0.73441,0.77663 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65844,0 0.97922,-0.46429 0.32078,-0.47273 0.32078,-1.27468 0,-0.80195 -0.32922,-1.25779 -0.32078,-0.46429 -0.97923,-0.46429 -0.65844,0 -0.98766,0.46429 -0.32078,0.45584 -0.32078,1.25779 0,0.80195 0.32922,1.27468 0.32922,0.46429 0.98767,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1232"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 480.84115,353.36336 -0.72598,-4.52469 h 0.7091 l 0.32922,2.23702 q 0.0422,0.31234 0.0675,0.55714 0.0253,0.24481 0.0422,0.49806 0.0169,0.25325 0.0422,0.59935 h 0.0253 q 0.0169,-0.14351 0.0675,-0.39675 0.0507,-0.26169 0.10974,-0.55715 0.0675,-0.3039 0.14351,-0.55714 l 0.43896,-1.52793 h 0.83572 l 0.42208,1.52793 q 0.076,0.25324 0.14351,0.5487 0.0675,0.28701 0.11818,0.5487 0.0507,0.25325 0.076,0.41364 h 0.0253 q 0.0169,-0.33766 0.0338,-0.58247 0.0253,-0.25325 0.0506,-0.49805 0.0253,-0.24481 0.076,-0.57403 l 0.35455,-2.23702 h 0.69221 l -0.74286,4.52469 h -0.9117 l -0.40519,-1.58702 q -0.0929,-0.3461 -0.18572,-0.68377 -0.0844,-0.3461 -0.15195,-0.69221 h -0.0253 q -0.0675,0.34611 -0.16883,0.69221 -0.1013,0.33767 -0.18572,0.68377 l -0.41363,1.58702 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1234"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 487.88658,353.44778 q -1.08897,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28702 1.12273,-0.28702 0.88637,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57014 v 0.3461 h -3.28378 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56559,0.49805 0.36299,0.14351 0.83572,0.14351 0.36299,0 0.72598,-0.1013 0.36298,-0.1013 0.73441,-0.27013 v 0.67533 q -0.38831,0.16883 -0.77662,0.2448 -0.38832,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28702,-0.33766 -0.82728,-0.33766 -0.57403,0 -0.92013,0.3461 -0.34611,0.33767 -0.43896,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1236"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 490.62679,353.36336 v -0.5065 l 1.37598,-0.12662 v -3.25845 l -1.24091,-0.10974 v -0.52338 h 1.84871 l 0.1013,0.82727 h 0.0338 q 0.23637,-0.43896 0.51494,-0.67532 0.28701,-0.23637 0.7513,-0.23637 0.28702,0 0.5065,0.0506 0.22792,0.0507 0.41364,0.13507 l -0.2026,0.66688 q -0.13507,-0.076 -0.32078,-0.12662 -0.18572,-0.0591 -0.39676,-0.0591 -0.36299,0 -0.64156,0.22792 -0.27857,0.22792 -0.43896,0.6078 -0.16039,0.37987 -0.16039,0.83571 v 1.63767 l 1.31689,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1238"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 497.1995,353.36336 v -3.89157 h -1.47728 v -0.52338 l 1.47728,-0.10974 v -0.51494 q 0,-0.53182 0.2026,-0.84416 0.21104,-0.31234 0.58247,-0.43896 0.37143,-0.13507 0.86104,-0.13507 0.37143,0 0.65,0.0591 0.27857,0.0506 0.48117,0.10974 l -0.16883,0.58247 q -0.16883,-0.0507 -0.42208,-0.0844 -0.25325,-0.0422 -0.49805,-0.0422 -0.44741,0 -0.69221,0.18572 -0.23637,0.18571 -0.23637,0.70909 v 0.41364 h 1.7052 v 0.63312 h -1.7052 v 3.89157 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1240"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 502.42999,353.44778 q -0.80196,0 -1.19027,-0.39676 -0.37987,-0.39675 -0.37987,-1.1987 v -3.01365 h 0.75974 v 2.89546 q 0,0.54026 0.21948,0.81884 0.22793,0.27857 0.77663,0.27857 0.70065,0 0.97078,-0.43896 0.27013,-0.43897 0.27013,-1.22403 v -2.32988 h 0.75975 v 4.52469 h -0.6078 l -0.10974,-0.60779 h -0.0422 q -0.23636,0.37987 -0.59935,0.54026 -0.35455,0.15195 -0.82727,0.15195 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1242"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 505.96371,353.36336 v -0.5065 l 1.65455,-0.12662 v -5.14937 l -1.6039,-0.10974 v -0.52338 h 2.36365 v 5.78249 l 1.46883,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1244"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 512.13122,354.54518 q 0.13507,-0.5487 0.26169,-1.17338 0.12662,-0.61623 0.19416,-1.09741 h 0.90325 l 0.0675,0.1013 q -0.12663,0.49806 -0.35455,1.08053 -0.21948,0.58247 -0.4474,1.08896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1246"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 522.54999,353.44778 q -0.66689,0 -1.08052,-0.32923 -0.4052,-0.32922 -0.4052,-0.9961 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52793,-0.38831 l 0.97078,-0.0253 v -0.18571 q 0,-0.6078 -0.3039,-0.82728 -0.3039,-0.22792 -0.81883,-0.22792 -0.36299,0 -0.69221,0.0929 -0.32923,0.0928 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27858 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38832 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.6078 l -0.0844,-0.62468 h -0.0338 q -0.27857,0.35455 -0.65,0.53182 -0.36299,0.17728 -0.8526,0.17728 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13507 0.32079,-0.1435 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71753 v -0.4052 l -0.81039,0.0253 q -0.8104,0.0253 -1.1565,0.26169 -0.33767,0.23636 -0.33767,0.65844 0,0.38831 0.24481,0.56559 0.24481,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1248"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 526.21034,353.36336 v -4.52469 h 0.60779 l 0.10974,0.66688 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56558 0.38831,-0.18572 0.90325,-0.18572 0.68377,0 1.09741,0.38832 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75975 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1250"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 532.90966,353.44778 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78962 0,-1.12273 0.48117,-1.72208 0.48117,-0.59936 1.45196,-0.59936 0.47272,0 0.77662,0.18572 0.3039,0.18571 0.46429,0.47273 h 0.0506 q -0.0169,-0.11819 -0.0338,-0.31234 -0.0169,-0.19416 -0.0169,-0.35455 v -1.79806 h 0.7513 v 6.41561 h -0.62468 l -0.0844,-0.60779 h -0.0338 q -0.18571,0.30389 -0.50649,0.49805 -0.31234,0.19416 -0.82728,0.19416 z m 0.14351,-0.61624 q 0.59935,0 0.88636,-0.41364 0.29546,-0.42208 0.29546,-1.13961 v -0.16883 q 0,-0.49806 -0.10974,-0.88637 -0.10974,-0.39676 -0.36299,-0.62468 -0.25325,-0.22792 -0.68377,-0.22792 -0.59091,0 -0.92013,0.43896 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1252"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 543.56479,353.44778 q -1.08896,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27013,-1.26624 0.27014,-0.53182 0.75131,-0.81039 0.48117,-0.28702 1.12273,-0.28702 0.88636,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57014 v 0.3461 h -3.28378 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56559,0.49805 0.36298,0.14351 0.83571,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38831,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28701,-0.33766 -0.82727,-0.33766 -0.57403,0 -0.92014,0.3461 -0.3461,0.33767 -0.43896,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1254"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 547.47839,353.36336 v -3.89157 h -1.22403 v -0.52338 l 1.22403,-0.10974 v -0.51494 q 0,-0.53182 0.2026,-0.84416 0.21104,-0.31234 0.58247,-0.43896 0.37143,-0.13507 0.86104,-0.13507 0.37143,0 0.65,0.0591 0.27858,0.0506 0.48117,0.10974 l -0.16883,0.58247 q -0.16883,-0.0507 -0.42208,-0.0844 -0.25325,-0.0422 -0.49805,-0.0422 -0.44741,0 -0.69221,0.18572 -0.23637,0.18571 -0.23637,0.70909 v 0.41364 h 2.36365 v -0.51494 q 0,-0.53182 0.2026,-0.84416 0.21104,-0.31234 0.58247,-0.43896 0.37143,-0.13507 0.86104,-0.13507 0.37143,0 0.65,0.0591 0.27857,0.0506 0.48117,0.10974 l -0.16883,0.58247 q -0.16883,-0.0507 -0.42208,-0.0844 -0.25325,-0.0422 -0.49805,-0.0422 -0.44741,0 -0.69221,0.18572 -0.23637,0.18571 -0.23637,0.70909 v 0.41364 h 3.19936 v 4.52469 h -0.75974 v -3.89157 h -2.43962 v 3.89157 h -0.75974 v -3.89157 h -2.36365 v 3.89157 z m 6.62665,-5.34353 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.40519 0.16039,-0.13507 0.37987,-0.13507 0.21948,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27013 -0.16039,0.4052 -0.15195,0.12662 -0.37143,0.12662 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1256"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 558.75821,353.44778 q -0.99611,0 -1.57014,-0.54027 -0.56558,-0.5487 -0.56558,-1.77273 0,-0.86948 0.27857,-1.39286 0.28701,-0.52338 0.78507,-0.7513 0.49805,-0.23637 1.14805,-0.23637 0.39676,0 0.71754,0.0844 0.32078,0.076 0.61624,0.22792 l -0.22793,0.61624 q -0.27013,-0.13507 -0.52338,-0.2026 -0.25324,-0.0675 -0.5487,-0.0675 -0.77663,0 -1.12273,0.43052 -0.34611,0.42208 -0.34611,1.27468 0,0.90325 0.36299,1.29156 0.36299,0.38831 1.08053,0.38831 0.37143,0 0.70065,-0.076 0.32922,-0.0844 0.57403,-0.19416 v 0.66689 q -0.25325,0.11818 -0.62468,0.18571 -0.37143,0.0675 -0.73442,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1258"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 563.55817,348.01983 q -0.21948,0 -0.37988,-0.12662 -0.15194,-0.13507 -0.15194,-0.4052 0,-0.27857 0.15194,-0.40519 0.1604,-0.13507 0.37988,-0.13507 0.21104,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61234,-0.12662 v -3.25845 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51105,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1260"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 568.87307,353.44778 q -1.08896,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27014,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28702 1.12273,-0.28702 0.88637,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57014 v 0.3461 h -3.28378 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56559,0.49805 0.36299,0.14351 0.83571,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38831,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28701,-0.33766 -0.82727,-0.33766 -0.57403,0 -0.92013,0.3461 -0.34611,0.33767 -0.43897,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1262"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 571.76525,353.36336 v -4.52469 h 0.60779 l 0.10974,0.66688 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56558 0.38831,-0.18572 0.90325,-0.18572 0.68377,0 1.0974,0.38832 0.42208,0.37987 0.42208,1.1987 v 3.02209 H 574.762 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1264"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 579.54508,353.44778 q -0.48117,0 -0.86948,-0.12663 -0.37987,-0.12662 -0.59935,-0.4474 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23248 v -0.52338 l 1.23248,-0.13507 0.15195,-1.18182 h 0.60779 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37208 q 0,0.51494 0.22792,0.75131 0.22793,0.23636 0.7513,0.23636 0.21949,0 0.47273,-0.0422 0.25325,-0.0422 0.43897,-0.0844 v 0.60779 q -0.2026,0.0507 -0.44741,0.0929 -0.2448,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1266"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 583.93986,349.90231 q -0.21948,0 -0.37143,-0.13507 -0.15195,-0.13506 -0.15195,-0.43896 0,-0.32078 0.15195,-0.4474 0.15195,-0.12663 0.37143,-0.12663 0.21104,0 0.36299,0.12663 0.16039,0.12662 0.16039,0.4474 0,0.3039 -0.16039,0.43896 -0.15195,0.13507 -0.36299,0.13507 z m -0.94546,4.64287 q 0.13507,-0.5487 0.26169,-1.17338 0.12662,-0.61623 0.19416,-1.09741 h 0.90325 l 0.0675,0.1013 q -0.12662,0.49806 -0.35455,1.08053 -0.21948,0.58247 -0.4474,1.08896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1268"
-           style="fill:#ff6600"
-           d="m 420.50647,361.97378 v -0.67533 h 2.53248 v 0.67533 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1270"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 429.78563,363.91535 v -6.0273 h 1.08896 l 1.00455,3.53703 h 0.0253 l 1.00455,-3.53703 h 1.09741 v 6.0273 h -0.71753 v -3.2669 q 0,-0.49805 0.0169,-1.02143 0.0253,-0.53182 0.0844,-0.97923 h -0.0338 l -1.11429,3.76495 h -0.70065 l -1.12273,-3.77339 h -0.0338 q 0.0422,0.24481 0.0675,0.59936 0.0253,0.3461 0.0338,0.71753 0.0169,0.37143 0.0169,0.69221 v 3.2669 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1272"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 437.01677,358.57182 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12663 0.16039,0.4052 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61234,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52338 h 2.23703 v 3.89158 l 1.51104,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1274"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 440.16219,363.91535 v -4.5247 h 0.60779 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.0974,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23636,-0.83571 -0.22793,-0.27014 -0.74286,-0.27014 -0.69221,0 -0.97923,0.43897 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1276"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 447.14008,358.57182 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12663 0.16039,0.4052 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61235,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89158 l 1.51104,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1278"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 450.03225,363.91535 v -4.5247 h 0.52338 l 0.10974,0.49806 h 0.0422 q 0.16883,-0.33766 0.37143,-0.45585 0.2026,-0.12662 0.46428,-0.12662 0.34611,0 0.53182,0.16883 0.19416,0.16039 0.29546,0.48117 h 0.0253 q 0.14351,-0.31234 0.35455,-0.48117 0.21948,-0.16883 0.57403,-0.16883 0.52338,0 0.72598,0.4052 0.21104,0.39675 0.21104,1.24935 v 2.95456 h -0.67533 v -2.82794 q 0,-0.53182 -0.076,-0.82727 -0.0675,-0.29546 -0.37987,-0.29546 -0.64156,0 -0.64156,1.68832 v 2.26235 h -0.67532 v -2.82794 q 0,-0.54026 -0.1013,-0.82727 -0.0929,-0.29546 -0.4052,-0.29546 -0.33766,0 -0.47273,0.45585 -0.12662,0.45584 -0.12662,1.23247 v 2.26235 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1280"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 457.26339,358.57182 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12663 0.16039,0.4052 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61235,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89158 l 1.51104,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1282"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 460.49323,363.91535 v -0.51494 l 2.6591,-3.42729 h -2.52404 v -0.58247 h 3.34287 v 0.59936 l -2.57468,3.28378 h 2.64221 v 0.64156 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1284"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 467.63995,363.99976 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59935 -0.62468,-1.73053 0,-0.74286 0.27014,-1.26623 0.27013,-0.53182 0.7513,-0.8104 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56559,0.49806 0.36299,0.1435 0.83571,0.1435 0.36299,0 0.72598,-0.10129 0.36299,-0.1013 0.73442,-0.27013 v 0.67532 q -0.38831,0.16883 -0.77663,0.24481 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33767 -0.82727,-0.33767 -0.57403,0 -0.92013,0.34611 -0.34611,0.33766 -0.43897,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1286"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 472.16979,363.99976 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78961 0,-1.12274 0.48117,-1.72209 0.48117,-0.59935 1.45196,-0.59935 0.47273,0 0.77662,0.18571 0.3039,0.18572 0.46429,0.47273 h 0.0507 q -0.0169,-0.11818 -0.0338,-0.31234 -0.0169,-0.19415 -0.0169,-0.35454 v -1.79806 h 0.7513 v 6.41561 h -0.62467 l -0.0844,-0.6078 h -0.0338 q -0.18571,0.3039 -0.50649,0.49806 -0.31234,0.19415 -0.82728,0.19415 z m 0.14351,-0.61623 q 0.59935,0 0.88637,-0.41364 0.29545,-0.42208 0.29545,-1.13962 v -0.16883 q 0,-0.49805 -0.10974,-0.88636 -0.10974,-0.39676 -0.36299,-0.62468 -0.25325,-0.22793 -0.68377,-0.22793 -0.59091,0 -0.92013,0.43897 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1288"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 482.30999,365.98354 q -0.47273,0 -0.87793,-0.0929 -0.4052,-0.0844 -0.7513,-0.22792 v -0.67533 q 0.33766,0.19416 0.77662,0.28701 0.44741,0.1013 0.82728,0.1013 0.76818,0 1.07208,-0.36299 0.3039,-0.35454 0.3039,-0.97922 v -0.16039 q 0,-0.1013 0,-0.19416 0.008,-0.0929 0.0253,-0.28701 h -0.0338 q -0.23637,0.3461 -0.55715,0.48117 -0.31234,0.12662 -0.75974,0.12662 -0.90325,0 -1.4013,-0.60779 -0.48962,-0.61624 -0.48962,-1.71364 0,-1.10585 0.48962,-1.73897 0.49805,-0.63312 1.35909,-0.63312 0.45585,0 0.76819,0.15195 0.31234,0.1435 0.55714,0.48961 h 0.0422 l 0.1013,-0.55715 h 0.60779 v 4.64288 q 0,0.97078 -0.49805,1.46039 -0.49805,0.48962 -1.56169,0.48962 z m 0.16883,-2.60001 q 0.56558,0 0.88636,-0.36299 0.32078,-0.37143 0.32078,-1.18182 v -0.17728 q 0,-0.92013 -0.33766,-1.32533 -0.32922,-0.41364 -0.89481,-0.41364 -0.64156,0 -0.93701,0.45585 -0.29546,0.44741 -0.29546,1.27468 0,0.84416 0.3039,1.29156 0.31234,0.43897 0.9539,0.43897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1290"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 487.11839,363.99976 q -0.66688,0 -1.08052,-0.32922 -0.4052,-0.32922 -0.4052,-0.99611 0,-0.73442 0.52338,-1.0974 0.53182,-0.36299 1.52793,-0.38832 l 0.97078,-0.0253 v -0.18572 q 0,-0.60779 -0.30389,-0.82727 -0.3039,-0.22793 -0.81884,-0.22793 -0.36299,0 -0.69221,0.0929 -0.32922,0.0929 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32079,-0.16039 0.7091,-0.27857 0.39675,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46428,0.37987 0.46428,1.19027 v 3.03053 h -0.60779 l -0.0844,-0.62468 h -0.0338 q -0.27858,0.35455 -0.65001,0.53182 -0.36298,0.17727 -0.8526,0.17727 z m 0.12663,-0.61623 q 0.37987,0 0.70065,-0.13507 0.32078,-0.14351 0.51494,-0.42208 0.19415,-0.27857 0.19415,-0.71753 v -0.4052 l -0.81039,0.0253 q -0.81039,0.0253 -1.1565,0.26168 -0.33766,0.23637 -0.33766,0.65845 0,0.38831 0.24481,0.56558 0.2448,0.16884 0.65,0.16884 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1292"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 490.77874,365.94133 v -6.55068 h 0.62468 l 0.0929,0.61624 h 0.0338 q 0.19415,-0.32922 0.51493,-0.51494 0.32922,-0.18571 0.83572,-0.18571 0.82728,0 1.32533,0.59091 0.49805,0.59091 0.49805,1.74741 0,1.1565 -0.49805,1.75585 -0.49805,0.59935 -1.32533,0.59935 -0.49805,0 -0.82728,-0.2026 -0.32922,-0.20259 -0.52337,-0.46428 h -0.0507 q 0.0507,0.32922 0.0507,0.67532 v 1.93313 z m 1.94157,-2.5578 q 0.63312,0 0.92013,-0.43052 0.28702,-0.43897 0.28702,-1.32533 0,-0.86949 -0.28702,-1.28313 -0.27857,-0.42208 -0.92857,-0.42208 -0.61624,0 -0.90325,0.4052 -0.27857,0.39676 -0.27857,1.14806 v 0.16883 q 0,0.80195 0.25324,1.27468 0.26169,0.46429 0.93702,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1294"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 503.00401,363.99976 q -0.49805,0 -0.84416,-0.19415 -0.3461,-0.19416 -0.53182,-0.46429 h -0.0507 l -0.0675,0.57403 h -0.60779 v -6.41561 h 0.73442 v 1.55325 q 0,0.23637 -0.008,0.46429 0,0.22792 -0.0253,0.46429 h 0.0338 q 0.17727,-0.27013 0.51493,-0.47273 0.33767,-0.2026 0.8526,-0.2026 0.81884,0 1.31689,0.59091 0.5065,0.59091 0.5065,1.74741 0,1.16494 -0.5065,1.76429 -0.50649,0.59091 -1.31689,0.59091 z m -0.1435,-0.61623 q 0.61623,0 0.90325,-0.44741 0.28701,-0.4474 0.28701,-1.29156 0,-0.82728 -0.28701,-1.27468 -0.28702,-0.44741 -0.9117,-0.44741 -0.58247,0 -0.90325,0.44741 -0.31233,0.43896 -0.31233,1.2578 0,0.8526 0.29545,1.30844 0.3039,0.44741 0.92858,0.44741 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1296"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 508.1332,363.99976 q -1.08897,0 -1.71364,-0.59935 -0.62468,-0.59935 -0.62468,-1.73053 0,-0.74286 0.27013,-1.26623 0.27013,-0.53182 0.7513,-0.8104 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56559,0.49806 0.36299,0.1435 0.83572,0.1435 0.36299,0 0.72598,-0.10129 0.36298,-0.1013 0.73441,-0.27013 v 0.67532 q -0.38831,0.16883 -0.77662,0.24481 -0.38832,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28702,-0.33767 -0.82728,-0.33767 -0.57403,0 -0.92013,0.34611 -0.34611,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1298"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 513.74356,363.99976 q -0.48117,0 -0.86948,-0.12662 -0.37987,-0.12663 -0.59935,-0.44741 -0.21948,-0.32078 -0.21948,-0.88636 v -2.5156 h -1.23248 v -0.52337 l 1.23248,-0.13507 0.15194,-1.18182 h 0.6078 v 1.20714 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51494 0.22792,0.7513 0.22792,0.23637 0.7513,0.23637 0.21948,0 0.47273,-0.0422 0.25325,-0.0422 0.43896,-0.0844 v 0.6078 q -0.20259,0.0506 -0.4474,0.0928 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1300"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 516.27274,363.91535 -0.72598,-4.5247 h 0.7091 l 0.32922,2.23703 q 0.0422,0.31233 0.0675,0.55714 0.0253,0.24481 0.0422,0.49805 0.0169,0.25325 0.0422,0.59936 h 0.0253 q 0.0169,-0.14351 0.0675,-0.39676 0.0507,-0.26169 0.10975,-0.55714 0.0675,-0.3039 0.1435,-0.55715 l 0.43896,-1.52792 h 0.83572 l 0.42208,1.52792 q 0.076,0.25325 0.14351,0.54871 0.0675,0.28701 0.11818,0.5487 0.0507,0.25325 0.076,0.41364 h 0.0253 q 0.0169,-0.33767 0.0338,-0.58247 0.0253,-0.25325 0.0507,-0.49806 0.0253,-0.2448 0.076,-0.57402 l 0.35455,-2.23703 h 0.69221 l -0.74286,4.5247 h -0.91169 l -0.4052,-1.58702 q -0.0929,-0.34611 -0.18572,-0.68377 -0.0844,-0.34611 -0.15194,-0.69221 h -0.0253 q -0.0675,0.3461 -0.16883,0.69221 -0.1013,0.33766 -0.18572,0.68377 l -0.41363,1.58702 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1302"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 523.31817,363.99976 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59935 -0.62468,-1.73053 0,-0.74286 0.27013,-1.26623 0.27014,-0.53182 0.75131,-0.8104 0.48117,-0.28701 1.12273,-0.28701 0.88636,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56559,0.49806 0.36298,0.1435 0.83571,0.1435 0.36299,0 0.72598,-0.10129 0.36299,-0.1013 0.73442,-0.27013 v 0.67532 q -0.38831,0.16883 -0.77663,0.24481 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33767 -0.82727,-0.33767 -0.57403,0 -0.92014,0.34611 -0.3461,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1304"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 528.37983,363.99976 q -1.08897,0 -1.71365,-0.59935 -0.62467,-0.59935 -0.62467,-1.73053 0,-0.74286 0.27013,-1.26623 0.27013,-0.53182 0.7513,-0.8104 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56559,0.49806 0.36299,0.1435 0.83572,0.1435 0.36298,0 0.72597,-0.10129 0.36299,-0.1013 0.73442,-0.27013 v 0.67532 q -0.38831,0.16883 -0.77662,0.24481 -0.38832,0.076 -0.73442,0.076 z m -1.55326,-2.81105 h 2.50716 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28702,-0.33767 -0.82728,-0.33767 -0.57403,0 -0.92013,0.34611 -0.34611,0.33766 -0.43897,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1306"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 531.27199,363.91535 v -4.5247 h 0.6078 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56559 0.38832,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23637,-0.83571 -0.22792,-0.27014 -0.74286,-0.27014 -0.69221,0 -0.97922,0.43897 -0.27858,0.43896 -0.27858,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1308"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 541.24336,363.91535 v -0.5065 l 1.37598,-0.12662 v -3.25846 l -1.24092,-0.10974 v -0.52338 h 1.84871 l 0.1013,0.82728 h 0.0338 q 0.23636,-0.43896 0.51493,-0.67533 0.28702,-0.23636 0.7513,-0.23636 0.28702,0 0.5065,0.0507 0.22792,0.0506 0.41364,0.13506 l -0.2026,0.66689 q -0.13507,-0.076 -0.32078,-0.12662 -0.18572,-0.0591 -0.39676,-0.0591 -0.36298,0 -0.64156,0.22793 -0.27857,0.22792 -0.43896,0.60779 -0.16039,0.37987 -0.16039,0.83572 v 1.63767 l 1.31689,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1310"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 548.62645,363.99976 q -1.08897,0 -1.71365,-0.59935 -0.62467,-0.59935 -0.62467,-1.73053 0,-0.74286 0.27013,-1.26623 0.27013,-0.53182 0.7513,-0.8104 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56559,0.49806 0.36299,0.1435 0.83572,0.1435 0.36298,0 0.72597,-0.10129 0.36299,-0.1013 0.73442,-0.27013 v 0.67532 q -0.38831,0.16883 -0.77662,0.24481 -0.38832,0.076 -0.73442,0.076 z m -1.55326,-2.81105 h 2.50716 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28702,-0.33767 -0.82728,-0.33767 -0.57403,0 -0.92013,0.34611 -0.34611,0.33766 -0.43897,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1312"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 552.91992,363.99976 q -0.66688,0 -1.08052,-0.32922 -0.4052,-0.32922 -0.4052,-0.99611 0,-0.73442 0.52338,-1.0974 0.53182,-0.36299 1.52793,-0.38832 l 0.97078,-0.0253 v -0.18572 q 0,-0.60779 -0.30389,-0.82727 -0.3039,-0.22793 -0.81884,-0.22793 -0.36299,0 -0.69221,0.0929 -0.32922,0.0929 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.7091,-0.27857 0.39675,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46428,0.37987 0.46428,1.19027 v 3.03053 h -0.60779 l -0.0844,-0.62468 h -0.0338 q -0.27858,0.35455 -0.65001,0.53182 -0.36298,0.17727 -0.8526,0.17727 z m 0.12663,-0.61623 q 0.37987,0 0.70065,-0.13507 0.32078,-0.14351 0.51494,-0.42208 0.19415,-0.27857 0.19415,-0.71753 v -0.4052 l -0.81039,0.0253 q -0.81039,0.0253 -1.1565,0.26168 -0.33766,0.23637 -0.33766,0.65845 0,0.38831 0.2448,0.56558 0.24481,0.16884 0.65001,0.16884 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1314"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 558.21795,363.99976 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78961 0,-1.12274 0.48117,-1.72209 0.48117,-0.59935 1.45195,-0.59935 0.47273,0 0.77663,0.18571 0.3039,0.18572 0.46429,0.47273 h 0.0507 q -0.0169,-0.11818 -0.0338,-0.31234 -0.0169,-0.19415 -0.0169,-0.35454 v -1.79806 h 0.7513 v 6.41561 h -0.62468 l -0.0844,-0.6078 h -0.0338 q -0.18572,0.3039 -0.5065,0.49806 -0.31233,0.19415 -0.82727,0.19415 z m 0.14351,-0.61623 q 0.59935,0 0.88636,-0.41364 0.29546,-0.42208 0.29546,-1.13962 v -0.16883 q 0,-0.49805 -0.10974,-0.88636 -0.10974,-0.39676 -0.36299,-0.62468 -0.25325,-0.22793 -0.68377,-0.22793 -0.59091,0 -0.92013,0.43897 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1316"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 563.55817,358.57182 q -0.21948,0 -0.37988,-0.12662 -0.15194,-0.13507 -0.15194,-0.4052 0,-0.27857 0.15194,-0.4052 0.1604,-0.13506 0.37988,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12663 0.16039,0.4052 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61234,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89158 l 1.51105,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1318"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 566.70359,363.91535 v -4.5247 h 0.60779 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.0974,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23636,-0.83571 -0.22793,-0.27014 -0.74286,-0.27014 -0.69221,0 -0.97923,0.43897 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1320"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 573.4198,365.98354 q -0.47273,0 -0.87793,-0.0929 -0.40519,-0.0844 -0.7513,-0.22792 v -0.67533 q 0.33767,0.19416 0.77663,0.28701 0.4474,0.1013 0.82727,0.1013 0.76819,0 1.07209,-0.36299 0.30389,-0.35454 0.30389,-0.97922 v -0.16039 q 0,-0.1013 0,-0.19416 0.008,-0.0929 0.0253,-0.28701 h -0.0338 q -0.23636,0.3461 -0.55714,0.48117 -0.31234,0.12662 -0.75975,0.12662 -0.90325,0 -1.4013,-0.60779 -0.48961,-0.61624 -0.48961,-1.71364 0,-1.10585 0.48961,-1.73897 0.49805,-0.63312 1.3591,-0.63312 0.45584,0 0.76818,0.15195 0.31234,0.1435 0.55715,0.48961 h 0.0422 l 0.1013,-0.55715 h 0.6078 v 4.64288 q 0,0.97078 -0.49806,1.46039 -0.49805,0.48962 -1.56169,0.48962 z m 0.16883,-2.60001 q 0.56559,0 0.88637,-0.36299 0.32078,-0.37143 0.32078,-1.18182 v -0.17728 q 0,-0.92013 -0.33767,-1.32533 -0.32922,-0.41364 -0.8948,-0.41364 -0.64157,0 -0.93702,0.45585 -0.29546,0.44741 -0.29546,1.27468 0,0.84416 0.3039,1.29156 0.31234,0.43897 0.9539,0.43897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1322"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 583.28986,363.99976 q -0.66689,0 -1.08053,-0.32922 -0.40519,-0.32922 -0.40519,-0.99611 0,-0.73442 0.52338,-1.0974 0.53182,-0.36299 1.52792,-0.38832 l 0.97079,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82727 -0.3039,-0.22793 -0.81883,-0.22793 -0.36299,0 -0.69222,0.0929 -0.32922,0.0929 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19027 v 3.03053 h -0.6078 l -0.0844,-0.62468 h -0.0338 q -0.27857,0.35455 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61623 q 0.37987,0 0.70065,-0.13507 0.32078,-0.14351 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71753 v -0.4052 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26168 -0.33767,0.23637 -0.33767,0.65845 0,0.38831 0.24481,0.56558 0.2448,0.16884 0.65,0.16884 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1324"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 586.95021,363.91535 v -4.5247 h 0.6078 l 0.10974,0.66689 h 0.0422 q 0.19415,-0.38831 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68376,0 1.0974,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23637,-0.83571 -0.22792,-0.27014 -0.74286,-0.27014 -0.69221,0 -0.97922,0.43897 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1326"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 593.64953,363.99976 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78961 0,-1.12274 0.48117,-1.72209 0.48117,-0.59935 1.45195,-0.59935 0.47273,0 0.77663,0.18571 0.3039,0.18572 0.46429,0.47273 h 0.0507 q -0.0169,-0.11818 -0.0338,-0.31234 -0.0169,-0.19415 -0.0169,-0.35454 v -1.79806 h 0.7513 v 6.41561 h -0.62468 l -0.0844,-0.6078 h -0.0338 q -0.18572,0.3039 -0.5065,0.49806 -0.31233,0.19415 -0.82727,0.19415 z m 0.14351,-0.61623 q 0.59935,0 0.88636,-0.41364 0.29546,-0.42208 0.29546,-1.13962 v -0.16883 q 0,-0.49805 -0.10974,-0.88636 -0.10974,-0.39676 -0.36299,-0.62468 -0.25325,-0.22793 -0.68377,-0.22793 -0.59091,0 -0.92013,0.43897 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1328"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 604.30467,363.99976 q -1.08897,0 -1.71364,-0.59935 -0.62468,-0.59935 -0.62468,-1.73053 0,-0.74286 0.27013,-1.26623 0.27013,-0.53182 0.7513,-0.8104 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39287,0.57403 0.51493,0.57403 0.51493,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21949,0.93701 0.21104,0.34611 0.56558,0.49806 0.36299,0.1435 0.83572,0.1435 0.36299,0 0.72598,-0.10129 0.36298,-0.1013 0.73441,-0.27013 v 0.67532 q -0.38831,0.16883 -0.77662,0.24481 -0.38832,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28702,-0.33767 -0.82728,-0.33767 -0.57402,0 -0.92013,0.34611 -0.34611,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1330"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 608.8345,363.99976 q -0.83572,0 -1.34222,-0.58247 -0.50649,-0.58247 -0.50649,-1.78961 0,-1.12274 0.48117,-1.72209 0.48117,-0.59935 1.45195,-0.59935 0.47273,0 0.77663,0.18571 0.30389,0.18572 0.46428,0.47273 h 0.0507 q -0.0169,-0.11818 -0.0338,-0.31234 -0.0169,-0.19415 -0.0169,-0.35454 v -1.79806 h 0.75131 v 6.41561 h -0.62468 l -0.0844,-0.6078 h -0.0338 q -0.18572,0.3039 -0.5065,0.49806 -0.31234,0.19415 -0.82727,0.19415 z m 0.1435,-0.61623 q 0.59935,0 0.88637,-0.41364 0.29545,-0.42208 0.29545,-1.13962 v -0.16883 q 0,-0.49805 -0.10974,-0.88636 -0.10974,-0.39676 -0.36298,-0.62468 -0.25325,-0.22793 -0.68377,-0.22793 -0.59091,0 -0.92014,0.43897 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1332"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 614.17473,358.57182 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12663 0.16039,0.4052 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61234,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89158 l 1.51105,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1334"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 620.03834,363.99976 q -0.48117,0 -0.86948,-0.12662 -0.37988,-0.12663 -0.59936,-0.44741 -0.21948,-0.32078 -0.21948,-0.88636 v -2.5156 h -1.23247 v -0.52337 l 1.23247,-0.13507 0.15195,-1.18182 h 0.6078 v 1.20714 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51494 0.22792,0.7513 0.22792,0.23637 0.7513,0.23637 0.21948,0 0.47273,-0.0422 0.25325,-0.0422 0.43896,-0.0844 v 0.6078 q -0.2026,0.0506 -0.4474,0.0928 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1336"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 624.29805,358.57182 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12663 0.16039,0.4052 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61234,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52338 h 2.23703 v 3.89158 l 1.51104,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1338"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 627.44345,363.91535 v -4.5247 h 0.6078 l 0.10974,0.66689 h 0.0422 q 0.19415,-0.38831 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68376,0 1.0974,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23637,-0.83571 -0.22792,-0.27014 -0.74286,-0.27014 -0.69221,0 -0.97922,0.43897 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1340"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 634.15967,365.98354 q -0.47273,0 -0.87793,-0.0929 -0.40519,-0.0844 -0.7513,-0.22792 v -0.67533 q 0.33766,0.19416 0.77663,0.28701 0.4474,0.1013 0.82727,0.1013 0.76819,0 1.07208,-0.36299 0.3039,-0.35454 0.3039,-0.97922 v -0.16039 q 0,-0.1013 0,-0.19416 0.008,-0.0929 0.0253,-0.28701 h -0.0338 q -0.23636,0.3461 -0.55715,0.48117 -0.31233,0.12662 -0.75974,0.12662 -0.90325,0 -1.4013,-0.60779 -0.48961,-0.61624 -0.48961,-1.71364 0,-1.10585 0.48961,-1.73897 0.49805,-0.63312 1.35909,-0.63312 0.45585,0 0.76819,0.15195 0.31234,0.1435 0.55714,0.48961 h 0.0422 l 0.1013,-0.55715 h 0.60779 v 4.64288 q 0,0.97078 -0.49805,1.46039 -0.49805,0.48962 -1.56169,0.48962 z m 0.16883,-2.60001 q 0.56559,0 0.88637,-0.36299 0.32078,-0.37143 0.32078,-1.18182 v -0.17728 q 0,-0.92013 -0.33767,-1.32533 -0.32922,-0.41364 -0.89481,-0.41364 -0.64156,0 -0.93701,0.45585 -0.29546,0.44741 -0.29546,1.27468 0,0.84416 0.3039,1.29156 0.31234,0.43897 0.9539,0.43897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1342"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 642.37517,363.91535 v -6.0273 h 1.08897 l 1.00455,3.53703 h 0.0253 l 1.00455,-3.53703 h 1.09741 v 6.0273 h -0.71754 v -3.2669 q 0,-0.49805 0.0169,-1.02143 0.0253,-0.53182 0.0844,-0.97923 h -0.0338 l -1.11429,3.76495 h -0.70066 l -1.12273,-3.77339 h -0.0338 q 0.0422,0.24481 0.0675,0.59936 0.0253,0.3461 0.0338,0.71753 0.0169,0.37143 0.0169,0.69221 v 3.2669 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1344"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 649.09139,363.99976 q -0.66689,0 -1.08053,-0.32922 -0.40519,-0.32922 -0.40519,-0.99611 0,-0.73442 0.52338,-1.0974 0.53182,-0.36299 1.52792,-0.38832 l 0.97079,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82727 -0.3039,-0.22793 -0.81884,-0.22793 -0.36298,0 -0.69221,0.0929 -0.32922,0.0929 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19027 v 3.03053 h -0.6078 l -0.0844,-0.62468 h -0.0338 q -0.27857,0.35455 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61623 q 0.37987,0 0.70065,-0.13507 0.32078,-0.14351 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71753 v -0.4052 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26168 -0.33767,0.23637 -0.33767,0.65845 0,0.38831 0.24481,0.56558 0.2448,0.16884 0.65,0.16884 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1346"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 652.59979,363.91535 v -0.5065 l 1.37598,-0.12662 v -3.25846 l -1.24091,-0.10974 v -0.52338 h 1.84871 l 0.1013,0.82728 h 0.0338 q 0.23637,-0.43896 0.51494,-0.67533 0.28701,-0.23636 0.7513,-0.23636 0.28702,0 0.5065,0.0507 0.22792,0.0506 0.41364,0.13506 l -0.2026,0.66689 q -0.13507,-0.076 -0.32078,-0.12662 -0.18572,-0.0591 -0.39676,-0.0591 -0.36299,0 -0.64156,0.22793 -0.27857,0.22792 -0.43896,0.60779 -0.16039,0.37987 -0.16039,0.83572 v 1.63767 l 1.31689,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1348"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 658.02443,363.91535 v -6.41561 h 0.75974 v 3.08962 q 0,0.27013 -0.0253,0.62468 -0.0169,0.35454 -0.0338,0.65 h 0.0169 q 0.16039,-0.21104 0.3039,-0.37987 0.15195,-0.17727 0.31234,-0.36299 l 1.56169,-1.73053 h 0.9117 l -1.79806,1.95001 1.91624,2.57469 h -0.87793 l -1.54481,-2.12728 -0.74286,0.71753 v 1.40975 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1350"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 664.51272,363.99976 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78961 0,-1.12274 0.48117,-1.72209 0.48117,-0.59935 1.45195,-0.59935 0.47273,0 0.77663,0.18571 0.3039,0.18572 0.46429,0.47273 h 0.0507 q -0.0169,-0.11818 -0.0338,-0.31234 -0.0169,-0.19415 -0.0169,-0.35454 v -1.79806 h 0.7513 v 6.41561 h -0.62468 l -0.0844,-0.6078 h -0.0338 q -0.18572,0.3039 -0.5065,0.49806 -0.31234,0.19415 -0.82727,0.19415 z m 0.1435,-0.61623 q 0.59936,0 0.88637,-0.41364 0.29546,-0.42208 0.29546,-1.13962 v -0.16883 q 0,-0.49805 -0.10974,-0.88636 -0.10974,-0.39676 -0.36299,-0.62468 -0.25325,-0.22793 -0.68377,-0.22793 -0.59091,0 -0.92013,0.43897 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21558,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1352"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 669.8023,363.99976 q -0.59091,0 -1.06364,-0.25325 -0.46429,-0.26168 -0.74286,-0.78506 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78507 0.26169,-1.30001 0.27013,-0.51493 0.73442,-0.76818 0.46429,-0.26169 1.0552,-0.26169 0.59091,0 1.06364,0.26169 0.47273,0.25325 0.74286,0.77662 0.27857,0.51494 0.27857,1.31689 0,0.78507 -0.27013,1.30845 -0.27013,0.51494 -0.73442,0.77662 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61623 q 0.65844,0 0.97922,-0.46429 0.32078,-0.47273 0.32078,-1.27468 0,-0.80195 -0.32922,-1.2578 -0.32078,-0.46429 -0.97922,-0.46429 -0.65845,0 -0.98767,0.46429 -0.32078,0.45585 -0.32078,1.2578 0,0.80195 0.32922,1.27468 0.32923,0.46429 0.98767,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1354"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 673.18407,363.91535 -0.72598,-4.5247 h 0.7091 l 0.32922,2.23703 q 0.0422,0.31233 0.0675,0.55714 0.0253,0.24481 0.0422,0.49805 0.0169,0.25325 0.0422,0.59936 h 0.0253 q 0.0169,-0.14351 0.0675,-0.39676 0.0507,-0.26169 0.10974,-0.55714 0.0675,-0.3039 0.1435,-0.55715 l 0.43897,-1.52792 h 0.83571 l 0.42208,1.52792 q 0.076,0.25325 0.14351,0.54871 0.0675,0.28701 0.11818,0.5487 0.0507,0.25325 0.076,0.41364 h 0.0253 q 0.0169,-0.33767 0.0338,-0.58247 0.0253,-0.25325 0.0507,-0.49806 0.0253,-0.2448 0.076,-0.57402 l 0.35455,-2.23703 h 0.69221 l -0.74286,4.5247 h -0.91169 l -0.4052,-1.58702 q -0.0929,-0.34611 -0.18571,-0.68377 -0.0844,-0.34611 -0.15195,-0.69221 h -0.0253 q -0.0675,0.3461 -0.16883,0.69221 -0.1013,0.33766 -0.18571,0.68377 l -0.41364,1.58702 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1356"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 678.06003,363.91535 v -4.5247 h 0.6078 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56559 0.38832,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23637,-0.83571 -0.22792,-0.27014 -0.74286,-0.27014 -0.69221,0 -0.97922,0.43897 -0.27858,0.43896 -0.27858,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1358"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';stroke-width:0.21103974"
-           d="m 685.17298,360.4543 q -0.21948,0 -0.37143,-0.13507 -0.15195,-0.13507 -0.15195,-0.43896 0,-0.32078 0.15195,-0.44741 0.15195,-0.12662 0.37143,-0.12662 0.21104,0 0.36299,0.12662 0.16039,0.12663 0.16039,0.44741 0,0.30389 -0.16039,0.43896 -0.15195,0.13507 -0.36299,0.13507 z m -0.94545,4.64287 q 0.13506,-0.5487 0.26168,-1.17338 0.12663,-0.61624 0.19416,-1.09741 h 0.90325 l 0.0675,0.1013 q -0.12662,0.49805 -0.35454,1.08052 -0.21948,0.58247 -0.44741,1.08897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1360"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 420.15062,387.4402 0.34417,-2.12053 h -1.14353 v -1.32117 h 1.36558 l 0.16653,-1.02141 h -1.22125 v -1.35447 h 1.4433 l 0.34417,-2.10943 h 1.37668 l -0.35528,2.10943 h 0.78827 l 0.34417,-2.10943 h 1.37668 l -0.35528,2.10943 h 1.16574 v 1.35447 h -1.37668 l -0.16653,1.02141 h 1.24345 v 1.32117 h -1.4544 l -0.35527,2.12053 h -1.37668 l 0.35527,-2.12053 h -0.79936 l -0.34417,2.12053 z m 1.93179,-3.4417 h 0.78827 l 0.16653,-1.02141 h -0.78826 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1362"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 426.80764,387.4402 0.34417,-2.12053 h -1.14353 v -1.32117 h 1.36558 l 0.16653,-1.02141 h -1.22125 v -1.35447 h 1.4433 l 0.34417,-2.10943 h 1.37668 l -0.35527,2.10943 h 0.78826 l 0.34417,-2.10943 h 1.37668 l -0.35527,2.10943 h 1.16574 v 1.35447 h -1.37669 l -0.16653,1.02141 h 1.24345 v 1.32117 h -1.45439 l -0.35528,2.12053 h -1.37668 l 0.35528,-2.12053 h -0.79937 l -0.34417,2.12053 z m 1.9318,-3.4417 h 0.78826 l 0.16653,-1.02141 h -0.78826 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1364"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 440.25492,387.4402 v -1.44329 l 1.4988,-0.13323 v -2.4758 q 0,-0.17764 0,-0.52181 0,-0.35527 0,-0.72165 0.0111,-0.37747 0.0222,-0.62172 -0.19984,0.13322 -0.36638,0.24425 -0.15543,0.0999 -0.29976,0.17763 l -0.67724,0.36638 -0.77716,-1.4766 2.30928,-1.32117 h 1.74305 v 6.35049 l 1.49881,0.13323 v 1.44329 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1366"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 449.22121,387.51792 q -0.45519,0 -0.78826,-0.23315 -0.33307,-0.23314 -0.33307,-0.77716 0,-0.55511 0.33307,-0.78826 0.33307,-0.23314 0.78826,-0.23314 0.44409,0 0.76606,0.23314 0.32197,0.23315 0.32197,0.78826 0,0.54402 -0.32197,0.77716 -0.32197,0.23315 -0.76606,0.23315 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1368"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 453.56897,387.4402 v -1.44329 l 1.4988,-0.13323 v -2.4758 q 0,-0.17764 0,-0.52181 0,-0.35527 0,-0.72165 0.0111,-0.37747 0.0222,-0.62172 -0.19984,0.13322 -0.36638,0.24425 -0.15543,0.0999 -0.29976,0.17763 l -0.67724,0.36638 -0.77716,-1.4766 2.30927,-1.32117 h 1.74306 v 6.35049 l 1.49881,0.13323 v 1.44329 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1370"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 462.53526,387.51792 q -0.4552,0 -0.78826,-0.23315 -0.33307,-0.23314 -0.33307,-0.77716 0,-0.55511 0.33307,-0.78826 0.33306,-0.23314 0.78826,-0.23314 0.44409,0 0.76605,0.23314 0.32197,0.23315 0.32197,0.78826 0,0.54402 -0.32197,0.77716 -0.32196,0.23315 -0.76605,0.23315 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1372"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 476.19348,387.55123 q -1.07692,0 -1.79857,-0.4885 -0.72165,-0.4885 -1.08802,-1.37668 -0.36638,-0.89929 -0.36638,-2.10943 0,-1.32117 0.4552,-2.25376 0.45519,-0.93259 1.28786,-1.42109 0.84377,-0.49961 2.00951,-0.49961 0.5107,0 1.02141,0.11103 0.5107,0.0999 1.05471,0.32196 l -0.5218,1.64314 q -0.38858,-0.18874 -0.78826,-0.26646 -0.39969,-0.0888 -0.73275,-0.0888 -0.68834,0 -1.08803,0.29977 -0.39968,0.29976 -0.56621,0.85487 -0.16654,0.54401 -0.16654,1.31007 0,1.21015 0.38858,1.73195 0.39968,0.52181 1.23235,0.52181 0.4441,0 0.977,-0.13323 0.53291,-0.13323 0.9659,-0.39968 v 1.78746 q -0.5218,0.23315 -1.11023,0.34417 -0.58842,0.11103 -1.16573,0.11103 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1374"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 482.53964,387.55123 q -1.01031,0 -1.68755,-0.39968 -0.67724,-0.41079 -1.02141,-1.13244 -0.34417,-0.73274 -0.34417,-1.69864 0,-0.91039 0.32197,-1.60983 0.32197,-0.71055 0.9659,-1.11023 0.65503,-0.41078 1.64313,-0.41078 0.9659,0 1.64314,0.39968 0.68834,0.39968 1.05471,1.14353 0.36638,0.73275 0.36638,1.72086 0,0.92148 -0.32197,1.62093 -0.32196,0.69944 -0.977,1.08802 -0.65503,0.38858 -1.64313,0.38858 z m -0.0555,-1.55432 q 0.58842,0 0.85487,-0.44409 0.26646,-0.44409 0.26646,-1.16574 0,-0.73275 -0.27756,-1.17684 -0.26646,-0.45519 -0.84377,-0.45519 -0.59953,0 -0.85488,0.4774 -0.25535,0.46629 -0.25535,1.15463 0,0.73275 0.26645,1.17684 0.26646,0.43299 0.84378,0.43299 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1376"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 488.31958,387.55123 q -0.61062,0 -1.03251,-0.26646 -0.41078,-0.26645 -0.66613,-0.71054 -0.25536,-0.45519 -0.36638,-1.02141 -0.11102,-0.56622 -0.11102,-1.17684 0,-0.85488 0.23315,-1.57652 0.23314,-0.73275 0.73275,-1.16574 0.4996,-0.44409 1.31006,-0.44409 0.49961,0 0.9548,0.21094 0.45519,0.21094 0.78826,0.71055 h 0.0444 q -0.0666,-0.35528 -0.0999,-0.58842 -0.0222,-0.23315 -0.0333,-0.41079 -0.0111,-0.18874 -0.0111,-0.39968 v -1.70975 h 1.90959 v 8.43772 h -1.4433 l -0.37747,-0.77715 h -0.0888 q -0.33307,0.47739 -0.79936,0.68834 -0.4552,0.19984 -0.9437,0.19984 z m 0.83267,-1.55432 q 0.59953,0 0.83267,-0.39968 0.24425,-0.39968 0.24425,-1.03251 v -0.15543 q 0,-0.74386 -0.21094,-1.19905 -0.19984,-0.45519 -0.82157,-0.45519 -0.53291,0 -0.82157,0.43299 -0.27755,0.43298 -0.27755,1.23235 0,0.83267 0.28866,1.21015 0.28866,0.36637 0.76605,0.36637 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1378"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 496.19785,387.55123 q -1.63203,0 -2.4647,-0.83267 -0.82157,-0.83267 -0.82157,-2.35368 0,-1.4544 0.74385,-2.30927 0.75496,-0.86598 2.20935,-0.86598 1.35448,0 2.07613,0.79936 0.73275,0.78826 0.73275,2.14274 v 0.84377 h -3.94131 q 0.0444,0.55511 0.52181,0.82157 0.4885,0.26645 1.23235,0.26645 0.4996,0 1.01031,-0.12212 0.5107,-0.12213 0.94369,-0.38858 v 1.55432 q -0.55511,0.25535 -1.15463,0.34417 -0.59953,0.0999 -1.08803,0.0999 z m -1.43219,-3.87469 h 2.14274 q -0.0111,-0.49961 -0.29976,-0.78826 -0.27756,-0.29977 -0.75496,-0.29977 -0.5107,0 -0.77716,0.31087 -0.26645,0.31086 -0.31086,0.77716 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1380"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 506.44768,387.4402 v -7.92701 h 2.66454 q 1.4877,0 2.16494,0.4885 0.68834,0.4885 0.68834,1.45439 0,0.78826 -0.36637,1.22125 -0.35527,0.43299 -0.77716,0.55512 v 0.0555 q 0.53291,0.15543 0.91039,0.57731 0.37747,0.41079 0.37747,1.23236 0,1.09912 -0.73275,1.72085 -0.73275,0.62172 -1.9873,0.62172 z m 1.75415,-4.81838 h 0.92149 q 0.53291,0 0.77716,-0.24425 0.25535,-0.25535 0.25535,-0.59952 0,-0.34417 -0.25535,-0.53291 -0.25535,-0.19984 -0.81046,-0.19984 h -0.88819 z m 0,3.28627 h 1.02141 q 0.55512,0 0.79937,-0.28866 0.25535,-0.28866 0.25535,-0.66613 0,-0.37748 -0.25535,-0.63283 -0.24425,-0.26646 -0.83267,-0.26646 h -0.98811 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1382"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 512.88265,387.4402 v -1.35447 l 2.06502,-0.19984 v -5.32909 l -1.63203,-0.14433 v -1.40999 h 3.57493 v 6.88341 l 1.76526,0.19984 v 1.35447 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1384"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 522.48178,387.55123 q -1.01031,0 -1.68754,-0.39968 -0.67724,-0.41079 -1.02141,-1.13244 -0.34417,-0.73274 -0.34417,-1.69864 0,-0.91039 0.32196,-1.60983 0.32197,-0.71055 0.9659,-1.11023 0.65503,-0.41078 1.64314,-0.41078 0.96589,0 1.64313,0.39968 0.68834,0.39968 1.05472,1.14353 0.36637,0.73275 0.36637,1.72086 0,0.92148 -0.32196,1.62093 -0.32197,0.69944 -0.977,1.08802 -0.65504,0.38858 -1.64314,0.38858 z m -0.0555,-1.55432 q 0.58842,0 0.85487,-0.44409 0.26646,-0.44409 0.26646,-1.16574 0,-0.73275 -0.27756,-1.17684 -0.26645,-0.45519 -0.84377,-0.45519 -0.59952,0 -0.85488,0.4774 -0.25535,0.46629 -0.25535,1.15463 0,0.73275 0.26646,1.17684 0.26645,0.43299 0.84377,0.43299 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1386"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 529.38305,387.55123 q -1.4877,0 -2.23156,-0.78826 -0.73274,-0.79937 -0.73274,-2.32038 0,-0.9992 0.32196,-1.72085 0.32197,-0.73275 0.9881,-1.13243 0.67724,-0.39968 1.74306,-0.39968 0.55511,0 1.11023,0.12212 0.55511,0.11103 1.05471,0.35528 l -0.57732,1.42109 q -0.5107,-0.19984 -0.83267,-0.26646 -0.32196,-0.0666 -0.61062,-0.0666 -1.31007,0 -1.31007,1.57652 0,0.91039 0.38858,1.28786 0.38858,0.37748 0.977,0.37748 0.32197,0 0.78826,-0.11102 0.4663,-0.11103 0.94369,-0.4552 v 1.65424 q -0.47739,0.24425 -0.9881,0.35527 -0.5107,0.11103 -1.03251,0.11103 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1388"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 532.85372,387.4402 v -8.43772 h 1.9429 v 3.33068 q 0,0.26646 -0.0111,0.61063 -0.0111,0.33306 -0.0333,0.67723 -0.0222,0.33307 -0.0555,0.59953 h 0.0444 q 0.19984,-0.29976 0.36637,-0.55512 0.17764,-0.26645 0.42189,-0.62172 l 1.23235,-1.74306 h 2.15384 l -1.86518,2.48691 1.9651,3.65264 h -2.14274 l -1.14353,-2.33147 -0.93259,0.77716 v 1.55431 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1390"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 546.16777,387.4402 v -7.92701 h 1.9651 v 2.9643 h 1.84298 v -2.9643 h 1.9651 v 7.92701 h -1.9651 v -3.29737 h -1.84298 v 3.29737 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1392"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 555.85572,380.76774 q -1.16574,0 -1.16574,-0.9881 0,-0.9659 1.16574,-0.9659 0.58842,0 0.86597,0.25536 0.27756,0.24425 0.27756,0.71054 0,0.45519 -0.27756,0.72165 -0.26645,0.26645 -0.86597,0.26645 z m -3.03092,6.67246 v -1.37668 l 2.06502,-0.17763 v -3.03092 l -1.58763,-0.15543 v -1.39889 h 3.53053 v 4.58524 l 1.76526,0.17763 v 1.37668 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1394"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 561.81329,390.16026 q -0.4552,0 -0.977,-0.0666 -0.52181,-0.0666 -1.09913,-0.27756 v -1.62093 q 0.63283,0.23315 1.13243,0.33307 0.49961,0.0999 0.9437,0.0999 0.74385,0 1.13243,-0.27756 0.39968,-0.26645 0.39968,-0.88818 v -0.76606 h -0.0444 q -0.32197,0.51071 -0.73275,0.68834 -0.39968,0.16654 -0.88818,0.16654 -1.09913,0 -1.70975,-0.82157 -0.59952,-0.83267 -0.59952,-2.34258 0,-1.58762 0.64393,-2.38699 0.64393,-0.81046 1.64313,-0.81046 1.04362,0 1.67645,0.89928 h 0.0333 l 0.44409,-0.77716 h 1.38779 v 5.8509 q 0,1.4766 -0.78826,2.23155 -0.78826,0.76606 -2.59793,0.76606 z m 0.57731,-4.16335 q 0.54402,0 0.78827,-0.36637 0.25535,-0.36638 0.25535,-1.04362 v -0.17763 q 0,-0.81047 -0.24425,-1.23236 -0.24425,-0.42188 -0.82157,-0.42188 -1.07692,0 -1.07692,1.66534 0,0.72165 0.25535,1.15463 0.26646,0.42189 0.84377,0.42189 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1396"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 566.19435,387.4402 v -8.43772 h 1.9429 v 1.27676 q 0,0.4552 -0.0444,0.89929 -0.0333,0.44409 -0.0555,0.89928 h 0.11102 q 0.28866,-0.45519 0.68834,-0.66614 0.39968,-0.22204 0.9992,-0.22204 1.05472,0 1.56542,0.61062 0.51071,0.61063 0.51071,1.65424 v 3.98571 h -1.9429 v -3.34178 q 0,-0.65503 -0.17764,-0.9992 -0.17763,-0.34417 -0.67723,-0.34417 -0.33307,0 -0.55512,0.17763 -0.21094,0.17764 -0.32196,0.62173 -0.0999,0.43299 -0.0999,1.21015 v 2.67564 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1398"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 572.79587,387.4402 v -1.35447 l 2.06502,-0.19984 v -5.32909 l -1.63203,-0.14433 v -1.40999 h 3.57493 v 6.88341 l 1.76526,0.19984 v 1.35447 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1400"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 582.4838,380.76774 q -1.16574,0 -1.16574,-0.9881 0,-0.9659 1.16574,-0.9659 0.58842,0 0.86598,0.25536 0.27755,0.24425 0.27755,0.71054 0,0.45519 -0.27755,0.72165 -0.26646,0.26645 -0.86598,0.26645 z m -3.03092,6.67246 v -1.37668 l 2.06502,-0.17763 v -3.03092 l -1.58762,-0.15543 v -1.39889 h 3.53052 v 4.58524 l 1.76526,0.17763 v 1.37668 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1402"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 588.44138,390.16026 q -0.45519,0 -0.977,-0.0666 -0.5218,-0.0666 -1.09912,-0.27756 v -1.62093 q 0.63283,0.23315 1.13243,0.33307 0.4996,0.0999 0.94369,0.0999 0.74386,0 1.13244,-0.27756 0.39968,-0.26645 0.39968,-0.88818 v -0.76606 h -0.0444 q -0.32197,0.51071 -0.73275,0.68834 -0.39968,0.16654 -0.88818,0.16654 -1.09913,0 -1.70975,-0.82157 -0.59952,-0.83267 -0.59952,-2.34258 0,-1.58762 0.64393,-2.38699 0.64393,-0.81046 1.64313,-0.81046 1.04362,0 1.67644,0.89928 h 0.0333 l 0.44409,-0.77716 h 1.38779 v 5.8509 q 0,1.4766 -0.78827,2.23155 -0.78826,0.76606 -2.59793,0.76606 z m 0.57732,-4.16335 q 0.54401,0 0.78826,-0.36637 0.25536,-0.36638 0.25536,-1.04362 v -0.17763 q 0,-0.81047 -0.24425,-1.23236 -0.24425,-0.42188 -0.82157,-0.42188 -1.07692,0 -1.07692,1.66534 0,0.72165 0.25535,1.15463 0.26645,0.42189 0.84377,0.42189 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1404"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 592.82245,387.4402 v -8.43772 h 1.94289 v 1.27676 q 0,0.4552 -0.0444,0.89929 -0.0333,0.44409 -0.0555,0.89928 h 0.11103 q 0.28866,-0.45519 0.68834,-0.66614 0.39968,-0.22204 0.9992,-0.22204 1.05472,0 1.56542,0.61062 0.51071,0.61063 0.51071,1.65424 v 3.98571 h -1.9429 v -3.34178 q 0,-0.65503 -0.17764,-0.9992 -0.17763,-0.34417 -0.67724,-0.34417 -0.33306,0 -0.55511,0.17763 -0.21094,0.17764 -0.32197,0.62173 -0.0999,0.43299 -0.0999,1.21015 v 2.67564 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1406"
-           style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:11.10226727px;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.21103974"
-           d="m 603.08771,387.55123 q -0.87708,0 -1.38778,-0.26646 -0.4996,-0.26645 -0.71055,-0.79936 -0.21094,-0.53291 -0.21094,-1.31007 v -2.32037 h -1.53211 v -0.94369 l 1.73195,-0.59953 0.29976,-1.38778 h 1.4433 v 1.37668 h 2.12053 v 1.55432 h -2.12053 v 2.03171 q 0,0.51071 0.16653,0.73275 0.16654,0.21095 0.37748,0.26646 0.22204,0.0555 0.38858,0.0555 0.27755,0 0.53291,-0.0444 0.26645,-0.0555 0.67724,-0.19984 v 1.54321 q -0.4885,0.16654 -0.92149,0.23315 -0.42189,0.0777 -0.85488,0.0777 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1408"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 422.0344,393.78155 q -0.19416,-0.15195 -0.43896,-0.38831 -0.24481,-0.24481 -0.45585,-0.48117 -0.21104,-0.24481 -0.3039,-0.39676 v -0.0844 h 0.88637 q 0.0929,0.18571 0.22792,0.42208 0.14351,0.22792 0.29546,0.45584 0.15195,0.21948 0.28701,0.37143 v 0.1013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1410"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 427.09606,393.78155 q -0.19416,-0.15195 -0.43897,-0.38831 -0.2448,-0.24481 -0.45584,-0.48117 -0.21104,-0.24481 -0.3039,-0.39676 v -0.0844 h 0.88637 q 0.0929,0.18571 0.22792,0.42208 0.14351,0.22792 0.29546,0.45584 0.15194,0.21948 0.28701,0.37143 v 0.1013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1412"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 432.15771,393.78155 q -0.19415,-0.15195 -0.43896,-0.38831 -0.24481,-0.24481 -0.45585,-0.48117 -0.21104,-0.24481 -0.30389,-0.39676 v -0.0844 h 0.88636 q 0.0929,0.18571 0.22793,0.42208 0.1435,0.22792 0.29545,0.45584 0.15195,0.21948 0.28702,0.37143 v 0.1013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1414"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 437.27846,398.98157 q -0.99611,0 -1.57014,-0.54026 -0.56558,-0.5487 -0.56558,-1.77274 0,-0.86948 0.27857,-1.39286 0.28701,-0.52338 0.78507,-0.7513 0.49805,-0.23636 1.14805,-0.23636 0.39676,0 0.71754,0.0844 0.32078,0.076 0.61623,0.22793 l -0.22792,0.61623 q -0.27013,-0.13506 -0.52338,-0.2026 -0.25324,-0.0675 -0.5487,-0.0675 -0.77663,0 -1.12273,0.43052 -0.34611,0.42208 -0.34611,1.27468 0,0.90325 0.36299,1.29156 0.36299,0.38832 1.08053,0.38832 0.37143,0 0.70065,-0.076 0.32922,-0.0844 0.57403,-0.19415 v 0.66688 q -0.25325,0.11818 -0.62468,0.18572 -0.37143,0.0675 -0.73442,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1416"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 440.16219,400.92314 v -6.55068 h 0.62467 l 0.0929,0.61624 h 0.0338 q 0.19415,-0.32922 0.51493,-0.51494 0.32923,-0.18571 0.83572,-0.18571 0.82728,0 1.32533,0.59091 0.49805,0.59091 0.49805,1.74741 0,1.15649 -0.49805,1.75585 -0.49805,0.59935 -1.32533,0.59935 -0.49805,0 -0.82727,-0.2026 -0.32923,-0.2026 -0.52338,-0.46429 h -0.0507 q 0.0507,0.32923 0.0507,0.67533 v 1.93313 z m 1.94156,-2.55781 q 0.63312,0 0.92013,-0.43052 0.28702,-0.43896 0.28702,-1.32533 0,-0.86948 -0.28702,-1.28312 -0.27857,-0.42208 -0.92857,-0.42208 -0.61624,0 -0.90325,0.4052 -0.27857,0.39675 -0.27857,1.14805 v 0.16884 q 0,0.80195 0.25324,1.27468 0.26169,0.46428 0.93702,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1418"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 445.22384,400.92314 v -6.55068 h 0.62468 l 0.0929,0.61624 h 0.0338 q 0.19416,-0.32922 0.51494,-0.51494 0.32922,-0.18571 0.83572,-0.18571 0.82727,0 1.32533,0.59091 0.49805,0.59091 0.49805,1.74741 0,1.15649 -0.49805,1.75585 -0.49806,0.59935 -1.32533,0.59935 -0.49806,0 -0.82728,-0.2026 -0.32922,-0.2026 -0.52338,-0.46429 h -0.0507 q 0.0507,0.32923 0.0507,0.67533 v 1.93313 z m 1.94157,-2.55781 q 0.63312,0 0.92013,-0.43052 0.28702,-0.43896 0.28702,-1.32533 0,-0.86948 -0.28702,-1.28312 -0.27857,-0.42208 -0.92857,-0.42208 -0.61624,0 -0.90325,0.4052 -0.27858,0.39675 -0.27858,1.14805 v 0.16884 q 0,0.80195 0.25325,1.27468 0.26169,0.46428 0.93702,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1420"
-           style="fill:#00aad4"
-           d="m 420.09283,409.44914 0.32079,-1.76429 h -1.00455 v -0.56559 h 1.11429 l 0.27013,-1.35065 h -1.07209 v -0.55715 h 1.17339 l 0.33766,-1.78961 h 0.60779 l -0.33766,1.78961 h 1.04676 l 0.33766,-1.78961 h 0.58247 l -0.33766,1.78961 h 1.00455 v 0.55715 h -1.11429 l -0.26169,1.35065 h 1.08896 v 0.56559 h -1.1987 l -0.34611,1.76429 h -0.59935 l 0.3461,-1.76429 h -1.03831 l -0.32922,1.76429 z m 1.02988,-2.32988 h 1.03831 l 0.26169,-1.35065 h -1.03831 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1422"
-           style="fill:#7f2aff"
-           d="m 426.89346,404.10561 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13506 -0.15195,-0.4052 0,-0.27857 0.15195,-0.40519 0.16039,-0.13507 0.37987,-0.13507 0.21104,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27014 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.50649 l 1.61234,-0.12663 v -3.25845 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51105,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1424"
-           style="fill:#7f2aff"
-           d="m 430.03887,409.44914 v -4.52469 h 0.6078 l 0.10974,0.66688 h 0.0422 q 0.19415,-0.38831 0.57402,-0.56558 0.38832,-0.18572 0.90325,-0.18572 0.68377,0 1.09741,0.38832 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75974 v -2.88702 q 0,-0.57403 -0.23637,-0.83572 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97922,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1426"
-           style="fill:#7f2aff"
-           d="m 437.27846,409.53356 q -0.99611,0 -1.57014,-0.54026 -0.56558,-0.54871 -0.56558,-1.77274 0,-0.86948 0.27857,-1.39286 0.28701,-0.52338 0.78507,-0.7513 0.49805,-0.23637 1.14805,-0.23637 0.39676,0 0.71754,0.0844 0.32078,0.076 0.61623,0.22792 l -0.22792,0.61624 q -0.27013,-0.13507 -0.52338,-0.2026 -0.25324,-0.0675 -0.5487,-0.0675 -0.77663,0 -1.12273,0.43052 -0.34611,0.42208 -0.34611,1.27468 0,0.90325 0.36299,1.29156 0.36299,0.38831 1.08053,0.38831 0.37143,0 0.70065,-0.076 0.32922,-0.0844 0.57403,-0.19416 v 0.66689 q -0.25325,0.11818 -0.62468,0.18571 -0.37143,0.0675 -0.73442,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1428"
-           style="fill:#7f2aff"
-           d="m 440.16219,409.44914 v -0.50649 l 1.65455,-0.12663 v -5.14937 l -1.6039,-0.10974 v -0.52338 h 2.36364 v 5.78249 l 1.46884,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1430"
-           style="fill:#7f2aff"
-           d="m 446.75177,409.53356 q -0.80195,0 -1.19026,-0.39676 -0.37988,-0.39675 -0.37988,-1.1987 v -3.01365 h 0.75975 v 2.89546 q 0,0.54027 0.21948,0.81884 0.22792,0.27857 0.77663,0.27857 0.70065,0 0.97078,-0.43896 0.27013,-0.43896 0.27013,-1.22403 v -2.32988 h 0.75974 v 4.52469 h -0.60779 l -0.10974,-0.60779 h -0.0422 q -0.23637,0.37987 -0.59935,0.54026 -0.35455,0.15195 -0.82728,0.15195 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1432"
-           style="fill:#7f2aff"
-           d="m 451.92317,409.53356 q -0.83572,0 -1.34222,-0.58247 -0.50649,-0.58247 -0.50649,-1.78962 0,-1.12273 0.48117,-1.72208 0.48117,-0.59936 1.45195,-0.59936 0.47273,0 0.77663,0.18572 0.3039,0.18571 0.46429,0.47273 h 0.0506 q -0.0169,-0.11819 -0.0338,-0.31234 -0.0169,-0.19416 -0.0169,-0.35455 v -1.79806 h 0.7513 v 6.41561 h -0.62468 l -0.0844,-0.60779 h -0.0338 q -0.18572,0.30389 -0.5065,0.49805 -0.31234,0.19416 -0.82727,0.19416 z m 0.1435,-0.61624 q 0.59936,0 0.88637,-0.41364 0.29546,-0.42208 0.29546,-1.13961 v -0.16883 q 0,-0.49806 -0.10975,-0.88637 -0.10974,-0.39676 -0.36298,-0.62468 -0.25325,-0.22792 -0.68377,-0.22792 -0.59091,0 -0.92014,0.43896 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1434"
-           style="fill:#7f2aff"
-           d="m 457.51664,409.53356 q -1.08896,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28702 1.12273,-0.28702 0.88637,0 1.39287,0.57403 0.51493,0.57403 0.51493,1.57014 v 0.3461 h -3.28377 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56558,0.49805 0.36299,0.14351 0.83572,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28701,-0.33766 -0.82728,-0.33766 -0.57402,0 -0.92013,0.3461 -0.3461,0.33767 -0.43896,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1436"
-           style="fill:#00aad4"
-           d="m 469.10035,408.46992 v -0.65845 l -2.75196,-1.32533 2.75196,-1.51104 v -0.65845 l -3.54547,1.98378 v 0.42208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1438"
-           style="fill:#00aad4"
-           d="m 472.44836,404.10561 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13506 -0.15195,-0.4052 0,-0.27857 0.15195,-0.40519 0.16039,-0.13507 0.37987,-0.13507 0.21104,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27014 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.50649 l 1.61235,-0.12663 v -3.25845 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51104,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1440"
-           style="fill:#00aad4"
-           d="m 477.45937,409.53356 q -0.59091,0 -1.06364,-0.25325 -0.46429,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78507 0.26169,-1.3 0.27013,-0.51494 0.73441,-0.76819 0.46429,-0.26169 1.0552,-0.26169 0.59091,0 1.06364,0.26169 0.47273,0.25325 0.74286,0.77663 0.27858,0.51494 0.27858,1.31689 0,0.78506 -0.27014,1.30844 -0.27013,0.51494 -0.73441,0.77663 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65844,0 0.97922,-0.46429 0.32078,-0.47273 0.32078,-1.27468 0,-0.80195 -0.32922,-1.25779 -0.32078,-0.46429 -0.97923,-0.46429 -0.65844,0 -0.98766,0.46429 -0.32078,0.45584 -0.32078,1.25779 0,0.80195 0.32922,1.27468 0.32922,0.46429 0.98767,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1442"
-           style="fill:#00aad4"
-           d="m 482.33531,409.53356 q -0.42208,0 -0.81039,-0.076 -0.37987,-0.076 -0.65845,-0.21104 v -0.70065 q 0.29546,0.13507 0.65001,0.25325 0.36298,0.10974 0.86104,0.10974 0.55714,0 0.78507,-0.16883 0.23636,-0.17728 0.23636,-0.5065 0,-0.17727 -0.0844,-0.28701 -0.076,-0.11818 -0.30389,-0.23637 -0.22793,-0.11818 -0.66689,-0.30389 -0.43896,-0.18572 -0.7513,-0.35455 -0.31234,-0.17727 -0.48117,-0.4052 -0.16883,-0.23636 -0.16883,-0.59935 0,-0.59935 0.45584,-0.90325 0.46429,-0.3039 1.28312,-0.3039 0.37143,0 0.7091,0.0675 0.33766,0.0675 0.70065,0.21948 l -0.22792,0.59091 q -0.33767,-0.14351 -0.62468,-0.19416 -0.27857,-0.0507 -0.55715,-0.0507 -0.52337,0 -0.76818,0.13507 -0.23636,0.13506 -0.23636,0.42208 0,0.18571 0.10129,0.31234 0.10975,0.12662 0.34611,0.2448 0.24481,0.11818 0.64156,0.28702 0.44741,0.19415 0.75974,0.35454 0.31234,0.15195 0.47273,0.37987 0.16039,0.21949 0.16039,0.6078 0,0.64156 -0.46428,0.97922 -0.45585,0.33767 -1.3591,0.33767 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1444"
-           style="fill:#00aad4"
-           d="m 488.43528,409.53356 q -0.48117,0 -0.86948,-0.12663 -0.37987,-0.12662 -0.59935,-0.4474 -0.21949,-0.32078 -0.21949,-0.88637 v -2.51559 h -1.23247 v -0.52338 l 1.23247,-0.13507 0.15195,-1.18182 h 0.6078 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37208 q 0,0.51494 0.22792,0.75131 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25325,-0.0422 0.43896,-0.0844 v 0.60779 q -0.20259,0.0507 -0.4474,0.0929 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1446"
-           style="fill:#00aad4"
-           d="m 490.62679,409.44914 v -0.50649 l 1.37598,-0.12663 v -3.25845 l -1.24091,-0.10974 v -0.52338 h 1.84871 l 0.1013,0.82727 h 0.0338 q 0.23637,-0.43896 0.51494,-0.67532 0.28701,-0.23637 0.7513,-0.23637 0.28702,0 0.5065,0.0506 0.22792,0.0507 0.41364,0.13507 l -0.2026,0.66688 q -0.13507,-0.076 -0.32078,-0.12662 -0.18572,-0.0591 -0.39676,-0.0591 -0.36299,0 -0.64156,0.22792 -0.27857,0.22792 -0.43896,0.6078 -0.16039,0.37987 -0.16039,0.83571 v 1.63767 l 1.31689,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1448"
-           style="fill:#00aad4"
-           d="m 498.00989,409.53356 q -1.08896,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48118,-0.28702 1.12274,-0.28702 0.88636,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57014 v 0.3461 h -3.28378 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56559,0.49805 0.36298,0.14351 0.83571,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28701,-0.33766 -0.82727,-0.33766 -0.57403,0 -0.92014,0.3461 -0.3461,0.33767 -0.43896,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1450"
-           style="fill:#00aad4"
-           d="m 502.30336,409.53356 q -0.66688,0 -1.08052,-0.32923 -0.4052,-0.32922 -0.4052,-0.9961 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52793,-0.38831 l 0.97078,-0.0253 v -0.18571 q 0,-0.6078 -0.3039,-0.82728 -0.30389,-0.22792 -0.81883,-0.22792 -0.36299,0 -0.69221,0.0929 -0.32922,0.0928 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.7091,-0.27857 0.39675,-0.11819 0.91169,-0.11819 0.84416,0 1.30844,0.38832 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.60779 l -0.0844,-0.62468 h -0.0338 q -0.27857,0.35455 -0.65,0.53182 -0.36299,0.17728 -0.8526,0.17728 z m 0.12663,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51493,-0.42208 0.19416,-0.27858 0.19416,-0.71754 v -0.4052 l -0.81039,0.0253 q -0.81039,0.0253 -1.1565,0.26169 -0.33766,0.23636 -0.33766,0.65844 0,0.38832 0.2448,0.56559 0.24481,0.16883 0.65001,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1452"
-           style="fill:#00aad4"
-           d="m 505.71046,409.44914 v -4.52469 h 0.52338 l 0.10974,0.49805 h 0.0422 q 0.16883,-0.33766 0.37143,-0.45584 0.2026,-0.12663 0.46429,-0.12663 0.3461,0 0.53182,0.16883 0.19415,0.1604 0.29545,0.48118 h 0.0253 q 0.1435,-0.31234 0.35454,-0.48118 0.21949,-0.16883 0.57403,-0.16883 0.52338,0 0.72598,0.4052 0.21104,0.39675 0.21104,1.24935 v 2.95456 h -0.67533 v -2.82793 q 0,-0.53182 -0.076,-0.82728 -0.0675,-0.29545 -0.37987,-0.29545 -0.64156,0 -0.64156,1.68831 v 2.26235 h -0.67533 v -2.82793 q 0,-0.54026 -0.1013,-0.82728 -0.0929,-0.29545 -0.4052,-0.29545 -0.33766,0 -0.47273,0.45584 -0.12662,0.45585 -0.12662,1.23247 v 2.26235 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1454"
-           style="fill:#00aad4"
-           d="m 511.10979,408.46992 v -0.65845 l 2.75196,-1.32533 -2.75196,-1.51104 v -0.65845 l 3.54546,1.98378 v 0.42208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1456"
-           style="fill:#7f2aff"
-           d="m 421.44349,430.63753 q -0.80195,0 -1.19026,-0.39675 -0.37988,-0.39676 -0.37988,-1.19871 v -3.01365 h 0.75975 v 2.89547 q 0,0.54026 0.21948,0.81883 0.22792,0.27857 0.77662,0.27857 0.70066,0 0.97079,-0.43896 0.27013,-0.43896 0.27013,-1.22403 v -2.32988 h 0.75974 v 4.52469 h -0.60779 l -0.10974,-0.60779 h -0.0422 q -0.23637,0.37987 -0.59936,0.54026 -0.35454,0.15195 -0.82727,0.15195 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1458"
-           style="fill:#7f2aff"
-           d="m 426.65709,430.63753 q -0.42208,0 -0.81039,-0.076 -0.37987,-0.076 -0.65844,-0.21104 v -0.70066 q 0.29545,0.13507 0.65,0.25325 0.36299,0.10974 0.86104,0.10974 0.55715,0 0.78507,-0.16883 0.23636,-0.17727 0.23636,-0.50649 0,-0.17728 -0.0844,-0.28702 -0.076,-0.11818 -0.3039,-0.23636 -0.22792,-0.11819 -0.66688,-0.3039 -0.43897,-0.18572 -0.75131,-0.35455 -0.31233,-0.17727 -0.48117,-0.40519 -0.16883,-0.23637 -0.16883,-0.59936 0,-0.59935 0.45585,-0.90325 0.46428,-0.30389 1.28312,-0.30389 0.37143,0 0.70909,0.0675 0.33767,0.0675 0.70065,0.21948 l -0.22792,0.59091 q -0.33766,-0.14351 -0.62468,-0.19415 -0.27857,-0.0506 -0.55714,-0.0506 -0.52338,0 -0.76819,0.13506 -0.23636,0.13507 -0.23636,0.42208 0,0.18572 0.1013,0.31234 0.10974,0.12662 0.3461,0.24481 0.24481,0.11818 0.64156,0.28701 0.44741,0.19416 0.75975,0.35455 0.31234,0.15194 0.47273,0.37987 0.16039,0.21948 0.16039,0.60779 0,0.64156 -0.46429,0.97923 -0.45585,0.33766 -1.3591,0.33766 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1460"
-           style="fill:#7f2aff"
-           d="m 431.95511,425.20959 q -0.21948,0 -0.37987,-0.12663 -0.15195,-0.13506 -0.15195,-0.40519 0,-0.27857 0.15195,-0.4052 0.16039,-0.13506 0.37987,-0.13506 0.21104,0 0.37143,0.13506 0.16039,0.12663 0.16039,0.4052 0,0.27013 -0.16039,0.40519 -0.16039,0.12663 -0.37143,0.12663 z m -1.91624,5.34352 v -0.50649 l 1.61235,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52338 h 2.23702 V 429.92 l 1.51104,0.12662 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1462"
-           style="fill:#7f2aff"
-           d="m 435.10053,430.55311 v -4.52469 h 0.60779 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38832 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02208 h -0.75975 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97922,0.43897 -0.27858,0.43896 -0.27858,1.23247 v 2.32143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1464"
-           style="fill:#7f2aff"
-           d="m 441.81674,432.6213 q -0.47273,0 -0.87793,-0.0928 -0.40519,-0.0844 -0.7513,-0.22793 v -0.67532 q 0.33766,0.19415 0.77663,0.28701 0.4474,0.1013 0.82727,0.1013 0.76819,0 1.07208,-0.36299 0.3039,-0.35455 0.3039,-0.97922 v -0.16039 q 0,-0.1013 0,-0.19416 0.008,-0.0929 0.0253,-0.28701 h -0.0338 q -0.23636,0.3461 -0.55715,0.48117 -0.31233,0.12662 -0.75974,0.12662 -0.90325,0 -1.4013,-0.60779 -0.48961,-0.61624 -0.48961,-1.71365 0,-1.10585 0.48961,-1.73896 0.49805,-0.63312 1.35909,-0.63312 0.45585,0 0.76819,0.15195 0.31234,0.1435 0.55714,0.48961 h 0.0422 l 0.1013,-0.55715 h 0.60779 v 4.64288 q 0,0.97078 -0.49805,1.46039 -0.49805,0.48961 -1.56169,0.48961 z m 0.16883,-2.60001 q 0.56559,0 0.88637,-0.36298 0.32078,-0.37143 0.32078,-1.18183 v -0.17727 q 0,-0.92013 -0.33767,-1.32533 -0.32922,-0.41364 -0.89481,-0.41364 -0.64156,0 -0.93701,0.45585 -0.29546,0.4474 -0.29546,1.27468 0,0.84416 0.3039,1.29156 0.31234,0.43896 0.9539,0.43896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1466"
-           style="fill:#7f2aff"
-           d="m 450.2855,430.55311 v -4.52469 h 0.60779 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38832 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42207,0.37987 0.42207,1.19871 v 3.02208 h -0.75974 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43897 -0.27857,0.43896 -0.27857,1.23247 v 2.32143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1468"
-           style="fill:#7f2aff"
-           d="m 456.74846,430.63753 q -0.66689,0 -1.08053,-0.32922 -0.40519,-0.32922 -0.40519,-0.99611 0,-0.73442 0.52338,-1.09741 0.53182,-0.36298 1.52792,-0.38831 l 0.97079,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82727 -0.3039,-0.22793 -0.81884,-0.22793 -0.36298,0 -0.69221,0.0929 -0.32922,0.0929 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.6078 l -0.0844,-0.62467 h -0.0338 q -0.27857,0.35454 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71754 v -0.40519 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26169 -0.33767,0.23637 -0.33767,0.65845 0,0.38831 0.24481,0.56558 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1470"
-           style="fill:#7f2aff"
-           d="m 460.15556,430.55311 v -4.52469 h 0.52338 l 0.10974,0.49806 h 0.0422 q 0.16883,-0.33767 0.37143,-0.45585 0.2026,-0.12662 0.46429,-0.12662 0.3461,0 0.53182,0.16883 0.19415,0.16039 0.29545,0.48117 h 0.0253 q 0.1435,-0.31234 0.35454,-0.48117 0.21948,-0.16883 0.57403,-0.16883 0.52338,0 0.72598,0.40519 0.21104,0.39676 0.21104,1.24936 v 2.95455 h -0.67533 v -2.82793 q 0,-0.53182 -0.076,-0.82727 -0.0675,-0.29546 -0.37987,-0.29546 -0.64157,0 -0.64157,1.68832 v 2.26234 h -0.67532 v -2.82793 q 0,-0.54026 -0.1013,-0.82727 -0.0929,-0.29546 -0.4052,-0.29546 -0.33766,0 -0.47273,0.45585 -0.12662,0.45584 -0.12662,1.23247 v 2.26234 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1472"
-           style="fill:#7f2aff"
-           d="m 467.63995,430.63753 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59936 -0.62468,-1.73053 0,-0.74286 0.27014,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39286,0.57402 0.51494,0.57403 0.51494,1.57014 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56559,0.49806 0.36299,0.1435 0.83571,0.1435 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38831,0.16883 -0.77663,0.24481 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33767 -0.82727,-0.33767 -0.57403,0 -0.92013,0.34611 -0.34611,0.33766 -0.43897,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1474"
-           style="fill:#7f2aff"
-           d="m 472.212,430.63753 q -0.42208,0 -0.81039,-0.076 -0.37987,-0.076 -0.65845,-0.21104 v -0.70066 q 0.29546,0.13507 0.65001,0.25325 0.36298,0.10974 0.86104,0.10974 0.55714,0 0.78507,-0.16883 0.23636,-0.17727 0.23636,-0.50649 0,-0.17728 -0.0844,-0.28702 -0.076,-0.11818 -0.30389,-0.23636 -0.22793,-0.11819 -0.66689,-0.3039 -0.43896,-0.18572 -0.7513,-0.35455 -0.31234,-0.17727 -0.48117,-0.40519 -0.16883,-0.23637 -0.16883,-0.59936 0,-0.59935 0.45584,-0.90325 0.46429,-0.30389 1.28312,-0.30389 0.37143,0 0.7091,0.0675 0.33766,0.0675 0.70065,0.21948 l -0.22792,0.59091 q -0.33767,-0.14351 -0.62468,-0.19415 -0.27857,-0.0506 -0.55715,-0.0506 -0.52337,0 -0.76818,0.13506 -0.23636,0.13507 -0.23636,0.42208 0,0.18572 0.10129,0.31234 0.10975,0.12662 0.34611,0.24481 0.24481,0.11818 0.64156,0.28701 0.4474,0.19416 0.75974,0.35455 0.31234,0.15194 0.47273,0.37987 0.16039,0.21948 0.16039,0.60779 0,0.64156 -0.46428,0.97923 -0.45585,0.33766 -1.3591,0.33766 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1476"
-           style="fill:#7f2aff"
-           d="m 475.59378,432.5791 v -6.55068 h 0.62467 l 0.0929,0.61624 h 0.0338 q 0.19415,-0.32922 0.51493,-0.51494 0.32923,-0.18571 0.83572,-0.18571 0.82728,0 1.32533,0.59091 0.49806,0.59091 0.49806,1.74741 0,1.15649 -0.49806,1.75585 -0.49805,0.59935 -1.32533,0.59935 -0.49805,0 -0.82727,-0.2026 -0.32923,-0.2026 -0.52338,-0.46429 h -0.0507 q 0.0507,0.32923 0.0507,0.67533 v 1.93313 z m 1.94156,-2.55781 q 0.63312,0 0.92014,-0.43052 0.28701,-0.43896 0.28701,-1.32533 0,-0.86948 -0.28701,-1.28312 -0.27858,-0.42208 -0.92858,-0.42208 -0.61624,0 -0.90325,0.4052 -0.27857,0.39675 -0.27857,1.14805 v 0.16884 q 0,0.80195 0.25325,1.27468 0.26168,0.46428 0.93701,0.46428 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1478"
-           style="fill:#7f2aff"
-           d="m 482.05674,430.63753 q -0.66689,0 -1.08053,-0.32922 -0.40519,-0.32922 -0.40519,-0.99611 0,-0.73442 0.52338,-1.09741 0.53182,-0.36298 1.52792,-0.38831 l 0.97079,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82727 -0.3039,-0.22793 -0.81883,-0.22793 -0.36299,0 -0.69222,0.0929 -0.32922,0.0929 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.6078 l -0.0844,-0.62467 h -0.0338 q -0.27857,0.35454 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71754 v -0.40519 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26169 -0.33767,0.23637 -0.33767,0.65845 0,0.38831 0.24481,0.56558 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1480"
-           style="fill:#7f2aff"
-           d="m 487.89502,430.63753 q -0.99611,0 -1.57014,-0.54026 -0.56558,-0.5487 -0.56558,-1.77274 0,-0.86948 0.27857,-1.39286 0.28701,-0.52338 0.78507,-0.7513 0.49805,-0.23636 1.14805,-0.23636 0.39676,0 0.71754,0.0844 0.32078,0.076 0.61624,0.22793 l -0.22793,0.61623 q -0.27013,-0.13506 -0.52338,-0.2026 -0.25324,-0.0675 -0.5487,-0.0675 -0.77663,0 -1.12273,0.43052 -0.34611,0.42208 -0.34611,1.27468 0,0.90325 0.36299,1.29156 0.36299,0.38832 1.08053,0.38832 0.37143,0 0.70065,-0.076 0.32922,-0.0844 0.57403,-0.19415 v 0.66688 q -0.25325,0.11818 -0.62468,0.18572 -0.37143,0.0675 -0.73442,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1482"
-           style="fill:#7f2aff"
-           d="m 492.94823,430.63753 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59936 -0.62468,-1.73053 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28701 1.12274,-0.28701 0.88636,0 1.39286,0.57402 0.51493,0.57403 0.51493,1.57014 v 0.34611 h -3.28377 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56558,0.49806 0.36299,0.1435 0.83572,0.1435 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.24481 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33767 -0.82727,-0.33767 -0.57403,0 -0.92014,0.34611 -0.3461,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1484"
-           style="fill:#00aa00"
-           d="m 502.58193,430.63753 q -0.42208,0 -0.81039,-0.076 -0.37987,-0.076 -0.65844,-0.21104 v -0.70066 q 0.29545,0.13507 0.65,0.25325 0.36299,0.10974 0.86104,0.10974 0.55715,0 0.78507,-0.16883 0.23636,-0.17727 0.23636,-0.50649 0,-0.17728 -0.0844,-0.28702 -0.076,-0.11818 -0.3039,-0.23636 -0.22792,-0.11819 -0.66688,-0.3039 -0.43897,-0.18572 -0.75131,-0.35455 -0.31233,-0.17727 -0.48117,-0.40519 -0.16883,-0.23637 -0.16883,-0.59936 0,-0.59935 0.45585,-0.90325 0.46428,-0.30389 1.28312,-0.30389 0.37143,0 0.70909,0.0675 0.33767,0.0675 0.70065,0.21948 l -0.22792,0.59091 q -0.33766,-0.14351 -0.62468,-0.19415 -0.27857,-0.0506 -0.55714,-0.0506 -0.52338,0 -0.76819,0.13506 -0.23636,0.13507 -0.23636,0.42208 0,0.18572 0.1013,0.31234 0.10974,0.12662 0.3461,0.24481 0.24481,0.11818 0.64156,0.28701 0.44741,0.19416 0.75975,0.35455 0.31234,0.15194 0.47273,0.37987 0.16039,0.21948 0.16039,0.60779 0,0.64156 -0.46429,0.97923 -0.45585,0.33766 -1.3591,0.33766 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1486"
-           style="fill:#00aa00"
-           d="m 508.6819,430.63753 q -0.48117,0 -0.86948,-0.12662 -0.37987,-0.12663 -0.59935,-0.44741 -0.21949,-0.32078 -0.21949,-0.88636 v -2.5156 h -1.23247 v -0.52338 l 1.23247,-0.13506 0.15195,-1.18182 h 0.6078 v 1.20714 h 1.76429 v 0.63312 h -1.76429 v 2.37209 q 0,0.51494 0.22792,0.7513 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25325,-0.0422 0.43896,-0.0844 v 0.60779 q -0.20259,0.0507 -0.4474,0.0929 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1488"
-           style="fill:#00aa00"
-           d="m 512.66304,430.63753 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78962 0,-1.12273 0.48117,-1.72208 0.48117,-0.59935 1.45196,-0.59935 0.47272,0 0.77662,0.18571 0.3039,0.18572 0.46429,0.47273 h 0.0507 q -0.0169,-0.11818 -0.0338,-0.31234 -0.0169,-0.19415 -0.0169,-0.35455 v -1.79805 h 0.7513 v 6.4156 h -0.62468 l -0.0844,-0.60779 h -0.0338 q -0.18571,0.3039 -0.50649,0.49805 -0.31234,0.19416 -0.82728,0.19416 z m 0.14351,-0.61624 q 0.59935,0 0.88636,-0.41363 0.29546,-0.42208 0.29546,-1.13962 v -0.16883 q 0,-0.49805 -0.10974,-0.88637 -0.10974,-0.39675 -0.36299,-0.62467 -0.25325,-0.22793 -0.68377,-0.22793 -0.59091,0 -0.92013,0.43897 -0.32078,0.43896 -0.32078,1.34221 0,1.67987 1.21559,1.67987 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1490"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 518.13833,427.09206 q -0.21948,0 -0.37143,-0.13506 -0.15195,-0.13507 -0.15195,-0.43897 0,-0.32078 0.15195,-0.4474 0.15195,-0.12662 0.37143,-0.12662 0.21104,0 0.36299,0.12662 0.16039,0.12662 0.16039,0.4474 0,0.3039 -0.16039,0.43897 -0.15195,0.13506 -0.36299,0.13506 z m -0.94546,4.64288 q 0.13507,-0.54871 0.26169,-1.17338 0.12663,-0.61624 0.19416,-1.09741 h 0.90325 l 0.0675,0.1013 q -0.12662,0.49805 -0.35455,1.08052 -0.21948,0.58247 -0.4474,1.08897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1492"
-           style="fill:#7f2aff"
-           d="m 421.8318,446.31356 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.40519 0.16039,-0.13507 0.37987,-0.13507 0.21104,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61235,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52337 h 2.23702 v 3.89157 l 1.51104,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1494"
-           style="fill:#7f2aff"
-           d="m 424.97722,451.65709 v -4.52469 h 0.60779 l 0.10974,0.66688 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42207,0.37987 0.42207,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23636,-0.83571 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1496"
-           style="fill:#7f2aff"
-           d="m 432.75707,451.7415 q -0.48118,0 -0.86949,-0.12662 -0.37987,-0.12662 -0.59935,-0.4474 -0.21948,-0.32078 -0.21948,-0.88637 v -2.5156 h -1.23247 v -0.52337 l 1.23247,-0.13507 0.15195,-1.18182 h 0.60779 v 1.20715 h 1.76429 v 0.63311 h -1.76429 v 2.37209 q 0,0.51494 0.22792,0.7513 0.22793,0.23637 0.7513,0.23637 0.21949,0 0.47273,-0.0422 0.25325,-0.0422 0.43897,-0.0844 v 0.6078 q -0.2026,0.0506 -0.44741,0.0929 -0.2448,0.0422 -0.51493,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1498"
-           style="fill:#aa0000"
-           d="m 439.90894,451.65709 v -4.52469 h 0.52338 l 0.10974,0.49805 h 0.0422 q 0.16884,-0.33766 0.37143,-0.45585 0.2026,-0.12662 0.46429,-0.12662 0.34611,0 0.53182,0.16883 0.19416,0.16039 0.29546,0.48117 h 0.0253 q 0.14351,-0.31234 0.35455,-0.48117 0.21948,-0.16883 0.57403,-0.16883 0.52338,0 0.72597,0.4052 0.21104,0.39675 0.21104,1.24935 v 2.95456 h -0.67532 v -2.82793 q 0,-0.53182 -0.076,-0.82728 -0.0675,-0.29546 -0.37987,-0.29546 -0.64156,0 -0.64156,1.68832 v 2.26235 h -0.67533 v -2.82793 q 0,-0.54027 -0.1013,-0.82728 -0.0928,-0.29546 -0.40519,-0.29546 -0.33767,0 -0.47273,0.45585 -0.12663,0.45585 -0.12663,1.23247 v 2.26235 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1500"
-           style="fill:#aa0000"
-           d="m 446.62515,451.7415 q -0.66689,0 -1.08053,-0.32922 -0.40519,-0.32922 -0.40519,-0.99611 0,-0.73441 0.52338,-1.0974 0.53182,-0.36299 1.52792,-0.38832 l 0.97079,-0.0253 v -0.18572 q 0,-0.60779 -0.3039,-0.82727 -0.3039,-0.22792 -0.81884,-0.22792 -0.36298,0 -0.69221,0.0928 -0.32922,0.0929 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46429,0.37987 0.46429,1.19027 v 3.03053 h -0.6078 l -0.0844,-0.62468 h -0.0338 q -0.27857,0.35455 -0.65,0.53182 -0.36299,0.17727 -0.8526,0.17727 z m 0.12662,-0.61623 q 0.37987,0 0.70065,-0.13507 0.32078,-0.1435 0.51494,-0.42208 0.19416,-0.27857 0.19416,-0.71753 v -0.4052 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26169 -0.33767,0.23636 -0.33767,0.65844 0,0.38831 0.24481,0.56559 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1502"
-           style="fill:#aa0000"
-           d="m 452.20174,446.31356 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13507 -0.15195,-0.4052 0,-0.27857 0.15195,-0.40519 0.16039,-0.13507 0.37987,-0.13507 0.21104,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27013 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.5065 l 1.61234,-0.12662 v -3.25846 l -1.47728,-0.10974 v -0.52337 h 2.23702 v 3.89157 l 1.51105,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1504"
-           style="fill:#aa0000"
-           d="m 455.34715,451.65709 v -4.52469 h 0.6078 l 0.10974,0.66688 h 0.0422 q 0.19415,-0.38831 0.57402,-0.56559 0.38832,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23637,-0.83571 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97922,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1506"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 462.66271,452.99086 q -0.64156,-0.74286 -0.94545,-1.67988 -0.29546,-0.94546 -0.29546,-1.96689 0,-1.02987 0.29546,-1.98377 0.30389,-0.96234 0.94545,-1.73053 h 0.70066 q -0.59092,0.79351 -0.89481,1.74741 -0.29546,0.9539 -0.29546,1.95845 0,0.97922 0.29546,1.92468 0.30389,0.93702 0.88636,1.73053 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1508"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 466.93086,445.62979 q 0.64156,0.74286 0.93702,1.68832 0.3039,0.93702 0.3039,1.95845 0,1.02987 -0.3039,1.99221 -0.29546,0.9539 -0.93702,1.72209 h -0.70065 q 0.59091,-0.79351 0.88637,-1.74741 0.30389,-0.9539 0.30389,-1.95845 0,-0.97922 -0.30389,-1.91624 -0.29546,-0.94546 -0.87793,-1.73897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1510"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 423.12337,463.54285 q -0.77663,-0.008 -1.22403,-0.33767 -0.44741,-0.32922 -0.44741,-1.00455 v -1.24091 q 0,-0.43052 -0.27013,-0.6078 -0.26169,-0.18571 -0.75974,-0.18571 v -0.61624 q 0.49805,-0.008 0.75974,-0.18571 0.27013,-0.17727 0.27013,-0.59935 v -1.24936 q 0,-0.67533 0.46429,-1.00455 0.46429,-0.32922 1.20715,-0.32922 v 0.60779 q -0.43897,0.0169 -0.69221,0.2026 -0.24481,0.17728 -0.24481,0.59091 v 1.21559 q 0,0.86949 -0.92013,1.02988 v 0.0507 q 0.92013,0.16039 0.92013,1.02987 v 1.24091 q 0,0.41364 0.24481,0.59091 0.2448,0.18572 0.69221,0.19416 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1512"
-           style="fill:#00aa00"
-           d="m 441.84206,472.84548 q -0.42208,0 -0.81039,-0.076 -0.37987,-0.076 -0.65844,-0.21104 v -0.70065 q 0.29545,0.13507 0.65,0.25325 0.36299,0.10974 0.86104,0.10974 0.55714,0 0.78507,-0.16883 0.23636,-0.17728 0.23636,-0.5065 0,-0.17727 -0.0844,-0.28701 -0.076,-0.11818 -0.3039,-0.23637 -0.22792,-0.11818 -0.66689,-0.30389 -0.43896,-0.18572 -0.7513,-0.35455 -0.31234,-0.17727 -0.48117,-0.4052 -0.16883,-0.23636 -0.16883,-0.59935 0,-0.59935 0.45585,-0.90325 0.46428,-0.3039 1.28312,-0.3039 0.37143,0 0.70909,0.0675 0.33766,0.0675 0.70065,0.21948 l -0.22792,0.59091 q -0.33766,-0.14351 -0.62468,-0.19416 -0.27857,-0.0506 -0.55714,-0.0506 -0.52338,0 -0.76819,0.13507 -0.23636,0.13506 -0.23636,0.42208 0,0.18571 0.1013,0.31234 0.10974,0.12662 0.3461,0.2448 0.24481,0.11818 0.64156,0.28702 0.44741,0.19415 0.75975,0.35454 0.31233,0.15195 0.47272,0.37987 0.1604,0.21949 0.1604,0.6078 0,0.64156 -0.46429,0.97922 -0.45585,0.33767 -1.3591,0.33767 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1514"
-           style="fill:#00aa00"
-           d="m 447.94203,472.84548 q -0.48117,0 -0.86948,-0.12663 -0.37987,-0.12662 -0.59935,-0.4474 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23248 v -0.52338 l 1.23248,-0.13507 0.15194,-1.18182 h 0.6078 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37208 q 0,0.51494 0.22792,0.75131 0.22793,0.23636 0.7513,0.23636 0.21949,0 0.47273,-0.0422 0.25325,-0.0422 0.43897,-0.0844 v 0.60779 q -0.2026,0.0506 -0.44741,0.0929 -0.2448,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1516"
-           style="fill:#00aa00"
-           d="m 450.13355,472.76106 v -0.50649 l 1.37598,-0.12663 v -3.25845 l -1.24092,-0.10974 v -0.52338 h 1.84871 l 0.1013,0.82727 h 0.0338 q 0.23636,-0.43896 0.51493,-0.67532 0.28702,-0.23637 0.75131,-0.23637 0.28701,0 0.50649,0.0507 0.22792,0.0506 0.41364,0.13507 l -0.2026,0.66688 q -0.13506,-0.076 -0.32078,-0.12662 -0.18571,-0.0591 -0.39675,-0.0591 -0.36299,0 -0.64156,0.22792 -0.27858,0.22792 -0.43897,0.6078 -0.16039,0.37987 -0.16039,0.83571 v 1.63767 l 1.31689,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1518"
-           style="fill:#00aa00"
-           d="m 457.26339,467.41753 q -0.21948,0 -0.37987,-0.12662 -0.15195,-0.13506 -0.15195,-0.4052 0,-0.27857 0.15195,-0.40519 0.16039,-0.13507 0.37987,-0.13507 0.21104,0 0.37143,0.13507 0.16039,0.12662 0.16039,0.40519 0,0.27014 -0.16039,0.4052 -0.16039,0.12662 -0.37143,0.12662 z m -1.91624,5.34353 v -0.50649 l 1.61235,-0.12663 v -3.25845 l -1.47728,-0.10974 v -0.52338 h 2.23702 v 3.89157 l 1.51104,0.12663 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1520"
-           style="fill:#00aa00"
-           d="m 460.40881,472.76106 v -4.52469 h 0.60779 l 0.10974,0.66688 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56558 0.38831,-0.18572 0.90325,-0.18572 0.68377,0 1.09741,0.38832 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75975 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97922,0.43896 -0.27858,0.43896 -0.27858,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1522"
-           style="fill:#00aa00"
-           d="m 467.12502,474.82925 q -0.47273,0 -0.87793,-0.0929 -0.40519,-0.0844 -0.7513,-0.22792 v -0.67533 q 0.33766,0.19416 0.77663,0.28702 0.4474,0.1013 0.82727,0.1013 0.76819,0 1.07209,-0.36299 0.30389,-0.35455 0.30389,-0.97923 v -0.16039 q 0,-0.1013 0,-0.19415 0.008,-0.0929 0.0253,-0.28702 h -0.0338 q -0.23636,0.34611 -0.55714,0.48117 -0.31234,0.12663 -0.75975,0.12663 -0.90325,0 -1.4013,-0.6078 -0.48961,-0.61623 -0.48961,-1.71364 0,-1.10585 0.48961,-1.73897 0.49805,-0.63312 1.35909,-0.63312 0.45585,0 0.76819,0.15195 0.31234,0.14351 0.55714,0.48961 h 0.0422 l 0.1013,-0.55714 h 0.6078 v 4.64287 q 0,0.97079 -0.49806,1.4604 -0.49805,0.48961 -1.56169,0.48961 z m 0.16883,-2.60001 q 0.56559,0 0.88637,-0.36299 0.32078,-0.37143 0.32078,-1.18182 v -0.17727 q 0,-0.92014 -0.33767,-1.32533 -0.32922,-0.41364 -0.89481,-0.41364 -0.64156,0 -0.93701,0.45585 -0.29546,0.4474 -0.29546,1.27468 0,0.84415 0.3039,1.29156 0.31234,0.43896 0.9539,0.43896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1524"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 475.59378,472.76106 v -4.52469 h 0.60779 l 0.10974,0.66688 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56558 0.38831,-0.18572 0.90325,-0.18572 0.68377,0 1.0974,0.38832 0.42208,0.37987 0.42208,1.1987 v 3.02209 h -0.75974 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1526"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 482.05674,472.84548 q -0.66689,0 -1.08053,-0.32923 -0.40519,-0.32922 -0.40519,-0.9961 0,-0.73442 0.52338,-1.09741 0.53182,-0.36299 1.52792,-0.38831 l 0.97079,-0.0253 v -0.18571 q 0,-0.6078 -0.3039,-0.82728 -0.3039,-0.22792 -0.81883,-0.22792 -0.36299,0 -0.69222,0.0929 -0.32922,0.0928 -0.62467,0.26169 l -0.26169,-0.57403 q 0.32078,-0.16039 0.70909,-0.27857 0.39676,-0.11819 0.91169,-0.11819 0.84416,0 1.30845,0.38832 0.46429,0.37987 0.46429,1.19026 v 3.03053 h -0.6078 l -0.0844,-0.62468 h -0.0338 q -0.27857,0.35455 -0.65,0.53182 -0.36299,0.17728 -0.8526,0.17728 z m 0.12662,-0.61624 q 0.37987,0 0.70065,-0.13506 0.32078,-0.14351 0.51494,-0.42208 0.19416,-0.27858 0.19416,-0.71754 v -0.4052 l -0.8104,0.0253 q -0.81039,0.0253 -1.15649,0.26169 -0.33767,0.23636 -0.33767,0.65844 0,0.38832 0.24481,0.56559 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1528"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 485.46384,472.76106 v -4.52469 h 0.52338 l 0.10974,0.49805 h 0.0422 q 0.16883,-0.33766 0.37143,-0.45584 0.2026,-0.12663 0.46429,-0.12663 0.3461,0 0.53182,0.16884 0.19415,0.16039 0.29545,0.48117 h 0.0253 q 0.1435,-0.31234 0.35454,-0.48117 0.21949,-0.16884 0.57403,-0.16884 0.52338,0 0.72598,0.4052 0.21104,0.39675 0.21104,1.24935 v 2.95456 h -0.67533 v -2.82793 q 0,-0.53182 -0.076,-0.82728 -0.0675,-0.29545 -0.37987,-0.29545 -0.64156,0 -0.64156,1.68832 v 2.26234 h -0.67533 v -2.82793 q 0,-0.54026 -0.1013,-0.82728 -0.0929,-0.29545 -0.4052,-0.29545 -0.33766,0 -0.47273,0.45584 -0.12662,0.45585 -0.12662,1.23248 v 2.26234 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1530"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 492.94823,472.84548 q -1.08896,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28702 1.12274,-0.28702 0.88636,0 1.39286,0.57403 0.51493,0.57403 0.51493,1.57014 v 0.3461 h -3.28377 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56558,0.49805 0.36299,0.14351 0.83572,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28701,-0.33766 -0.82727,-0.33766 -0.57403,0 -0.92014,0.3461 -0.3461,0.33767 -0.43896,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1532"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 500.81764,469.32533 v -0.67532 h 3.88313 v 0.67532 z m 0,1.60391 v -0.67533 h 3.88313 v 0.67533 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1534"
-           style="fill:#d45500"
-           d="m 513.43122,468.9117 -0.16883,-2.17793 h 0.80195 l -0.16883,2.17793 z m -1.56169,0 -0.16883,-2.17793 h 0.80195 l -0.16883,2.17793 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1536"
-           style="fill:#d45500"
-           d="m 517.5643,472.76106 -1.94156,-6.02729 h 0.79351 l 1.17338,3.91689 q 0.11818,0.37143 0.2026,0.72598 0.0928,0.34611 0.16039,0.65 h 0.0253 q 0.0675,-0.29545 0.15195,-0.65 0.0844,-0.36299 0.2026,-0.7513 l 1.13117,-3.89157 h 0.80195 l -1.9078,6.02729 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1538"
-           style="fill:#d45500"
-           d="m 521.06427,472.76106 v -6.02729 h 1.00455 l 2.19481,5.02274 h 0.0253 q -0.0422,-0.49805 -0.0591,-0.90325 -0.0169,-0.41364 -0.0169,-0.92857 v -3.19092 h 0.73442 v 6.02729 h -0.92013 l -2.30456,-5.25067 h -0.0338 q 0.0338,0.47273 0.0675,0.94546 0.0422,0.47273 0.0422,0.94546 v 3.35975 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1540"
-           style="fill:#d45500"
-           d="m 528.07593,472.84548 q -0.59091,0 -1.06364,-0.25325 -0.46429,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78507 0.26169,-1.3 0.27013,-0.51494 0.73442,-0.76819 0.46428,-0.26169 1.05519,-0.26169 0.59092,0 1.06365,0.26169 0.47272,0.25325 0.74286,0.77663 0.27857,0.51494 0.27857,1.31689 0,0.78506 -0.27013,1.30844 -0.27013,0.51494 -0.73442,0.77663 -0.46429,0.25325 -1.0552,0.25325 z m -0.008,-0.61624 q 0.65844,0 0.97922,-0.46429 0.32078,-0.47273 0.32078,-1.27468 0,-0.80195 -0.32922,-1.25779 -0.32078,-0.46429 -0.97922,-0.46429 -0.65845,0 -0.98767,0.46429 -0.32078,0.45584 -0.32078,1.25779 0,0.80195 0.32922,1.27468 0.32922,0.46429 0.98767,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1542"
-           style="fill:#d45500"
-           d="m 533.99018,472.84548 q -0.48117,0 -0.86948,-0.12663 -0.37987,-0.12662 -0.59935,-0.4474 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23248 v -0.52338 l 1.23248,-0.13507 0.15194,-1.18182 h 0.6078 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37208 q 0,0.51494 0.22792,0.75131 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25325,-0.0422 0.43896,-0.0844 v 0.60779 q -0.20259,0.0506 -0.4474,0.0929 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1544"
-           style="fill:#d45500"
-           d="m 538.50314,472.84548 q -1.08896,0 -1.71364,-0.59936 -0.62468,-0.59935 -0.62468,-1.73052 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28702 1.12273,-0.28702 0.88637,0 1.39287,0.57403 0.51493,0.57403 0.51493,1.57014 v 0.3461 h -3.28377 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56558,0.49805 0.36299,0.14351 0.83572,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.2448 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92858 -0.28701,-0.33766 -0.82728,-0.33766 -0.57402,0 -0.92013,0.3461 -0.3461,0.33767 -0.43896,0.92014 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1546"
-           style="fill:#d45500"
-           d="m 543.80116,468.9117 -0.16883,-2.17793 h 0.80195 l -0.16883,2.17793 z m -1.5617,0 -0.16883,-2.17793 h 0.80195 l -0.16883,2.17793 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1548"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 548.50826,469.30001 q -0.21948,0 -0.37143,-0.13507 -0.15194,-0.13506 -0.15194,-0.43896 0,-0.32078 0.15194,-0.4474 0.15195,-0.12663 0.37143,-0.12663 0.21104,0 0.36299,0.12663 0.16039,0.12662 0.16039,0.4474 0,0.3039 -0.16039,0.43896 -0.15195,0.13507 -0.36299,0.13507 z m -0.94545,4.64287 q 0.13506,-0.5487 0.26169,-1.17338 0.12662,-0.61623 0.19415,-1.0974 h 0.90325 l 0.0675,0.1013 q -0.12663,0.49805 -0.35455,1.08052 -0.21948,0.58247 -0.44741,1.08896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1550"
-           style="fill:#00aa00"
-           d="m 442.34012,483.39746 q -0.99611,0 -1.57014,-0.54026 -0.56559,-0.5487 -0.56559,-1.77273 0,-0.86949 0.27858,-1.39286 0.28701,-0.52338 0.78506,-0.75131 0.49806,-0.23636 1.14806,-0.23636 0.39675,0 0.71753,0.0844 0.32079,0.076 0.61624,0.22792 l -0.22792,0.61623 q -0.27013,-0.13506 -0.52338,-0.20259 -0.25325,-0.0675 -0.5487,-0.0675 -0.77663,0 -1.12274,0.43052 -0.3461,0.42208 -0.3461,1.27468 0,0.90326 0.36299,1.29157 0.36299,0.38831 1.08052,0.38831 0.37143,0 0.70065,-0.076 0.32923,-0.0844 0.57403,-0.19416 v 0.66689 q -0.25325,0.11818 -0.62468,0.18571 -0.37143,0.0675 -0.73441,0.0675 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1552"
-           style="fill:#00aa00"
-           d="m 447.08943,483.39746 q -0.59091,0 -1.06364,-0.25324 -0.46428,-0.26169 -0.74286,-0.78507 -0.27013,-0.53182 -0.27013,-1.32533 0,-0.78507 0.26169,-1.30001 0.27013,-0.51493 0.73442,-0.76818 0.46429,-0.26169 1.0552,-0.26169 0.59091,0 1.06364,0.26169 0.47273,0.25325 0.74286,0.77663 0.27857,0.51493 0.27857,1.31688 0,0.78507 -0.27013,1.30845 -0.27013,0.51494 -0.73442,0.77663 -0.46429,0.25324 -1.0552,0.25324 z m -0.008,-0.61623 q 0.65845,0 0.97923,-0.46429 0.32078,-0.47273 0.32078,-1.27468 0,-0.80195 -0.32923,-1.2578 -0.32078,-0.46428 -0.97922,-0.46428 -0.65844,0 -0.98767,0.46428 -0.32078,0.45585 -0.32078,1.2578 0,0.80195 0.32923,1.27468 0.32922,0.46429 0.98766,0.46429 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1554"
-           style="fill:#00aa00"
-           d="m 451.81343,483.39746 q -0.80196,0 -1.19027,-0.39675 -0.37987,-0.39676 -0.37987,-1.19871 v -3.01364 h 0.75974 v 2.89546 q 0,0.54026 0.21948,0.81884 0.22793,0.27857 0.77663,0.27857 0.70065,0 0.97078,-0.43897 0.27013,-0.43896 0.27013,-1.22403 v -2.32987 h 0.75975 v 4.52469 h -0.6078 l -0.10974,-0.6078 h -0.0422 q -0.23636,0.37987 -0.59935,0.54027 -0.35455,0.15194 -0.82727,0.15194 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1556"
-           style="fill:#00aa00"
-           d="m 458.06534,483.39746 q -0.48117,0 -0.86948,-0.12662 -0.37987,-0.12662 -0.59935,-0.4474 -0.21948,-0.32078 -0.21948,-0.88637 v -2.51559 h -1.23248 v -0.52338 l 1.23248,-0.13507 0.15195,-1.18182 h 0.60779 v 1.20715 h 1.76429 v 0.63312 h -1.76429 v 2.37208 q 0,0.51494 0.22792,0.7513 0.22793,0.23637 0.7513,0.23637 0.21949,0 0.47273,-0.0422 0.25325,-0.0422 0.43897,-0.0844 v 0.6078 q -0.2026,0.0506 -0.44741,0.0929 -0.2448,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1558"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 469.10035,482.33382 v -0.65844 l -2.75196,-1.32533 2.75196,-1.51104 v -0.65845 l -3.54547,1.98377 v 0.42208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1560"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 474.16201,482.33382 v -0.65844 l -2.75196,-1.32533 2.75196,-1.51104 v -0.65845 l -3.54547,1.98377 v 0.42208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1562"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 480.65543,483.31305 v -4.52469 h 0.6078 l 0.10974,0.66688 h 0.0422 q 0.19415,-0.38831 0.57402,-0.56559 0.38832,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75974 v -2.88703 q 0,-0.57402 -0.23637,-0.83571 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97922,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1564"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 487.11839,483.39746 q -0.66688,0 -1.08052,-0.32922 -0.4052,-0.32922 -0.4052,-0.99611 0,-0.73441 0.52338,-1.0974 0.53182,-0.36299 1.52793,-0.38832 l 0.97078,-0.0253 v -0.18572 q 0,-0.60779 -0.30389,-0.82727 -0.3039,-0.22792 -0.81884,-0.22792 -0.36299,0 -0.69221,0.0928 -0.32922,0.0929 -0.62468,0.26169 l -0.26169,-0.57403 q 0.32079,-0.16039 0.7091,-0.27857 0.39675,-0.11818 0.91169,-0.11818 0.84416,0 1.30845,0.38831 0.46428,0.37987 0.46428,1.19027 v 3.03053 h -0.60779 l -0.0844,-0.62468 h -0.0338 q -0.27858,0.35455 -0.65001,0.53182 -0.36298,0.17727 -0.8526,0.17727 z m 0.12663,-0.61623 q 0.37987,0 0.70065,-0.13507 0.32078,-0.1435 0.51494,-0.42208 0.19415,-0.27857 0.19415,-0.71753 v -0.4052 l -0.81039,0.0253 q -0.81039,0.0253 -1.1565,0.26169 -0.33766,0.23636 -0.33766,0.65844 0,0.38831 0.24481,0.56559 0.2448,0.16883 0.65,0.16883 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1566"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 490.5255,483.31305 v -4.52469 h 0.52337 l 0.10975,0.49805 h 0.0422 q 0.16883,-0.33766 0.37143,-0.45585 0.2026,-0.12662 0.46429,-0.12662 0.34611,0 0.53182,0.16883 0.19416,0.16039 0.29546,0.48117 h 0.0253 q 0.14351,-0.31234 0.35455,-0.48117 0.21948,-0.16883 0.57403,-0.16883 0.52337,0 0.72597,0.4052 0.21104,0.39675 0.21104,1.24935 v 2.95456 h -0.67532 v -2.82793 q 0,-0.53182 -0.076,-0.82728 -0.0675,-0.29546 -0.37987,-0.29546 -0.64156,0 -0.64156,1.68832 v 2.26235 h -0.67533 v -2.82793 q 0,-0.54027 -0.1013,-0.82728 -0.0929,-0.29546 -0.40519,-0.29546 -0.33767,0 -0.47273,0.45585 -0.12663,0.45585 -0.12663,1.23247 v 2.26235 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1568"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 498.00989,483.39746 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59935 -0.62468,-1.73053 0,-0.74285 0.27013,-1.26623 0.27013,-0.53182 0.7513,-0.8104 0.48118,-0.28701 1.12274,-0.28701 0.88636,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56559,0.49805 0.36298,0.14351 0.83571,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67532 q -0.38832,0.16884 -0.77663,0.24481 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33766 -0.82727,-0.33766 -0.57403,0 -0.92014,0.3461 -0.3461,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1570"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 509.59359,482.33382 v -0.65844 l -2.75195,-1.32533 2.75195,-1.51104 v -0.65845 l -3.54546,1.98377 v 0.42208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1572"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 514.65525,482.33382 v -0.65844 l -2.75195,-1.32533 2.75195,-1.51104 v -0.65845 l -3.54546,1.98377 v 0.42208 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1574"
-           style="fill:#00aa00"
-           d="m 523.31817,483.39746 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59935 -0.62468,-1.73053 0,-0.74285 0.27013,-1.26623 0.27014,-0.53182 0.75131,-0.8104 0.48117,-0.28701 1.12273,-0.28701 0.88636,0 1.39286,0.57403 0.51494,0.57403 0.51494,1.57013 v 0.34611 h -3.28378 q 0.0169,0.59091 0.21948,0.93702 0.21104,0.3461 0.56559,0.49805 0.36298,0.14351 0.83571,0.14351 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67532 q -0.38831,0.16884 -0.77663,0.24481 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33766 -0.82727,-0.33766 -0.57403,0 -0.92014,0.3461 -0.3461,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1576"
-           style="fill:#00aa00"
-           d="m 526.21034,483.31305 v -4.52469 h 0.60779 l 0.10974,0.66688 h 0.0422 q 0.19416,-0.38831 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.09741,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02209 h -0.75975 v -2.88703 q 0,-0.57402 -0.23636,-0.83571 -0.22792,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43896 -0.27857,0.43896 -0.27857,1.23247 v 2.32144 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1578"
-           style="fill:#00aa00"
-           d="m 532.90966,483.39746 q -0.83572,0 -1.34221,-0.58247 -0.5065,-0.58247 -0.5065,-1.78961 0,-1.12273 0.48117,-1.72209 0.48117,-0.59935 1.45196,-0.59935 0.47272,0 0.77662,0.18571 0.3039,0.18572 0.46429,0.47273 h 0.0506 q -0.0169,-0.11818 -0.0338,-0.31233 -0.0169,-0.19416 -0.0169,-0.35455 v -1.79806 h 0.7513 v 6.41561 h -0.62468 l -0.0844,-0.6078 h -0.0338 q -0.18571,0.3039 -0.50649,0.49806 -0.31234,0.19415 -0.82728,0.19415 z m 0.14351,-0.61623 q 0.59935,0 0.88636,-0.41364 0.29546,-0.42208 0.29546,-1.13961 v -0.16884 q 0,-0.49805 -0.10974,-0.88636 -0.10974,-0.39676 -0.36299,-0.62468 -0.25325,-0.22792 -0.68377,-0.22792 -0.59091,0 -0.92013,0.43896 -0.32078,0.43896 -0.32078,1.34221 0,1.67988 1.21559,1.67988 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1580"
-           style="fill:#00aa00"
-           d="m 536.33365,483.31305 v -0.5065 l 1.65455,-0.12662 v -5.14937 l -1.6039,-0.10974 v -0.52338 h 2.36365 v 5.78249 l 1.46883,0.12662 v 0.5065 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1582"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 543.44661,479.852 q -0.21948,0 -0.37143,-0.13507 -0.15195,-0.13506 -0.15195,-0.43896 0,-0.32078 0.15195,-0.44741 0.15195,-0.12662 0.37143,-0.12662 0.21104,0 0.36299,0.12662 0.16039,0.12663 0.16039,0.44741 0,0.3039 -0.16039,0.43896 -0.15195,0.13507 -0.36299,0.13507 z m -0.94546,4.64287 q 0.13507,-0.5487 0.26169,-1.17338 0.12663,-0.61624 0.19416,-1.09741 h 0.90325 l 0.0675,0.1013 q -0.12662,0.49806 -0.35454,1.08053 -0.21949,0.58246 -0.44741,1.08896 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1584"
-           style="fill:#7f2aff"
-           d="m 440.01024,493.86503 v -0.50649 l 1.37598,-0.12662 v -3.25846 l -1.24092,-0.10974 v -0.52338 h 1.84871 l 0.1013,0.82728 h 0.0338 q 0.23636,-0.43896 0.51493,-0.67533 0.28702,-0.23636 0.7513,-0.23636 0.28702,0 0.5065,0.0507 0.22792,0.0507 0.41364,0.13506 l -0.2026,0.66689 q -0.13507,-0.076 -0.32078,-0.12663 -0.18572,-0.0591 -0.39676,-0.0591 -0.36298,0 -0.64156,0.22793 -0.27857,0.22792 -0.43896,0.60779 -0.16039,0.37987 -0.16039,0.83572 v 1.63767 l 1.31689,0.12662 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1586"
-           style="fill:#7f2aff"
-           d="m 447.39333,493.94945 q -1.08896,0 -1.71364,-0.59935 -0.62468,-0.59936 -0.62468,-1.73053 0,-0.74286 0.27013,-1.26624 0.27013,-0.53182 0.7513,-0.81039 0.48117,-0.28701 1.12273,-0.28701 0.88637,0 1.39287,0.57402 0.51493,0.57403 0.51493,1.57014 v 0.34611 h -3.28377 q 0.0169,0.59091 0.21948,0.93701 0.21104,0.34611 0.56558,0.49806 0.36299,0.1435 0.83572,0.1435 0.36299,0 0.72598,-0.1013 0.36299,-0.1013 0.73442,-0.27013 v 0.67533 q -0.38832,0.16883 -0.77663,0.24481 -0.38831,0.076 -0.73442,0.076 z m -1.55325,-2.81105 h 2.50715 q -0.0253,-0.59091 -0.32078,-0.92857 -0.28701,-0.33767 -0.82728,-0.33767 -0.57402,0 -0.92013,0.34611 -0.3461,0.33766 -0.43896,0.92013 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1588"
-           style="fill:#7f2aff"
-           d="m 453.00369,493.94945 q -0.48117,0 -0.86948,-0.12662 -0.37988,-0.12663 -0.59936,-0.44741 -0.21948,-0.32078 -0.21948,-0.88636 v -2.5156 h -1.23247 v -0.52338 l 1.23247,-0.13506 0.15195,-1.18182 h 0.60779 v 1.20714 h 1.7643 v 0.63312 h -1.7643 v 2.37209 q 0,0.51494 0.22793,0.7513 0.22792,0.23636 0.7513,0.23636 0.21948,0 0.47273,-0.0422 0.25325,-0.0422 0.43896,-0.0844 v 0.60779 q -0.2026,0.0506 -0.4474,0.0929 -0.24481,0.0422 -0.51494,0.0422 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1590"
-           style="fill:#7f2aff"
-           d="m 456.87508,493.94945 q -0.80195,0 -1.19026,-0.39675 -0.37988,-0.39676 -0.37988,-1.19871 v -3.01365 h 0.75975 v 2.89547 q 0,0.54026 0.21948,0.81883 0.22792,0.27857 0.77663,0.27857 0.70065,0 0.97078,-0.43896 0.27013,-0.43896 0.27013,-1.22403 v -2.32988 h 0.75974 v 4.52469 h -0.60779 l -0.10974,-0.60779 h -0.0422 q -0.23637,0.37987 -0.59935,0.54026 -0.35455,0.15195 -0.82728,0.15195 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1592"
-           style="fill:#7f2aff"
-           d="m 460.25686,493.86503 v -0.50649 l 1.37598,-0.12662 v -3.25846 l -1.24091,-0.10974 v -0.52338 h 1.8487 l 0.1013,0.82728 h 0.0338 q 0.23636,-0.43896 0.51494,-0.67533 0.28701,-0.23636 0.7513,-0.23636 0.28701,0 0.50649,0.0507 0.22793,0.0507 0.41364,0.13506 l -0.2026,0.66689 q -0.13506,-0.076 -0.32078,-0.12663 -0.18571,-0.0591 -0.39675,-0.0591 -0.36299,0 -0.64156,0.22793 -0.27858,0.22792 -0.43897,0.60779 -0.16039,0.37987 -0.16039,0.83572 v 1.63767 l 1.31689,0.12662 v 0.50649 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1594"
-           style="fill:#7f2aff"
-           d="m 465.47047,493.86503 v -4.52469 h 0.60779 l 0.10974,0.66689 h 0.0422 q 0.19416,-0.38832 0.57403,-0.56559 0.38831,-0.18571 0.90325,-0.18571 0.68377,0 1.0974,0.38831 0.42208,0.37987 0.42208,1.19871 v 3.02208 h -0.75974 v -2.88702 q 0,-0.57403 -0.23636,-0.83572 -0.22793,-0.27013 -0.74286,-0.27013 -0.69221,0 -0.97923,0.43897 -0.27857,0.43896 -0.27857,1.23247 v 2.32143 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1596"
-           style="fill:#d45500"
-           d="m 477.44248,493.94945 q -1.05519,0 -1.53636,-0.81883 -0.48118,-0.82728 -0.48118,-2.28767 0,-0.97923 0.2026,-1.663 0.2026,-0.69221 0.64156,-1.0552 0.44741,-0.37143 1.17338,-0.37143 1.06364,0 1.54482,0.8104 0.48961,0.81039 0.48961,2.27923 0,0.97922 -0.2026,1.67143 -0.2026,0.69221 -0.65,1.06364 -0.44741,0.37143 -1.18183,0.37143 z m -1.30844,-3.1065 q 0,0.37143 0.0253,0.70065 0.0338,0.32078 0.0929,0.58247 l 2.00066,-3.38508 q -0.31234,-0.32078 -0.8104,-0.32078 -0.68376,0 -0.9961,0.59935 -0.31234,0.59091 -0.31234,1.82339 z m 1.30844,2.43961 q 0.69221,0 1.02144,-0.59091 0.32922,-0.59935 0.32922,-1.8487 0,-0.87793 -0.16883,-1.43507 l -2.05131,3.46105 q 0.31234,0.41363 0.86948,0.41363 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1598"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 482.70674,490.40398 q -0.21948,0 -0.37143,-0.13506 -0.15195,-0.13507 -0.15195,-0.43897 0,-0.32078 0.15195,-0.4474 0.15195,-0.12662 0.37143,-0.12662 0.21104,0 0.36299,0.12662 0.16039,0.12662 0.16039,0.4474 0,0.3039 -0.16039,0.43897 -0.15195,0.13506 -0.36299,0.13506 z m -0.94546,4.64288 q 0.13507,-0.54871 0.26169,-1.17338 0.12662,-0.61624 0.19416,-1.09741 h 0.90325 l 0.0675,0.1013 q -0.12662,0.49805 -0.35455,1.08052 -0.21948,0.58247 -0.4474,1.08897 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1600"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 420.42206,498.38973 q 0.77662,0.008 1.22403,0.33766 0.4474,0.32922 0.4474,1.00455 v 1.24091 q 0,0.43052 0.26169,0.61624 0.27013,0.17727 0.76819,0.17727 v 0.61624 q -0.49806,0.008 -0.76819,0.18571 -0.26169,0.17728 -0.26169,0.59936 v 1.24935 q 0,0.67533 -0.46429,1.00455 -0.46428,0.32922 -1.20714,0.32922 V 505.143 q 0.43896,-0.0169 0.68377,-0.2026 0.25324,-0.17727 0.25324,-0.59091 v -1.21559 q 0,-0.86948 0.92014,-1.02987 v -0.0507 q -0.92014,-0.16039 -0.92014,-1.02988 v -1.24091 q 0,-0.41364 -0.2448,-0.59091 -0.24481,-0.18572 -0.69221,-0.19416 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1602"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 422.0344,509.8534 q -0.19416,-0.15194 -0.43896,-0.38831 -0.24481,-0.2448 -0.45585,-0.48117 -0.21104,-0.24481 -0.3039,-0.39675 v -0.0844 h 0.88637 q 0.0929,0.18572 0.22792,0.42208 0.14351,0.22792 0.29546,0.45585 0.15195,0.21948 0.28701,0.37143 v 0.10129 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1604"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 427.09606,509.8534 q -0.19416,-0.15194 -0.43897,-0.38831 -0.2448,-0.2448 -0.45584,-0.48117 -0.21104,-0.24481 -0.3039,-0.39675 v -0.0844 h 0.88637 q 0.0929,0.18572 0.22792,0.42208 0.14351,0.22792 0.29546,0.45585 0.15194,0.21948 0.28701,0.37143 v 0.10129 z" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path1606"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Sans Mono';-inkscape-font-specification:'Noto Sans Mono';fill:#5555ff;stroke-width:0.21103974"
-           d="m 432.15771,509.8534 q -0.19415,-0.15194 -0.43896,-0.38831 -0.24481,-0.2448 -0.45585,-0.48117 -0.21104,-0.24481 -0.30389,-0.39675 v -0.0844 h 0.88636 q 0.0929,0.18572 0.22793,0.42208 0.1435,0.22792 0.29545,0.45585 0.15195,0.21948 0.28702,0.37143 v 0.10129 z" />
-      </g>
-    </g>
-    <path
-       style="opacity:0.6;fill:#00897b;fill-opacity:1;stroke:none;stroke-width:0.2661787px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 616.69316,-233.78341 354.26519,231.2572 796.03482,54.259626 798.76197,-235.09074 Z"
-       id="path1647"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       style="fill:#00897b;fill-opacity:1;stroke:none;stroke-width:0.28466234px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 174.625,298.37088 796.03482,54.259626 V 298.37088 Z"
-       id="path817"
-       inkscape:connector-curvature="0" />
-  </g>
-</svg>

+ 0 - 50
imgs/img_attachment.svg

@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   width="512px"
-   height="512px"
-   viewBox="0 0 512 512"
-   enable-background="new 0 0 512 512"
-   xml:space="preserve"
-   sodipodi:docname="android-attach.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata4940"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs4938" /><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="640"
-     inkscape:window-height="480"
-     id="namedview4936"
-     showgrid="false"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="2.2617188"
-     inkscape:cx="256"
-     inkscape:cy="256"
-     inkscape:current-layer="Layer_1" /><g
-     id="Icon_3_"
-     style="fill:#00897b;fill-opacity:1"><g
-       id="g4932"
-       style="fill:#00897b;fill-opacity:1"><path
-         d="M341.334,128v234.666C341.334,409.604,302.938,448,256,448c-46.937,0-85.333-38.396-85.333-85.334V117.334    C170.667,87.469,194.135,64,224,64c29.864,0,53.333,23.469,53.333,53.334v245.333c0,11.729-9.605,21.333-21.334,21.333    c-11.729,0-21.333-9.604-21.333-21.333V160h-32v202.667C202.667,392.531,226.135,416,256,416    c29.865,0,53.334-23.469,53.334-53.333V117.334C309.334,70.401,270.938,32,224,32c-46.938,0-85.334,38.401-85.334,85.334v245.332    C138.667,427.729,190.938,480,256,480c65.062,0,117.334-52.271,117.334-117.334V128H341.334z"
-         id="path4930"
-         style="fill:#00897b;fill-opacity:1" /></g></g></svg>

+ 0 - 54
imgs/img_codeblock.svg

@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   width="512px"
-   height="512px"
-   viewBox="0 0 512 512"
-   enable-background="new 0 0 512 512"
-   xml:space="preserve"
-   sodipodi:docname="android-attach.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata4940"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs4938" /><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="640"
-     inkscape:window-height="480"
-     id="namedview4936"
-     showgrid="false"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="2.2617188"
-     inkscape:cx="256"
-     inkscape:cy="238.31434"
-     inkscape:current-layer="Layer_1" /><g
-     id="g5069"
-     transform="translate(0,-5e-4)"
-     style="fill:#00897b;fill-opacity:1"><path
-       id="path5065"
-       d="m 168,392 c -6.143,0 -12.285,-2.344 -16.971,-7.029 l -112,-112 c -9.373,-9.373 -9.373,-24.569 0,-33.941 l 112,-112 c 9.373,-9.372 24.568,-9.372 33.941,0 9.371,9.372 9.371,24.568 0,33.941 L 89.941,256 184.97,351.029 c 9.371,9.373 9.371,24.568 0,33.941 -4.687,4.686 -10.827,7.03 -16.97,7.03 z"
-       inkscape:connector-curvature="0"
-       style="fill:#00897b;fill-opacity:1" /><path
-       id="path5067"
-       d="m 344,392 c 6.143,0 12.285,-2.344 16.971,-7.029 l 112,-112 c 9.373,-9.373 9.373,-24.569 0,-33.941 l -112,-112 c -9.373,-9.372 -24.568,-9.372 -33.941,0 -9.371,9.372 -9.371,24.568 0,33.941 L 422.059,256 327.03,351.029 c -9.371,9.373 -9.371,24.568 0,33.941 4.687,4.686 10.827,7.03 16.97,7.03 z"
-       inkscape:connector-curvature="0"
-       style="fill:#00897b;fill-opacity:1" /></g></svg>

+ 0 - 47
imgs/img_expect_more.svg

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   width="512px"
-   height="512px"
-   viewBox="0 0 512 512"
-   enable-background="new 0 0 512 512"
-   xml:space="preserve"
-   sodipodi:docname="android-attach.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata4940"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs4938" /><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="640"
-     inkscape:window-height="480"
-     id="namedview4936"
-     showgrid="false"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="2.2617188"
-     inkscape:cx="256"
-     inkscape:cy="238.31434"
-     inkscape:current-layer="Layer_1" /><path
-     id="path5305"
-     d="m 410.06018,31.999998 h -52 c -3.3,0 -6,2.7 -6,6 v 5.6 c -4,4 -10.9,9.8 -17.8,9.8 -10.5,0 -14.8,-16.4 -26.1,-18.4 -11.3,-2 -27.2,-3 -37.9,-3 -10.7,0 -52,0.7 -102,21.5 -50,20.800003 -71.699998,64.900002 -72.299998,81.400002 -0.3,8.7 2.7,21.1 9.999998,11.1 7.3,-10 35.3,-42.3 57.7,-44.7 22.3,-2.299999 45.7,0.8 63.7,17.2 17.3,15.7 21.3,30.8 21.3,73.5 l -6.6,2 c -4.3,1.3 -7,5.7 -7,9 0,0 -0.2,6.5 -0.2,70.4 0,94.6 -10.8,200.6 -10.8,200.6 0,3.3 2.7,6 6,6 h 84 c 3.3,0 6,-2.7 6,-6 0,0 -10.8,-106 -10.8,-200.6 0,-63.9 -0.2,-70.4 -0.2,-70.4 0,-3.3 -2.3,-7.8 -7,-9 l -8,-2 c 0,-38.2 -0.4,-54 6.3,-65.9 7,-12.4 22.3,-22.9 29.7,-25.1 5.9,-1.799999 16,1.3 22,6.5 V 122 c 0,3.3 2.7,6 6,6 h 52 c 3.3,0 6,-2.7 6,-6 V 37.999998 c 0,-3.3 -2.7,-6 -6,-6 z"
-     inkscape:connector-curvature="0"
-     style="fill:#00897b;fill-opacity:1" /></svg>

+ 0 - 51
imgs/img_extension.svg

@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   width="512px"
-   height="512px"
-   viewBox="0 0 512 512"
-   enable-background="new 0 0 512 512"
-   xml:space="preserve"
-   sodipodi:docname="android-attach.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata4940"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs4938" /><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="640"
-     inkscape:window-height="480"
-     id="namedview4936"
-     showgrid="false"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="2.2617188"
-     inkscape:cx="256"
-     inkscape:cy="238.31434"
-     inkscape:current-layer="Layer_1" /><g
-     id="Icon_26_"
-     style="fill:#00897b;fill-opacity:1"><g
-       id="g5245"
-       style="fill:#00897b;fill-opacity:1"><path
-         id="path5243"
-         d="m 256,170.136 c 25.499,0 49.567,10.025 67.771,28.229 18.204,18.203 28.229,42.272 28.229,67.771 0,17.621 -4.422,34.031 -13.144,48.773 -8.339,14.098 -20.437,26.036 -34.985,34.526 L 288,358.697 V 377.073 448 h -64 v -70.927 -18.376 l -15.871,-9.262 C 178.442,332.111 160,300.192 160,266.136 c 0,-25.499 10.025,-49.567 28.229,-67.771 18.204,-18.204 42.272,-28.229 67.771,-28.229 M 277.333,32 c -6.396,0 -42.666,0 -42.666,0 v 64 h 42.666 z M 406.396,85.864 368,124.271 397.864,154.136 436.27,115.74 Z m -300.792,0 -29.875,29.875 38.406,38.396 L 144,124.271 Z M 256,138.136 c -70.396,0 -128,57.604 -128,128 0,46.938 25.604,88.531 64,110.938 V 480 H 320 V 377.073 c 38.396,-22.406 64,-62.938 64,-110.938 0,-70.396 -57.604,-127.999 -128,-127.999 z m 224,106.666 h -64 v 42.667 h 64 z m -384,0 H 32 v 42.667 h 64 z"
-         inkscape:connector-curvature="0"
-         style="fill:#00897b;fill-opacity:1" /></g></g></svg>

+ 0 - 56
imgs/img_image.svg

@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   width="512px"
-   height="512px"
-   viewBox="0 0 512 512"
-   enable-background="new 0 0 512 512"
-   xml:space="preserve"
-   sodipodi:docname="android-attach.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata4940"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs4938" /><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="640"
-     inkscape:window-height="480"
-     id="namedview4936"
-     showgrid="false"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="2.2617188"
-     inkscape:cx="256"
-     inkscape:cy="238.31434"
-     inkscape:current-layer="Layer_1" /><g
-     id="g5001"
-     transform="translate(0.01971293,-0.02898186)"
-     style="fill:#00897b;fill-opacity:1"><g
-       id="g4997"
-       style="fill:#00897b;fill-opacity:1"><path
-         id="path4995"
-         d="m 457.6,140.2 -82.5,-4 -4.8,-53.8 C 369.3,71.1 359.2,63.2 347.4,64.1 L 51.4,88.4 C 39.6,89.4 31.1,98.9 32,110.1 l 21.2,235.8 c 1,11.3 11.2,19.2 22.9,18.3 l 15,-1.2 -2.4,45.8 c -0.6,12.6 9.2,22.8 22.4,23.5 L 441.3,448 c 13.2,0.6 24.1,-8.6 24.8,-21.2 L 480,163.5 c 0.6,-12.5 -9.3,-22.7 -22.4,-23.3 z m -355,5.3 -7.1,134.8 -17.4,24.7 -16,-178 c 0,-0.2 0,-0.3 0,-0.5 0,-0.2 0,-0.3 0,-0.5 0.5,-5 4.3,-9 9.5,-9.4 l 261,-21.4 c 5.2,-0.4 9.7,3 10.5,7.9 0,0.2 0.3,0.2 0.3,0.4 0,0.1 0.3,0.2 0.3,0.4 l 2.7,30.8 -219,-10.5 c -13.2,-0.4 -24.2,8.8 -24.8,21.3 z M 436.7,382.4 390,327.1 362.5,294.4 c -2.4,-2.9 -6.3,-5.3 -10.6,-5.5 -4.3,-0.2 -7.5,1.5 -11.1,4.1 l -16.4,11.9 c -3.5,2.1 -6.2,3.5 -9.9,3.3 -3.6,-0.2 -6.8,-1.6 -9.1,-3.8 -0.8,-0.8 -2.3,-2.2 -3.5,-3.4 l -42.8,-48.9 c -3.1,-3.9 -8.2,-6.4 -13.8,-6.7 -5.7,-0.3 -11.2,2.1 -14.8,5.6 l -101.1,108.8 -6.8,7.4 0.3,-6.8 6.8,-128.9 3.3,-62.9 c 0,-0.2 0,-0.4 0,-0.5 0,-0.2 0,-0.4 0,-0.5 1.4,-5.4 6.2,-9.3 11.9,-9 l 204.2,9.8 28.7,1.4 58.3,2.8 c 5.8,0.3 10.3,4.7 10.4,10.2 0,0.2 0.3,0.3 0.3,0.5 0,0.2 0.3,0.3 0.3,0.5 z"
-         inkscape:connector-curvature="0"
-         style="fill:#00897b;fill-opacity:1" /></g><path
-       id="path4999"
-       d="m 373.2,262.3 c 19.4,0 35.2,-15.8 35.2,-35.2 0,-19.4 -15.7,-35.2 -35.2,-35.2 -19.4,0 -35.2,15.7 -35.2,35.2 0,19.5 15.7,35.2 35.2,35.2 z"
-       inkscape:connector-curvature="0"
-       style="fill:#00897b;fill-opacity:1" /></g></svg>

BIN
imgs/img_logo.png


+ 0 - 90
imgs/img_outline.svg

@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   width="512px"
-   height="512px"
-   viewBox="0 0 512 512"
-   enable-background="new 0 0 512 512"
-   xml:space="preserve"
-   sodipodi:docname="android-attach.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata4940"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs4938" /><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="640"
-     inkscape:window-height="480"
-     id="namedview4936"
-     showgrid="false"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="2.2617188"
-     inkscape:cx="256"
-     inkscape:cy="238.31434"
-     inkscape:current-layer="Layer_1" /><g
-     id="g5172"
-     style="fill:#00897b;fill-opacity:1"><g
-       id="g5164"
-       style="fill:#00897b;fill-opacity:1"><path
-         id="path5150"
-         d="M 432,80 V 432 H 80 V 80 H 432 M 448,64 H 64 v 384 h 384 z"
-         inkscape:connector-curvature="0"
-         style="fill:#00897b;fill-opacity:1" /><g
-         id="g5154"
-         style="fill:#00897b;fill-opacity:1"><rect
-           id="rect5152"
-           height="16"
-           width="192"
-           y="152"
-           x="192"
-           style="fill:#00897b;fill-opacity:1" /></g><g
-         id="g5158"
-         style="fill:#00897b;fill-opacity:1"><rect
-           id="rect5156"
-           height="16"
-           width="192"
-           y="248"
-           x="192"
-           style="fill:#00897b;fill-opacity:1" /></g><g
-         id="g5162"
-         style="fill:#00897b;fill-opacity:1"><rect
-           id="rect5160"
-           height="16"
-           width="192"
-           y="344"
-           x="192"
-           style="fill:#00897b;fill-opacity:1" /></g></g><circle
-       id="circle5166"
-       r="16"
-       cy="160"
-       cx="144"
-       style="fill:#00897b;fill-opacity:1" /><circle
-       id="circle5168"
-       r="16"
-       cy="256"
-       cx="144"
-       style="fill:#00897b;fill-opacity:1" /><circle
-       id="circle5170"
-       r="16"
-       cy="352"
-       cx="144"
-       style="fill:#00897b;fill-opacity:1" /></g></svg>

+ 15 - 326
index.html

@@ -1,332 +1,21 @@
-<!DOCTYPE html>
+<!doctype html>
 <html>
 <head>
-  <title>VNote</title>
-  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" />
-
-  <link rel="icon" type="image/png" href="imgs/img_logo.png" />
-  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
-  <link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
-  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
-
-  <link type="text/css" rel="stylesheet" href="./css/froala_blocks.css">
-
-  <style>
-    #navigator {
-      position: sticky;
-      top: 0;
-      z-index: 1000;
-    }
-
-    #navigator .navbar-toggler-icon {
-    	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
-    }
-
-    @media (max-width: 720px) {
-      #navigator {
-        border-bottom: 1px solid #ccc;
-      }
-    }
-
-    #navigator a {
-      font-size: 14px;
-    }
-
-    #navigator + section {
-      padding: 250px 0;
-    }
-  </style>
+    <meta charset="UTF-8">
+    <script type="text/javascript">
+        var redir = (function() {
+            var languageString = navigator.language || navigator.userLanguage || '';
+            var language = languageString.split(/[_-]/)[0].toLowerCase();
+            switch (language) {
+            case 'zh':
+                return "/zh_CN/";
+            default:
+                return "/en_US/";
+            }
+        })();
+        window.location.href = redir;
+    </script>
 </head>
-
 <body>
-  <header>
-    <div class="container">
-      <nav class="navbar navbar-expand-md">
-        <a class="navbar-brand" href="https://tamlok.github.io/vnote">
-          <img src="./imgs/img_logo.png" height="30" alt="logo">
-        </a>
-
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
-          <span class="navbar-toggler-icon"></span>
-        </button>
-
-        <div class="collapse navbar-collapse" id="navbarNav1">
-          <ul class="navbar-nav mr-auto">
-            <li class="nav-item active">
-              <a class="nav-link" href="https://tamlok.github.io/vnote">Home <span class="sr-only">(current)</span></a>
-            </li>
-            <li class="nav-item">
-              <a class="nav-link" href="#features">Features</a>
-            </li>
-            <li class="nav-item">
-              <a class="nav-link" href="gallery.html">Screenshots</a>
-            </li>
-            <li class="nav-item">
-              <a class="nav-link" href="http://vnote.readthedocs.io">Documentation</a>
-            </li>
-          </ul>
-        </div>
-      </nav>
-    </div>
-  </header>
-
-  <section class="fdb-block" style="background-image: url(imgs/alt_wide_1.svg);">
-    <div class="container">
-      <div class="row justify-content-start">
-        <div class="col-12 col-sm-10 col-md-8 text-center text-sm-left">
-          <img alt="image" width="200" src="./imgs/img_logo.png"/>
-          <h1>VNote</h1>
-          <p class="text-h3">A Vim-inspired note-taking application that knows programmers and Markdown better.</p>
-          <p class="mt-4">
-            <a class="btn btn-black mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
-            <a class="btn ml-sm-3 mr-3 mr-sm-0 mt-3 mt-sm-0" href="https://github.com/tamlok/vnote#downloads">Download</a>
-          </p>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-md-6 mb-4 mb-md-0">
-          <img alt="image" class="img-fluid" src="./imgs/concentration.svg">
-        </div>
-        <div class="col-12 col-md-6 col-lg-5 ml-md-auto text-left">
-          <h1>Concentration</h1>
-          <p class="text-h3 mb-5">Markdown does <b>NOT</b> need live preview side by side. Focus on your note in both read and edit mode.</p>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-md-12 col-lg-6 col-xl-5">
-          <h1>Cross-Platform</h1>
-          <p class="text-h3 mb-5">Built with C++ and Qt, VNote works in major desktop platforms.</p>
-        </div>
-
-        <div class="col-12 col-md-8 m-auto ml-lg-auto mr-lg-0 col-lg-6 pt-5 pt-lg-0">
-          <img alt="image" class="img-fluid" src="./imgs/cross_platform.svg">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-md-6 mb-4 mb-md-0">
-          <img alt="image" class="img-fluid" src="./imgs/simple_management.svg">
-        </div>
-        <div class="col-12 col-md-6 col-lg-5 ml-md-auto text-left">
-          <h1>Simple Management</h1>
-          <ul>
-            <li>All plain text, no database</li>
-            <li>One directory to hold one <b>notebook</b></li>
-            <li>One notebook contains infinite-level <b>folders</b></li>
-            <li>Folders hold your <b>notes</b></li>
-          </ul>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-md-12 col-lg-6 col-xl-5">
-          <h1>Own Your Data</h1>
-          <p class="text-h3 mb-5">All files on your local disk. Utilize third-party synchronization services to work from anywhere seamlessly.</p>
-        </div>
-
-        <div class="col-12 col-md-8 m-auto ml-lg-auto mr-lg-0 col-lg-6 pt-5 pt-lg-0">
-          <img alt="image" class="img-fluid" src="./imgs/own_your_data.svg">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-md-6 mb-4 mb-md-0">
-          <img alt="image" class="img-fluid" src="./imgs/pleasant_markdown_experience.svg">
-        </div>
-        <div class="col-12 col-md-6 col-lg-5 ml-md-auto text-left">
-          <h1>Pleasant Markdown Experience</h1>
-          <p class="text-h3 mb-5">Minimize the gap between reading and writing Markdown.</p>
-          <ul>
-            <li>Tuned and meaningful syntax highlights for Markdown</li>
-            <li>In-place image links preview</li>
-            <li>Copy/paste images without messy stuff</li>
-            <li>Syntax highlights for code blocks in edit mode</li>
-            <li>Interactive outline</li>
-          </ul>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-md-12 col-lg-6 col-xl-5">
-          <h1>Highly Customizable</h1>
-          <p class="text-h3 mb-5">Themes, styles, behaviors. All could be tuned to your taste.</p>
-        </div>
-
-        <div class="col-12 col-md-8 m-auto ml-lg-auto mr-lg-0 col-lg-6 pt-5 pt-lg-0">
-          <img alt="image" class="img-fluid" src="./imgs/highly_customizable.svg">
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-md-6 mb-4 mb-md-0">
-          <img alt="image" class="img-fluid" src="./imgs/for_programmers.svg">
-        </div>
-        <div class="col-12 col-md-6 col-lg-5 ml-md-auto text-left">
-          <h1>By Programmers, For Programmers</h1>
-          <p class="text-h3 mb-5">Utilize the power of code editors for Markdown notes.</p>
-          <ul>
-            <li>Vim mode</li>
-            <li>Line number</li>
-            <li>Multiple tabs</li>
-            <li>Split window</li>
-            <li>Powerful shortcuts</li>
-          </ul>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row text-center">
-        <div class="col-12">
-          <h1 id="features">Features</h1>
-        </div>
-      </div>
-      <div class="row text-left mt-5">
-        <div class="col-12 col-md-4">
-          <div class="row">
-            <div class="col-3">
-              <img alt="image" class="img-fluid" src="./imgs/img_image.svg">
-            </div>
-            <div class="col-9">
-              <h3><strong>Easy Images</strong></h3>
-              <p>Insert images directly from clipboard. Preview images in place in edit mode.</p>
-            </div>
-          </div>
-        </div>
-
-        <div class="col-12 col-md-4 pt-3 pt-sm-4 pt-md-0">
-          <div class="row">
-            <div class="col-3">
-              <img alt="image" class="img-fluid" src="./imgs/img_codeblock.svg">
-            </div>
-            <div class="col-9">
-              <h3><strong>Code Blocks</strong></h3>
-              <p>Syntax highlights for Code Blocks in both edit and read mode.</p>
-            </div>
-          </div>
-        </div>
-
-        <div class="col-12 col-md-4 pt-3 pt-sm-4 pt-md-0">
-          <div class="row">
-            <div class="col-3">
-              <img alt="image" class="img-fluid" src="./imgs/img_outline.svg">
-            </div>
-            <div class="col-9">
-              <h3><strong>Interactive Outline</strong></h3>
-              <p>Interactive outline in both edit and read mode.</p>
-            </div>
-          </div>
-        </div>
-      </div>
-
-      <div class="row text-left pt-3 pt-sm-4 pt-md-5">
-        <div class="col-12 col-md-4">
-          <div class="row">
-            <div class="col-3">
-              <img alt="image" class="img-fluid" src="./imgs/img_extension.svg">
-            </div>
-            <div class="col-9">
-              <h3><strong>Extensions</strong></h3>
-              <p>Mermaid, Flowchart.js, and MathJax.</p>
-            </div>
-          </div>
-        </div>
-
-        <div class="col-12 col-md-4 pt-3 pt-sm-4 pt-md-0">
-          <div class="row">
-            <div class="col-3">
-              <img alt="image" class="img-fluid" src="./imgs/img_attachment.svg">
-            </div>
-            <div class="col-9">
-              <h3><strong>Attachments</strong></h3>
-              <p>Link all related files to the notes by attachments.</p>
-            </div>
-          </div>
-        </div>
-
-        <div class="col-12 col-md-4 pt-3 pt-sm-4 pt-md-0">
-          <div class="row">
-            <div class="col-3">
-              <img alt="image" class="img-fluid" src="./imgs/img_expect_more.svg">
-            </div>
-            <div class="col-9">
-              <h3><strong>We Could Expect More</strong></h3>
-              <p>VNote is in active development. Post your issues or pull requests to shape VNote.</p>
-            </div>
-          </div>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <section class="fdb-block">
-    <div class="container">
-      <div class="row align-items-center">
-        <div class="col-12 col-sm-9 text-left">
-          <h2>Learn how VNote is and will be developed on Github</h2>
-        </div>
-        <div class="col-12 col-sm-3 text-left text-sm-center mt-4 mt-sm-0">
-          <a class="btn mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
-        </div>
-      </div>
-    </div>
-  </section>
-
-  <footer class="fdb-block footer-large">
-    <div class="container">
-      <div class="row align-items-top text-center">
-        <div class="col-12 col-sm-6 col-md-4 col-lg-3 text-sm-left">
-          <h3><strong>About VNote</strong></h3>
-          <nav class="nav flex-column">
-            <p>Developed from 2016/10/01</p>
-            <p>WeChat Public Account: vnote_md</p>
-          </nav>
-        </div>
-
-        <div class="col-12 col-sm-6 col-md-4 col-lg-3 mt-5 mt-sm-0 text-sm-left">
-          <h3><strong>About Me</strong></h3>
-          <nav class="nav flex-column">
-          <p><a href="https://github.com/tamlok">tamlok@github</a></p>
-          <p><a href="mailto:[email protected]">[email protected]</a></p>
-          </nav>
-        </div>
-      </div>
-  </footer>
-
-  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
-  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
-  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
 </body>
 </html>

+ 8 - 0
zh_CN/_vnote.json

@@ -0,0 +1,8 @@
+{
+    "created_time": "2018-11-24T05:03:15Z",
+    "files": [
+    ],
+    "sub_directories": [
+    ],
+    "version": "1"
+}

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