Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Integrated HalloJS.

AuthorDave Jarvis <email>
Date2014-12-06 22:38:53 GMT-0800
Commit98de621122287b702507a856828abf3001e5b24c
Parent48562ce
font/fontawesome-webfont.eot
Binary files differ
font/fontawesome-webfont.otf
Binary files differ
font/fontawesome-webfont.ttf
Binary files differ
font/fontawesome-webfont.woff
Binary files differ
xml/css/font-awesome.css
+/* Font Awesome
+ the iconic font designed for use with Twitter Bootstrap
+ -------------------------------------------------------
+ The full suite of pictographic icons, examples, and documentation
+ can be found at: http://fortawesome.github.com/Font-Awesome/
+
+ License
+ -------------------------------------------------------
+ The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
+ http://creativecommons.org/licenses/by/3.0/ A mention of
+ 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
+ source code is considered acceptable attribution (most common on the web).
+ If human readable source code is not available to the end user, a mention in
+ an 'About' or 'Credits' screen is considered acceptable (most common in desktop
+ or mobile software).
+
+ Contact
+ -------------------------------------------------------
+ Email: dave@davegandy.com
+ Twitter: http://twitter.com/fortaweso_me
+ Work: http://lemonwi.se co-founder
+
+ */
+@font-face {
+ font-family: 'FontAwesome';
+ src: url('../font/fontawesome-webfont.eot');
+ src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.otf') format('opentype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+/* sprites.less reset */
+[class^="icon-"], [class*=" icon-"] {
+ display: inline;
+ width: auto;
+ height: auto;
+ line-height: inherit;
+ vertical-align: baseline;
+ background-image: none;
+ background-position: 0% 0%;
+ background-repeat: repeat;
+}
+li[class^="icon-"], li[class*=" icon-"] {
+ display: block;
+}
+/* Font Awesome styles
+ ------------------------------------------------------- */
+[class^="icon-"]:before, [class*=" icon-"]:before {
+ font-family: FontAwesome;
+ font-weight: normal;
+ font-style: normal;
+ display: inline-block;
+ text-decoration: inherit;
+}
+a [class^="icon-"], a [class*=" icon-"] {
+ display: inline-block;
+ text-decoration: inherit;
+}
+/* makes the font 33% larger relative to the icon container */
+.icon-large:before {
+ vertical-align: top;
+ font-size: 1.3333333333333333em;
+}
+.btn [class^="icon-"], .btn [class*=" icon-"] {
+ /* keeps button heights with and without icons the same */
+
+ line-height: .9em;
+}
+li [class^="icon-"], li [class*=" icon-"] {
+ display: inline-block;
+ width: 1.25em;
+ text-align: center;
+}
+li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
+ /* 1.5 increased font size for icon-large * 1.25 width */
+
+ width: 1.875em;
+}
+li[class^="icon-"], li[class*=" icon-"] {
+ margin-left: 0;
+ list-style-type: none;
+}
+li[class^="icon-"]:before, li[class*=" icon-"]:before {
+ text-indent: -2em;
+ text-align: center;
+}
+li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
+ text-indent: -1.3333333333333333em;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+ readers do not read off random characters that represent icons */
+.icon-glass:before { content: "\f000"; }
+.icon-music:before { content: "\f001"; }
+.icon-search:before { content: "\f002"; }
+.icon-envelope:before { content: "\f003"; }
+.icon-heart:before { content: "\f004"; }
+.icon-star:before { content: "\f005"; }
+.icon-star-empty:before { content: "\f006"; }
+.icon-user:before { content: "\f007"; }
+.icon-film:before { content: "\f008"; }
+.icon-th-large:before { content: "\f009"; }
+.icon-th:before { content: "\f00a"; }
+.icon-th-list:before { content: "\f00b"; }
+.icon-ok:before { content: "\f00c"; }
+.icon-remove:before { content: "\f00d"; }
+.icon-zoom-in:before { content: "\f00e"; }
+
+.icon-zoom-out:before { content: "\f010"; }
+.icon-off:before { content: "\f011"; }
+.icon-signal:before { content: "\f012"; }
+.icon-cog:before { content: "\f013"; }
+.icon-trash:before { content: "\f014"; }
+.icon-home:before { content: "\f015"; }
+.icon-file:before { content: "\f016"; }
+.icon-time:before { content: "\f017"; }
+.icon-road:before { content: "\f018"; }
+.icon-download-alt:before { content: "\f019"; }
+.icon-download:before { content: "\f01a"; }
+.icon-upload:before { content: "\f01b"; }
+.icon-inbox:before { content: "\f01c"; }
+.icon-play-circle:before { content: "\f01d"; }
+.icon-repeat:before { content: "\f01e"; }
+
+/* \f020 is not a valid unicode character. all shifted one down */
+.icon-refresh:before { content: "\f021"; }
+.icon-list-alt:before { content: "\f022"; }
+.icon-lock:before { content: "\f023"; }
+.icon-flag:before { content: "\f024"; }
+.icon-headphones:before { content: "\f025"; }
+.icon-volume-off:before { content: "\f026"; }
+.icon-volume-down:before { content: "\f027"; }
+.icon-volume-up:before { content: "\f028"; }
+.icon-qrcode:before { content: "\f029"; }
+.icon-barcode:before { content: "\f02a"; }
+.icon-tag:before { content: "\f02b"; }
+.icon-tags:before { content: "\f02c"; }
+.icon-book:before { content: "\f02d"; }
+.icon-bookmark:before { content: "\f02e"; }
+.icon-print:before { content: "\f02f"; }
+
+.icon-camera:before { content: "\f030"; }
+.icon-font:before { content: "\f031"; }
+.icon-bold:before { content: "\f032"; }
+.icon-italic:before { content: "\f033"; }
+.icon-text-height:before { content: "\f034"; }
+.icon-text-width:before { content: "\f035"; }
+.icon-align-left:before { content: "\f036"; }
+.icon-align-center:before { content: "\f037"; }
+.icon-align-right:before { content: "\f038"; }
+.icon-align-justify:before { content: "\f039"; }
+.icon-list:before { content: "\f03a"; }
+.icon-indent-left:before { content: "\f03b"; }
+.icon-indent-right:before { content: "\f03c"; }
+.icon-facetime-video:before { content: "\f03d"; }
+.icon-picture:before { content: "\f03e"; }
+
+.icon-pencil:before { content: "\f040"; }
+.icon-map-marker:before { content: "\f041"; }
+.icon-adjust:before { content: "\f042"; }
+.icon-tint:before { content: "\f043"; }
+.icon-edit:before { content: "\f044"; }
+.icon-share:before { content: "\f045"; }
+.icon-check:before { content: "\f046"; }
+.icon-move:before { content: "\f047"; }
+.icon-step-backward:before { content: "\f048"; }
+.icon-fast-backward:before { content: "\f049"; }
+.icon-backward:before { content: "\f04a"; }
+.icon-play:before { content: "\f04b"; }
+.icon-pause:before { content: "\f04c"; }
+.icon-stop:before { content: "\f04d"; }
+.icon-forward:before { content: "\f04e"; }
+
+.icon-fast-forward:before { content: "\f050"; }
+.icon-step-forward:before { content: "\f051"; }
+.icon-eject:before { content: "\f052"; }
+.icon-chevron-left:before { content: "\f053"; }
+.icon-chevron-right:before { content: "\f054"; }
+.icon-plus-sign:before { content: "\f055"; }
+.icon-minus-sign:before { content: "\f056"; }
+.icon-remove-sign:before { content: "\f057"; }
+.icon-ok-sign:before { content: "\f058"; }
+.icon-question-sign:before { content: "\f059"; }
+.icon-info-sign:before { content: "\f05a"; }
+.icon-screenshot:before { content: "\f05b"; }
+.icon-remove-circle:before { content: "\f05c"; }
+.icon-ok-circle:before { content: "\f05d"; }
+.icon-ban-circle:before { content: "\f05e"; }
+
+.icon-arrow-left:before { content: "\f060"; }
+.icon-arrow-right:before { content: "\f061"; }
+.icon-arrow-up:before { content: "\f062"; }
+.icon-arrow-down:before { content: "\f063"; }
+.icon-share-alt:before { content: "\f064"; }
+.icon-resize-full:before { content: "\f065"; }
+.icon-resize-small:before { content: "\f066"; }
+.icon-plus:before { content: "\f067"; }
+.icon-minus:before { content: "\f068"; }
+.icon-asterisk:before { content: "\f069"; }
+.icon-exclamation-sign:before { content: "\f06a"; }
+.icon-gift:before { content: "\f06b"; }
+.icon-leaf:before { content: "\f06c"; }
+.icon-fire:before { content: "\f06d"; }
+.icon-eye-open:before { content: "\f06e"; }
+
+.icon-eye-close:before { content: "\f070"; }
+.icon-warning-sign:before { content: "\f071"; }
+.icon-plane:before { content: "\f072"; }
+.icon-calendar:before { content: "\f073"; }
+.icon-random:before { content: "\f074"; }
+.icon-comment:before { content: "\f075"; }
+.icon-magnet:before { content: "\f076"; }
+.icon-chevron-up:before { content: "\f077"; }
+.icon-chevron-down:before { content: "\f078"; }
+.icon-retweet:before { content: "\f079"; }
+.icon-shopping-cart:before { content: "\f07a"; }
+.icon-folder-close:before { content: "\f07b"; }
+.icon-folder-open:before { content: "\f07c"; }
+.icon-resize-vertical:before { content: "\f07d"; }
+.icon-resize-horizontal:before { content: "\f07e"; }
+
+.icon-bar-chart:before { content: "\f080"; }
+.icon-twitter-sign:before { content: "\f081"; }
+.icon-facebook-sign:before { content: "\f082"; }
+.icon-camera-retro:before { content: "\f083"; }
+.icon-key:before { content: "\f084"; }
+.icon-cogs:before { content: "\f085"; }
+.icon-comments:before { content: "\f086"; }
+.icon-thumbs-up:before { content: "\f087"; }
+.icon-thumbs-down:before { content: "\f088"; }
+.icon-star-half:before { content: "\f089"; }
+.icon-heart-empty:before { content: "\f08a"; }
+.icon-signout:before { content: "\f08b"; }
+.icon-linkedin-sign:before { content: "\f08c"; }
+.icon-pushpin:before { content: "\f08d"; }
+.icon-external-link:before { content: "\f08e"; }
+
+.icon-signin:before { content: "\f090"; }
+.icon-trophy:before { content: "\f091"; }
+.icon-github-sign:before { content: "\f092"; }
+.icon-upload-alt:before { content: "\f093"; }
+.icon-lemon:before { content: "\f094"; }
+.icon-phone:before { content: "\f095"; }
+.icon-check-empty:before { content: "\f096"; }
+.icon-bookmark-empty:before { content: "\f097"; }
+.icon-phone-sign:before { content: "\f098"; }
+.icon-twitter:before { content: "\f099"; }
+.icon-facebook:before { content: "\f09a"; }
+.icon-github:before { content: "\f09b"; }
+.icon-unlock:before { content: "\f09c"; }
+.icon-credit-card:before { content: "\f09d"; }
+.icon-rss:before { content: "\f09e"; }
+
+.icon-hdd:before { content: "\f0a0"; }
+.icon-bullhorn:before { content: "\f0a1"; }
+.icon-bell:before { content: "\f0a2"; }
+.icon-certificate:before { content: "\f0a3"; }
+.icon-hand-right:before { content: "\f0a4"; }
+.icon-hand-left:before { content: "\f0a5"; }
+.icon-hand-up:before { content: "\f0a6"; }
+.icon-hand-down:before { content: "\f0a7"; }
+.icon-circle-arrow-left:before { content: "\f0a8"; }
+.icon-circle-arrow-right:before { content: "\f0a9"; }
+.icon-circle-arrow-up:before { content: "\f0aa"; }
+.icon-circle-arrow-down:before { content: "\f0ab"; }
+.icon-globe:before { content: "\f0ac"; }
+.icon-wrench:before { content: "\f0ad"; }
+.icon-tasks:before { content: "\f0ae"; }
+
+.icon-filter:before { content: "\f0b0"; }
+.icon-briefcase:before { content: "\f0b1"; }
+.icon-fullscreen:before { content: "\f0b2"; }
+
+.icon-group:before { content: "\f0c0"; }
+.icon-link:before { content: "\f0c1"; }
+.icon-cloud:before { content: "\f0c2"; }
+.icon-beaker:before { content: "\f0c3"; }
+.icon-cut:before { content: "\f0c4"; }
+.icon-copy:before { content: "\f0c5"; }
+.icon-paper-clip:before { content: "\f0c6"; }
+.icon-save:before { content: "\f0c7"; }
+.icon-sign-blank:before { content: "\f0c8"; }
+.icon-reorder:before { content: "\f0c9"; }
+.icon-list-ul:before { content: "\f0ca"; }
+.icon-list-ol:before { content: "\f0cb"; }
+.icon-strikethrough:before { content: "\f0cc"; }
+.icon-underline:before { content: "\f0cd"; }
+.icon-table:before { content: "\f0ce"; }
+
+.icon-magic:before { content: "\f0d0"; }
+.icon-truck:before { content: "\f0d1"; }
+.icon-pinterest:before { content: "\f0d2"; }
+.icon-pinterest-sign:before { content: "\f0d3"; }
+.icon-google-plus-sign:before { content: "\f0d4"; }
+.icon-google-plus:before { content: "\f0d5"; }
+.icon-money:before { content: "\f0d6"; }
+.icon-caret-down:before { content: "\f0d7"; }
+.icon-caret-up:before { content: "\f0d8"; }
+.icon-caret-left:before { content: "\f0d9"; }
+.icon-caret-right:before { content: "\f0da"; }
+.icon-columns:before { content: "\f0db"; }
+.icon-sort:before { content: "\f0dc"; }
+.icon-sort-down:before { content: "\f0dd"; }
+.icon-sort-up:before { content: "\f0de"; }
+
+.icon-envelope-alt:before { content: "\f0e0"; }
+.icon-linkedin:before { content: "\f0e1"; }
+.icon-undo:before { content: "\f0e2"; }
+.icon-legal:before { content: "\f0e3"; }
+.icon-dashboard:before { content: "\f0e4"; }
+.icon-comment-alt:before { content: "\f0e5"; }
+.icon-comments-alt:before { content: "\f0e6"; }
+.icon-bolt:before { content: "\f0e7"; }
+.icon-sitemap:before { content: "\f0e8"; }
+.icon-umbrella:before { content: "\f0e9"; }
+.icon-paste:before { content: "\f0ea"; }
+
+.icon-user-md:before { content: "\f200"; }
xml/css/hallo.css
+div.hallotoolbar {
+ border: 1px solid #babdb6;
+ padding: 2px;
+ background-color: #eeeeec;
+ border-radius: 6px;
+ font-size: 12pt;
+ line-height: 1.1em;
+ width: 260px;
+ z-index: 500;
+}
+
+div.hallotoolbar .dropdown-menu {
+ width: "200px";
+ background-color: #eeeeec;
+ margin-top: -1px;
+ border-left: 1px solid #babdb6;
+ border-bottom: 1px solid #babdb6;
+ border-right: 1px solid #babdb6;
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+}
+
+div.hallotoolbar .dropdown-menu .selected {
+ background-color: #729fcf;
+}
+
+[contenteditable="true"].inEditMode {
+ outline-style: auto;
+ outline-width: 3px;
+ outline-color: #111111;
+}
+
+/* ANNOTATIONS */
+.inEditMode .entity, .inEditMode a[typeof][about] {
+ border-bottom: 1px #729fcf dotted;
+}
+.inEditMode .entity.withSuggestions {
+ border-color: #73d216;
+ border-bottom-style: double;
+}
+
+.inEditMode .entity.person, .inEditMode a[typeof][about].person {
+ border-color: #e9b96e;
+}
+
+.inEditMode .entity.place, .inEditMode a[typeof][about].place {
+ border-color: #c17d11;
+}
+
+.inEditMode .entity.organisation, .inEditMode a[typeof][about].organisation {
+ border-color: #8f5902;
+}
+
xml/css/jquery-ui.min.css
+/*! jQuery UI - v1.11.2 - 2014-10-16
+* http://jqueryui.com
+* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
+* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
+* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
+.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
xml/images/ui-bg_glass_100_f6f6f6_1x400.png
Binary files differ
xml/images/ui-bg_glass_100_fdf5ce_1x400.png
Binary files differ
xml/images/ui-bg_glass_65_ffffff_1x400.png
Binary files differ
xml/js/support.js
-include( "editor.min.js", "js", function() {
+include( 'font-awesome.css', 'css', function() {
+ console.log( 'Loaded Font Awesome style' );
+});
+include( 'jquery-ui.min.css', 'css', function() {
+ console.log( 'Loaded jQuery UI Bootstrap style' );
+});
+include( 'hallo.css', 'css', function() {
+ console.log( 'Loaded Hallo style' );
+});
+include( 'editor.min.js', 'js', function() {
//aloha( document.querySelector('.support') );
- jQuery( '.support' ).hallo();
+ jQuery( '.support' ).hallo({
+ plugins: {
+ 'halloformat': {}
+ }
+ });
});
xml/tex/manual.pdf
Binary files differ
xml/tex/screens/home.svg
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="495.56348"
- height="203.14294"
- viewBox="0 0 396.45078 162.51436"
- version="1.1"
- id="svg2"
- inkscape:version="0.48.5 r"
- sodipodi:docname="home.svg">
- <metadata
- id="metadata1702">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <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="namedview1700"
- showgrid="false"
- fit-margin-top="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-bottom="0"
- inkscape:zoom="0.23838384"
- inkscape:cx="307.3368"
- inkscape:cy="-216.85003"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg2" />
- <defs
- id="defs4">
- <g
- id="g6">
- <symbol
- overflow="visible"
- id="glyph0-0"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.75,-5.71875 3.296875,0 0,5.71875 L 0.75,0 z m 0.40625,5.3125 2.484375,0 0,-4.90625 -2.484375,0 z m 0,0"
- id="path9"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-1"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.140625,-3.28125 c 0,2.242188 -0.867187,3.359375 -2.59375,3.359375 C 1.242188,0.078125 1.003906,0.0507812 0.828125,0 l 0,-0.5625 c 0.207031,0.074219 0.445313,0.109375 0.71875,0.109375 0.625,0 1.09375,-0.191406 1.40625,-0.578125 0.320313,-0.394531 0.5,-0.988281 0.53125,-1.78125 l -0.046875,0 C 3.289062,-2.601562 3.097656,-2.441406 2.859375,-2.328125 2.628906,-2.210938 2.363281,-2.15625 2.0625,-2.15625 c -0.5,0 -0.902344,-0.148438 -1.203125,-0.453125 -0.292969,-0.300781 -0.4375,-0.722656 -0.4375,-1.265625 0,-0.59375 0.160156,-1.0625 0.484375,-1.40625 0.332031,-0.34375 0.769531,-0.515625 1.3125,-0.515625 0.394531,0 0.734375,0.101563 1.015625,0.296875 0.289063,0.199219 0.515625,0.492188 0.671875,0.875 0.15625,0.386719 0.234375,0.835938 0.234375,1.34375 z M 2.21875,-5.234375 c -0.367188,0 -0.652344,0.121094 -0.859375,0.359375 -0.199219,0.242188 -0.296875,0.574219 -0.296875,1 0,0.375 0.09375,0.671875 0.28125,0.890625 0.1875,0.210937 0.46875,0.3125 0.84375,0.3125 0.238281,0 0.457031,-0.046875 0.65625,-0.140625 0.195312,-0.101562 0.351562,-0.238281 0.46875,-0.40625 0.113281,-0.164062 0.171875,-0.335938 0.171875,-0.515625 0,-0.269531 -0.054687,-0.519531 -0.15625,-0.75 C 3.222656,-4.722656 3.070312,-4.90625 2.875,-5.03125 2.6875,-5.164062 2.46875,-5.234375 2.21875,-5.234375 z m 0,0"
- id="path12"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-2"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.140625,0 -3.75,0 0,-0.5625 1.5,-1.515625 C 2.347656,-2.535156 2.648438,-2.863281 2.796875,-3.0625 2.941406,-3.257812 3.050781,-3.453125 3.125,-3.640625 3.195312,-3.828125 3.234375,-4.03125 3.234375,-4.25 c 0,-0.300781 -0.09375,-0.539062 -0.28125,-0.71875 C 2.773438,-5.144531 2.519531,-5.234375 2.1875,-5.234375 c -0.230469,0 -0.453125,0.042969 -0.671875,0.125 -0.210937,0.074219 -0.445313,0.210937 -0.703125,0.40625 l -0.34375,-0.4375 c 0.519531,-0.4375 1.09375,-0.65625 1.71875,-0.65625 0.53125,0 0.945312,0.140625 1.25,0.421875 0.3125,0.273438 0.46875,0.636719 0.46875,1.09375 0,0.367188 -0.105469,0.726562 -0.3125,1.078125 -0.199219,0.355469 -0.578125,0.804687 -1.140625,1.34375 l -1.25,1.21875 0,0.03125 2.9375,0 z m 0,0"
- id="path15"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-3"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.171875,-2.859375 c 0,0.980469 -0.15625,1.714844 -0.46875,2.203125 -0.304687,0.492188 -0.777344,0.734375 -1.421875,0.734375 -0.617188,0 -1.085938,-0.25 -1.40625,-0.75 -0.3125,-0.5 -0.46875,-1.226563 -0.46875,-2.1875 0,-1 0.148438,-1.738281 0.453125,-2.21875 0.3125,-0.476563 0.785156,-0.71875 1.421875,-0.71875 0.625,0 1.09375,0.25 1.40625,0.75 0.320312,0.5 0.484375,1.230469 0.484375,2.1875 z m -3.109375,0 c 0,0.824219 0.09375,1.429687 0.28125,1.8125 0.195312,0.375 0.507812,0.5625 0.9375,0.5625 0.4375,0 0.75,-0.191406 0.9375,-0.578125 0.195312,-0.382812 0.296875,-0.984375 0.296875,-1.796875 0,-0.820313 -0.101563,-1.421875 -0.296875,-1.796875 -0.1875,-0.382812 -0.5,-0.578125 -0.9375,-0.578125 -0.429688,0 -0.742188,0.1875 -0.9375,0.5625 -0.1875,0.375 -0.28125,0.980469 -0.28125,1.8125 z m 0,0"
- id="path18"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-4"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.328125,-2.1875 c 0.113281,-0.164062 0.285156,-0.375 0.515625,-0.625 l 1.375,-1.46875 0.78125,0 L 2.265625,-2.453125 4.109375,0 3.328125,0 1.8125,-2.03125 1.328125,-1.609375 1.328125,0 0.6875,0 l 0,-6.078125 0.640625,0 0,3.21875 c 0,0.148437 -0.011719,0.371094 -0.03125,0.671875 z m 0,0"
- id="path21"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-5"
- style="overflow:visible">
- <path
- style="stroke:none"
- d=""
- id="path24"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-6"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 1.625,0 0,-4.28125 l 0.703125,0 L 1.625,-1.75 c 0.207031,0.59375 0.328125,0.980469 0.359375,1.15625 l 0.03125,0 c 0.03125,-0.132812 0.117187,-0.414062 0.265625,-0.84375 0.15625,-0.4375 0.5,-1.382812 1.03125,-2.84375 l 0.703125,0 L 2.390625,0 z m 0,0"
- id="path27"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-7"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.390625,-2.140625 c 0,0.699219 -0.179687,1.246094 -0.53125,1.640625 C 3.503906,-0.113281 3.019531,0.078125 2.40625,0.078125 2.019531,0.078125 1.675781,-0.0078125 1.375,-0.1875 1.082031,-0.375 0.851562,-0.632812 0.6875,-0.96875 0.53125,-1.300781 0.453125,-1.691406 0.453125,-2.140625 c 0,-0.695313 0.171875,-1.238281 0.515625,-1.625 0.351562,-0.394531 0.835938,-0.59375 1.453125,-0.59375 0.601563,0 1.082031,0.199219 1.4375,0.59375 0.351563,0.398437 0.53125,0.9375 0.53125,1.625 z m -3.265625,0 c 0,0.542969 0.109375,0.960937 0.328125,1.25 0.21875,0.28125 0.539063,0.421875 0.96875,0.421875 0.414063,0 0.734375,-0.140625 0.953125,-0.421875 0.226562,-0.289063 0.34375,-0.707031 0.34375,-1.25 0,-0.550781 -0.117188,-0.96875 -0.34375,-1.25 C 3.15625,-3.671875 2.832031,-3.8125 2.40625,-3.8125 c -0.429688,0 -0.75,0.140625 -0.96875,0.421875 -0.210938,0.28125 -0.3125,0.699219 -0.3125,1.25 z m 0,0"
- id="path30"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-8"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.078125,-0.453125 c 0.113281,0 0.222656,-0.007813 0.328125,-0.03125 0.101562,-0.019531 0.1875,-0.035156 0.25,-0.046875 l 0,0.484375 c -0.074219,0.04296875 -0.179688,0.0703125 -0.3125,0.09375 -0.136719,0.0195312 -0.257812,0.03125 -0.359375,0.03125 -0.835937,0 -1.25,-0.4375 -1.25,-1.3125 l 0,-2.546875 -0.609375,0 0,-0.3125 0.609375,-0.265625 0.28125,-0.921875 0.375,0 0,1 1.234375,0 0,0.5 -1.234375,0 0,2.515625 c 0,0.261719 0.054687,0.464844 0.171875,0.609375 0.125,0.136719 0.296875,0.203125 0.515625,0.203125 z m 0,0"
- id="path33"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-9"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 2.5,0.078125 C 1.863281,0.078125 1.363281,-0.113281 1,-0.5 0.632812,-0.882812 0.453125,-1.421875 0.453125,-2.109375 c 0,-0.6875 0.164063,-1.234375 0.5,-1.640625 0.34375,-0.40625 0.800781,-0.609375 1.375,-0.609375 0.539063,0 0.96875,0.179687 1.28125,0.53125 0.3125,0.355469 0.46875,0.820313 0.46875,1.390625 l 0,0.40625 -2.953125,0 c 0.00781,0.511719 0.132812,0.898438 0.375,1.15625 0.238281,0.261719 0.578125,0.390625 1.015625,0.390625 0.46875,0 0.925781,-0.097656 1.375,-0.296875 l 0,0.578125 C 3.660156,-0.0976562 3.441406,-0.0234375 3.234375,0.015625 3.035156,0.0546875 2.789062,0.078125 2.5,0.078125 z M 2.328125,-3.8125 C 1.984375,-3.8125 1.707031,-3.695312 1.5,-3.46875 1.289062,-3.25 1.171875,-2.941406 1.140625,-2.546875 l 2.234375,0 c 0,-0.414063 -0.09375,-0.726563 -0.28125,-0.9375 C 2.914062,-3.703125 2.660156,-3.8125 2.328125,-3.8125 z m 0,0"
- id="path36"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-10"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 3.453125,-1.171875 C 3.453125,-0.773438 3.300781,-0.46875 3,-0.25 2.707031,-0.03125 2.289062,0.078125 1.75,0.078125 c -0.5625,0 -1.007812,-0.0859375 -1.328125,-0.265625 l 0,-0.609375 c 0.207031,0.105469 0.425781,0.1875 0.65625,0.25 0.238281,0.0625 0.46875,0.09375 0.6875,0.09375 0.34375,0 0.601563,-0.050781 0.78125,-0.15625 0.1875,-0.113281 0.28125,-0.28125 0.28125,-0.5 0,-0.164063 -0.074219,-0.304687 -0.21875,-0.421875 -0.148437,-0.125 -0.429687,-0.269531 -0.84375,-0.4375 -0.398437,-0.144531 -0.683594,-0.269531 -0.859375,-0.375 -0.167969,-0.113281 -0.292969,-0.238281 -0.375,-0.375 -0.074219,-0.144531 -0.109375,-0.316406 -0.109375,-0.515625 0,-0.34375 0.140625,-0.613281 0.421875,-0.8125 0.28125,-0.207031 0.671875,-0.3125 1.171875,-0.3125 0.457031,0 0.90625,0.09375 1.34375,0.28125 L 3.125,-3.546875 C 2.695312,-3.722656 2.3125,-3.8125 1.96875,-3.8125 c -0.3125,0 -0.546875,0.046875 -0.703125,0.140625 -0.15625,0.09375 -0.234375,0.226563 -0.234375,0.390625 0,0.117188 0.023438,0.214844 0.078125,0.296875 0.0625,0.085937 0.15625,0.164063 0.28125,0.234375 0.132813,0.074219 0.390625,0.179688 0.765625,0.3125 0.507812,0.1875 0.851562,0.375 1.03125,0.5625 0.175781,0.1875 0.265625,0.421875 0.265625,0.703125 z m 0,0"
- id="path39"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-11"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.796875,0 -0.640625,0 0,-4.078125 c 0,-0.332031 0.00781,-0.648437 0.03125,-0.953125 C 2.132812,-4.976562 2.070312,-4.921875 2,-4.859375 1.9375,-4.796875 1.628906,-4.539062 1.078125,-4.09375 L 0.734375,-4.546875 2.25,-5.71875 l 0.546875,0 z m 0,0"
- id="path42"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-12"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.59375,-0.421875 c 0,-0.164063 0.035156,-0.296875 0.109375,-0.390625 0.082031,-0.09375 0.203125,-0.140625 0.359375,-0.140625 0.144531,0 0.257812,0.046875 0.34375,0.140625 0.082031,0.09375 0.125,0.226562 0.125,0.390625 0,0.179687 -0.042969,0.3125 -0.125,0.40625 -0.085938,0.0820312 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.0429688 -0.34375,-0.125 -0.085938,-0.0820312 -0.125,-0.21875 -0.125,-0.40625 z m 0,0"
- id="path45"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-13"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.3125,0 -1.9375,-5.0625 -0.03125,0 c 0.039062,0.398438 0.0625,0.871094 0.0625,1.421875 l 0,3.640625 -0.625,0 0,-5.71875 1,0 L 3.59375,-1 3.625,-1 l 1.828125,-4.71875 0.984375,0 0,5.71875 -0.65625,0 0,-3.6875 c 0,-0.414062 0.015625,-0.875 0.046875,-1.375 l -0.03125,0 L 3.84375,0 z m 0,0"
- id="path48"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-14"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.34375,0 -0.65625,0 0,-4.28125 0.65625,0 z M 0.640625,-5.4375 c 0,-0.15625 0.035156,-0.265625 0.109375,-0.328125 C 0.820312,-5.835938 0.910156,-5.875 1.015625,-5.875 c 0.101563,0 0.191406,0.039062 0.265625,0.109375 0.082031,0.074219 0.125,0.183594 0.125,0.328125 0,0.148438 -0.042969,0.257812 -0.125,0.328125 -0.074219,0.0625 -0.164062,0.09375 -0.265625,0.09375 -0.105469,0 -0.195313,-0.03125 -0.265625,-0.09375 C 0.675781,-5.179688 0.640625,-5.289062 0.640625,-5.4375 z m 0,0"
- id="path51"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-15"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 4.1875,0 3.40625,-2.515625 C 3.351562,-2.671875 3.257812,-3.019531 3.125,-3.5625 l -0.03125,0 C 2.988281,-3.101562 2.894531,-2.75 2.8125,-2.5 L 2.015625,0 l -0.75,0 -1.171875,-4.28125 0.671875,0 c 0.28125,1.074219 0.492187,1.890625 0.640625,2.453125 0.144531,0.5625 0.226562,0.945313 0.25,1.140625 l 0.03125,0 c 0.019531,-0.144531 0.0625,-0.335938 0.125,-0.578125 0.070312,-0.238281 0.128906,-0.425781 0.171875,-0.5625 l 0.78125,-2.453125 0.703125,0 0.765625,2.453125 c 0.144531,0.449219 0.242187,0.824219 0.296875,1.125 l 0.03125,0 C 4.570312,-0.796875 4.597656,-0.9375 4.640625,-1.125 4.691406,-1.320312 4.96875,-2.375 5.46875,-4.28125 l 0.671875,0 L 4.953125,0 z m 0,0"
- id="path54"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-16"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.453125,0 -0.671875,0 0,-5.71875 3.1875,0 0,0.59375 -2.515625,0 0,2.09375 2.359375,0 0,0.59375 -2.359375,0 z m 0,0"
- id="path57"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-17"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.6875,-4.359375 c 0.5625,0 0.992188,0.195313 1.296875,0.578125 0.3125,0.386719 0.46875,0.933594 0.46875,1.640625 0,0.699219 -0.15625,1.246094 -0.46875,1.640625 -0.3125,0.386719 -0.746094,0.578125 -1.296875,0.578125 -0.28125,0 -0.539062,-0.0546875 -0.765625,-0.15625 C 1.691406,-0.179688 1.5,-0.335938 1.34375,-0.546875 l -0.046875,0 L 1.15625,0 0.6875,0 l 0,-6.078125 0.65625,0 0,1.46875 c 0,0.335937 -0.011719,0.632813 -0.03125,0.890625 l 0.03125,0 c 0.300781,-0.425781 0.75,-0.640625 1.34375,-0.640625 z M 2.59375,-3.8125 c -0.449219,0 -0.773438,0.132812 -0.96875,0.390625 -0.1875,0.25 -0.28125,0.679687 -0.28125,1.28125 0,0.59375 0.097656,1.023437 0.296875,1.28125 0.195313,0.261719 0.519531,0.390625 0.96875,0.390625 0.394531,0 0.6875,-0.144531 0.875,-0.4375 0.195313,-0.289062 0.296875,-0.707031 0.296875,-1.25 0,-0.550781 -0.101562,-0.960938 -0.296875,-1.234375 C 3.296875,-3.671875 3,-3.8125 2.59375,-3.8125 z m 0,0"
- id="path60"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-18"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.375,-0.9375 0.046875,0.09375 C 1.359375,-0.582031 1.257812,-0.28125 1.125,0.0625 1,0.414062 0.867188,0.738281 0.734375,1.03125 l -0.484375,0 C 0.320312,0.757812 0.398438,0.421875 0.484375,0.015625 0.566406,-0.378906 0.625,-0.695312 0.65625,-0.9375 z m 0,0"
- id="path63"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-19"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.109375,0 2.375,-5.109375 -3.109375,0 0,-0.609375 3.796875,0 0,0.53125 L 1.828125,0 z m 0,0"
- id="path66"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-20"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.9375,-4.375 c 0,0.367188 -0.105469,0.667969 -0.3125,0.90625 -0.210938,0.230469 -0.5,0.382812 -0.875,0.453125 l 0,0.03125 c 0.457031,0.0625 0.796875,0.214844 1.015625,0.453125 0.226563,0.230469 0.34375,0.53125 0.34375,0.90625 0,0.554688 -0.195313,0.976562 -0.578125,1.265625 -0.375,0.2929688 -0.90625,0.4375 -1.59375,0.4375 C 1.632812,0.078125 1.351562,0.0507812 1.09375,0 0.84375,-0.0390625 0.601562,-0.117188 0.375,-0.234375 l 0,-0.609375 c 0.238281,0.117188 0.5,0.210938 0.78125,0.28125 0.28125,0.0625 0.546875,0.09375 0.796875,0.09375 0.988281,0 1.484375,-0.390625 1.484375,-1.171875 0,-0.6875 -0.546875,-1.03125 -1.640625,-1.03125 l -0.5625,0 0,-0.5625 0.578125,0 c 0.445312,0 0.800781,-0.097656 1.0625,-0.296875 C 3.132812,-3.726562 3.265625,-4 3.265625,-4.34375 3.265625,-4.625 3.164062,-4.84375 2.96875,-5 2.78125,-5.15625 2.519531,-5.234375 2.1875,-5.234375 c -0.25,0 -0.484375,0.039063 -0.703125,0.109375 -0.21875,0.0625 -0.46875,0.183594 -0.75,0.359375 l -0.328125,-0.4375 c 0.226562,-0.1875 0.492188,-0.332031 0.796875,-0.4375 0.3125,-0.101563 0.632813,-0.15625 0.96875,-0.15625 0.5625,0 0.992187,0.132813 1.296875,0.390625 0.3125,0.25 0.46875,0.59375 0.46875,1.03125 z m 0,0"
- id="path69"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-21"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.59375,-0.421875 c 0,-0.164063 0.035156,-0.296875 0.109375,-0.390625 0.082031,-0.09375 0.203125,-0.140625 0.359375,-0.140625 0.144531,0 0.257812,0.046875 0.34375,0.140625 0.082031,0.09375 0.125,0.226562 0.125,0.390625 0,0.179687 -0.042969,0.3125 -0.125,0.40625 -0.085938,0.0820312 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.0429688 -0.34375,-0.125 -0.085938,-0.0820312 -0.125,-0.21875 -0.125,-0.40625 z m 0,-3.4375 c 0,-0.351563 0.15625,-0.53125 0.46875,-0.53125 0.3125,0 0.46875,0.179687 0.46875,0.53125 0,0.167969 -0.042969,0.296875 -0.125,0.390625 -0.085938,0.085938 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.035156 -0.34375,-0.109375 -0.085938,-0.082031 -0.125,-0.21875 -0.125,-0.40625 z m 0,0"
- id="path72"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-22"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.171875,-3.484375 c 0.601563,0 1.078125,0.152344 1.421875,0.453125 0.34375,0.292969 0.515625,0.699219 0.515625,1.21875 0,0.585938 -0.1875,1.046875 -0.5625,1.390625 -0.375,0.3359375 -0.890625,0.5 -1.546875,0.5 -0.648438,0 -1.140625,-0.1015625 -1.484375,-0.3125 l 0,-0.625 c 0.1875,0.117187 0.414063,0.210937 0.6875,0.28125 0.269531,0.0625 0.535156,0.09375 0.796875,0.09375 0.457031,0 0.8125,-0.101563 1.0625,-0.3125 0.257812,-0.21875 0.390625,-0.535156 0.390625,-0.953125 0,-0.789062 -0.492187,-1.1875 -1.46875,-1.1875 -0.25,0 -0.578125,0.039062 -0.984375,0.109375 L 0.65625,-3.046875 0.875,-5.71875 l 2.84375,0 0,0.609375 -2.296875,0 -0.140625,1.703125 c 0.300781,-0.050781 0.597656,-0.078125 0.890625,-0.078125 z m 0,0"
- id="path75"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-23"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.6875,0.078125 c -0.28125,0 -0.539062,-0.0546875 -0.765625,-0.15625 C 1.691406,-0.179688 1.5,-0.335938 1.34375,-0.546875 l -0.046875,0 c 0.03125,0.25 0.046875,0.484375 0.046875,0.703125 l 0,1.765625 -0.65625,0 0,-6.203125 0.53125,0 0.09375,0.578125 0.03125,0 c 0.164062,-0.226563 0.359375,-0.394531 0.578125,-0.5 0.21875,-0.101563 0.472656,-0.15625 0.765625,-0.15625 0.5625,0 0.992188,0.195313 1.296875,0.578125 0.3125,0.386719 0.46875,0.933594 0.46875,1.640625 0,0.699219 -0.15625,1.246094 -0.46875,1.640625 C 3.671875,-0.113281 3.238281,0.078125 2.6875,0.078125 z M 2.59375,-3.8125 c -0.4375,0 -0.757812,0.125 -0.953125,0.375 -0.199219,0.242188 -0.296875,0.621094 -0.296875,1.140625 l 0,0.15625 c 0,0.59375 0.097656,1.023437 0.296875,1.28125 0.195313,0.261719 0.519531,0.390625 0.96875,0.390625 0.363281,0 0.648437,-0.144531 0.859375,-0.4375 0.207031,-0.300781 0.3125,-0.71875 0.3125,-1.25 0,-0.53125 -0.105469,-0.9375 -0.3125,-1.21875 -0.210938,-0.289062 -0.5,-0.4375 -0.875,-0.4375 z m 0,0"
- id="path78"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-24"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 6.140625,0 0,-2.78125 c 0,-0.34375 -0.074219,-0.597656 -0.21875,-0.765625 C 5.773438,-3.722656 5.550781,-3.8125 5.25,-3.8125 c -0.40625,0 -0.710938,0.121094 -0.90625,0.359375 -0.1875,0.230469 -0.28125,0.585937 -0.28125,1.0625 L 4.0625,0 3.421875,0 l 0,-2.78125 c 0,-0.34375 -0.074219,-0.597656 -0.21875,-0.765625 -0.148437,-0.175781 -0.375,-0.265625 -0.6875,-0.265625 -0.40625,0 -0.703125,0.125 -0.890625,0.375 -0.1875,0.242188 -0.28125,0.636719 -0.28125,1.1875 l 0,2.25 -0.65625,0 0,-4.28125 0.53125,0 0.109375,0.578125 0.03125,0 c 0.113281,-0.207031 0.28125,-0.367187 0.5,-0.484375 0.226563,-0.113281 0.484375,-0.171875 0.765625,-0.171875 0.664062,0 1.101562,0.242187 1.3125,0.71875 l 0.03125,0 c 0.125,-0.21875 0.304688,-0.390625 0.546875,-0.515625 0.238281,-0.132812 0.515625,-0.203125 0.828125,-0.203125 0.488281,0 0.851562,0.125 1.09375,0.375 0.238281,0.25 0.359375,0.648437 0.359375,1.1875 l 0,2.796875 z m 0,0"
- id="path81"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-25"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 4.375,0 3.671875,-1.8125 1.375,-1.8125 0.671875,0 0,0 l 2.265625,-5.734375 0.546875,0 L 5.0625,0 z M 3.453125,-2.421875 2.796875,-4.1875 C 2.710938,-4.40625 2.625,-4.679688 2.53125,-5.015625 c -0.0625,0.25 -0.148438,0.527344 -0.25,0.828125 l -0.671875,1.765625 z m 0,0"
- id="path84"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-26"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.40625,0.078125 c -0.625,0 -1.109375,-0.1875 -1.453125,-0.5625 -0.335937,-0.382813 -0.5,-0.925781 -0.5,-1.625 0,-0.71875 0.171875,-1.269531 0.515625,-1.65625 0.34375,-0.394531 0.832031,-0.59375 1.46875,-0.59375 0.207031,0 0.414062,0.023437 0.625,0.0625 0.207031,0.042969 0.367188,0.09375 0.484375,0.15625 L 3.34375,-3.59375 C 3.195312,-3.644531 3.039062,-3.6875 2.875,-3.71875 2.707031,-3.757812 2.554688,-3.78125 2.421875,-3.78125 1.554688,-3.78125 1.125,-3.226562 1.125,-2.125 c 0,0.53125 0.101562,0.9375 0.3125,1.21875 0.21875,0.28125 0.535156,0.421875 0.953125,0.421875 0.351563,0 0.71875,-0.078125 1.09375,-0.234375 l 0,0.578125 C 3.191406,0.00390625 2.832031,0.078125 2.40625,0.078125 z m 0,0"
- id="path87"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-27"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.9375,-6.078125 0.546875,0 0,8.015625 -0.546875,0 z m 0,0"
- id="path90"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-28"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.234375,-5.203125 c -0.625,0 -1.121094,0.210937 -1.484375,0.625 -0.367188,0.417969 -0.546875,0.992187 -0.546875,1.71875 0,0.75 0.171875,1.328125 0.515625,1.734375 0.351562,0.40625 0.851562,0.609375 1.5,0.609375 0.40625,0 0.863281,-0.070313 1.375,-0.21875 l 0,0.59375 C 4.195312,0.00390625 3.707031,0.078125 3.125,0.078125 c -0.84375,0 -1.496094,-0.253906 -1.953125,-0.765625 -0.460937,-0.507812 -0.6875,-1.234375 -0.6875,-2.171875 0,-0.59375 0.109375,-1.109375 0.328125,-1.546875 0.226562,-0.445312 0.546875,-0.789062 0.953125,-1.03125 0.414063,-0.238281 0.90625,-0.359375 1.46875,-0.359375 0.601563,0 1.128906,0.109375 1.578125,0.328125 l -0.28125,0.578125 c -0.4375,-0.207031 -0.871094,-0.3125 -1.296875,-0.3125 z m 0,0"
- id="path93"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-29"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.015625,-4.28125 0.6875,0 0.9375,2.4375 c 0.207031,0.5625 0.335937,0.964844 0.390625,1.203125 l 0.03125,0 c 0.03125,-0.125 0.097656,-0.347656 0.203125,-0.671875 0.113281,-0.320312 0.46875,-1.3125 1.0625,-2.96875 l 0.703125,0 -1.84375,4.875 C 2,1.070312 1.785156,1.410156 1.546875,1.609375 c -0.242187,0.207031 -0.539063,0.3125 -0.890625,0.3125 -0.199219,0 -0.398438,-0.023437 -0.59375,-0.0625 l 0,-0.515625 c 0.144531,0.03125 0.304688,0.046875 0.484375,0.046875 0.445313,0 0.765625,-0.25 0.953125,-0.75 L 1.734375,0.03125 z m 0,0"
- id="path96"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-30"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.640625,-4.359375 c 0.1875,0 0.359375,0.015625 0.515625,0.046875 L 3.0625,-3.71875 C 2.882812,-3.75 2.726562,-3.765625 2.59375,-3.765625 2.25,-3.765625 1.953125,-3.625 1.703125,-3.34375 1.460938,-3.0625 1.34375,-2.710938 1.34375,-2.296875 L 1.34375,0 0.6875,0 l 0,-4.28125 0.53125,0 0.078125,0.796875 0.03125,0 c 0.15625,-0.28125 0.34375,-0.492187 0.5625,-0.640625 0.226563,-0.15625 0.476563,-0.234375 0.75,-0.234375 z m 0,0"
- id="path99"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-31"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.1875,-4.28125 0,0.40625 -0.78125,0.09375 c 0.070312,0.09375 0.132812,0.214844 0.1875,0.359375 0.0625,0.148437 0.09375,0.3125 0.09375,0.5 0,0.417969 -0.148438,0.75 -0.4375,1 -0.28125,0.25 -0.671875,0.375 -1.171875,0.375 -0.136719,0 -0.257813,-0.00781 -0.359375,-0.03125 C 1.4375,-1.429688 1.296875,-1.25 1.296875,-1.03125 c 0,0.125 0.046875,0.214844 0.140625,0.265625 0.101562,0.054687 0.269531,0.078125 0.5,0.078125 l 0.765625,0 c 0.457031,0 0.8125,0.101562 1.0625,0.296875 0.25,0.199219 0.375,0.484375 0.375,0.859375 0,0.46875 -0.195313,0.828125 -0.578125,1.078125 -0.375,0.25 -0.929688,0.375 -1.65625,0.375 -0.5625,0 -0.996094,-0.105469 -1.296875,-0.3125 -0.304687,-0.210937 -0.453125,-0.5 -0.453125,-0.875 0,-0.261719 0.082031,-0.492187 0.25,-0.6875 0.164062,-0.1875 0.398438,-0.316406 0.703125,-0.390625 C 0.992188,-0.382812 0.898438,-0.457031 0.828125,-0.5625 0.753906,-0.664062 0.71875,-0.789062 0.71875,-0.9375 c 0,-0.15625 0.039062,-0.289062 0.125,-0.40625 C 0.925781,-1.457031 1.054688,-1.570312 1.234375,-1.6875 1.015625,-1.769531 0.832031,-1.921875 0.6875,-2.140625 c -0.136719,-0.21875 -0.203125,-0.46875 -0.203125,-0.75 0,-0.46875 0.140625,-0.828125 0.421875,-1.078125 0.28125,-0.257812 0.679688,-0.390625 1.203125,-0.390625 0.21875,0 0.421875,0.027344 0.609375,0.078125 z m -3.40625,5 c 0,0.226562 0.09375,0.398438 0.28125,0.515625 0.195312,0.125 0.476562,0.1875 0.84375,0.1875 0.550781,0 0.957031,-0.085937 1.21875,-0.25 0.257812,-0.15625 0.390625,-0.375 0.390625,-0.65625 0,-0.230469 -0.074219,-0.390625 -0.21875,-0.484375 -0.148437,-0.0820312 -0.417969,-0.125 -0.8125,-0.125 l -0.765625,0 c -0.304688,0 -0.539062,0.0703125 -0.703125,0.203125 C 0.859375,0.253906 0.78125,0.457031 0.78125,0.71875 z m 0.34375,-3.625 c 0,0.292969 0.082031,0.515625 0.25,0.671875 C 1.550781,-2.078125 1.789062,-2 2.09375,-2 c 0.632812,0 0.953125,-0.304688 0.953125,-0.921875 0,-0.644531 -0.324219,-0.96875 -0.96875,-0.96875 -0.304687,0 -0.539063,0.085937 -0.703125,0.25 -0.167969,0.167969 -0.25,0.414063 -0.25,0.734375 z m 0,0"
- id="path102"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-32"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.625,0 0,-2.765625 c 0,-0.351563 -0.085938,-0.613281 -0.25,-0.78125 C 3.21875,-3.722656 2.972656,-3.8125 2.640625,-3.8125 c -0.460937,0 -0.792969,0.125 -1,0.375 C 1.441406,-3.195312 1.34375,-2.796875 1.34375,-2.234375 L 1.34375,0 0.6875,0 l 0,-6.078125 0.65625,0 0,1.84375 c 0,0.21875 -0.011719,0.402344 -0.03125,0.546875 l 0.03125,0 c 0.125,-0.207031 0.304688,-0.367188 0.546875,-0.484375 0.238281,-0.125 0.507813,-0.1875 0.8125,-0.1875 0.519531,0 0.910156,0.125 1.171875,0.375 0.257812,0.25 0.390625,0.648437 0.390625,1.1875 l 0,2.796875 z m 0,0"
- id="path105"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-33"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.625,0 0,-2.765625 c 0,-0.351563 -0.085938,-0.613281 -0.25,-0.78125 C 3.21875,-3.722656 2.972656,-3.8125 2.640625,-3.8125 c -0.449219,0 -0.777344,0.125 -0.984375,0.375 -0.210938,0.242188 -0.3125,0.636719 -0.3125,1.1875 l 0,2.25 -0.65625,0 0,-4.28125 0.53125,0 0.109375,0.578125 0.03125,0 c 0.125,-0.207031 0.304687,-0.367187 0.546875,-0.484375 0.238281,-0.113281 0.507812,-0.171875 0.8125,-0.171875 0.507812,0 0.894531,0.125 1.15625,0.375 0.257812,0.25 0.390625,0.648437 0.390625,1.1875 l 0,2.796875 z m 0,0"
- id="path108"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-34"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 3.328125,0 3.1875,-0.609375 l -0.03125,0 C 2.945312,-0.335938 2.734375,-0.15625 2.515625,-0.0625 2.304688,0.03125 2.046875,0.078125 1.734375,0.078125 c -0.429687,0 -0.761719,-0.109375 -1,-0.328125 C 0.492188,-0.46875 0.375,-0.78125 0.375,-1.1875 c 0,-0.863281 0.6875,-1.316406 2.0625,-1.359375 l 0.734375,-0.015625 0,-0.265625 c 0,-0.34375 -0.074219,-0.59375 -0.21875,-0.75 -0.148437,-0.15625 -0.375,-0.234375 -0.6875,-0.234375 -0.367187,0 -0.773437,0.109375 -1.21875,0.328125 l -0.203125,-0.5 C 1.0625,-4.097656 1.296875,-4.1875 1.546875,-4.25 c 0.25,-0.070312 0.5,-0.109375 0.75,-0.109375 0.507813,0 0.882813,0.117187 1.125,0.34375 0.25,0.230469 0.375,0.59375 0.375,1.09375 l 0,2.921875 z m -1.46875,-0.453125 c 0.40625,0 0.722656,-0.109375 0.953125,-0.328125 0.226562,-0.226562 0.34375,-0.539062 0.34375,-0.9375 l 0,-0.390625 L 2.5,-2.078125 c -0.511719,0.023437 -0.882812,0.105469 -1.109375,0.25 -0.230469,0.136719 -0.34375,0.355469 -0.34375,0.65625 0,0.230469 0.066406,0.40625 0.203125,0.53125 0.144531,0.125 0.347656,0.1875 0.609375,0.1875 z m 0,0"
- id="path111"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-35"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.34375,0 -0.65625,0 0,-6.078125 0.65625,0 z m 0,0"
- id="path114"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-36"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.609375,-0.578125 -0.046875,0 c -0.292969,0.4375 -0.742188,0.65625 -1.34375,0.65625 -0.554688,0 -0.984375,-0.191406 -1.296875,-0.578125 -0.3125,-0.382812 -0.46875,-0.925781 -0.46875,-1.625 0,-0.707031 0.15625,-1.253906 0.46875,-1.640625 0.3125,-0.394531 0.742187,-0.59375 1.296875,-0.59375 0.582031,0 1.03125,0.210937 1.34375,0.625 l 0.046875,0 -0.03125,-0.296875 -0.015625,-0.3125 0,-1.734375 0.65625,0 L 4.21875,0 3.6875,0 z M 2.3125,-0.46875 c 0.4375,0 0.753906,-0.117188 0.953125,-0.359375 C 3.460938,-1.066406 3.5625,-1.457031 3.5625,-2 l 0,-0.125 c 0,-0.613281 -0.101562,-1.046875 -0.296875,-1.296875 C 3.066406,-3.679688 2.742188,-3.8125 2.296875,-3.8125 c -0.375,0 -0.667969,0.148438 -0.875,0.4375 C 1.222656,-3.082031 1.125,-2.664062 1.125,-2.125 c 0,0.554688 0.097656,0.96875 0.296875,1.25 0.195313,0.273438 0.492187,0.40625 0.890625,0.40625 z m 0,0"
- id="path117"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-37"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 5.34375,-2.90625 C 5.34375,-1.96875 5.085938,-1.25 4.578125,-0.75 4.066406,-0.25 3.332031,0 2.375,0 l -1.59375,0 0,-5.71875 1.75,0 c 0.894531,0 1.585938,0.25 2.078125,0.75 0.488281,0.492188 0.734375,1.179688 0.734375,2.0625 z m -0.703125,0.015625 c 0,-0.738281 -0.1875,-1.296875 -0.5625,-1.671875 -0.375,-0.382812 -0.929687,-0.578125 -1.65625,-0.578125 l -0.96875,0 0,4.5625 0.8125,0 c 0.789063,0 1.382813,-0.191406 1.78125,-0.578125 0.394531,-0.394531 0.59375,-0.972656 0.59375,-1.734375 z m 0,0"
- id="path120"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-38"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.453125,-2.375 0,2.375 -0.671875,0 0,-5.71875 1.578125,0 c 0.695313,0 1.210937,0.136719 1.546875,0.40625 0.332031,0.273438 0.5,0.679688 0.5,1.21875 0,0.75 -0.382812,1.261719 -1.140625,1.53125 L 4.8125,0 4.03125,0 2.640625,-2.375 z m 0,-0.578125 0.90625,0 c 0.46875,0 0.8125,-0.085937 1.03125,-0.265625 0.21875,-0.1875 0.328125,-0.46875 0.328125,-0.84375 0,-0.375 -0.117188,-0.644531 -0.34375,-0.8125 -0.21875,-0.164062 -0.574219,-0.25 -1.0625,-0.25 l -0.859375,0 z m 0,0"
- id="path123"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-39"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.78125,0 0,-5.71875 0.671875,0 0,5.71875 z m 0,0"
- id="path126"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-40"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.28125,-5.796875 c 0.519531,0 0.929688,0.125 1.234375,0.375 0.3125,0.242187 0.46875,0.574219 0.46875,1 0,0.28125 -0.089844,0.539063 -0.265625,0.765625 -0.179688,0.230469 -0.460938,0.4375 -0.84375,0.625 0.46875,0.230469 0.796875,0.464844 0.984375,0.703125 0.195313,0.242187 0.296875,0.523437 0.296875,0.84375 0,0.480469 -0.167969,0.859375 -0.5,1.140625 C 3.332031,-0.0625 2.882812,0.078125 2.3125,0.078125 1.695312,0.078125 1.222656,-0.0507812 0.890625,-0.3125 0.566406,-0.582031 0.40625,-0.960938 0.40625,-1.453125 c 0,-0.65625 0.398438,-1.164063 1.203125,-1.53125 -0.367187,-0.207031 -0.625,-0.425781 -0.78125,-0.65625 C 0.671875,-3.878906 0.59375,-4.144531 0.59375,-4.4375 c 0,-0.414062 0.148438,-0.742188 0.453125,-0.984375 0.3125,-0.25 0.722656,-0.375 1.234375,-0.375 z M 1.046875,-1.4375 c 0,0.3125 0.109375,0.558594 0.328125,0.734375 0.21875,0.167969 0.523438,0.25 0.921875,0.25 0.382813,0 0.679687,-0.085937 0.890625,-0.265625 0.21875,-0.1875 0.328125,-0.4375 0.328125,-0.75 0,-0.257812 -0.105469,-0.484375 -0.3125,-0.671875 C 3.003906,-2.335938 2.65625,-2.53125 2.15625,-2.71875 1.769531,-2.550781 1.488281,-2.363281 1.3125,-2.15625 1.132812,-1.957031 1.046875,-1.71875 1.046875,-1.4375 z M 2.28125,-5.265625 c -0.335938,0 -0.59375,0.078125 -0.78125,0.234375 -0.179688,0.15625 -0.265625,0.367188 -0.265625,0.625 0,0.242188 0.070313,0.449219 0.21875,0.625 0.15625,0.167969 0.441406,0.335938 0.859375,0.5 0.375,-0.15625 0.640625,-0.320312 0.796875,-0.5 0.15625,-0.175781 0.234375,-0.382812 0.234375,-0.625 0,-0.257812 -0.101562,-0.46875 -0.296875,-0.625 C 2.859375,-5.1875 2.601562,-5.265625 2.28125,-5.265625 z m 0,0"
- id="path129"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-41"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m -0.046875,1.5 c -0.25,0 -0.441406,-0.03125 -0.578125,-0.09375 l 0,-0.578125 c 0.1875,0.050781 0.382812,0.078125 0.578125,0.078125 0.257813,0 0.457031,-0.078125 0.59375,-0.234375 C 0.679688,0.515625 0.75,0.289062 0.75,0 l 0,-5.71875 0.65625,0 0,5.65625 c 0,0.5 -0.125,0.882812 -0.375,1.15625 C 0.78125,1.363281 0.421875,1.5 -0.046875,1.5 z m 0,0"
- id="path132"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-42"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.78125,-5.71875 1.625,0 c 0.75,0 1.289062,0.117188 1.625,0.34375 0.34375,0.230469 0.515625,0.589844 0.515625,1.078125 0,0.335937 -0.09375,0.617187 -0.28125,0.84375 -0.1875,0.21875 -0.464844,0.359375 -0.828125,0.421875 l 0,0.03125 c 0.875,0.15625 1.3125,0.617188 1.3125,1.375 0,0.511719 -0.179688,0.914062 -0.53125,1.203125 C 3.875,-0.140625 3.394531,0 2.78125,0 l -2,0 z m 0.671875,2.453125 1.09375,0 c 0.46875,0 0.800781,-0.070313 1,-0.21875 0.207031,-0.144531 0.3125,-0.394531 0.3125,-0.75 0,-0.320313 -0.117187,-0.550781 -0.34375,-0.6875 -0.230469,-0.144531 -0.59375,-0.21875 -1.09375,-0.21875 l -0.96875,0 z m 0,0.5625 0,2.140625 1.1875,0 c 0.457031,0 0.800781,-0.085938 1.03125,-0.265625 0.238281,-0.1875 0.359375,-0.46875 0.359375,-0.84375 0,-0.351563 -0.121094,-0.613281 -0.359375,-0.78125 -0.242187,-0.164063 -0.601563,-0.25 -1.078125,-0.25 z m 0,0"
- id="path135"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-43"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 5.765625,0 5.109375,0 3.96875,-3.828125 C 3.90625,-3.992188 3.835938,-4.207031 3.765625,-4.46875 3.703125,-4.726562 3.671875,-4.882812 3.671875,-4.9375 3.617188,-4.59375 3.53125,-4.210938 3.40625,-3.796875 L 2.28125,0 1.625,0 0.109375,-5.71875 l 0.703125,0 0.90625,3.53125 c 0.125,0.5 0.210938,0.949219 0.265625,1.34375 0.070313,-0.476562 0.175781,-0.941406 0.3125,-1.390625 l 1.03125,-3.484375 0.703125,0 1.0625,3.515625 c 0.125,0.398437 0.234375,0.851563 0.328125,1.359375 0.039063,-0.363281 0.132813,-0.8125 0.28125,-1.34375 l 0.890625,-3.53125 0.703125,0 z m 0,0"
- id="path138"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-44"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.421875,-1.3125 -0.859375,0 0,1.3125 -0.609375,0 0,-1.3125 -2.78125,0 0,-0.5625 2.703125,-3.875 0.6875,0 0,3.84375 0.859375,0 z m -1.46875,-0.59375 0,-1.890625 c 0,-0.375 0.00781,-0.796875 0.03125,-1.265625 l -0.03125,0 c -0.125,0.25 -0.242187,0.460938 -0.34375,0.625 L 0.8125,-1.90625 z m 0,0"
- id="path141"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-45"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.96875,0 -3.1875,0 0,-5.71875 3.1875,0 0,0.59375 -2.515625,0 0,1.84375 2.359375,0 0,0.578125 -2.359375,0 0,2.109375 2.515625,0 z m 0,0"
- id="path144"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-46"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.296875,-4.28125 0,2.78125 c 0,0.34375 0.078125,0.605469 0.234375,0.78125 0.164062,0.167969 0.414062,0.25 0.75,0.25 0.445312,0 0.773438,-0.117188 0.984375,-0.359375 0.207031,-0.25 0.3125,-0.648437 0.3125,-1.203125 l 0,-2.25 0.640625,0 0,4.28125 -0.53125,0 -0.09375,-0.578125 -0.03125,0 C 3.425781,-0.367188 3.238281,-0.207031 3,-0.09375 2.769531,0.0195312 2.503906,0.078125 2.203125,0.078125 c -0.523437,0 -0.914063,-0.125 -1.171875,-0.375 -0.261719,-0.25 -0.390625,-0.644531 -0.390625,-1.1875 l 0,-2.796875 z m 0,0"
- id="path147"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-47"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.25,-5.71875 -0.15625,2.0625 -0.40625,0 -0.171875,-2.0625 z m 0,0"
- id="path150"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-48"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.015625,-1.515625 c 0,0.5 -0.183594,0.890625 -0.546875,1.171875 -0.367188,0.28125 -0.859375,0.421875 -1.484375,0.421875 -0.679687,0 -1.199219,-0.0859375 -1.5625,-0.265625 l 0,-0.640625 c 0.226563,0.105469 0.476563,0.1875 0.75,0.25 C 1.453125,-0.523438 1.726562,-0.5 2,-0.5 c 0.445312,0 0.78125,-0.082031 1,-0.25 0.226562,-0.175781 0.34375,-0.410156 0.34375,-0.703125 0,-0.195313 -0.042969,-0.359375 -0.125,-0.484375 C 3.132812,-2.070312 3,-2.191406 2.8125,-2.296875 2.632812,-2.398438 2.351562,-2.519531 1.96875,-2.65625 1.4375,-2.84375 1.054688,-3.066406 0.828125,-3.328125 c -0.230469,-0.257813 -0.34375,-0.601563 -0.34375,-1.03125 0,-0.4375 0.164063,-0.785156 0.5,-1.046875 0.332031,-0.257812 0.769531,-0.390625 1.3125,-0.390625 0.570313,0 1.09375,0.105469 1.5625,0.3125 L 3.65625,-4.90625 c -0.46875,-0.195312 -0.929688,-0.296875 -1.375,-0.296875 -0.355469,0 -0.632812,0.078125 -0.828125,0.234375 -0.199219,0.148438 -0.296875,0.355469 -0.296875,0.625 0,0.199219 0.035156,0.359375 0.109375,0.484375 0.070313,0.125 0.195313,0.242187 0.375,0.34375 0.175781,0.105469 0.441406,0.226563 0.796875,0.359375 0.59375,0.210938 1.003906,0.4375 1.234375,0.6875 0.226563,0.242188 0.34375,0.558594 0.34375,0.953125 z m 0,0"
- id="path153"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-49"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.171875,1.921875 c -0.25,0 -0.453125,-0.03125 -0.609375,-0.09375 l 0,-0.53125 C -0.257812,1.347656 -0.0820312,1.375 0.09375,1.375 0.300781,1.375 0.453125,1.316406 0.546875,1.203125 0.640625,1.097656 0.6875,0.929688 0.6875,0.703125 l 0,-4.984375 0.65625,0 0,4.9375 C 1.34375,1.5 0.953125,1.921875 0.171875,1.921875 z M 0.640625,-5.4375 c 0,-0.15625 0.035156,-0.265625 0.109375,-0.328125 C 0.820312,-5.835938 0.910156,-5.875 1.015625,-5.875 c 0.101563,0 0.191406,0.039062 0.265625,0.109375 0.082031,0.074219 0.125,0.183594 0.125,0.328125 0,0.148438 -0.042969,0.257812 -0.125,0.328125 -0.074219,0.0625 -0.164062,0.09375 -0.265625,0.09375 -0.105469,0 -0.195313,-0.03125 -0.265625,-0.09375 C 0.675781,-5.179688 0.640625,-5.289062 0.640625,-5.4375 z m 0,0"
- id="path156"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-50"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 5.25,0 4.484375,0 1.375,-4.796875 l -0.03125,0 c 0.039062,0.5625 0.0625,1.078125 0.0625,1.546875 l 0,3.25 -0.625,0 0,-5.71875 0.75,0 3.125,4.78125 0.03125,0 C 4.675781,-1.007812 4.660156,-1.234375 4.640625,-1.609375 4.628906,-1.992188 4.625,-2.269531 4.625,-2.4375 l 0,-3.28125 0.625,0 z m 0,0"
- id="path159"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph0-51"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.40625,-4.046875 c 0,0.574219 -0.199219,1.015625 -0.59375,1.328125 C 3.414062,-2.40625 2.851562,-2.25 2.125,-2.25 l -0.671875,0 0,2.25 -0.671875,0 0,-5.71875 1.484375,0 c 1.425781,0 2.140625,0.558594 2.140625,1.671875 z m -2.953125,1.234375 0.59375,0 c 0.59375,0 1.019531,-0.09375 1.28125,-0.28125 0.257813,-0.195312 0.390625,-0.503906 0.390625,-0.921875 0,-0.375 -0.125,-0.65625 -0.375,-0.84375 -0.242188,-0.1875 -0.625,-0.28125 -1.15625,-0.28125 l -0.734375,0 z m 0,0"
- id="path162"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-0"
- style="overflow:visible">
- <path
- style="stroke:none"
- d=""
- id="path165"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-1"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.375,-9.09375 c 1.632812,0 2.890625,0.402344 3.765625,1.203125 0.875,0.792969 1.3125,1.898437 1.3125,3.3125 0,1.40625 -0.429687,2.523437 -1.28125,3.34375 C 7.328125,-0.410156 6.03125,0 4.28125,0 l -3.015625,0 0,-9.09375 z m 3.53125,4.546875 c 0,-2.082031 -1.195312,-3.125 -3.578125,-3.125 l -1.53125,0 0,6.234375 1.703125,0 c 1.101562,0 1.945312,-0.257812 2.53125,-0.78125 0.582031,-0.53125 0.875,-1.304688 0.875,-2.328125 z m 0,0"
- id="path168"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-2"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.515625,0 -1.46875,0 0,-6.921875 1.46875,0 z m -1.375,-8.28125 C 0.960938,-8.46875 0.875,-8.6875 0.875,-8.9375 c 0,-0.257812 0.085938,-0.476562 0.265625,-0.65625 0.1875,-0.175781 0.40625,-0.265625 0.65625,-0.265625 0.25,0 0.460937,0.089844 0.640625,0.265625 0.1875,0.179688 0.28125,0.398438 0.28125,0.65625 0,0.25 -0.09375,0.46875 -0.28125,0.65625 -0.179688,0.179688 -0.390625,0.265625 -0.640625,0.265625 -0.25,0 -0.46875,-0.085937 -0.65625,-0.265625 z m 0,0"
- id="path171"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-3"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 7.453125,-6.921875 0,6.03125 c 0,1.226563 -0.335937,2.144531 -1,2.75 -0.667969,0.613281 -1.523437,0.921875 -2.5625,0.921875 -1.03125,0 -1.96875,-0.324219 -2.8125,-0.96875 l 0.6875,-1.109375 C 2.441406,1.210938 3.125,1.46875 3.8125,1.46875 4.5,1.46875 5.046875,1.289062 5.453125,0.9375 5.859375,0.582031 6.0625,0.015625 6.0625,-0.765625 l 0,-0.890625 C 5.84375,-1.25 5.53125,-0.921875 5.125,-0.671875 4.726562,-0.429688 4.273438,-0.3125 3.765625,-0.3125 2.847656,-0.3125 2.09375,-0.628906 1.5,-1.265625 0.914062,-1.910156 0.625,-2.707031 0.625,-3.65625 c 0,-0.957031 0.289062,-1.753906 0.875,-2.390625 0.59375,-0.644531 1.347656,-0.96875 2.265625,-0.96875 0.914063,0 1.660156,0.375 2.234375,1.125 l 0,-1.03125 z m -5.40625,3.203125 c 0,0.5625 0.175781,1.054688 0.53125,1.46875 C 2.929688,-1.84375 3.40625,-1.640625 4,-1.640625 c 0.59375,0 1.070312,-0.195313 1.4375,-0.59375 C 5.8125,-2.628906 6,-3.125 6,-3.71875 c 0,-0.59375 -0.1875,-1.09375 -0.5625,-1.5 -0.375,-0.414062 -0.859375,-0.625 -1.453125,-0.625 -0.585937,0 -1.054687,0.214844 -1.40625,0.640625 -0.355469,0.417969 -0.53125,0.914063 -0.53125,1.484375 z m 0,0"
- id="path174"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-4"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.84375,-5.75 0,3.515625 c 0,0.335937 0.082031,0.601563 0.25,0.796875 0.175781,0.1875 0.421875,0.28125 0.734375,0.28125 0.3125,0 0.613281,-0.148438 0.90625,-0.453125 l 0.59375,1.03125 C 4.816406,-0.117188 4.25,0.109375 3.625,0.109375 c -0.617188,0 -1.140625,-0.210937 -1.578125,-0.640625 -0.4375,-0.4375 -0.65625,-1.019531 -0.65625,-1.75 l 0,-3.46875 -0.875,0 0,-1.171875 0.875,0 0,-2.171875 1.453125,0 0,2.171875 1.828125,0 0,1.171875 z m 0,0"
- id="path177"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-5"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 6.65625,0 -1.328125,0 0,-0.921875 C 4.753906,-0.234375 3.988281,0.109375 3.03125,0.109375 2.3125,0.109375 1.710938,-0.09375 1.234375,-0.5 0.765625,-0.914062 0.53125,-1.460938 0.53125,-2.140625 c 0,-0.675781 0.25,-1.179687 0.75,-1.515625 C 1.789062,-4 2.472656,-4.171875 3.328125,-4.171875 l 1.890625,0 0,-0.265625 c 0,-0.914062 -0.515625,-1.375 -1.546875,-1.375 -0.636719,0 -1.304687,0.234375 -2,0.703125 L 1.03125,-6.015625 c 0.832031,-0.664063 1.785156,-1 2.859375,-1 0.8125,0 1.472656,0.210937 1.984375,0.625 0.519531,0.40625 0.78125,1.054687 0.78125,1.9375 z m -1.453125,-2.578125 0,-0.578125 -1.640625,0 c -1.054688,0 -1.578125,0.328125 -1.578125,0.984375 0,0.34375 0.128906,0.605469 0.390625,0.78125 0.257812,0.179687 0.617188,0.265625 1.078125,0.265625 0.46875,0 0.875,-0.128906 1.21875,-0.390625 0.351563,-0.257813 0.53125,-0.613281 0.53125,-1.0625 z m 0,0"
- id="path180"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-6"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.515625,0 -1.46875,0 0,-9.640625 1.46875,0 z m 0,0"
- id="path183"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-7"
- style="overflow:visible">
- <path
- style="stroke:none"
- d=""
- id="path186"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-8"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.796875,-7.65625 0,2.5 4.03125,0 0,1.40625 -4.03125,0 0,3.75 -1.53125,0 0,-9.09375 6.046875,0 0,1.4375 z m 0,0"
- id="path189"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-9"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.6875,-5.546875 c -0.730469,0 -1.277344,0.234375 -1.640625,0.703125 -0.355469,0.46875 -0.53125,1.09375 -0.53125,1.875 l 0,2.96875 -1.46875,0 0,-6.921875 1.46875,0 0,1.390625 c 0.226563,-0.425781 0.539063,-0.773438 0.9375,-1.046875 0.40625,-0.28125 0.835937,-0.425781 1.296875,-0.4375 l 0.015625,1.46875 c -0.03125,0 -0.058594,0 -0.078125,0 z m 0,0"
- id="path192"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-10"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 7.484375,-2.828125 -5.421875,0 c 0.039062,0.511719 0.269531,0.921875 0.6875,1.234375 0.425781,0.304688 0.914062,0.453125 1.46875,0.453125 0.863281,0 1.519531,-0.273437 1.96875,-0.828125 l 0.828125,0.921875 c -0.742187,0.773437 -1.710937,1.15625 -2.90625,1.15625 -0.96875,0 -1.796875,-0.320313 -2.484375,-0.96875 -0.679688,-0.644531 -1.015625,-1.507813 -1.015625,-2.59375 0,-1.09375 0.34375,-1.957031 1.03125,-2.59375 0.695313,-0.644531 1.515625,-0.96875 2.453125,-0.96875 0.945312,0 1.75,0.289063 2.40625,0.859375 0.65625,0.5625 0.984375,1.339844 0.984375,2.328125 z M 2.0625,-3.96875 l 3.96875,0 c 0,-0.582031 -0.183594,-1.023438 -0.546875,-1.328125 -0.367187,-0.3125 -0.8125,-0.46875 -1.34375,-0.46875 -0.53125,0 -1.011719,0.164063 -1.4375,0.484375 C 2.273438,-4.957031 2.0625,-4.519531 2.0625,-3.96875 z m 0,0"
- id="path195"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-11"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 3.875,0.109375 C 3,0.109375 2.234375,-0.21875 1.578125,-0.875 0.929688,-1.539062 0.609375,-2.410156 0.609375,-3.484375 c 0,-1.070313 0.332031,-1.925781 1,-2.5625 0.664063,-0.644531 1.457031,-0.96875 2.375,-0.96875 0.925781,0 1.675781,0.390625 2.25,1.171875 l 0,-3.796875 1.453125,0 0,9.640625 -1.453125,0 0,-1.046875 C 5.691406,-0.273438 4.90625,0.109375 3.875,0.109375 z m -1.8125,-3.53125 c 0,0.65625 0.210938,1.195313 0.640625,1.609375 0.425781,0.417969 0.925781,0.625 1.5,0.625 0.570313,0 1.054687,-0.207031 1.453125,-0.625 C 6.050781,-2.226562 6.25,-2.765625 6.25,-3.421875 6.25,-4.085938 6.050781,-4.640625 5.65625,-5.078125 5.257812,-5.523438 4.769531,-5.75 4.1875,-5.75 c -0.585938,0 -1.085938,0.226562 -1.5,0.671875 -0.417969,0.4375 -0.625,0.992187 -0.625,1.65625 z m 0,0"
- id="path198"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-12"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.65625,-1.828125 c 0.414062,0.417969 0.941406,0.625 1.578125,0.625 0.632813,0 1.15625,-0.207031 1.5625,-0.625 0.414063,-0.414063 0.625,-0.957031 0.625,-1.625 0,-0.664063 -0.210937,-1.207031 -0.625,-1.625 -0.40625,-0.425781 -0.929687,-0.640625 -1.5625,-0.640625 -0.636719,0 -1.164063,0.214844 -1.578125,0.640625 -0.40625,0.417969 -0.609375,0.960937 -0.609375,1.625 0,0.667969 0.203125,1.210937 0.609375,1.625 z m 4.171875,0.90625 c -0.6875,0.6875 -1.554687,1.03125 -2.59375,1.03125 -1.042969,0 -1.914063,-0.34375 -2.609375,-1.03125 -0.6875,-0.695313 -1.03125,-1.539063 -1.03125,-2.53125 0,-1 0.34375,-1.84375 1.03125,-2.53125 0.695312,-0.6875 1.566406,-1.03125 2.609375,-1.03125 1.039063,0 1.90625,0.34375 2.59375,1.03125 0.695313,0.6875 1.046875,1.53125 1.046875,2.53125 0,0.992187 -0.351562,1.835937 -1.046875,2.53125 z m 0,0"
- id="path201"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-13"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.515625,-3.75 0,3.75 -1.46875,0 0,-6.921875 1.46875,0 0,1.265625 c 0.207031,-0.425781 0.519531,-0.757812 0.9375,-1 0.414063,-0.238281 0.867187,-0.359375 1.359375,-0.359375 1.09375,0 1.832031,0.449219 2.21875,1.34375 0.6875,-0.894531 1.539062,-1.34375 2.5625,-1.34375 0.78125,0 1.410156,0.242187 1.890625,0.71875 0.476563,0.46875 0.71875,1.15625 0.71875,2.0625 L 12.203125,0 10.75,0 l 0,-3.796875 c 0,-1.269531 -0.527344,-1.90625 -1.578125,-1.90625 -0.5,0 -0.9375,0.15625 -1.3125,0.46875 -0.367187,0.3125 -0.554687,0.777344 -0.5625,1.390625 l 0,3.84375 -1.453125,0 0,-3.796875 c 0,-0.65625 -0.121094,-1.132813 -0.359375,-1.4375 -0.230469,-0.3125 -0.601563,-0.46875 -1.109375,-0.46875 -0.5,0 -0.9375,0.167969 -1.3125,0.5 C 2.695312,-4.867188 2.515625,-4.382812 2.515625,-3.75 z m 0,0"
- id="path204"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-14"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 2.546875,-2.0625 1.640625,0 0,0 l 4,-9.09375 1.640625,0 4,9.09375 -1.625,0 -0.921875,-2.0625 z m 3.921875,-1.421875 -1.640625,-3.75 -1.65625,3.75 z m 0,0"
- id="path207"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-15"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.125,0.109375 c -0.96875,0 -1.804688,-0.328125 -2.5,-0.984375 -0.6875,-0.65625 -1.03125,-1.507812 -1.03125,-2.5625 0,-1.0625 0.359375,-1.921875 1.078125,-2.578125 0.726563,-0.664063 1.613281,-1 2.65625,-1 1.039063,0 1.921875,0.359375 2.640625,1.078125 l -0.859375,1.046875 c -0.59375,-0.519531 -1.199219,-0.78125 -1.8125,-0.78125 -0.605469,0 -1.132813,0.203125 -1.578125,0.609375 -0.449219,0.40625 -0.671875,0.929688 -0.671875,1.5625 0,0.636719 0.21875,1.179688 0.65625,1.625 0.445313,0.4375 0.992187,0.65625 1.640625,0.65625 0.644531,0 1.253906,-0.296875 1.828125,-0.890625 l 0.859375,0.9375 C 6.1875,-0.316406 5.21875,0.109375 4.125,0.109375 z m 0,0"
- id="path210"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-16"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 4.09375,-2.546875 6.125,-9.09375 l 1.375,0 2.03125,6.546875 2.28125,-6.546875 1.65625,0 L 10.296875,0 8.78125,0 6.859375,-6.234375 l -0.09375,0 L 4.84375,0 3.328125,0 0.15625,-9.09375 l 1.65625,0 z m 0,0"
- id="path213"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-17"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.015625,-7.890625 c -0.449219,0 -0.820313,0.09375 -1.109375,0.28125 -0.28125,0.179687 -0.421875,0.453125 -0.421875,0.828125 0,0.367188 0.140625,0.648438 0.421875,0.84375 0.289062,0.1875 0.898438,0.398438 1.828125,0.625 0.9375,0.21875 1.640625,0.539062 2.109375,0.953125 0.46875,0.40625 0.703125,1.007813 0.703125,1.796875 0,0.792969 -0.296875,1.4375 -0.890625,1.9375 -0.59375,0.492188 -1.382812,0.734375 -2.359375,0.734375 -1.417969,0 -2.679687,-0.488281 -3.78125,-1.46875 l 0.96875,-1.15625 c 0.914063,0.792969 1.867187,1.1875 2.859375,1.1875 0.488281,0 0.878906,-0.101563 1.171875,-0.3125 0.289063,-0.21875 0.4375,-0.5 0.4375,-0.84375 0,-0.351563 -0.136719,-0.625 -0.40625,-0.8125 -0.273437,-0.195313 -0.742187,-0.375 -1.40625,-0.53125 C 3.472656,-3.992188 2.960938,-4.144531 2.609375,-4.28125 2.265625,-4.414062 1.957031,-4.59375 1.6875,-4.8125 1.15625,-5.21875 0.890625,-5.835938 0.890625,-6.671875 c 0,-0.84375 0.300781,-1.492187 0.90625,-1.953125 0.613281,-0.457031 1.367187,-0.6875 2.265625,-0.6875 0.582031,0 1.160156,0.101562 1.734375,0.296875 0.570313,0.1875 1.066406,0.453125 1.484375,0.796875 L 6.46875,-7.0625 C 6.195312,-7.300781 5.832031,-7.5 5.375,-7.65625 4.914062,-7.8125 4.460938,-7.890625 4.015625,-7.890625 z m 0,0"
- id="path216"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-18"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 5.890625,-3.171875 0,-3.75 1.453125,0 0,6.921875 -1.453125,0 0,-1.265625 C 5.648438,-0.835938 5.320312,-0.5 4.90625,-0.25 4.5,-0.0078125 4.0625,0.109375 3.59375,0.109375 c -0.78125,0 -1.417969,-0.238281 -1.90625,-0.71875 -0.480469,-0.476563 -0.71875,-1.164063 -0.71875,-2.0625 l 0,-4.25 1.46875,0 0,3.796875 c 0,1.28125 0.523438,1.921875 1.578125,1.921875 0.5,0 0.9375,-0.164063 1.3125,-0.5 0.375,-0.332031 0.5625,-0.820313 0.5625,-1.46875 z m 0,0"
- id="path219"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-19"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 5.984375,-2.0625 c 0,0.65625 -0.242187,1.183594 -0.71875,1.578125 -0.480469,0.3984375 -1.089844,0.59375 -1.828125,0.59375 -0.511719,0 -1.039062,-0.0898438 -1.578125,-0.265625 -0.542969,-0.1875 -1.023437,-0.445312 -1.4375,-0.78125 L 1.125,-2.0625 c 0.8125,0.605469 1.59375,0.90625 2.34375,0.90625 0.332031,0 0.59375,-0.070312 0.78125,-0.21875 0.1875,-0.15625 0.28125,-0.351562 0.28125,-0.59375 0,-0.34375 -0.460938,-0.65625 -1.375,-0.9375 C 3.09375,-2.925781 3.039062,-2.941406 3,-2.953125 1.5625,-3.335938 0.84375,-3.988281 0.84375,-4.90625 c 0,-0.632812 0.25,-1.144531 0.75,-1.53125 0.5,-0.382812 1.144531,-0.578125 1.9375,-0.578125 0.800781,0 1.554688,0.234375 2.265625,0.703125 L 5.25,-5.234375 c -0.5625,-0.375 -1.171875,-0.5625 -1.828125,-0.5625 -0.34375,0 -0.625,0.0625 -0.84375,0.1875 -0.21875,0.125 -0.328125,0.3125 -0.328125,0.5625 0,0.230469 0.113281,0.398437 0.34375,0.5 0.15625,0.074219 0.375,0.148437 0.65625,0.21875 0.28125,0.074219 0.523438,0.148437 0.734375,0.21875 0.21875,0.0625 0.425781,0.140625 0.625,0.234375 0.207031,0.085938 0.429687,0.203125 0.671875,0.359375 0.46875,0.304687 0.703125,0.789063 0.703125,1.453125 z m 0,0"
- id="path222"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-20"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.515625,-3.75 0,3.75 -1.46875,0 0,-6.921875 1.46875,0 0,1.265625 c 0.226563,-0.425781 0.546875,-0.757812 0.953125,-1 0.414062,-0.238281 0.863281,-0.359375 1.34375,-0.359375 0.78125,0 1.410156,0.242187 1.890625,0.71875 0.476563,0.46875 0.71875,1.15625 0.71875,2.0625 l 0,4.234375 -1.453125,0 0,-3.796875 c 0,-1.269531 -0.53125,-1.90625 -1.59375,-1.90625 -0.5,0 -0.9375,0.167969 -1.3125,0.5 C 2.695312,-4.867188 2.515625,-4.382812 2.515625,-3.75 z m 0,0"
- id="path225"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-21"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 4.75,-7.015625 c 0.9375,0 1.734375,0.324219 2.390625,0.96875 0.65625,0.636719 0.984375,1.492187 0.984375,2.5625 0,1.0625 -0.328125,1.929687 -0.984375,2.59375 -0.65625,0.667969 -1.421875,1 -2.296875,1 -0.867188,0 -1.640625,-0.382813 -2.328125,-1.15625 l 0,1.046875 -1.46875,0 0,-9.640625 1.46875,0 0,3.9375 c 0.5625,-0.875 1.304687,-1.3125 2.234375,-1.3125 z M 2.484375,-3.4375 c 0,0.65625 0.195313,1.195312 0.59375,1.609375 0.394531,0.417969 0.878906,0.625 1.453125,0.625 0.570312,0 1.070312,-0.203125 1.5,-0.609375 0.425781,-0.414062 0.640625,-0.957031 0.640625,-1.625 0,-0.664062 -0.210937,-1.21875 -0.625,-1.65625 -0.417969,-0.4375 -0.917969,-0.65625 -1.5,-0.65625 -0.585937,0 -1.074219,0.21875 -1.46875,0.65625 -0.398437,0.4375 -0.59375,0.992188 -0.59375,1.65625 z m 0,0"
- id="path228"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-22"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="M 1.921875,2.75 C 1.285156,2.75 0.710938,2.519531 0.203125,2.0625 L 0.875,0.890625 C 1.175781,1.171875 1.488281,1.3125 1.8125,1.3125 2.132812,1.3125 2.394531,1.191406 2.59375,0.953125 2.800781,0.722656 2.90625,0.46875 2.90625,0.1875 c 0,-0.1171875 -0.933594,-2.484375 -2.796875,-7.109375 l 1.5625,0 L 3.75,-1.8125 l 2.0625,-5.109375 1.5625,0 -3.359375,8.21875 C 3.816406,1.742188 3.53125,2.097656 3.15625,2.359375 2.78125,2.617188 2.367188,2.75 1.921875,2.75 z m 0,0"
- id="path231"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-23"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 7.734375,-6.9375 c -0.617187,-0.644531 -1.375,-0.96875 -2.28125,-0.96875 -0.898437,0 -1.65625,0.324219 -2.28125,0.96875 C 2.554688,-6.300781 2.25,-5.523438 2.25,-4.609375 c 0,0.917969 0.304688,1.699219 0.921875,2.34375 0.625,0.636719 1.382813,0.953125 2.28125,0.953125 0.90625,0 1.664063,-0.316406 2.28125,-0.953125 0.625,-0.644531 0.9375,-1.425781 0.9375,-2.34375 0,-0.914063 -0.3125,-1.691406 -0.9375,-2.328125 z m 1.125,5.6875 c -0.917969,0.898438 -2.054687,1.34375 -3.40625,1.34375 -1.34375,0 -2.480469,-0.445312 -3.40625,-1.34375 -0.917969,-0.894531 -1.375,-2.007812 -1.375,-3.34375 0,-1.34375 0.457031,-2.460938 1.375,-3.359375 0.925781,-0.90625 2.0625,-1.359375 3.40625,-1.359375 1.351563,0 2.488281,0.453125 3.40625,1.359375 C 9.785156,-7.054688 10.25,-5.9375 10.25,-4.59375 c 0,1.335938 -0.464844,2.449219 -1.390625,3.34375 z m 0,0"
- id="path234"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-24"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 5.40625,-1.390625 c 0.53125,0 0.984375,-0.085937 1.359375,-0.265625 0.382813,-0.175781 0.785156,-0.460938 1.203125,-0.859375 L 8.953125,-1.5 c -0.960937,1.074219 -2.125,1.609375 -3.5,1.609375 -1.375,0 -2.515625,-0.441406 -3.421875,-1.328125 C 1.125,-2.101562 0.671875,-3.222656 0.671875,-4.578125 c 0,-1.351563 0.457031,-2.476563 1.375,-3.375 0.925781,-0.90625 2.09375,-1.359375 3.5,-1.359375 1.414063,0 2.597656,0.523438 3.546875,1.5625 l -0.984375,1.0625 c -0.429687,-0.414062 -0.835937,-0.703125 -1.21875,-0.859375 -0.386719,-0.164063 -0.839844,-0.25 -1.359375,-0.25 -0.929688,0 -1.703125,0.296875 -2.328125,0.890625 C 2.585938,-6.3125 2.28125,-5.550781 2.28125,-4.625 c 0,0.917969 0.304688,1.6875 0.921875,2.3125 0.625,0.617188 1.359375,0.921875 2.203125,0.921875 z m 0,0"
- id="path237"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-25"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 5.234375,0 -3.96875,0 0,-9.09375 3.53125,0 c 0.613281,0 1.144531,0.078125 1.59375,0.234375 0.445313,0.148437 0.78125,0.34375 1,0.59375 0.414063,0.46875 0.625,0.996094 0.625,1.578125 0,0.71875 -0.230469,1.25 -0.6875,1.59375 -0.167969,0.125 -0.28125,0.203125 -0.34375,0.234375 -0.054687,0.023437 -0.15625,0.070313 -0.3125,0.140625 0.5625,0.125 1.007813,0.382812 1.34375,0.765625 0.332031,0.386719 0.5,0.867187 0.5,1.4375 0,0.625 -0.21875,1.183594 -0.65625,1.671875 C 7.347656,-0.28125 6.472656,0 5.234375,0 z m -2.4375,-5.3125 1.953125,0 c 1.101562,0 1.65625,-0.378906 1.65625,-1.140625 C 6.40625,-6.878906 6.269531,-7.1875 6,-7.375 5.738281,-7.570312 5.328125,-7.671875 4.765625,-7.671875 l -1.96875,0 z m 0,3.890625 2.40625,0 c 0.5625,0 0.988281,-0.085937 1.28125,-0.265625 0.300781,-0.175781 0.453125,-0.507812 0.453125,-1 C 6.9375,-3.5 6.289062,-3.90625 5,-3.90625 l -2.203125,0 z m 0,0"
- id="path240"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-26"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 2.796875,0 -1.53125,0 0,-9.09375 2.390625,0 2.734375,5.71875 2.75,-5.71875 2.375,0 0,9.09375 -1.53125,0 0,-7.09375 -3.171875,6.296875 -0.859375,0 -3.15625,-6.296875 z m 0,0"
- id="path243"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-27"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.046875,0.328125 0,-7.25 1.46875,0 0,7.296875 c 0,0.726562 -0.21875,1.304688 -0.65625,1.734375 C 1.421875,2.535156 0.890625,2.75 0.265625,2.75 -0.347656,2.75 -0.914062,2.519531 -1.4375,2.0625 L -0.75,0.96875 c 0.292969,0.289062 0.585938,0.4375 0.875,0.4375 0.300781,0 0.53125,-0.101562 0.6875,-0.296875 0.15625,-0.1875 0.234375,-0.449219 0.234375,-0.78125 z m 0.0625,-8.609375 C 0.929688,-8.46875 0.84375,-8.6875 0.84375,-8.9375 c 0,-0.257812 0.085938,-0.476562 0.265625,-0.65625 0.1875,-0.175781 0.40625,-0.265625 0.65625,-0.265625 0.25,0 0.460937,0.089844 0.640625,0.265625 0.1875,0.179688 0.28125,0.398438 0.28125,0.65625 0,0.25 -0.09375,0.46875 -0.28125,0.65625 -0.179688,0.179688 -0.390625,0.265625 -0.640625,0.265625 -0.25,0 -0.46875,-0.085937 -0.65625,-0.265625 z m 0,0"
- id="path246"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-28"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 1.265625,0 0,-9.09375 1.53125,0 0,7.640625 4.140625,0 0,1.453125 z m 0,0"
- id="path249"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-29"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 0.828125,-5.640625 0,-1.25 5.40625,0 0,1.3125 -3.875,4.3125 4.09375,0 0,1.265625 -5.875,0 0,-1.421875 3.78125,-4.21875 z m 0,0"
- id="path252"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-30"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 8.078125,-9.09375 1.53125,0 0,9.09375 -1.671875,0 -5.140625,-6.625 0,6.625 -1.53125,0 0,-9.09375 1.53125,0 5.28125,6.796875 z m 0,0"
- id="path255"
- inkscape:connector-curvature="0" />
- </symbol>
- <symbol
- overflow="visible"
- id="glyph1-31"
- style="overflow:visible">
- <path
- style="stroke:none"
- d="m 3.296875,-2.078125 c 0.414063,0.480469 0.976563,0.71875 1.6875,0.71875 0.71875,0 1.285156,-0.238281 1.703125,-0.71875 0.414062,-0.488281 0.625,-1.148437 0.625,-1.984375 l 0,-5.03125 1.53125,0 0,5.109375 c 0,1.304687 -0.359375,2.308594 -1.078125,3.015625 -0.71875,0.710938 -1.648437,1.0625 -2.78125,1.0625 -1.125,0 -2.046875,-0.351562 -2.765625,-1.0625 C 1.5,-1.675781 1.140625,-2.679688 1.140625,-3.984375 l 0,-5.109375 1.53125,0 0,5.03125 c 0,0.835938 0.207031,1.496094 0.625,1.984375 z m 0,0"
- id="path258"
- inkscape:connector-curvature="0" />
- </symbol>
- </g>
- <clipPath
- id="clip1">
- <path
- d="m 54,54 503.99609,0 0,661.70703 -503.99609,0 z m 0,0"
- id="path261"
- inkscape:connector-curvature="0" />
- </clipPath>
- </defs>
- <g
- id="g5397"
- transform="translate(-60.130558,-60.005615)">
- <g
- style="fill:#000000;fill-opacity:1"
- id="g268">
- <use
- xlink:href="#glyph0-1"
- x="60.554745"
- y="66.357994"
- id="use270"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="65.131882"
- y="66.357994"
- id="use272"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="69.709015"
- y="66.357994"
- id="use274"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-4"
- x="74.286148"
- y="66.357994"
- id="use276"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g278">
- <use
- xlink:href="#glyph0-5"
- x="78.478516"
- y="66.357994"
- id="use280"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-6"
- x="80.554665"
- y="66.357994"
- id="use282"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g284">
- <use
- xlink:href="#glyph0-7"
- x="84.554642"
- y="66.357994"
- id="use286"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="89.396309"
- y="66.357994"
- id="use288"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="92.22596"
- y="66.357994"
- id="use290"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="96.722931"
- y="66.357994"
- id="use292"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g294">
- <use
- xlink:href="#glyph0-11"
- x="59.396183"
- y="74.373993"
- id="use296"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-12"
- x="63.97332"
- y="74.373993"
- id="use298"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g300">
- <use
- xlink:href="#glyph0-11"
- x="66.097557"
- y="74.373993"
- id="use302"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-13"
- x="70.67469"
- y="74.373993"
- id="use304"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="77.905128"
- y="74.373993"
- id="use306"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g308">
- <use
- xlink:href="#glyph0-6"
- x="79.973251"
- y="74.373993"
- id="use310"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g312">
- <use
- xlink:href="#glyph0-14"
- x="83.973236"
- y="74.373993"
- id="use314"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="85.993271"
- y="74.373993"
- id="use316"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-15"
- x="90.490242"
- y="74.373993"
- id="use318"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g320">
- <use
- xlink:href="#glyph0-10"
- x="96.710655"
- y="74.373993"
- id="use322"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g324">
- <use
- xlink:href="#glyph0-16"
- x="107.54436"
- y="66.357994"
- id="use326"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="111.68062"
- y="66.357994"
- id="use328"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-17"
- x="116.17759"
- y="66.357994"
- id="use330"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g332">
- <use
- xlink:href="#glyph0-5"
- x="121.07537"
- y="66.357994"
- id="use334"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g336">
- <use
- xlink:href="#glyph0-11"
- x="123.14349"
- y="66.357994"
- id="use338"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="127.72063"
- y="66.357994"
- id="use340"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-18"
- x="132.29776"
- y="66.357994"
- id="use342"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="134.26169"
- y="66.357994"
- id="use344"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g346">
- <use
- xlink:href="#glyph0-2"
- x="136.32982"
- y="66.357994"
- id="use348"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="140.90695"
- y="66.357994"
- id="use350"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-11"
- x="145.48409"
- y="66.357994"
- id="use352"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g354">
- <use
- xlink:href="#glyph0-19"
- x="150.05321"
- y="66.357994"
- id="use356"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g358">
- <use
- xlink:href="#glyph0-20"
- x="126.4571"
- y="74.373993"
- id="use360"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-21"
- x="131.03424"
- y="74.373993"
- id="use362"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g364">
- <use
- xlink:href="#glyph0-11"
- x="133.15848"
- y="74.373993"
- id="use366"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-22"
- x="137.73561"
- y="74.373993"
- id="use368"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="142.31274"
- y="74.373993"
- id="use370"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g372">
- <use
- xlink:href="#glyph0-24"
- x="147.21053"
- y="74.373993"
- id="use374"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g376">
- <use
- xlink:href="#glyph1-1"
- x="164.96104"
- y="69.86499"
- id="use378"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="174.7556"
- y="69.86499"
- id="use380"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-3"
- x="178.18744"
- y="69.86499"
- id="use382"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="186.3788"
- y="69.86499"
- id="use384"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-4"
- x="189.81064"
- y="69.86499"
- id="use386"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g388">
- <use
- xlink:href="#glyph1-5"
- x="195.05862"
- y="69.86499"
- id="use390"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g392">
- <use
- xlink:href="#glyph1-6"
- x="202.39827"
- y="69.86499"
- id="use394"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g396">
- <use
- xlink:href="#glyph1-7"
- x="205.84264"
- y="69.86499"
- id="use398"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-8"
- x="209.27449"
- y="69.86499"
- id="use400"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-9"
- x="216.83958"
- y="69.86499"
- id="use402"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-10"
- x="221.81201"
- y="69.86499"
- id="use404"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-10"
- x="229.55246"
- y="69.86499"
- id="use406"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-11"
- x="237.29291"
- y="69.86499"
- id="use408"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-12"
- x="245.70972"
- y="69.86499"
- id="use410"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-13"
- x="253.87601"
- y="69.86499"
- id="use412"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="266.57635"
- y="69.86499"
- id="use414"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-14"
- x="270.00821"
- y="69.86499"
- id="use416"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-15"
- x="279.30176"
- y="69.86499"
- id="use418"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-4"
- x="286.51617"
- y="69.86499"
- id="use420"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g422">
- <use
- xlink:href="#glyph0-25"
- x="164.96104"
- y="82.306496"
- id="use424"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-26"
- x="170.02716"
- y="82.306496"
- id="use426"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g428">
- <use
- xlink:href="#glyph0-8"
- x="173.83476"
- y="82.306496"
- id="use430"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g432">
- <use
- xlink:href="#glyph0-27"
- x="179.79866"
- y="82.306496"
- id="use434"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g436">
- <use
- xlink:href="#glyph0-28"
- x="187.33369"
- y="82.306496"
- id="use438"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-7"
- x="192.38377"
- y="82.306496"
- id="use440"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="197.22545"
- y="82.306496"
- id="use442"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g444">
- <use
- xlink:href="#glyph0-29"
- x="202.12321"
- y="82.306496"
- id="use446"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="206.15526"
- y="82.306496"
- id="use448"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g450">
- <use
- xlink:href="#glyph0-14"
- x="209.41777"
- y="82.306496"
- id="use452"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-31"
- x="211.43781"
- y="82.306496"
- id="use454"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g456">
- <use
- xlink:href="#glyph0-32"
- x="215.81454"
- y="82.306496"
- id="use458"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="220.72835"
- y="82.306496"
- id="use460"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g462">
- <use
- xlink:href="#glyph0-27"
- x="226.68423"
- y="82.306496"
- id="use464"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g466">
- <use
- xlink:href="#glyph0-28"
- x="234.22729"
- y="82.306496"
- id="use468"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g470">
- <use
- xlink:href="#glyph0-30"
- x="239.26936"
- y="82.306496"
- id="use472"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g474">
- <use
- xlink:href="#glyph0-14"
- x="242.53186"
- y="82.306496"
- id="use476"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-24"
- x="244.5519"
- y="82.306496"
- id="use478"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-14"
- x="252.00677"
- y="82.306496"
- id="use480"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g482">
- <use
- xlink:href="#glyph0-33"
- x="254.0188"
- y="82.306496"
- id="use484"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="258.93259"
- y="82.306496"
- id="use486"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="263.3895"
- y="82.306496"
- id="use488"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g490">
- <use
- xlink:href="#glyph0-5"
- x="265.40152"
- y="82.306496"
- id="use492"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-28"
- x="267.47766"
- y="82.306496"
- id="use494"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g496">
- <use
- xlink:href="#glyph0-7"
- x="272.51971"
- y="82.306496"
- id="use498"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-36"
- x="277.36139"
- y="82.306496"
- id="use500"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g502">
- <use
- xlink:href="#glyph0-9"
- x="282.25916"
- y="82.306496"
- id="use504"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g506">
- <use
- xlink:href="#glyph0-27"
- x="289.89038"
- y="82.306496"
- id="use508"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g510">
- <use
- xlink:href="#glyph0-37"
- x="297.43344"
- y="82.306496"
- id="use512"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-14"
- x="303.2771"
- y="82.306496"
- id="use514"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g516">
- <use
- xlink:href="#glyph0-31"
- x="305.28912"
- y="82.306496"
- id="use518"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-14"
- x="309.67389"
- y="82.306496"
- id="use520"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g522">
- <use
- xlink:href="#glyph0-8"
- x="311.68588"
- y="82.306496"
- id="use524"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="314.51553"
- y="82.306496"
- id="use526"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="318.97244"
- y="82.306496"
- id="use528"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="320.99246"
- y="82.306496"
- id="use530"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g532">
- <use
- xlink:href="#glyph0-38"
- x="323.06061"
- y="82.306496"
- id="use534"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g536">
- <use
- xlink:href="#glyph0-14"
- x="328.00647"
- y="82.306496"
- id="use538"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-31"
- x="330.02649"
- y="82.306496"
- id="use540"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g542">
- <use
- xlink:href="#glyph0-32"
- x="334.40323"
- y="82.306496"
- id="use544"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g546">
- <use
- xlink:href="#glyph0-8"
- x="339.30902"
- y="82.306496"
- id="use548"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="342.13867"
- y="82.306496"
- id="use550"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g552">
- <use
- xlink:href="#glyph0-27"
- x="349.08853"
- y="82.306496"
- id="use554"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g556">
- <use
- xlink:href="#glyph0-39"
- x="356.63159"
- y="82.306496"
- id="use558"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="358.86005"
- y="82.306496"
- id="use560"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g562">
- <use
- xlink:href="#glyph0-8"
- x="363.76584"
- y="82.306496"
- id="use564"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="366.59549"
- y="82.306496"
- id="use566"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="371.09247"
- y="82.306496"
- id="use568"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g570">
- <use
- xlink:href="#glyph0-33"
- x="374.35498"
- y="82.306496"
- id="use572"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="379.26877"
- y="82.306496"
- id="use574"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="383.76575"
- y="82.306496"
- id="use576"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g578">
- <use
- xlink:href="#glyph0-40"
- x="65.13681"
- y="100.92699"
- id="use580"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="69.713943"
- y="100.92699"
- id="use582"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-4"
- x="74.291077"
- y="100.92699"
- id="use584"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="78.491463"
- y="100.92699"
- id="use586"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g588">
- <use
- xlink:href="#glyph0-6"
- x="80.559593"
- y="100.92699"
- id="use590"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g592">
- <use
- xlink:href="#glyph0-7"
- x="84.55957"
- y="100.92699"
- id="use594"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="89.401237"
- y="100.92699"
- id="use596"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="92.230888"
- y="100.92699"
- id="use598"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="96.727859"
- y="100.92699"
- id="use600"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g602">
- <use
- xlink:href="#glyph0-11"
- x="59.970249"
- y="108.94299"
- id="use604"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-1"
- x="64.547386"
- y="108.94299"
- id="use606"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="69.124519"
- y="108.94299"
- id="use608"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-4"
- x="73.701653"
- y="108.94299"
- id="use610"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g612">
- <use
- xlink:href="#glyph0-5"
- x="77.89402"
- y="108.94299"
- id="use614"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-6"
- x="79.970169"
- y="108.94299"
- id="use616"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g618">
- <use
- xlink:href="#glyph0-14"
- x="83.970146"
- y="108.94299"
- id="use620"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g622">
- <use
- xlink:href="#glyph0-9"
- x="85.982162"
- y="108.94299"
- id="use624"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g626">
- <use
- xlink:href="#glyph0-15"
- x="90.48716"
- y="108.94299"
- id="use628"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g630">
- <use
- xlink:href="#glyph0-10"
- x="96.707573"
- y="108.94299"
- id="use632"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g634">
- <use
- xlink:href="#glyph0-41"
- x="114.1513"
- y="100.92699"
- id="use636"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="116.29157"
- y="100.92699"
- id="use638"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="120.74847"
- y="100.92699"
- id="use640"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g642">
- <use
- xlink:href="#glyph0-5"
- x="125.65426"
- y="100.92699"
- id="use644"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-11"
- x="127.7304"
- y="100.92699"
- id="use646"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g648">
- <use
- xlink:href="#glyph0-18"
- x="132.29951"
- y="100.92699"
- id="use650"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="134.26344"
- y="100.92699"
- id="use652"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g654">
- <use
- xlink:href="#glyph0-2"
- x="136.33157"
- y="100.92699"
- id="use656"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="140.90871"
- y="100.92699"
- id="use658"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-11"
- x="145.48584"
- y="100.92699"
- id="use660"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-19"
- x="150.06297"
- y="100.92699"
- id="use662"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g664">
- <use
- xlink:href="#glyph0-11"
- x="122.32386"
- y="108.94299"
- id="use666"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-11"
- x="126.90099"
- y="108.94299"
- id="use668"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-21"
- x="131.47813"
- y="108.94299"
- id="use670"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g672">
- <use
- xlink:href="#glyph0-20"
- x="133.60237"
- y="108.94299"
- id="use674"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="138.1795"
- y="108.94299"
- id="use676"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="142.75664"
- y="108.94299"
- id="use678"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-24"
- x="147.21353"
- y="108.94299"
- id="use680"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g682">
- <use
- xlink:href="#glyph1-16"
- x="164.96104"
- y="104.43399"
- id="use684"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g686">
- <use
- xlink:href="#glyph1-5"
- x="177.62383"
- y="104.43399"
- id="use688"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g690">
- <use
- xlink:href="#glyph1-4"
- x="184.90085"
- y="104.43399"
- id="use692"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-10"
- x="190.13629"
- y="104.43399"
- id="use694"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g696">
- <use
- xlink:href="#glyph1-9"
- x="197.88927"
- y="104.43399"
- id="use698"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g700">
- <use
- xlink:href="#glyph1-7"
- x="202.84917"
- y="104.43399"
- id="use702"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-17"
- x="206.28102"
- y="104.43399"
- id="use704"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g706">
- <use
- xlink:href="#glyph1-18"
- x="214.10915"
- y="104.43399"
- id="use708"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g710">
- <use
- xlink:href="#glyph1-19"
- x="222.18776"
- y="104.43399"
- id="use712"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-4"
- x="228.52542"
- y="104.43399"
- id="use714"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g716">
- <use
- xlink:href="#glyph1-5"
- x="233.77339"
- y="104.43399"
- id="use718"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g720">
- <use
- xlink:href="#glyph1-2"
- x="241.11304"
- y="104.43399"
- id="use722"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g724">
- <use
- xlink:href="#glyph1-20"
- x="244.55742"
- y="104.43399"
- id="use726"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g728">
- <use
- xlink:href="#glyph1-5"
- x="252.63603"
- y="104.43399"
- id="use730"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-21"
- x="259.98822"
- y="104.43399"
- id="use732"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="268.405"
- y="104.43399"
- id="use734"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-6"
- x="271.83685"
- y="104.43399"
- id="use736"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="275.26871"
- y="104.43399"
- id="use738"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-4"
- x="278.70056"
- y="104.43399"
- id="use740"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g742">
- <use
- xlink:href="#glyph1-22"
- x="283.94855"
- y="104.43399"
- id="use744"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="291.13788"
- y="104.43399"
- id="use746"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-14"
- x="294.56973"
- y="104.43399"
- id="use748"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-15"
- x="303.86328"
- y="104.43399"
- id="use750"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-4"
- x="311.0777"
- y="104.43399"
- id="use752"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g754">
- <use
- xlink:href="#glyph0-25"
- x="164.96104"
- y="116.87549"
- id="use756"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-26"
- x="170.02716"
- y="116.87549"
- id="use758"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g760">
- <use
- xlink:href="#glyph0-8"
- x="173.83476"
- y="116.87549"
- id="use762"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g764">
- <use
- xlink:href="#glyph0-27"
- x="179.79866"
- y="116.87549"
- id="use766"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g768">
- <use
- xlink:href="#glyph0-42"
- x="187.33369"
- y="116.87549"
- id="use770"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g772">
- <use
- xlink:href="#glyph0-28"
- x="192.51204"
- y="116.87549"
- id="use774"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g776">
- <use
- xlink:href="#glyph0-27"
- x="200.68835"
- y="116.87549"
- id="use778"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g780">
- <use
- xlink:href="#glyph0-43"
- x="208.23141"
- y="116.87549"
- id="use782"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="215.64621"
- y="116.87549"
- id="use784"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="220.1031"
- y="116.87549"
- id="use786"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="222.93275"
- y="116.87549"
- id="use788"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="227.42972"
- y="116.87549"
- id="use790"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g792">
- <use
- xlink:href="#glyph0-40"
- x="69.343117"
- y="135.49599"
- id="use794"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-22"
- x="73.920258"
- y="135.49599"
- id="use796"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="78.497391"
- y="135.49599"
- id="use798"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g800">
- <use
- xlink:href="#glyph0-6"
- x="80.565521"
- y="135.49599"
- id="use802"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g804">
- <use
- xlink:href="#glyph0-7"
- x="84.565498"
- y="135.49599"
- id="use806"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="89.407166"
- y="135.49599"
- id="use808"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="92.236809"
- y="135.49599"
- id="use810"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="96.733788"
- y="135.49599"
- id="use812"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g814">
- <use
- xlink:href="#glyph0-11"
- x="64.176559"
- y="143.51198"
- id="use816"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="68.753693"
- y="143.51198"
- id="use818"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="73.330833"
- y="143.51198"
- id="use820"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="77.907967"
- y="143.51198"
- id="use822"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g824">
- <use
- xlink:href="#glyph0-6"
- x="79.976089"
- y="143.51198"
- id="use826"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g828">
- <use
- xlink:href="#glyph0-14"
- x="83.976074"
- y="143.51198"
- id="use830"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="85.996109"
- y="143.51198"
- id="use832"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-15"
- x="90.493088"
- y="143.51198"
- id="use834"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g836">
- <use
- xlink:href="#glyph0-10"
- x="96.713501"
- y="143.51198"
- id="use838"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g840">
- <use
- xlink:href="#glyph0-25"
- x="107.83661"
- y="135.49599"
- id="use842"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="112.90273"
- y="135.49599"
- id="use844"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g846">
- <use
- xlink:href="#glyph0-30"
- x="117.8005"
- y="135.49599"
- id="use848"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="121.07103"
- y="135.49599"
- id="use850"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g852">
- <use
- xlink:href="#glyph0-2"
- x="123.13915"
- y="135.49599"
- id="use854"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-11"
- x="127.71629"
- y="135.49599"
- id="use856"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-18"
- x="132.29343"
- y="135.49599"
- id="use858"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g860">
- <use
- xlink:href="#glyph0-5"
- x="134.24933"
- y="135.49599"
- id="use862"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="136.32547"
- y="135.49599"
- id="use864"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g866">
- <use
- xlink:href="#glyph0-3"
- x="140.89459"
- y="135.49599"
- id="use868"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-11"
- x="145.47173"
- y="135.49599"
- id="use870"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-19"
- x="150.04886"
- y="135.49599"
- id="use872"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g874">
- <use
- xlink:href="#glyph0-11"
- x="126.45711"
- y="143.51198"
- id="use876"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-21"
- x="131.03424"
- y="143.51198"
- id="use878"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g880">
- <use
- xlink:href="#glyph0-44"
- x="133.15848"
- y="143.51198"
- id="use882"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-22"
- x="137.73561"
- y="143.51198"
- id="use884"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="142.31274"
- y="143.51198"
- id="use886"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g888">
- <use
- xlink:href="#glyph0-24"
- x="147.21053"
- y="143.51198"
- id="use890"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g892">
- <use
- xlink:href="#glyph1-23"
- x="164.96104"
- y="139.00299"
- id="use894"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-13"
- x="175.48204"
- y="139.00299"
- id="use896"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-20"
- x="188.18239"
- y="139.00299"
- id="use898"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="196.27354"
- y="139.00299"
- id="use900"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-21"
- x="199.7054"
- y="139.00299"
- id="use902"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-18"
- x="208.12219"
- y="139.00299"
- id="use904"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-19"
- x="216.21335"
- y="139.00299"
- id="use906"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="222.55099"
- y="139.00299"
- id="use908"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-24"
- x="225.98283"
- y="139.00299"
- id="use910"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-9"
- x="235.20123"
- y="139.00299"
- id="use912"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="240.17366"
- y="139.00299"
- id="use914"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-13"
- x="243.60551"
- y="139.00299"
- id="use916"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-10"
- x="256.30588"
- y="139.00299"
- id="use918"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="264.04633"
- y="139.00299"
- id="use920"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-25"
- x="267.47815"
- y="139.00299"
- id="use922"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="276.3208"
- y="139.00299"
- id="use924"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-6"
- x="279.75266"
- y="139.00299"
- id="use926"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-6"
- x="283.18451"
- y="139.00299"
- id="use928"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g930">
- <use
- xlink:href="#glyph0-42"
- x="164.96104"
- y="151.44449"
- id="use932"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g934">
- <use
- xlink:href="#glyph0-14"
- x="170.13937"
- y="151.44449"
- id="use936"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="172.15941"
- y="151.44449"
- id="use938"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="174.17944"
- y="151.44449"
- id="use940"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g942">
- <use
- xlink:href="#glyph0-27"
- x="179.32571"
- y="151.44449"
- id="use944"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g946">
- <use
- xlink:href="#glyph0-28"
- x="186.86075"
- y="151.44449"
- id="use948"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="191.91083"
- y="151.44449"
- id="use950"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g952">
- <use
- xlink:href="#glyph0-14"
- x="195.17334"
- y="151.44449"
- id="use954"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-24"
- x="197.19337"
- y="151.44449"
- id="use956"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g958">
- <use
- xlink:href="#glyph0-14"
- x="204.64024"
- y="151.44449"
- id="use960"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="206.66028"
- y="151.44449"
- id="use962"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="211.57408"
- y="151.44449"
- id="use964"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g966">
- <use
- xlink:href="#glyph0-35"
- x="216.02296"
- y="151.44449"
- id="use968"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="218.04298"
- y="151.44449"
- id="use970"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g972">
- <use
- xlink:href="#glyph0-28"
- x="220.11111"
- y="151.44449"
- id="use974"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-7"
- x="225.16119"
- y="151.44449"
- id="use976"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-36"
- x="230.00285"
- y="151.44449"
- id="use978"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g980">
- <use
- xlink:href="#glyph0-9"
- x="234.90063"
- y="151.44449"
- id="use982"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g984">
- <use
- xlink:href="#glyph0-27"
- x="242.53186"
- y="151.44449"
- id="use986"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g988">
- <use
- xlink:href="#glyph0-45"
- x="250.07492"
- y="151.44449"
- id="use990"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g992">
- <use
- xlink:href="#glyph0-36"
- x="254.5238"
- y="151.44449"
- id="use994"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-46"
- x="259.4296"
- y="151.44449"
- id="use996"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g998">
- <use
- xlink:href="#glyph0-26"
- x="264.33539"
- y="151.44449"
- id="use1000"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1002">
- <use
- xlink:href="#glyph0-34"
- x="268.14297"
- y="151.44449"
- id="use1004"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="272.59988"
- y="151.44449"
- id="use1006"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-14"
- x="275.42953"
- y="151.44449"
- id="use1008"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-7"
- x="277.44955"
- y="151.44449"
- id="use1010"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="282.29123"
- y="151.44449"
- id="use1012"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1014">
- <use
- xlink:href="#glyph0-27"
- x="290.33127"
- y="151.44449"
- id="use1016"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1018">
- <use
- xlink:href="#glyph0-45"
- x="297.8663"
- y="151.44449"
- id="use1020"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="302.32321"
- y="151.44449"
- id="use1022"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-6"
- x="307.237"
- y="151.44449"
- id="use1024"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1026">
- <use
- xlink:href="#glyph0-14"
- x="311.237"
- y="151.44449"
- id="use1028"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="313.25702"
- y="151.44449"
- id="use1030"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1032">
- <use
- xlink:href="#glyph0-7"
- x="316.51953"
- y="151.44449"
- id="use1034"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="321.36121"
- y="151.44449"
- id="use1036"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-24"
- x="326.27499"
- y="151.44449"
- id="use1038"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1040">
- <use
- xlink:href="#glyph0-9"
- x="333.72186"
- y="151.44449"
- id="use1042"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="338.21884"
- y="151.44449"
- id="use1044"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="343.13266"
- y="151.44449"
- id="use1046"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1048">
- <use
- xlink:href="#glyph0-27"
- x="349.08853"
- y="151.44449"
- id="use1050"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1052">
- <use
- xlink:href="#glyph0-39"
- x="356.63159"
- y="151.44449"
- id="use1054"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="358.86005"
- y="151.44449"
- id="use1056"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1058">
- <use
- xlink:href="#glyph0-8"
- x="363.76584"
- y="151.44449"
- id="use1060"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="366.59549"
- y="151.44449"
- id="use1062"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="371.09247"
- y="151.44449"
- id="use1064"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="374.36298"
- y="151.44449"
- id="use1066"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1068">
- <use
- xlink:href="#glyph0-9"
- x="379.26877"
- y="151.44449"
- id="use1070"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="383.76575"
- y="151.44449"
- id="use1072"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1074">
- <use
- xlink:href="#glyph0-27"
- x="389.72964"
- y="151.44449"
- id="use1076"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1078">
- <use
- xlink:href="#glyph0-43"
- x="397.26471"
- y="151.44449"
- id="use1080"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-7"
- x="404.6795"
- y="151.44449"
- id="use1082"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-24"
- x="409.52115"
- y="151.44449"
- id="use1084"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="416.97604"
- y="151.44449"
- id="use1086"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="421.47302"
- y="151.44449"
- id="use1088"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-47"
- x="426.38681"
- y="151.44449"
- id="use1090"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="428.15836"
- y="151.44449"
- id="use1092"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1094">
- <use
- xlink:href="#glyph0-5"
- x="431.97397"
- y="151.44449"
- id="use1096"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-38"
- x="434.05011"
- y="151.44449"
- id="use1098"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1100">
- <use
- xlink:href="#glyph0-14"
- x="438.996"
- y="151.44449"
- id="use1102"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1104">
- <use
- xlink:href="#glyph0-31"
- x="441.008"
- y="151.44449"
- id="use1106"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1108">
- <use
- xlink:href="#glyph0-32"
- x="445.38474"
- y="151.44449"
- id="use1110"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="450.29855"
- y="151.44449"
- id="use1112"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="453.1282"
- y="151.44449"
- id="use1114"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1116">
- <use
- xlink:href="#glyph0-11"
- x="60.554745"
- y="170.06499"
- id="use1118"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-40"
- x="65.131882"
- y="170.06499"
- id="use1120"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="69.709015"
- y="170.06499"
- id="use1122"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-4"
- x="74.286148"
- y="170.06499"
- id="use1124"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1126">
- <use
- xlink:href="#glyph0-5"
- x="78.478516"
- y="170.06499"
- id="use1128"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-6"
- x="80.554665"
- y="170.06499"
- id="use1130"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1132">
- <use
- xlink:href="#glyph0-7"
- x="84.554642"
- y="170.06499"
- id="use1134"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="89.396309"
- y="170.06499"
- id="use1136"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="92.22596"
- y="170.06499"
- id="use1138"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="96.722931"
- y="170.06499"
- id="use1140"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1142">
- <use
- xlink:href="#glyph0-44"
- x="59.970245"
- y="178.08099"
- id="use1144"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="64.547379"
- y="178.08099"
- id="use1146"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="69.124519"
- y="178.08099"
- id="use1148"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-4"
- x="73.701653"
- y="178.08099"
- id="use1150"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1152">
- <use
- xlink:href="#glyph0-5"
- x="77.89402"
- y="178.08099"
- id="use1154"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-6"
- x="79.970161"
- y="178.08099"
- id="use1156"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1158">
- <use
- xlink:href="#glyph0-14"
- x="83.970146"
- y="178.08099"
- id="use1160"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1162">
- <use
- xlink:href="#glyph0-9"
- x="85.982162"
- y="178.08099"
- id="use1164"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1166">
- <use
- xlink:href="#glyph0-15"
- x="90.487152"
- y="178.08099"
- id="use1168"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1170">
- <use
- xlink:href="#glyph0-10"
- x="96.707573"
- y="178.08099"
- id="use1172"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1174">
- <use
- xlink:href="#glyph0-48"
- x="107.28343"
- y="170.06499"
- id="use1176"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1178">
- <use
- xlink:href="#glyph0-9"
- x="111.66818"
- y="170.06499"
- id="use1180"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1182">
- <use
- xlink:href="#glyph0-23"
- x="116.17317"
- y="170.06499"
- id="use1184"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1186">
- <use
- xlink:href="#glyph0-5"
- x="121.07095"
- y="170.06499"
- id="use1188"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1190">
- <use
- xlink:href="#glyph0-2"
- x="123.13908"
- y="170.06499"
- id="use1192"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="127.71621"
- y="170.06499"
- id="use1194"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-18"
- x="132.29335"
- y="170.06499"
- id="use1196"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1198">
- <use
- xlink:href="#glyph0-5"
- x="134.24925"
- y="170.06499"
- id="use1200"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="136.32539"
- y="170.06499"
- id="use1202"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="140.90253"
- y="170.06499"
- id="use1204"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1206">
- <use
- xlink:href="#glyph0-11"
- x="145.47165"
- y="170.06499"
- id="use1208"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-44"
- x="150.04878"
- y="170.06499"
- id="use1210"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1212">
- <use
- xlink:href="#glyph0-44"
- x="126.45711"
- y="178.08099"
- id="use1214"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-21"
- x="131.03424"
- y="178.08099"
- id="use1216"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1218">
- <use
- xlink:href="#glyph0-2"
- x="133.15848"
- y="178.08099"
- id="use1220"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="137.73561"
- y="178.08099"
- id="use1222"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="142.31276"
- y="178.08099"
- id="use1224"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1226">
- <use
- xlink:href="#glyph0-24"
- x="147.21053"
- y="178.08099"
- id="use1228"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1230">
- <use
- xlink:href="#glyph1-26"
- x="164.96104"
- y="173.57198"
- id="use1232"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-5"
- x="177.27312"
- y="173.57198"
- id="use1234"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-9"
- x="184.62529"
- y="173.57198"
- id="use1236"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="189.59772"
- y="173.57198"
- id="use1238"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-27"
- x="193.02957"
- y="173.57198"
- id="use1240"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-18"
- x="196.46141"
- y="173.57198"
- id="use1242"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-5"
- x="204.55257"
- y="173.57198"
- id="use1244"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-20"
- x="211.90474"
- y="173.57198"
- id="use1246"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-5"
- x="219.9959"
- y="173.57198"
- id="use1248"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1250">
- <use
- xlink:href="#glyph1-7"
- x="227.33554"
- y="173.57198"
- id="use1252"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1254">
- <use
- xlink:href="#glyph1-28"
- x="230.77992"
- y="173.57198"
- id="use1256"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1258">
- <use
- xlink:href="#glyph1-10"
- x="237.85654"
- y="173.57198"
- id="use1260"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1262">
- <use
- xlink:href="#glyph1-3"
- x="245.60951"
- y="173.57198"
- id="use1264"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-5"
- x="253.80086"
- y="173.57198"
- id="use1266"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-6"
- x="261.15305"
- y="173.57198"
- id="use1268"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="264.5849"
- y="173.57198"
- id="use1270"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-29"
- x="268.01672"
- y="173.57198"
- id="use1272"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-5"
- x="274.79276"
- y="173.57198"
- id="use1274"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1276">
- <use
- xlink:href="#glyph1-4"
- x="282.06979"
- y="173.57198"
- id="use1278"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="287.30524"
- y="173.57198"
- id="use1280"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-12"
- x="290.73709"
- y="173.57198"
- id="use1282"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-20"
- x="298.90338"
- y="173.57198"
- id="use1284"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="306.99454"
- y="173.57198"
- id="use1286"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-14"
- x="310.42639"
- y="173.57198"
- id="use1288"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-15"
- x="319.71994"
- y="173.57198"
- id="use1290"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-4"
- x="326.93433"
- y="173.57198"
- id="use1292"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1294">
- <use
- xlink:href="#glyph0-25"
- x="164.96104"
- y="186.01349"
- id="use1296"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-26"
- x="170.02716"
- y="186.01349"
- id="use1298"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1300">
- <use
- xlink:href="#glyph0-8"
- x="173.83476"
- y="186.01349"
- id="use1302"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1304">
- <use
- xlink:href="#glyph0-27"
- x="179.79866"
- y="186.01349"
- id="use1306"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1308">
- <use
- xlink:href="#glyph0-28"
- x="187.33369"
- y="186.01349"
- id="use1310"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="192.38377"
- y="186.01349"
- id="use1312"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1314">
- <use
- xlink:href="#glyph0-14"
- x="195.64629"
- y="186.01349"
- id="use1316"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-24"
- x="197.66632"
- y="186.01349"
- id="use1318"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1320">
- <use
- xlink:href="#glyph0-14"
- x="205.11319"
- y="186.01349"
- id="use1322"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="207.13321"
- y="186.01349"
- id="use1324"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1326">
- <use
- xlink:href="#glyph0-34"
- x="212.039"
- y="186.01349"
- id="use1328"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="216.4959"
- y="186.01349"
- id="use1330"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="218.51593"
- y="186.01349"
- id="use1332"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1334">
- <use
- xlink:href="#glyph0-28"
- x="220.58406"
- y="186.01349"
- id="use1336"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-7"
- x="225.63414"
- y="186.01349"
- id="use1338"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-36"
- x="230.4758"
- y="186.01349"
- id="use1340"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1342">
- <use
- xlink:href="#glyph0-9"
- x="235.37358"
- y="186.01349"
- id="use1344"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1346">
- <use
- xlink:href="#glyph0-27"
- x="243.00481"
- y="186.01349"
- id="use1348"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1350">
- <use
- xlink:href="#glyph0-13"
- x="250.53986"
- y="186.01349"
- id="use1352"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="257.77029"
- y="186.01349"
- id="use1354"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-36"
- x="262.26724"
- y="186.01349"
- id="use1356"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1358">
- <use
- xlink:href="#glyph0-14"
- x="267.16504"
- y="186.01349"
- id="use1360"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-26"
- x="269.18506"
- y="186.01349"
- id="use1362"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1364">
- <use
- xlink:href="#glyph0-14"
- x="272.99268"
- y="186.01349"
- id="use1366"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="275.0127"
- y="186.01349"
- id="use1368"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1370">
- <use
- xlink:href="#glyph0-9"
- x="279.91849"
- y="186.01349"
- id="use1372"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1374">
- <use
- xlink:href="#glyph0-27"
- x="287.54971"
- y="186.01349"
- id="use1376"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1378">
- <use
- xlink:href="#glyph0-13"
- x="295.09277"
- y="186.01349"
- id="use1380"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1382">
- <use
- xlink:href="#glyph0-34"
- x="302.31519"
- y="186.01349"
- id="use1384"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="306.77209"
- y="186.01349"
- id="use1386"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1388">
- <use
- xlink:href="#glyph0-14"
- x="310.03461"
- y="186.01349"
- id="use1390"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-49"
- x="312.05463"
- y="186.01349"
- id="use1392"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-46"
- x="314.07465"
- y="186.01349"
- id="use1394"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1396">
- <use
- xlink:href="#glyph0-34"
- x="318.98044"
- y="186.01349"
- id="use1398"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="323.43735"
- y="186.01349"
- id="use1400"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="328.35117"
- y="186.01349"
- id="use1402"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1404">
- <use
- xlink:href="#glyph0-2"
- x="69.718864"
- y="204.63397"
- id="use1406"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-4"
- x="74.295998"
- y="204.63397"
- id="use1408"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="78.496384"
- y="204.63397"
- id="use1410"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1412">
- <use
- xlink:href="#glyph0-6"
- x="80.564514"
- y="204.63397"
- id="use1414"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1416">
- <use
- xlink:href="#glyph0-7"
- x="84.564499"
- y="204.63397"
- id="use1418"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="89.406158"
- y="204.63397"
- id="use1420"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="92.235809"
- y="204.63397"
- id="use1422"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="96.73278"
- y="204.63397"
- id="use1424"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1426">
- <use
- xlink:href="#glyph0-2"
- x="64.552307"
- y="212.64998"
- id="use1428"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-3"
- x="69.12944"
- y="212.64998"
- id="use1430"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-4"
- x="73.706573"
- y="212.64998"
- id="use1432"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="77.90696"
- y="212.64998"
- id="use1434"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1436">
- <use
- xlink:href="#glyph0-6"
- x="79.97509"
- y="212.64998"
- id="use1438"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1440">
- <use
- xlink:href="#glyph0-14"
- x="83.975075"
- y="212.64998"
- id="use1442"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="85.995102"
- y="212.64998"
- id="use1444"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-15"
- x="90.492081"
- y="212.64998"
- id="use1446"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1448">
- <use
- xlink:href="#glyph0-10"
- x="96.712494"
- y="212.64998"
- id="use1450"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1452">
- <use
- xlink:href="#glyph0-25"
- x="106.70937"
- y="204.63397"
- id="use1454"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-46"
- x="111.77547"
- y="204.63397"
- id="use1456"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-31"
- x="116.68929"
- y="204.63397"
- id="use1458"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1460">
- <use
- xlink:href="#glyph0-5"
- x="121.06602"
- y="204.63397"
- id="use1462"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1464">
- <use
- xlink:href="#glyph0-11"
- x="123.13415"
- y="204.63397"
- id="use1466"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-22"
- x="127.71128"
- y="204.63397"
- id="use1468"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-18"
- x="132.28842"
- y="204.63397"
- id="use1470"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1472">
- <use
- xlink:href="#glyph0-5"
- x="134.24432"
- y="204.63397"
- id="use1474"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="136.32047"
- y="204.63397"
- id="use1476"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1478">
- <use
- xlink:href="#glyph0-3"
- x="140.88959"
- y="204.63397"
- id="use1480"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-11"
- x="145.46672"
- y="204.63397"
- id="use1482"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-40"
- x="150.04385"
- y="204.63397"
- id="use1484"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1486">
- <use
- xlink:href="#glyph0-11"
- x="121.87506"
- y="212.64998"
- id="use1488"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-2"
- x="126.45219"
- y="212.64998"
- id="use1490"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-21"
- x="131.02933"
- y="212.64998"
- id="use1492"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1494">
- <use
- xlink:href="#glyph0-2"
- x="133.15356"
- y="212.64998"
- id="use1496"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-22"
- x="137.73071"
- y="212.64998"
- id="use1498"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="142.30785"
- y="212.64998"
- id="use1500"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#000000;fill-opacity:1"
- id="g1502">
- <use
- xlink:href="#glyph0-24"
- x="147.20561"
- y="212.64998"
- id="use1504"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1506">
- <use
- xlink:href="#glyph1-8"
- x="164.96104"
- y="208.14099"
- id="use1508"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="172.52614"
- y="208.14099"
- id="use1510"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-9"
- x="175.95799"
- y="208.14099"
- id="use1512"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-19"
- x="180.93042"
- y="208.14099"
- id="use1514"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-4"
- x="187.26807"
- y="208.14099"
- id="use1516"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="192.50352"
- y="208.14099"
- id="use1518"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-30"
- x="195.93536"
- y="208.14099"
- id="use1520"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-5"
- x="206.40627"
- y="208.14099"
- id="use1522"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1524">
- <use
- xlink:href="#glyph1-4"
- x="213.68329"
- y="208.14099"
- id="use1526"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1528">
- <use
- xlink:href="#glyph1-2"
- x="218.93126"
- y="208.14099"
- id="use1530"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-12"
- x="222.36311"
- y="208.14099"
- id="use1532"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-20"
- x="230.52942"
- y="208.14099"
- id="use1534"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1536">
- <use
- xlink:href="#glyph1-19"
- x="238.60803"
- y="208.14099"
- id="use1538"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="244.94569"
- y="208.14099"
- id="use1540"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-28"
- x="248.37753"
- y="208.14099"
- id="use1542"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-5"
- x="255.46669"
- y="208.14099"
- id="use1544"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-20"
- x="262.81885"
- y="208.14099"
- id="use1546"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-11"
- x="270.91"
- y="208.14099"
- id="use1548"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="279.32681"
- y="208.14099"
- id="use1550"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-31"
- x="282.75867"
- y="208.14099"
- id="use1552"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1554">
- <use
- xlink:href="#glyph1-19"
- x="292.21503"
- y="208.14099"
- id="use1556"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-10"
- x="298.55267"
- y="208.14099"
- id="use1558"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-7"
- x="306.29312"
- y="208.14099"
- id="use1560"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-25"
- x="309.72498"
- y="208.14099"
- id="use1562"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-2"
- x="318.56763"
- y="208.14099"
- id="use1564"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph1-6"
- x="321.99948"
- y="208.14099"
- id="use1566"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#45a3e3;fill-opacity:1"
- id="g1568">
- <use
- xlink:href="#glyph1-6"
- x="325.44385"
- y="208.14099"
- id="use1570"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1572">
- <use
- xlink:href="#glyph0-42"
- x="164.96104"
- y="220.58247"
- id="use1574"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1576">
- <use
- xlink:href="#glyph0-14"
- x="170.13937"
- y="220.58247"
- id="use1578"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="172.15941"
- y="220.58247"
- id="use1580"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="174.17944"
- y="220.58247"
- id="use1582"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1584">
- <use
- xlink:href="#glyph0-27"
- x="179.32571"
- y="220.58247"
- id="use1586"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1588">
- <use
- xlink:href="#glyph0-16"
- x="186.86075"
- y="220.58247"
- id="use1590"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-14"
- x="190.99701"
- y="220.58247"
- id="use1592"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="193.01704"
- y="220.58247"
- id="use1594"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1596">
- <use
- xlink:href="#glyph0-10"
- x="196.27956"
- y="220.58247"
- id="use1598"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="200.10318"
- y="220.58247"
- id="use1600"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1602">
- <use
- xlink:href="#glyph0-5"
- x="202.92482"
- y="220.58247"
- id="use1604"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-50"
- x="205.00096"
- y="220.58247"
- id="use1606"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-34"
- x="211.037"
- y="220.58247"
- id="use1608"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-8"
- x="215.4939"
- y="220.58247"
- id="use1610"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1612">
- <use
- xlink:href="#glyph0-14"
- x="218.31554"
- y="220.58247"
- id="use1614"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-7"
- x="220.33557"
- y="220.58247"
- id="use1616"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-33"
- x="225.17723"
- y="220.58247"
- id="use1618"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="230.09103"
- y="220.58247"
- id="use1620"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1622">
- <use
- xlink:href="#glyph0-27"
- x="237.04091"
- y="220.58247"
- id="use1624"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1626">
- <use
- xlink:href="#glyph0-51"
- x="244.57594"
- y="220.58247"
- id="use1628"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-14"
- x="249.40158"
- y="220.58247"
- id="use1630"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="251.42162"
- y="220.58247"
- id="use1632"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1634">
- <use
- xlink:href="#glyph0-9"
- x="256.3194"
- y="220.58247"
- id="use1636"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-35"
- x="260.81638"
- y="220.58247"
- id="use1638"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-14"
- x="262.8364"
- y="220.58247"
- id="use1640"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1642">
- <use
- xlink:href="#glyph0-33"
- x="264.84842"
- y="220.58247"
- id="use1644"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-9"
- x="269.76221"
- y="220.58247"
- id="use1646"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1648">
- <use
- xlink:href="#glyph0-27"
- x="277.39343"
- y="220.58247"
- id="use1650"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1652">
- <use
- xlink:href="#glyph0-51"
- x="284.9285"
- y="220.58247"
- id="use1654"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-30"
- x="289.75412"
- y="220.58247"
- id="use1656"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1658">
- <use
- xlink:href="#glyph0-7"
- x="293.01663"
- y="220.58247"
- id="use1660"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-23"
- x="297.85831"
- y="220.58247"
- id="use1662"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1664">
- <use
- xlink:href="#glyph0-9"
- x="302.75607"
- y="220.58247"
- id="use1666"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1668">
- <use
- xlink:href="#glyph0-30"
- x="307.26105"
- y="220.58247"
- id="use1670"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1672">
- <use
- xlink:href="#glyph0-8"
- x="310.52356"
- y="220.58247"
- id="use1674"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-29"
- x="313.35321"
- y="220.58247"
- id="use1676"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-5"
- x="317.38525"
- y="220.58247"
- id="use1678"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1680">
- <use
- xlink:href="#glyph0-38"
- x="319.4534"
- y="220.58247"
- id="use1682"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1684">
- <use
- xlink:href="#glyph0-14"
- x="324.39926"
- y="220.58247"
- id="use1686"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-31"
- x="326.41931"
- y="220.58247"
- id="use1688"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1690">
- <use
- xlink:href="#glyph0-32"
- x="330.79602"
- y="220.58247"
- id="use1692"
- width="612"
- height="792" />
- </g>
- <g
- style="fill:#b83305;fill-opacity:1"
- id="g1694">
- <use
- xlink:href="#glyph0-8"
- x="335.70181"
- y="220.58247"
- id="use1696"
- width="612"
- height="792" />
- <use
- xlink:href="#glyph0-10"
- x="338.53146"
- y="220.58247"
+ height="218.17294"
+ viewBox="0 0 396.45078 174.53835"
+ version="1.1"
+ id="svg2"
+ inkscape:version="0.48.5 r"
+ sodipodi:docname="home.svg">
+ <metadata
+ id="metadata1702">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <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="namedview1700"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="0.23838384"
+ inkscape:cx="307.3368"
+ inkscape:cy="-198.06253"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <g
+ id="g6">
+ <symbol
+ overflow="visible"
+ id="glyph0-0"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.75,-5.71875 3.296875,0 0,5.71875 L 0.75,0 z m 0.40625,5.3125 2.484375,0 0,-4.90625 -2.484375,0 z m 0,0"
+ id="path9"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-1"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.140625,-3.28125 c 0,2.242188 -0.867187,3.359375 -2.59375,3.359375 C 1.242188,0.078125 1.003906,0.0507812 0.828125,0 l 0,-0.5625 c 0.207031,0.074219 0.445313,0.109375 0.71875,0.109375 0.625,0 1.09375,-0.191406 1.40625,-0.578125 0.320313,-0.394531 0.5,-0.988281 0.53125,-1.78125 l -0.046875,0 C 3.289062,-2.601562 3.097656,-2.441406 2.859375,-2.328125 2.628906,-2.210938 2.363281,-2.15625 2.0625,-2.15625 c -0.5,0 -0.902344,-0.148438 -1.203125,-0.453125 -0.292969,-0.300781 -0.4375,-0.722656 -0.4375,-1.265625 0,-0.59375 0.160156,-1.0625 0.484375,-1.40625 0.332031,-0.34375 0.769531,-0.515625 1.3125,-0.515625 0.394531,0 0.734375,0.101563 1.015625,0.296875 0.289063,0.199219 0.515625,0.492188 0.671875,0.875 0.15625,0.386719 0.234375,0.835938 0.234375,1.34375 z M 2.21875,-5.234375 c -0.367188,0 -0.652344,0.121094 -0.859375,0.359375 -0.199219,0.242188 -0.296875,0.574219 -0.296875,1 0,0.375 0.09375,0.671875 0.28125,0.890625 0.1875,0.210937 0.46875,0.3125 0.84375,0.3125 0.238281,0 0.457031,-0.046875 0.65625,-0.140625 0.195312,-0.101562 0.351562,-0.238281 0.46875,-0.40625 0.113281,-0.164062 0.171875,-0.335938 0.171875,-0.515625 0,-0.269531 -0.054687,-0.519531 -0.15625,-0.75 C 3.222656,-4.722656 3.070312,-4.90625 2.875,-5.03125 2.6875,-5.164062 2.46875,-5.234375 2.21875,-5.234375 z m 0,0"
+ id="path12"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-2"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.140625,0 -3.75,0 0,-0.5625 1.5,-1.515625 C 2.347656,-2.535156 2.648438,-2.863281 2.796875,-3.0625 2.941406,-3.257812 3.050781,-3.453125 3.125,-3.640625 3.195312,-3.828125 3.234375,-4.03125 3.234375,-4.25 c 0,-0.300781 -0.09375,-0.539062 -0.28125,-0.71875 C 2.773438,-5.144531 2.519531,-5.234375 2.1875,-5.234375 c -0.230469,0 -0.453125,0.042969 -0.671875,0.125 -0.210937,0.074219 -0.445313,0.210937 -0.703125,0.40625 l -0.34375,-0.4375 c 0.519531,-0.4375 1.09375,-0.65625 1.71875,-0.65625 0.53125,0 0.945312,0.140625 1.25,0.421875 0.3125,0.273438 0.46875,0.636719 0.46875,1.09375 0,0.367188 -0.105469,0.726562 -0.3125,1.078125 -0.199219,0.355469 -0.578125,0.804687 -1.140625,1.34375 l -1.25,1.21875 0,0.03125 2.9375,0 z m 0,0"
+ id="path15"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-3"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.171875,-2.859375 c 0,0.980469 -0.15625,1.714844 -0.46875,2.203125 -0.304687,0.492188 -0.777344,0.734375 -1.421875,0.734375 -0.617188,0 -1.085938,-0.25 -1.40625,-0.75 -0.3125,-0.5 -0.46875,-1.226563 -0.46875,-2.1875 0,-1 0.148438,-1.738281 0.453125,-2.21875 0.3125,-0.476563 0.785156,-0.71875 1.421875,-0.71875 0.625,0 1.09375,0.25 1.40625,0.75 0.320312,0.5 0.484375,1.230469 0.484375,2.1875 z m -3.109375,0 c 0,0.824219 0.09375,1.429687 0.28125,1.8125 0.195312,0.375 0.507812,0.5625 0.9375,0.5625 0.4375,0 0.75,-0.191406 0.9375,-0.578125 0.195312,-0.382812 0.296875,-0.984375 0.296875,-1.796875 0,-0.820313 -0.101563,-1.421875 -0.296875,-1.796875 -0.1875,-0.382812 -0.5,-0.578125 -0.9375,-0.578125 -0.429688,0 -0.742188,0.1875 -0.9375,0.5625 -0.1875,0.375 -0.28125,0.980469 -0.28125,1.8125 z m 0,0"
+ id="path18"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-4"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.328125,-2.1875 c 0.113281,-0.164062 0.285156,-0.375 0.515625,-0.625 l 1.375,-1.46875 0.78125,0 L 2.265625,-2.453125 4.109375,0 3.328125,0 1.8125,-2.03125 1.328125,-1.609375 1.328125,0 0.6875,0 l 0,-6.078125 0.640625,0 0,3.21875 c 0,0.148437 -0.011719,0.371094 -0.03125,0.671875 z m 0,0"
+ id="path21"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-5"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d=""
+ id="path24"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-6"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 1.625,0 0,-4.28125 l 0.703125,0 L 1.625,-1.75 c 0.207031,0.59375 0.328125,0.980469 0.359375,1.15625 l 0.03125,0 c 0.03125,-0.132812 0.117187,-0.414062 0.265625,-0.84375 0.15625,-0.4375 0.5,-1.382812 1.03125,-2.84375 l 0.703125,0 L 2.390625,0 z m 0,0"
+ id="path27"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-7"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.390625,-2.140625 c 0,0.699219 -0.179687,1.246094 -0.53125,1.640625 C 3.503906,-0.113281 3.019531,0.078125 2.40625,0.078125 2.019531,0.078125 1.675781,-0.0078125 1.375,-0.1875 1.082031,-0.375 0.851562,-0.632812 0.6875,-0.96875 0.53125,-1.300781 0.453125,-1.691406 0.453125,-2.140625 c 0,-0.695313 0.171875,-1.238281 0.515625,-1.625 0.351562,-0.394531 0.835938,-0.59375 1.453125,-0.59375 0.601563,0 1.082031,0.199219 1.4375,0.59375 0.351563,0.398437 0.53125,0.9375 0.53125,1.625 z m -3.265625,0 c 0,0.542969 0.109375,0.960937 0.328125,1.25 0.21875,0.28125 0.539063,0.421875 0.96875,0.421875 0.414063,0 0.734375,-0.140625 0.953125,-0.421875 0.226562,-0.289063 0.34375,-0.707031 0.34375,-1.25 0,-0.550781 -0.117188,-0.96875 -0.34375,-1.25 C 3.15625,-3.671875 2.832031,-3.8125 2.40625,-3.8125 c -0.429688,0 -0.75,0.140625 -0.96875,0.421875 -0.210938,0.28125 -0.3125,0.699219 -0.3125,1.25 z m 0,0"
+ id="path30"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-8"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.078125,-0.453125 c 0.113281,0 0.222656,-0.007813 0.328125,-0.03125 0.101562,-0.019531 0.1875,-0.035156 0.25,-0.046875 l 0,0.484375 c -0.074219,0.04296875 -0.179688,0.0703125 -0.3125,0.09375 -0.136719,0.0195312 -0.257812,0.03125 -0.359375,0.03125 -0.835937,0 -1.25,-0.4375 -1.25,-1.3125 l 0,-2.546875 -0.609375,0 0,-0.3125 0.609375,-0.265625 0.28125,-0.921875 0.375,0 0,1 1.234375,0 0,0.5 -1.234375,0 0,2.515625 c 0,0.261719 0.054687,0.464844 0.171875,0.609375 0.125,0.136719 0.296875,0.203125 0.515625,0.203125 z m 0,0"
+ id="path33"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-9"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 2.5,0.078125 C 1.863281,0.078125 1.363281,-0.113281 1,-0.5 0.632812,-0.882812 0.453125,-1.421875 0.453125,-2.109375 c 0,-0.6875 0.164063,-1.234375 0.5,-1.640625 0.34375,-0.40625 0.800781,-0.609375 1.375,-0.609375 0.539063,0 0.96875,0.179687 1.28125,0.53125 0.3125,0.355469 0.46875,0.820313 0.46875,1.390625 l 0,0.40625 -2.953125,0 c 0.00781,0.511719 0.132812,0.898438 0.375,1.15625 0.238281,0.261719 0.578125,0.390625 1.015625,0.390625 0.46875,0 0.925781,-0.097656 1.375,-0.296875 l 0,0.578125 C 3.660156,-0.0976562 3.441406,-0.0234375 3.234375,0.015625 3.035156,0.0546875 2.789062,0.078125 2.5,0.078125 z M 2.328125,-3.8125 C 1.984375,-3.8125 1.707031,-3.695312 1.5,-3.46875 1.289062,-3.25 1.171875,-2.941406 1.140625,-2.546875 l 2.234375,0 c 0,-0.414063 -0.09375,-0.726563 -0.28125,-0.9375 C 2.914062,-3.703125 2.660156,-3.8125 2.328125,-3.8125 z m 0,0"
+ id="path36"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-10"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 3.453125,-1.171875 C 3.453125,-0.773438 3.300781,-0.46875 3,-0.25 2.707031,-0.03125 2.289062,0.078125 1.75,0.078125 c -0.5625,0 -1.007812,-0.0859375 -1.328125,-0.265625 l 0,-0.609375 c 0.207031,0.105469 0.425781,0.1875 0.65625,0.25 0.238281,0.0625 0.46875,0.09375 0.6875,0.09375 0.34375,0 0.601563,-0.050781 0.78125,-0.15625 0.1875,-0.113281 0.28125,-0.28125 0.28125,-0.5 0,-0.164063 -0.074219,-0.304687 -0.21875,-0.421875 -0.148437,-0.125 -0.429687,-0.269531 -0.84375,-0.4375 -0.398437,-0.144531 -0.683594,-0.269531 -0.859375,-0.375 -0.167969,-0.113281 -0.292969,-0.238281 -0.375,-0.375 -0.074219,-0.144531 -0.109375,-0.316406 -0.109375,-0.515625 0,-0.34375 0.140625,-0.613281 0.421875,-0.8125 0.28125,-0.207031 0.671875,-0.3125 1.171875,-0.3125 0.457031,0 0.90625,0.09375 1.34375,0.28125 L 3.125,-3.546875 C 2.695312,-3.722656 2.3125,-3.8125 1.96875,-3.8125 c -0.3125,0 -0.546875,0.046875 -0.703125,0.140625 -0.15625,0.09375 -0.234375,0.226563 -0.234375,0.390625 0,0.117188 0.023438,0.214844 0.078125,0.296875 0.0625,0.085937 0.15625,0.164063 0.28125,0.234375 0.132813,0.074219 0.390625,0.179688 0.765625,0.3125 0.507812,0.1875 0.851562,0.375 1.03125,0.5625 0.175781,0.1875 0.265625,0.421875 0.265625,0.703125 z m 0,0"
+ id="path39"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-11"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.796875,0 -0.640625,0 0,-4.078125 c 0,-0.332031 0.00781,-0.648437 0.03125,-0.953125 C 2.132812,-4.976562 2.070312,-4.921875 2,-4.859375 1.9375,-4.796875 1.628906,-4.539062 1.078125,-4.09375 L 0.734375,-4.546875 2.25,-5.71875 l 0.546875,0 z m 0,0"
+ id="path42"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-12"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.59375,-0.421875 c 0,-0.164063 0.035156,-0.296875 0.109375,-0.390625 0.082031,-0.09375 0.203125,-0.140625 0.359375,-0.140625 0.144531,0 0.257812,0.046875 0.34375,0.140625 0.082031,0.09375 0.125,0.226562 0.125,0.390625 0,0.179687 -0.042969,0.3125 -0.125,0.40625 -0.085938,0.0820312 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.0429688 -0.34375,-0.125 -0.085938,-0.0820312 -0.125,-0.21875 -0.125,-0.40625 z m 0,0"
+ id="path45"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-13"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.3125,0 -1.9375,-5.0625 -0.03125,0 c 0.039062,0.398438 0.0625,0.871094 0.0625,1.421875 l 0,3.640625 -0.625,0 0,-5.71875 1,0 L 3.59375,-1 3.625,-1 l 1.828125,-4.71875 0.984375,0 0,5.71875 -0.65625,0 0,-3.6875 c 0,-0.414062 0.015625,-0.875 0.046875,-1.375 l -0.03125,0 L 3.84375,0 z m 0,0"
+ id="path48"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-14"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.34375,0 -0.65625,0 0,-4.28125 0.65625,0 z M 0.640625,-5.4375 c 0,-0.15625 0.035156,-0.265625 0.109375,-0.328125 C 0.820312,-5.835938 0.910156,-5.875 1.015625,-5.875 c 0.101563,0 0.191406,0.039062 0.265625,0.109375 0.082031,0.074219 0.125,0.183594 0.125,0.328125 0,0.148438 -0.042969,0.257812 -0.125,0.328125 -0.074219,0.0625 -0.164062,0.09375 -0.265625,0.09375 -0.105469,0 -0.195313,-0.03125 -0.265625,-0.09375 C 0.675781,-5.179688 0.640625,-5.289062 0.640625,-5.4375 z m 0,0"
+ id="path51"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-15"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 4.1875,0 3.40625,-2.515625 C 3.351562,-2.671875 3.257812,-3.019531 3.125,-3.5625 l -0.03125,0 C 2.988281,-3.101562 2.894531,-2.75 2.8125,-2.5 L 2.015625,0 l -0.75,0 -1.171875,-4.28125 0.671875,0 c 0.28125,1.074219 0.492187,1.890625 0.640625,2.453125 0.144531,0.5625 0.226562,0.945313 0.25,1.140625 l 0.03125,0 c 0.019531,-0.144531 0.0625,-0.335938 0.125,-0.578125 0.070312,-0.238281 0.128906,-0.425781 0.171875,-0.5625 l 0.78125,-2.453125 0.703125,0 0.765625,2.453125 c 0.144531,0.449219 0.242187,0.824219 0.296875,1.125 l 0.03125,0 C 4.570312,-0.796875 4.597656,-0.9375 4.640625,-1.125 4.691406,-1.320312 4.96875,-2.375 5.46875,-4.28125 l 0.671875,0 L 4.953125,0 z m 0,0"
+ id="path54"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-16"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.453125,0 -0.671875,0 0,-5.71875 3.1875,0 0,0.59375 -2.515625,0 0,2.09375 2.359375,0 0,0.59375 -2.359375,0 z m 0,0"
+ id="path57"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-17"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.6875,-4.359375 c 0.5625,0 0.992188,0.195313 1.296875,0.578125 0.3125,0.386719 0.46875,0.933594 0.46875,1.640625 0,0.699219 -0.15625,1.246094 -0.46875,1.640625 -0.3125,0.386719 -0.746094,0.578125 -1.296875,0.578125 -0.28125,0 -0.539062,-0.0546875 -0.765625,-0.15625 C 1.691406,-0.179688 1.5,-0.335938 1.34375,-0.546875 l -0.046875,0 L 1.15625,0 0.6875,0 l 0,-6.078125 0.65625,0 0,1.46875 c 0,0.335937 -0.011719,0.632813 -0.03125,0.890625 l 0.03125,0 c 0.300781,-0.425781 0.75,-0.640625 1.34375,-0.640625 z M 2.59375,-3.8125 c -0.449219,0 -0.773438,0.132812 -0.96875,0.390625 -0.1875,0.25 -0.28125,0.679687 -0.28125,1.28125 0,0.59375 0.097656,1.023437 0.296875,1.28125 0.195313,0.261719 0.519531,0.390625 0.96875,0.390625 0.394531,0 0.6875,-0.144531 0.875,-0.4375 0.195313,-0.289062 0.296875,-0.707031 0.296875,-1.25 0,-0.550781 -0.101562,-0.960938 -0.296875,-1.234375 C 3.296875,-3.671875 3,-3.8125 2.59375,-3.8125 z m 0,0"
+ id="path60"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-18"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.375,-0.9375 0.046875,0.09375 C 1.359375,-0.582031 1.257812,-0.28125 1.125,0.0625 1,0.414062 0.867188,0.738281 0.734375,1.03125 l -0.484375,0 C 0.320312,0.757812 0.398438,0.421875 0.484375,0.015625 0.566406,-0.378906 0.625,-0.695312 0.65625,-0.9375 z m 0,0"
+ id="path63"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-19"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.109375,0 2.375,-5.109375 -3.109375,0 0,-0.609375 3.796875,0 0,0.53125 L 1.828125,0 z m 0,0"
+ id="path66"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-20"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.9375,-4.375 c 0,0.367188 -0.105469,0.667969 -0.3125,0.90625 -0.210938,0.230469 -0.5,0.382812 -0.875,0.453125 l 0,0.03125 c 0.457031,0.0625 0.796875,0.214844 1.015625,0.453125 0.226563,0.230469 0.34375,0.53125 0.34375,0.90625 0,0.554688 -0.195313,0.976562 -0.578125,1.265625 -0.375,0.2929688 -0.90625,0.4375 -1.59375,0.4375 C 1.632812,0.078125 1.351562,0.0507812 1.09375,0 0.84375,-0.0390625 0.601562,-0.117188 0.375,-0.234375 l 0,-0.609375 c 0.238281,0.117188 0.5,0.210938 0.78125,0.28125 0.28125,0.0625 0.546875,0.09375 0.796875,0.09375 0.988281,0 1.484375,-0.390625 1.484375,-1.171875 0,-0.6875 -0.546875,-1.03125 -1.640625,-1.03125 l -0.5625,0 0,-0.5625 0.578125,0 c 0.445312,0 0.800781,-0.097656 1.0625,-0.296875 C 3.132812,-3.726562 3.265625,-4 3.265625,-4.34375 3.265625,-4.625 3.164062,-4.84375 2.96875,-5 2.78125,-5.15625 2.519531,-5.234375 2.1875,-5.234375 c -0.25,0 -0.484375,0.039063 -0.703125,0.109375 -0.21875,0.0625 -0.46875,0.183594 -0.75,0.359375 l -0.328125,-0.4375 c 0.226562,-0.1875 0.492188,-0.332031 0.796875,-0.4375 0.3125,-0.101563 0.632813,-0.15625 0.96875,-0.15625 0.5625,0 0.992187,0.132813 1.296875,0.390625 0.3125,0.25 0.46875,0.59375 0.46875,1.03125 z m 0,0"
+ id="path69"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-21"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.59375,-0.421875 c 0,-0.164063 0.035156,-0.296875 0.109375,-0.390625 0.082031,-0.09375 0.203125,-0.140625 0.359375,-0.140625 0.144531,0 0.257812,0.046875 0.34375,0.140625 0.082031,0.09375 0.125,0.226562 0.125,0.390625 0,0.179687 -0.042969,0.3125 -0.125,0.40625 -0.085938,0.0820312 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.0429688 -0.34375,-0.125 -0.085938,-0.0820312 -0.125,-0.21875 -0.125,-0.40625 z m 0,-3.4375 c 0,-0.351563 0.15625,-0.53125 0.46875,-0.53125 0.3125,0 0.46875,0.179687 0.46875,0.53125 0,0.167969 -0.042969,0.296875 -0.125,0.390625 -0.085938,0.085938 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.035156 -0.34375,-0.109375 -0.085938,-0.082031 -0.125,-0.21875 -0.125,-0.40625 z m 0,0"
+ id="path72"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-22"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.171875,-3.484375 c 0.601563,0 1.078125,0.152344 1.421875,0.453125 0.34375,0.292969 0.515625,0.699219 0.515625,1.21875 0,0.585938 -0.1875,1.046875 -0.5625,1.390625 -0.375,0.3359375 -0.890625,0.5 -1.546875,0.5 -0.648438,0 -1.140625,-0.1015625 -1.484375,-0.3125 l 0,-0.625 c 0.1875,0.117187 0.414063,0.210937 0.6875,0.28125 0.269531,0.0625 0.535156,0.09375 0.796875,0.09375 0.457031,0 0.8125,-0.101563 1.0625,-0.3125 0.257812,-0.21875 0.390625,-0.535156 0.390625,-0.953125 0,-0.789062 -0.492187,-1.1875 -1.46875,-1.1875 -0.25,0 -0.578125,0.039062 -0.984375,0.109375 L 0.65625,-3.046875 0.875,-5.71875 l 2.84375,0 0,0.609375 -2.296875,0 -0.140625,1.703125 c 0.300781,-0.050781 0.597656,-0.078125 0.890625,-0.078125 z m 0,0"
+ id="path75"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-23"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.6875,0.078125 c -0.28125,0 -0.539062,-0.0546875 -0.765625,-0.15625 C 1.691406,-0.179688 1.5,-0.335938 1.34375,-0.546875 l -0.046875,0 c 0.03125,0.25 0.046875,0.484375 0.046875,0.703125 l 0,1.765625 -0.65625,0 0,-6.203125 0.53125,0 0.09375,0.578125 0.03125,0 c 0.164062,-0.226563 0.359375,-0.394531 0.578125,-0.5 0.21875,-0.101563 0.472656,-0.15625 0.765625,-0.15625 0.5625,0 0.992188,0.195313 1.296875,0.578125 0.3125,0.386719 0.46875,0.933594 0.46875,1.640625 0,0.699219 -0.15625,1.246094 -0.46875,1.640625 C 3.671875,-0.113281 3.238281,0.078125 2.6875,0.078125 z M 2.59375,-3.8125 c -0.4375,0 -0.757812,0.125 -0.953125,0.375 -0.199219,0.242188 -0.296875,0.621094 -0.296875,1.140625 l 0,0.15625 c 0,0.59375 0.097656,1.023437 0.296875,1.28125 0.195313,0.261719 0.519531,0.390625 0.96875,0.390625 0.363281,0 0.648437,-0.144531 0.859375,-0.4375 0.207031,-0.300781 0.3125,-0.71875 0.3125,-1.25 0,-0.53125 -0.105469,-0.9375 -0.3125,-1.21875 -0.210938,-0.289062 -0.5,-0.4375 -0.875,-0.4375 z m 0,0"
+ id="path78"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-24"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 6.140625,0 0,-2.78125 c 0,-0.34375 -0.074219,-0.597656 -0.21875,-0.765625 C 5.773438,-3.722656 5.550781,-3.8125 5.25,-3.8125 c -0.40625,0 -0.710938,0.121094 -0.90625,0.359375 -0.1875,0.230469 -0.28125,0.585937 -0.28125,1.0625 L 4.0625,0 3.421875,0 l 0,-2.78125 c 0,-0.34375 -0.074219,-0.597656 -0.21875,-0.765625 -0.148437,-0.175781 -0.375,-0.265625 -0.6875,-0.265625 -0.40625,0 -0.703125,0.125 -0.890625,0.375 -0.1875,0.242188 -0.28125,0.636719 -0.28125,1.1875 l 0,2.25 -0.65625,0 0,-4.28125 0.53125,0 0.109375,0.578125 0.03125,0 c 0.113281,-0.207031 0.28125,-0.367187 0.5,-0.484375 0.226563,-0.113281 0.484375,-0.171875 0.765625,-0.171875 0.664062,0 1.101562,0.242187 1.3125,0.71875 l 0.03125,0 c 0.125,-0.21875 0.304688,-0.390625 0.546875,-0.515625 0.238281,-0.132812 0.515625,-0.203125 0.828125,-0.203125 0.488281,0 0.851562,0.125 1.09375,0.375 0.238281,0.25 0.359375,0.648437 0.359375,1.1875 l 0,2.796875 z m 0,0"
+ id="path81"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-25"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 4.375,0 3.671875,-1.8125 1.375,-1.8125 0.671875,0 0,0 l 2.265625,-5.734375 0.546875,0 L 5.0625,0 z M 3.453125,-2.421875 2.796875,-4.1875 C 2.710938,-4.40625 2.625,-4.679688 2.53125,-5.015625 c -0.0625,0.25 -0.148438,0.527344 -0.25,0.828125 l -0.671875,1.765625 z m 0,0"
+ id="path84"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-26"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.40625,0.078125 c -0.625,0 -1.109375,-0.1875 -1.453125,-0.5625 -0.335937,-0.382813 -0.5,-0.925781 -0.5,-1.625 0,-0.71875 0.171875,-1.269531 0.515625,-1.65625 0.34375,-0.394531 0.832031,-0.59375 1.46875,-0.59375 0.207031,0 0.414062,0.023437 0.625,0.0625 0.207031,0.042969 0.367188,0.09375 0.484375,0.15625 L 3.34375,-3.59375 C 3.195312,-3.644531 3.039062,-3.6875 2.875,-3.71875 2.707031,-3.757812 2.554688,-3.78125 2.421875,-3.78125 1.554688,-3.78125 1.125,-3.226562 1.125,-2.125 c 0,0.53125 0.101562,0.9375 0.3125,1.21875 0.21875,0.28125 0.535156,0.421875 0.953125,0.421875 0.351563,0 0.71875,-0.078125 1.09375,-0.234375 l 0,0.578125 C 3.191406,0.00390625 2.832031,0.078125 2.40625,0.078125 z m 0,0"
+ id="path87"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-27"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.9375,-6.078125 0.546875,0 0,8.015625 -0.546875,0 z m 0,0"
+ id="path90"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-28"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.234375,-5.203125 c -0.625,0 -1.121094,0.210937 -1.484375,0.625 -0.367188,0.417969 -0.546875,0.992187 -0.546875,1.71875 0,0.75 0.171875,1.328125 0.515625,1.734375 0.351562,0.40625 0.851562,0.609375 1.5,0.609375 0.40625,0 0.863281,-0.070313 1.375,-0.21875 l 0,0.59375 C 4.195312,0.00390625 3.707031,0.078125 3.125,0.078125 c -0.84375,0 -1.496094,-0.253906 -1.953125,-0.765625 -0.460937,-0.507812 -0.6875,-1.234375 -0.6875,-2.171875 0,-0.59375 0.109375,-1.109375 0.328125,-1.546875 0.226562,-0.445312 0.546875,-0.789062 0.953125,-1.03125 0.414063,-0.238281 0.90625,-0.359375 1.46875,-0.359375 0.601563,0 1.128906,0.109375 1.578125,0.328125 l -0.28125,0.578125 c -0.4375,-0.207031 -0.871094,-0.3125 -1.296875,-0.3125 z m 0,0"
+ id="path93"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-29"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.015625,-4.28125 0.6875,0 0.9375,2.4375 c 0.207031,0.5625 0.335937,0.964844 0.390625,1.203125 l 0.03125,0 c 0.03125,-0.125 0.097656,-0.347656 0.203125,-0.671875 0.113281,-0.320312 0.46875,-1.3125 1.0625,-2.96875 l 0.703125,0 -1.84375,4.875 C 2,1.070312 1.785156,1.410156 1.546875,1.609375 c -0.242187,0.207031 -0.539063,0.3125 -0.890625,0.3125 -0.199219,0 -0.398438,-0.023437 -0.59375,-0.0625 l 0,-0.515625 c 0.144531,0.03125 0.304688,0.046875 0.484375,0.046875 0.445313,0 0.765625,-0.25 0.953125,-0.75 L 1.734375,0.03125 z m 0,0"
+ id="path96"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-30"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.640625,-4.359375 c 0.1875,0 0.359375,0.015625 0.515625,0.046875 L 3.0625,-3.71875 C 2.882812,-3.75 2.726562,-3.765625 2.59375,-3.765625 2.25,-3.765625 1.953125,-3.625 1.703125,-3.34375 1.460938,-3.0625 1.34375,-2.710938 1.34375,-2.296875 L 1.34375,0 0.6875,0 l 0,-4.28125 0.53125,0 0.078125,0.796875 0.03125,0 c 0.15625,-0.28125 0.34375,-0.492187 0.5625,-0.640625 0.226563,-0.15625 0.476563,-0.234375 0.75,-0.234375 z m 0,0"
+ id="path99"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-31"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.1875,-4.28125 0,0.40625 -0.78125,0.09375 c 0.070312,0.09375 0.132812,0.214844 0.1875,0.359375 0.0625,0.148437 0.09375,0.3125 0.09375,0.5 0,0.417969 -0.148438,0.75 -0.4375,1 -0.28125,0.25 -0.671875,0.375 -1.171875,0.375 -0.136719,0 -0.257813,-0.00781 -0.359375,-0.03125 C 1.4375,-1.429688 1.296875,-1.25 1.296875,-1.03125 c 0,0.125 0.046875,0.214844 0.140625,0.265625 0.101562,0.054687 0.269531,0.078125 0.5,0.078125 l 0.765625,0 c 0.457031,0 0.8125,0.101562 1.0625,0.296875 0.25,0.199219 0.375,0.484375 0.375,0.859375 0,0.46875 -0.195313,0.828125 -0.578125,1.078125 -0.375,0.25 -0.929688,0.375 -1.65625,0.375 -0.5625,0 -0.996094,-0.105469 -1.296875,-0.3125 -0.304687,-0.210937 -0.453125,-0.5 -0.453125,-0.875 0,-0.261719 0.082031,-0.492187 0.25,-0.6875 0.164062,-0.1875 0.398438,-0.316406 0.703125,-0.390625 C 0.992188,-0.382812 0.898438,-0.457031 0.828125,-0.5625 0.753906,-0.664062 0.71875,-0.789062 0.71875,-0.9375 c 0,-0.15625 0.039062,-0.289062 0.125,-0.40625 C 0.925781,-1.457031 1.054688,-1.570312 1.234375,-1.6875 1.015625,-1.769531 0.832031,-1.921875 0.6875,-2.140625 c -0.136719,-0.21875 -0.203125,-0.46875 -0.203125,-0.75 0,-0.46875 0.140625,-0.828125 0.421875,-1.078125 0.28125,-0.257812 0.679688,-0.390625 1.203125,-0.390625 0.21875,0 0.421875,0.027344 0.609375,0.078125 z m -3.40625,5 c 0,0.226562 0.09375,0.398438 0.28125,0.515625 0.195312,0.125 0.476562,0.1875 0.84375,0.1875 0.550781,0 0.957031,-0.085937 1.21875,-0.25 0.257812,-0.15625 0.390625,-0.375 0.390625,-0.65625 0,-0.230469 -0.074219,-0.390625 -0.21875,-0.484375 -0.148437,-0.0820312 -0.417969,-0.125 -0.8125,-0.125 l -0.765625,0 c -0.304688,0 -0.539062,0.0703125 -0.703125,0.203125 C 0.859375,0.253906 0.78125,0.457031 0.78125,0.71875 z m 0.34375,-3.625 c 0,0.292969 0.082031,0.515625 0.25,0.671875 C 1.550781,-2.078125 1.789062,-2 2.09375,-2 c 0.632812,0 0.953125,-0.304688 0.953125,-0.921875 0,-0.644531 -0.324219,-0.96875 -0.96875,-0.96875 -0.304687,0 -0.539063,0.085937 -0.703125,0.25 -0.167969,0.167969 -0.25,0.414063 -0.25,0.734375 z m 0,0"
+ id="path102"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-32"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.625,0 0,-2.765625 c 0,-0.351563 -0.085938,-0.613281 -0.25,-0.78125 C 3.21875,-3.722656 2.972656,-3.8125 2.640625,-3.8125 c -0.460937,0 -0.792969,0.125 -1,0.375 C 1.441406,-3.195312 1.34375,-2.796875 1.34375,-2.234375 L 1.34375,0 0.6875,0 l 0,-6.078125 0.65625,0 0,1.84375 c 0,0.21875 -0.011719,0.402344 -0.03125,0.546875 l 0.03125,0 c 0.125,-0.207031 0.304688,-0.367188 0.546875,-0.484375 0.238281,-0.125 0.507813,-0.1875 0.8125,-0.1875 0.519531,0 0.910156,0.125 1.171875,0.375 0.257812,0.25 0.390625,0.648437 0.390625,1.1875 l 0,2.796875 z m 0,0"
+ id="path105"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-33"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.625,0 0,-2.765625 c 0,-0.351563 -0.085938,-0.613281 -0.25,-0.78125 C 3.21875,-3.722656 2.972656,-3.8125 2.640625,-3.8125 c -0.449219,0 -0.777344,0.125 -0.984375,0.375 -0.210938,0.242188 -0.3125,0.636719 -0.3125,1.1875 l 0,2.25 -0.65625,0 0,-4.28125 0.53125,0 0.109375,0.578125 0.03125,0 c 0.125,-0.207031 0.304687,-0.367187 0.546875,-0.484375 0.238281,-0.113281 0.507812,-0.171875 0.8125,-0.171875 0.507812,0 0.894531,0.125 1.15625,0.375 0.257812,0.25 0.390625,0.648437 0.390625,1.1875 l 0,2.796875 z m 0,0"
+ id="path108"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-34"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 3.328125,0 3.1875,-0.609375 l -0.03125,0 C 2.945312,-0.335938 2.734375,-0.15625 2.515625,-0.0625 2.304688,0.03125 2.046875,0.078125 1.734375,0.078125 c -0.429687,0 -0.761719,-0.109375 -1,-0.328125 C 0.492188,-0.46875 0.375,-0.78125 0.375,-1.1875 c 0,-0.863281 0.6875,-1.316406 2.0625,-1.359375 l 0.734375,-0.015625 0,-0.265625 c 0,-0.34375 -0.074219,-0.59375 -0.21875,-0.75 -0.148437,-0.15625 -0.375,-0.234375 -0.6875,-0.234375 -0.367187,0 -0.773437,0.109375 -1.21875,0.328125 l -0.203125,-0.5 C 1.0625,-4.097656 1.296875,-4.1875 1.546875,-4.25 c 0.25,-0.070312 0.5,-0.109375 0.75,-0.109375 0.507813,0 0.882813,0.117187 1.125,0.34375 0.25,0.230469 0.375,0.59375 0.375,1.09375 l 0,2.921875 z m -1.46875,-0.453125 c 0.40625,0 0.722656,-0.109375 0.953125,-0.328125 0.226562,-0.226562 0.34375,-0.539062 0.34375,-0.9375 l 0,-0.390625 L 2.5,-2.078125 c -0.511719,0.023437 -0.882812,0.105469 -1.109375,0.25 -0.230469,0.136719 -0.34375,0.355469 -0.34375,0.65625 0,0.230469 0.066406,0.40625 0.203125,0.53125 0.144531,0.125 0.347656,0.1875 0.609375,0.1875 z m 0,0"
+ id="path111"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-35"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.34375,0 -0.65625,0 0,-6.078125 0.65625,0 z m 0,0"
+ id="path114"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-36"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.609375,-0.578125 -0.046875,0 c -0.292969,0.4375 -0.742188,0.65625 -1.34375,0.65625 -0.554688,0 -0.984375,-0.191406 -1.296875,-0.578125 -0.3125,-0.382812 -0.46875,-0.925781 -0.46875,-1.625 0,-0.707031 0.15625,-1.253906 0.46875,-1.640625 0.3125,-0.394531 0.742187,-0.59375 1.296875,-0.59375 0.582031,0 1.03125,0.210937 1.34375,0.625 l 0.046875,0 -0.03125,-0.296875 -0.015625,-0.3125 0,-1.734375 0.65625,0 L 4.21875,0 3.6875,0 z M 2.3125,-0.46875 c 0.4375,0 0.753906,-0.117188 0.953125,-0.359375 C 3.460938,-1.066406 3.5625,-1.457031 3.5625,-2 l 0,-0.125 c 0,-0.613281 -0.101562,-1.046875 -0.296875,-1.296875 C 3.066406,-3.679688 2.742188,-3.8125 2.296875,-3.8125 c -0.375,0 -0.667969,0.148438 -0.875,0.4375 C 1.222656,-3.082031 1.125,-2.664062 1.125,-2.125 c 0,0.554688 0.097656,0.96875 0.296875,1.25 0.195313,0.273438 0.492187,0.40625 0.890625,0.40625 z m 0,0"
+ id="path117"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-37"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 5.34375,-2.90625 C 5.34375,-1.96875 5.085938,-1.25 4.578125,-0.75 4.066406,-0.25 3.332031,0 2.375,0 l -1.59375,0 0,-5.71875 1.75,0 c 0.894531,0 1.585938,0.25 2.078125,0.75 0.488281,0.492188 0.734375,1.179688 0.734375,2.0625 z m -0.703125,0.015625 c 0,-0.738281 -0.1875,-1.296875 -0.5625,-1.671875 -0.375,-0.382812 -0.929687,-0.578125 -1.65625,-0.578125 l -0.96875,0 0,4.5625 0.8125,0 c 0.789063,0 1.382813,-0.191406 1.78125,-0.578125 0.394531,-0.394531 0.59375,-0.972656 0.59375,-1.734375 z m 0,0"
+ id="path120"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-38"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.453125,-2.375 0,2.375 -0.671875,0 0,-5.71875 1.578125,0 c 0.695313,0 1.210937,0.136719 1.546875,0.40625 0.332031,0.273438 0.5,0.679688 0.5,1.21875 0,0.75 -0.382812,1.261719 -1.140625,1.53125 L 4.8125,0 4.03125,0 2.640625,-2.375 z m 0,-0.578125 0.90625,0 c 0.46875,0 0.8125,-0.085937 1.03125,-0.265625 0.21875,-0.1875 0.328125,-0.46875 0.328125,-0.84375 0,-0.375 -0.117188,-0.644531 -0.34375,-0.8125 -0.21875,-0.164062 -0.574219,-0.25 -1.0625,-0.25 l -0.859375,0 z m 0,0"
+ id="path123"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-39"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.78125,0 0,-5.71875 0.671875,0 0,5.71875 z m 0,0"
+ id="path126"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-40"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.28125,-5.796875 c 0.519531,0 0.929688,0.125 1.234375,0.375 0.3125,0.242187 0.46875,0.574219 0.46875,1 0,0.28125 -0.089844,0.539063 -0.265625,0.765625 -0.179688,0.230469 -0.460938,0.4375 -0.84375,0.625 0.46875,0.230469 0.796875,0.464844 0.984375,0.703125 0.195313,0.242187 0.296875,0.523437 0.296875,0.84375 0,0.480469 -0.167969,0.859375 -0.5,1.140625 C 3.332031,-0.0625 2.882812,0.078125 2.3125,0.078125 1.695312,0.078125 1.222656,-0.0507812 0.890625,-0.3125 0.566406,-0.582031 0.40625,-0.960938 0.40625,-1.453125 c 0,-0.65625 0.398438,-1.164063 1.203125,-1.53125 -0.367187,-0.207031 -0.625,-0.425781 -0.78125,-0.65625 C 0.671875,-3.878906 0.59375,-4.144531 0.59375,-4.4375 c 0,-0.414062 0.148438,-0.742188 0.453125,-0.984375 0.3125,-0.25 0.722656,-0.375 1.234375,-0.375 z M 1.046875,-1.4375 c 0,0.3125 0.109375,0.558594 0.328125,0.734375 0.21875,0.167969 0.523438,0.25 0.921875,0.25 0.382813,0 0.679687,-0.085937 0.890625,-0.265625 0.21875,-0.1875 0.328125,-0.4375 0.328125,-0.75 0,-0.257812 -0.105469,-0.484375 -0.3125,-0.671875 C 3.003906,-2.335938 2.65625,-2.53125 2.15625,-2.71875 1.769531,-2.550781 1.488281,-2.363281 1.3125,-2.15625 1.132812,-1.957031 1.046875,-1.71875 1.046875,-1.4375 z M 2.28125,-5.265625 c -0.335938,0 -0.59375,0.078125 -0.78125,0.234375 -0.179688,0.15625 -0.265625,0.367188 -0.265625,0.625 0,0.242188 0.070313,0.449219 0.21875,0.625 0.15625,0.167969 0.441406,0.335938 0.859375,0.5 0.375,-0.15625 0.640625,-0.320312 0.796875,-0.5 0.15625,-0.175781 0.234375,-0.382812 0.234375,-0.625 0,-0.257812 -0.101562,-0.46875 -0.296875,-0.625 C 2.859375,-5.1875 2.601562,-5.265625 2.28125,-5.265625 z m 0,0"
+ id="path129"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-41"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m -0.046875,1.5 c -0.25,0 -0.441406,-0.03125 -0.578125,-0.09375 l 0,-0.578125 c 0.1875,0.050781 0.382812,0.078125 0.578125,0.078125 0.257813,0 0.457031,-0.078125 0.59375,-0.234375 C 0.679688,0.515625 0.75,0.289062 0.75,0 l 0,-5.71875 0.65625,0 0,5.65625 c 0,0.5 -0.125,0.882812 -0.375,1.15625 C 0.78125,1.363281 0.421875,1.5 -0.046875,1.5 z m 0,0"
+ id="path132"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-42"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.78125,-5.71875 1.625,0 c 0.75,0 1.289062,0.117188 1.625,0.34375 0.34375,0.230469 0.515625,0.589844 0.515625,1.078125 0,0.335937 -0.09375,0.617187 -0.28125,0.84375 -0.1875,0.21875 -0.464844,0.359375 -0.828125,0.421875 l 0,0.03125 c 0.875,0.15625 1.3125,0.617188 1.3125,1.375 0,0.511719 -0.179688,0.914062 -0.53125,1.203125 C 3.875,-0.140625 3.394531,0 2.78125,0 l -2,0 z m 0.671875,2.453125 1.09375,0 c 0.46875,0 0.800781,-0.070313 1,-0.21875 0.207031,-0.144531 0.3125,-0.394531 0.3125,-0.75 0,-0.320313 -0.117187,-0.550781 -0.34375,-0.6875 -0.230469,-0.144531 -0.59375,-0.21875 -1.09375,-0.21875 l -0.96875,0 z m 0,0.5625 0,2.140625 1.1875,0 c 0.457031,0 0.800781,-0.085938 1.03125,-0.265625 0.238281,-0.1875 0.359375,-0.46875 0.359375,-0.84375 0,-0.351563 -0.121094,-0.613281 -0.359375,-0.78125 -0.242187,-0.164063 -0.601563,-0.25 -1.078125,-0.25 z m 0,0"
+ id="path135"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-43"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 5.765625,0 5.109375,0 3.96875,-3.828125 C 3.90625,-3.992188 3.835938,-4.207031 3.765625,-4.46875 3.703125,-4.726562 3.671875,-4.882812 3.671875,-4.9375 3.617188,-4.59375 3.53125,-4.210938 3.40625,-3.796875 L 2.28125,0 1.625,0 0.109375,-5.71875 l 0.703125,0 0.90625,3.53125 c 0.125,0.5 0.210938,0.949219 0.265625,1.34375 0.070313,-0.476562 0.175781,-0.941406 0.3125,-1.390625 l 1.03125,-3.484375 0.703125,0 1.0625,3.515625 c 0.125,0.398437 0.234375,0.851563 0.328125,1.359375 0.039063,-0.363281 0.132813,-0.8125 0.28125,-1.34375 l 0.890625,-3.53125 0.703125,0 z m 0,0"
+ id="path138"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-44"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.421875,-1.3125 -0.859375,0 0,1.3125 -0.609375,0 0,-1.3125 -2.78125,0 0,-0.5625 2.703125,-3.875 0.6875,0 0,3.84375 0.859375,0 z m -1.46875,-0.59375 0,-1.890625 c 0,-0.375 0.00781,-0.796875 0.03125,-1.265625 l -0.03125,0 c -0.125,0.25 -0.242187,0.460938 -0.34375,0.625 L 0.8125,-1.90625 z m 0,0"
+ id="path141"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-45"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.96875,0 -3.1875,0 0,-5.71875 3.1875,0 0,0.59375 -2.515625,0 0,1.84375 2.359375,0 0,0.578125 -2.359375,0 0,2.109375 2.515625,0 z m 0,0"
+ id="path144"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-46"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.296875,-4.28125 0,2.78125 c 0,0.34375 0.078125,0.605469 0.234375,0.78125 0.164062,0.167969 0.414062,0.25 0.75,0.25 0.445312,0 0.773438,-0.117188 0.984375,-0.359375 0.207031,-0.25 0.3125,-0.648437 0.3125,-1.203125 l 0,-2.25 0.640625,0 0,4.28125 -0.53125,0 -0.09375,-0.578125 -0.03125,0 C 3.425781,-0.367188 3.238281,-0.207031 3,-0.09375 2.769531,0.0195312 2.503906,0.078125 2.203125,0.078125 c -0.523437,0 -0.914063,-0.125 -1.171875,-0.375 -0.261719,-0.25 -0.390625,-0.644531 -0.390625,-1.1875 l 0,-2.796875 z m 0,0"
+ id="path147"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-47"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.25,-5.71875 -0.15625,2.0625 -0.40625,0 -0.171875,-2.0625 z m 0,0"
+ id="path150"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-48"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.015625,-1.515625 c 0,0.5 -0.183594,0.890625 -0.546875,1.171875 -0.367188,0.28125 -0.859375,0.421875 -1.484375,0.421875 -0.679687,0 -1.199219,-0.0859375 -1.5625,-0.265625 l 0,-0.640625 c 0.226563,0.105469 0.476563,0.1875 0.75,0.25 C 1.453125,-0.523438 1.726562,-0.5 2,-0.5 c 0.445312,0 0.78125,-0.082031 1,-0.25 0.226562,-0.175781 0.34375,-0.410156 0.34375,-0.703125 0,-0.195313 -0.042969,-0.359375 -0.125,-0.484375 C 3.132812,-2.070312 3,-2.191406 2.8125,-2.296875 2.632812,-2.398438 2.351562,-2.519531 1.96875,-2.65625 1.4375,-2.84375 1.054688,-3.066406 0.828125,-3.328125 c -0.230469,-0.257813 -0.34375,-0.601563 -0.34375,-1.03125 0,-0.4375 0.164063,-0.785156 0.5,-1.046875 0.332031,-0.257812 0.769531,-0.390625 1.3125,-0.390625 0.570313,0 1.09375,0.105469 1.5625,0.3125 L 3.65625,-4.90625 c -0.46875,-0.195312 -0.929688,-0.296875 -1.375,-0.296875 -0.355469,0 -0.632812,0.078125 -0.828125,0.234375 -0.199219,0.148438 -0.296875,0.355469 -0.296875,0.625 0,0.199219 0.035156,0.359375 0.109375,0.484375 0.070313,0.125 0.195313,0.242187 0.375,0.34375 0.175781,0.105469 0.441406,0.226563 0.796875,0.359375 0.59375,0.210938 1.003906,0.4375 1.234375,0.6875 0.226563,0.242188 0.34375,0.558594 0.34375,0.953125 z m 0,0"
+ id="path153"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-49"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.171875,1.921875 c -0.25,0 -0.453125,-0.03125 -0.609375,-0.09375 l 0,-0.53125 C -0.257812,1.347656 -0.0820312,1.375 0.09375,1.375 0.300781,1.375 0.453125,1.316406 0.546875,1.203125 0.640625,1.097656 0.6875,0.929688 0.6875,0.703125 l 0,-4.984375 0.65625,0 0,4.9375 C 1.34375,1.5 0.953125,1.921875 0.171875,1.921875 z M 0.640625,-5.4375 c 0,-0.15625 0.035156,-0.265625 0.109375,-0.328125 C 0.820312,-5.835938 0.910156,-5.875 1.015625,-5.875 c 0.101563,0 0.191406,0.039062 0.265625,0.109375 0.082031,0.074219 0.125,0.183594 0.125,0.328125 0,0.148438 -0.042969,0.257812 -0.125,0.328125 -0.074219,0.0625 -0.164062,0.09375 -0.265625,0.09375 -0.105469,0 -0.195313,-0.03125 -0.265625,-0.09375 C 0.675781,-5.179688 0.640625,-5.289062 0.640625,-5.4375 z m 0,0"
+ id="path156"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-50"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 5.25,0 4.484375,0 1.375,-4.796875 l -0.03125,0 c 0.039062,0.5625 0.0625,1.078125 0.0625,1.546875 l 0,3.25 -0.625,0 0,-5.71875 0.75,0 3.125,4.78125 0.03125,0 C 4.675781,-1.007812 4.660156,-1.234375 4.640625,-1.609375 4.628906,-1.992188 4.625,-2.269531 4.625,-2.4375 l 0,-3.28125 0.625,0 z m 0,0"
+ id="path159"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph0-51"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.40625,-4.046875 c 0,0.574219 -0.199219,1.015625 -0.59375,1.328125 C 3.414062,-2.40625 2.851562,-2.25 2.125,-2.25 l -0.671875,0 0,2.25 -0.671875,0 0,-5.71875 1.484375,0 c 1.425781,0 2.140625,0.558594 2.140625,1.671875 z m -2.953125,1.234375 0.59375,0 c 0.59375,0 1.019531,-0.09375 1.28125,-0.28125 0.257813,-0.195312 0.390625,-0.503906 0.390625,-0.921875 0,-0.375 -0.125,-0.65625 -0.375,-0.84375 -0.242188,-0.1875 -0.625,-0.28125 -1.15625,-0.28125 l -0.734375,0 z m 0,0"
+ id="path162"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-0"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d=""
+ id="path165"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-1"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.375,-9.09375 c 1.632812,0 2.890625,0.402344 3.765625,1.203125 0.875,0.792969 1.3125,1.898437 1.3125,3.3125 0,1.40625 -0.429687,2.523437 -1.28125,3.34375 C 7.328125,-0.410156 6.03125,0 4.28125,0 l -3.015625,0 0,-9.09375 z m 3.53125,4.546875 c 0,-2.082031 -1.195312,-3.125 -3.578125,-3.125 l -1.53125,0 0,6.234375 1.703125,0 c 1.101562,0 1.945312,-0.257812 2.53125,-0.78125 0.582031,-0.53125 0.875,-1.304688 0.875,-2.328125 z m 0,0"
+ id="path168"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-2"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.515625,0 -1.46875,0 0,-6.921875 1.46875,0 z m -1.375,-8.28125 C 0.960938,-8.46875 0.875,-8.6875 0.875,-8.9375 c 0,-0.257812 0.085938,-0.476562 0.265625,-0.65625 0.1875,-0.175781 0.40625,-0.265625 0.65625,-0.265625 0.25,0 0.460937,0.089844 0.640625,0.265625 0.1875,0.179688 0.28125,0.398438 0.28125,0.65625 0,0.25 -0.09375,0.46875 -0.28125,0.65625 -0.179688,0.179688 -0.390625,0.265625 -0.640625,0.265625 -0.25,0 -0.46875,-0.085937 -0.65625,-0.265625 z m 0,0"
+ id="path171"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-3"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 7.453125,-6.921875 0,6.03125 c 0,1.226563 -0.335937,2.144531 -1,2.75 -0.667969,0.613281 -1.523437,0.921875 -2.5625,0.921875 -1.03125,0 -1.96875,-0.324219 -2.8125,-0.96875 l 0.6875,-1.109375 C 2.441406,1.210938 3.125,1.46875 3.8125,1.46875 4.5,1.46875 5.046875,1.289062 5.453125,0.9375 5.859375,0.582031 6.0625,0.015625 6.0625,-0.765625 l 0,-0.890625 C 5.84375,-1.25 5.53125,-0.921875 5.125,-0.671875 4.726562,-0.429688 4.273438,-0.3125 3.765625,-0.3125 2.847656,-0.3125 2.09375,-0.628906 1.5,-1.265625 0.914062,-1.910156 0.625,-2.707031 0.625,-3.65625 c 0,-0.957031 0.289062,-1.753906 0.875,-2.390625 0.59375,-0.644531 1.347656,-0.96875 2.265625,-0.96875 0.914063,0 1.660156,0.375 2.234375,1.125 l 0,-1.03125 z m -5.40625,3.203125 c 0,0.5625 0.175781,1.054688 0.53125,1.46875 C 2.929688,-1.84375 3.40625,-1.640625 4,-1.640625 c 0.59375,0 1.070312,-0.195313 1.4375,-0.59375 C 5.8125,-2.628906 6,-3.125 6,-3.71875 c 0,-0.59375 -0.1875,-1.09375 -0.5625,-1.5 -0.375,-0.414062 -0.859375,-0.625 -1.453125,-0.625 -0.585937,0 -1.054687,0.214844 -1.40625,0.640625 -0.355469,0.417969 -0.53125,0.914063 -0.53125,1.484375 z m 0,0"
+ id="path174"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-4"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.84375,-5.75 0,3.515625 c 0,0.335937 0.082031,0.601563 0.25,0.796875 0.175781,0.1875 0.421875,0.28125 0.734375,0.28125 0.3125,0 0.613281,-0.148438 0.90625,-0.453125 l 0.59375,1.03125 C 4.816406,-0.117188 4.25,0.109375 3.625,0.109375 c -0.617188,0 -1.140625,-0.210937 -1.578125,-0.640625 -0.4375,-0.4375 -0.65625,-1.019531 -0.65625,-1.75 l 0,-3.46875 -0.875,0 0,-1.171875 0.875,0 0,-2.171875 1.453125,0 0,2.171875 1.828125,0 0,1.171875 z m 0,0"
+ id="path177"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-5"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 6.65625,0 -1.328125,0 0,-0.921875 C 4.753906,-0.234375 3.988281,0.109375 3.03125,0.109375 2.3125,0.109375 1.710938,-0.09375 1.234375,-0.5 0.765625,-0.914062 0.53125,-1.460938 0.53125,-2.140625 c 0,-0.675781 0.25,-1.179687 0.75,-1.515625 C 1.789062,-4 2.472656,-4.171875 3.328125,-4.171875 l 1.890625,0 0,-0.265625 c 0,-0.914062 -0.515625,-1.375 -1.546875,-1.375 -0.636719,0 -1.304687,0.234375 -2,0.703125 L 1.03125,-6.015625 c 0.832031,-0.664063 1.785156,-1 2.859375,-1 0.8125,0 1.472656,0.210937 1.984375,0.625 0.519531,0.40625 0.78125,1.054687 0.78125,1.9375 z m -1.453125,-2.578125 0,-0.578125 -1.640625,0 c -1.054688,0 -1.578125,0.328125 -1.578125,0.984375 0,0.34375 0.128906,0.605469 0.390625,0.78125 0.257812,0.179687 0.617188,0.265625 1.078125,0.265625 0.46875,0 0.875,-0.128906 1.21875,-0.390625 0.351563,-0.257813 0.53125,-0.613281 0.53125,-1.0625 z m 0,0"
+ id="path180"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-6"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.515625,0 -1.46875,0 0,-9.640625 1.46875,0 z m 0,0"
+ id="path183"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-7"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d=""
+ id="path186"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-8"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.796875,-7.65625 0,2.5 4.03125,0 0,1.40625 -4.03125,0 0,3.75 -1.53125,0 0,-9.09375 6.046875,0 0,1.4375 z m 0,0"
+ id="path189"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-9"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.6875,-5.546875 c -0.730469,0 -1.277344,0.234375 -1.640625,0.703125 -0.355469,0.46875 -0.53125,1.09375 -0.53125,1.875 l 0,2.96875 -1.46875,0 0,-6.921875 1.46875,0 0,1.390625 c 0.226563,-0.425781 0.539063,-0.773438 0.9375,-1.046875 0.40625,-0.28125 0.835937,-0.425781 1.296875,-0.4375 l 0.015625,1.46875 c -0.03125,0 -0.058594,0 -0.078125,0 z m 0,0"
+ id="path192"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-10"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 7.484375,-2.828125 -5.421875,0 c 0.039062,0.511719 0.269531,0.921875 0.6875,1.234375 0.425781,0.304688 0.914062,0.453125 1.46875,0.453125 0.863281,0 1.519531,-0.273437 1.96875,-0.828125 l 0.828125,0.921875 c -0.742187,0.773437 -1.710937,1.15625 -2.90625,1.15625 -0.96875,0 -1.796875,-0.320313 -2.484375,-0.96875 -0.679688,-0.644531 -1.015625,-1.507813 -1.015625,-2.59375 0,-1.09375 0.34375,-1.957031 1.03125,-2.59375 0.695313,-0.644531 1.515625,-0.96875 2.453125,-0.96875 0.945312,0 1.75,0.289063 2.40625,0.859375 0.65625,0.5625 0.984375,1.339844 0.984375,2.328125 z M 2.0625,-3.96875 l 3.96875,0 c 0,-0.582031 -0.183594,-1.023438 -0.546875,-1.328125 -0.367187,-0.3125 -0.8125,-0.46875 -1.34375,-0.46875 -0.53125,0 -1.011719,0.164063 -1.4375,0.484375 C 2.273438,-4.957031 2.0625,-4.519531 2.0625,-3.96875 z m 0,0"
+ id="path195"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-11"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 3.875,0.109375 C 3,0.109375 2.234375,-0.21875 1.578125,-0.875 0.929688,-1.539062 0.609375,-2.410156 0.609375,-3.484375 c 0,-1.070313 0.332031,-1.925781 1,-2.5625 0.664063,-0.644531 1.457031,-0.96875 2.375,-0.96875 0.925781,0 1.675781,0.390625 2.25,1.171875 l 0,-3.796875 1.453125,0 0,9.640625 -1.453125,0 0,-1.046875 C 5.691406,-0.273438 4.90625,0.109375 3.875,0.109375 z m -1.8125,-3.53125 c 0,0.65625 0.210938,1.195313 0.640625,1.609375 0.425781,0.417969 0.925781,0.625 1.5,0.625 0.570313,0 1.054687,-0.207031 1.453125,-0.625 C 6.050781,-2.226562 6.25,-2.765625 6.25,-3.421875 6.25,-4.085938 6.050781,-4.640625 5.65625,-5.078125 5.257812,-5.523438 4.769531,-5.75 4.1875,-5.75 c -0.585938,0 -1.085938,0.226562 -1.5,0.671875 -0.417969,0.4375 -0.625,0.992187 -0.625,1.65625 z m 0,0"
+ id="path198"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-12"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.65625,-1.828125 c 0.414062,0.417969 0.941406,0.625 1.578125,0.625 0.632813,0 1.15625,-0.207031 1.5625,-0.625 0.414063,-0.414063 0.625,-0.957031 0.625,-1.625 0,-0.664063 -0.210937,-1.207031 -0.625,-1.625 -0.40625,-0.425781 -0.929687,-0.640625 -1.5625,-0.640625 -0.636719,0 -1.164063,0.214844 -1.578125,0.640625 -0.40625,0.417969 -0.609375,0.960937 -0.609375,1.625 0,0.667969 0.203125,1.210937 0.609375,1.625 z m 4.171875,0.90625 c -0.6875,0.6875 -1.554687,1.03125 -2.59375,1.03125 -1.042969,0 -1.914063,-0.34375 -2.609375,-1.03125 -0.6875,-0.695313 -1.03125,-1.539063 -1.03125,-2.53125 0,-1 0.34375,-1.84375 1.03125,-2.53125 0.695312,-0.6875 1.566406,-1.03125 2.609375,-1.03125 1.039063,0 1.90625,0.34375 2.59375,1.03125 0.695313,0.6875 1.046875,1.53125 1.046875,2.53125 0,0.992187 -0.351562,1.835937 -1.046875,2.53125 z m 0,0"
+ id="path201"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-13"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.515625,-3.75 0,3.75 -1.46875,0 0,-6.921875 1.46875,0 0,1.265625 c 0.207031,-0.425781 0.519531,-0.757812 0.9375,-1 0.414063,-0.238281 0.867187,-0.359375 1.359375,-0.359375 1.09375,0 1.832031,0.449219 2.21875,1.34375 0.6875,-0.894531 1.539062,-1.34375 2.5625,-1.34375 0.78125,0 1.410156,0.242187 1.890625,0.71875 0.476563,0.46875 0.71875,1.15625 0.71875,2.0625 L 12.203125,0 10.75,0 l 0,-3.796875 c 0,-1.269531 -0.527344,-1.90625 -1.578125,-1.90625 -0.5,0 -0.9375,0.15625 -1.3125,0.46875 -0.367187,0.3125 -0.554687,0.777344 -0.5625,1.390625 l 0,3.84375 -1.453125,0 0,-3.796875 c 0,-0.65625 -0.121094,-1.132813 -0.359375,-1.4375 -0.230469,-0.3125 -0.601563,-0.46875 -1.109375,-0.46875 -0.5,0 -0.9375,0.167969 -1.3125,0.5 C 2.695312,-4.867188 2.515625,-4.382812 2.515625,-3.75 z m 0,0"
+ id="path204"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-14"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 2.546875,-2.0625 1.640625,0 0,0 l 4,-9.09375 1.640625,0 4,9.09375 -1.625,0 -0.921875,-2.0625 z m 3.921875,-1.421875 -1.640625,-3.75 -1.65625,3.75 z m 0,0"
+ id="path207"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-15"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.125,0.109375 c -0.96875,0 -1.804688,-0.328125 -2.5,-0.984375 -0.6875,-0.65625 -1.03125,-1.507812 -1.03125,-2.5625 0,-1.0625 0.359375,-1.921875 1.078125,-2.578125 0.726563,-0.664063 1.613281,-1 2.65625,-1 1.039063,0 1.921875,0.359375 2.640625,1.078125 l -0.859375,1.046875 c -0.59375,-0.519531 -1.199219,-0.78125 -1.8125,-0.78125 -0.605469,0 -1.132813,0.203125 -1.578125,0.609375 -0.449219,0.40625 -0.671875,0.929688 -0.671875,1.5625 0,0.636719 0.21875,1.179688 0.65625,1.625 0.445313,0.4375 0.992187,0.65625 1.640625,0.65625 0.644531,0 1.253906,-0.296875 1.828125,-0.890625 l 0.859375,0.9375 C 6.1875,-0.316406 5.21875,0.109375 4.125,0.109375 z m 0,0"
+ id="path210"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-16"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 4.09375,-2.546875 6.125,-9.09375 l 1.375,0 2.03125,6.546875 2.28125,-6.546875 1.65625,0 L 10.296875,0 8.78125,0 6.859375,-6.234375 l -0.09375,0 L 4.84375,0 3.328125,0 0.15625,-9.09375 l 1.65625,0 z m 0,0"
+ id="path213"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-17"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.015625,-7.890625 c -0.449219,0 -0.820313,0.09375 -1.109375,0.28125 -0.28125,0.179687 -0.421875,0.453125 -0.421875,0.828125 0,0.367188 0.140625,0.648438 0.421875,0.84375 0.289062,0.1875 0.898438,0.398438 1.828125,0.625 0.9375,0.21875 1.640625,0.539062 2.109375,0.953125 0.46875,0.40625 0.703125,1.007813 0.703125,1.796875 0,0.792969 -0.296875,1.4375 -0.890625,1.9375 -0.59375,0.492188 -1.382812,0.734375 -2.359375,0.734375 -1.417969,0 -2.679687,-0.488281 -3.78125,-1.46875 l 0.96875,-1.15625 c 0.914063,0.792969 1.867187,1.1875 2.859375,1.1875 0.488281,0 0.878906,-0.101563 1.171875,-0.3125 0.289063,-0.21875 0.4375,-0.5 0.4375,-0.84375 0,-0.351563 -0.136719,-0.625 -0.40625,-0.8125 -0.273437,-0.195313 -0.742187,-0.375 -1.40625,-0.53125 C 3.472656,-3.992188 2.960938,-4.144531 2.609375,-4.28125 2.265625,-4.414062 1.957031,-4.59375 1.6875,-4.8125 1.15625,-5.21875 0.890625,-5.835938 0.890625,-6.671875 c 0,-0.84375 0.300781,-1.492187 0.90625,-1.953125 0.613281,-0.457031 1.367187,-0.6875 2.265625,-0.6875 0.582031,0 1.160156,0.101562 1.734375,0.296875 0.570313,0.1875 1.066406,0.453125 1.484375,0.796875 L 6.46875,-7.0625 C 6.195312,-7.300781 5.832031,-7.5 5.375,-7.65625 4.914062,-7.8125 4.460938,-7.890625 4.015625,-7.890625 z m 0,0"
+ id="path216"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-18"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 5.890625,-3.171875 0,-3.75 1.453125,0 0,6.921875 -1.453125,0 0,-1.265625 C 5.648438,-0.835938 5.320312,-0.5 4.90625,-0.25 4.5,-0.0078125 4.0625,0.109375 3.59375,0.109375 c -0.78125,0 -1.417969,-0.238281 -1.90625,-0.71875 -0.480469,-0.476563 -0.71875,-1.164063 -0.71875,-2.0625 l 0,-4.25 1.46875,0 0,3.796875 c 0,1.28125 0.523438,1.921875 1.578125,1.921875 0.5,0 0.9375,-0.164063 1.3125,-0.5 0.375,-0.332031 0.5625,-0.820313 0.5625,-1.46875 z m 0,0"
+ id="path219"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-19"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 5.984375,-2.0625 c 0,0.65625 -0.242187,1.183594 -0.71875,1.578125 -0.480469,0.3984375 -1.089844,0.59375 -1.828125,0.59375 -0.511719,0 -1.039062,-0.0898438 -1.578125,-0.265625 -0.542969,-0.1875 -1.023437,-0.445312 -1.4375,-0.78125 L 1.125,-2.0625 c 0.8125,0.605469 1.59375,0.90625 2.34375,0.90625 0.332031,0 0.59375,-0.070312 0.78125,-0.21875 0.1875,-0.15625 0.28125,-0.351562 0.28125,-0.59375 0,-0.34375 -0.460938,-0.65625 -1.375,-0.9375 C 3.09375,-2.925781 3.039062,-2.941406 3,-2.953125 1.5625,-3.335938 0.84375,-3.988281 0.84375,-4.90625 c 0,-0.632812 0.25,-1.144531 0.75,-1.53125 0.5,-0.382812 1.144531,-0.578125 1.9375,-0.578125 0.800781,0 1.554688,0.234375 2.265625,0.703125 L 5.25,-5.234375 c -0.5625,-0.375 -1.171875,-0.5625 -1.828125,-0.5625 -0.34375,0 -0.625,0.0625 -0.84375,0.1875 -0.21875,0.125 -0.328125,0.3125 -0.328125,0.5625 0,0.230469 0.113281,0.398437 0.34375,0.5 0.15625,0.074219 0.375,0.148437 0.65625,0.21875 0.28125,0.074219 0.523438,0.148437 0.734375,0.21875 0.21875,0.0625 0.425781,0.140625 0.625,0.234375 0.207031,0.085938 0.429687,0.203125 0.671875,0.359375 0.46875,0.304687 0.703125,0.789063 0.703125,1.453125 z m 0,0"
+ id="path222"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-20"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.515625,-3.75 0,3.75 -1.46875,0 0,-6.921875 1.46875,0 0,1.265625 c 0.226563,-0.425781 0.546875,-0.757812 0.953125,-1 0.414062,-0.238281 0.863281,-0.359375 1.34375,-0.359375 0.78125,0 1.410156,0.242187 1.890625,0.71875 0.476563,0.46875 0.71875,1.15625 0.71875,2.0625 l 0,4.234375 -1.453125,0 0,-3.796875 c 0,-1.269531 -0.53125,-1.90625 -1.59375,-1.90625 -0.5,0 -0.9375,0.167969 -1.3125,0.5 C 2.695312,-4.867188 2.515625,-4.382812 2.515625,-3.75 z m 0,0"
+ id="path225"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-21"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 4.75,-7.015625 c 0.9375,0 1.734375,0.324219 2.390625,0.96875 0.65625,0.636719 0.984375,1.492187 0.984375,2.5625 0,1.0625 -0.328125,1.929687 -0.984375,2.59375 -0.65625,0.667969 -1.421875,1 -2.296875,1 -0.867188,0 -1.640625,-0.382813 -2.328125,-1.15625 l 0,1.046875 -1.46875,0 0,-9.640625 1.46875,0 0,3.9375 c 0.5625,-0.875 1.304687,-1.3125 2.234375,-1.3125 z M 2.484375,-3.4375 c 0,0.65625 0.195313,1.195312 0.59375,1.609375 0.394531,0.417969 0.878906,0.625 1.453125,0.625 0.570312,0 1.070312,-0.203125 1.5,-0.609375 0.425781,-0.414062 0.640625,-0.957031 0.640625,-1.625 0,-0.664062 -0.210937,-1.21875 -0.625,-1.65625 -0.417969,-0.4375 -0.917969,-0.65625 -1.5,-0.65625 -0.585937,0 -1.074219,0.21875 -1.46875,0.65625 -0.398437,0.4375 -0.59375,0.992188 -0.59375,1.65625 z m 0,0"
+ id="path228"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-22"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="M 1.921875,2.75 C 1.285156,2.75 0.710938,2.519531 0.203125,2.0625 L 0.875,0.890625 C 1.175781,1.171875 1.488281,1.3125 1.8125,1.3125 2.132812,1.3125 2.394531,1.191406 2.59375,0.953125 2.800781,0.722656 2.90625,0.46875 2.90625,0.1875 c 0,-0.1171875 -0.933594,-2.484375 -2.796875,-7.109375 l 1.5625,0 L 3.75,-1.8125 l 2.0625,-5.109375 1.5625,0 -3.359375,8.21875 C 3.816406,1.742188 3.53125,2.097656 3.15625,2.359375 2.78125,2.617188 2.367188,2.75 1.921875,2.75 z m 0,0"
+ id="path231"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-23"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 7.734375,-6.9375 c -0.617187,-0.644531 -1.375,-0.96875 -2.28125,-0.96875 -0.898437,0 -1.65625,0.324219 -2.28125,0.96875 C 2.554688,-6.300781 2.25,-5.523438 2.25,-4.609375 c 0,0.917969 0.304688,1.699219 0.921875,2.34375 0.625,0.636719 1.382813,0.953125 2.28125,0.953125 0.90625,0 1.664063,-0.316406 2.28125,-0.953125 0.625,-0.644531 0.9375,-1.425781 0.9375,-2.34375 0,-0.914063 -0.3125,-1.691406 -0.9375,-2.328125 z m 1.125,5.6875 c -0.917969,0.898438 -2.054687,1.34375 -3.40625,1.34375 -1.34375,0 -2.480469,-0.445312 -3.40625,-1.34375 -0.917969,-0.894531 -1.375,-2.007812 -1.375,-3.34375 0,-1.34375 0.457031,-2.460938 1.375,-3.359375 0.925781,-0.90625 2.0625,-1.359375 3.40625,-1.359375 1.351563,0 2.488281,0.453125 3.40625,1.359375 C 9.785156,-7.054688 10.25,-5.9375 10.25,-4.59375 c 0,1.335938 -0.464844,2.449219 -1.390625,3.34375 z m 0,0"
+ id="path234"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-24"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 5.40625,-1.390625 c 0.53125,0 0.984375,-0.085937 1.359375,-0.265625 0.382813,-0.175781 0.785156,-0.460938 1.203125,-0.859375 L 8.953125,-1.5 c -0.960937,1.074219 -2.125,1.609375 -3.5,1.609375 -1.375,0 -2.515625,-0.441406 -3.421875,-1.328125 C 1.125,-2.101562 0.671875,-3.222656 0.671875,-4.578125 c 0,-1.351563 0.457031,-2.476563 1.375,-3.375 0.925781,-0.90625 2.09375,-1.359375 3.5,-1.359375 1.414063,0 2.597656,0.523438 3.546875,1.5625 l -0.984375,1.0625 c -0.429687,-0.414062 -0.835937,-0.703125 -1.21875,-0.859375 -0.386719,-0.164063 -0.839844,-0.25 -1.359375,-0.25 -0.929688,0 -1.703125,0.296875 -2.328125,0.890625 C 2.585938,-6.3125 2.28125,-5.550781 2.28125,-4.625 c 0,0.917969 0.304688,1.6875 0.921875,2.3125 0.625,0.617188 1.359375,0.921875 2.203125,0.921875 z m 0,0"
+ id="path237"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-25"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 5.234375,0 -3.96875,0 0,-9.09375 3.53125,0 c 0.613281,0 1.144531,0.078125 1.59375,0.234375 0.445313,0.148437 0.78125,0.34375 1,0.59375 0.414063,0.46875 0.625,0.996094 0.625,1.578125 0,0.71875 -0.230469,1.25 -0.6875,1.59375 -0.167969,0.125 -0.28125,0.203125 -0.34375,0.234375 -0.054687,0.023437 -0.15625,0.070313 -0.3125,0.140625 0.5625,0.125 1.007813,0.382812 1.34375,0.765625 0.332031,0.386719 0.5,0.867187 0.5,1.4375 0,0.625 -0.21875,1.183594 -0.65625,1.671875 C 7.347656,-0.28125 6.472656,0 5.234375,0 z m -2.4375,-5.3125 1.953125,0 c 1.101562,0 1.65625,-0.378906 1.65625,-1.140625 C 6.40625,-6.878906 6.269531,-7.1875 6,-7.375 5.738281,-7.570312 5.328125,-7.671875 4.765625,-7.671875 l -1.96875,0 z m 0,3.890625 2.40625,0 c 0.5625,0 0.988281,-0.085937 1.28125,-0.265625 0.300781,-0.175781 0.453125,-0.507812 0.453125,-1 C 6.9375,-3.5 6.289062,-3.90625 5,-3.90625 l -2.203125,0 z m 0,0"
+ id="path240"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-26"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 2.796875,0 -1.53125,0 0,-9.09375 2.390625,0 2.734375,5.71875 2.75,-5.71875 2.375,0 0,9.09375 -1.53125,0 0,-7.09375 -3.171875,6.296875 -0.859375,0 -3.15625,-6.296875 z m 0,0"
+ id="path243"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-27"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.046875,0.328125 0,-7.25 1.46875,0 0,7.296875 c 0,0.726562 -0.21875,1.304688 -0.65625,1.734375 C 1.421875,2.535156 0.890625,2.75 0.265625,2.75 -0.347656,2.75 -0.914062,2.519531 -1.4375,2.0625 L -0.75,0.96875 c 0.292969,0.289062 0.585938,0.4375 0.875,0.4375 0.300781,0 0.53125,-0.101562 0.6875,-0.296875 0.15625,-0.1875 0.234375,-0.449219 0.234375,-0.78125 z m 0.0625,-8.609375 C 0.929688,-8.46875 0.84375,-8.6875 0.84375,-8.9375 c 0,-0.257812 0.085938,-0.476562 0.265625,-0.65625 0.1875,-0.175781 0.40625,-0.265625 0.65625,-0.265625 0.25,0 0.460937,0.089844 0.640625,0.265625 0.1875,0.179688 0.28125,0.398438 0.28125,0.65625 0,0.25 -0.09375,0.46875 -0.28125,0.65625 -0.179688,0.179688 -0.390625,0.265625 -0.640625,0.265625 -0.25,0 -0.46875,-0.085937 -0.65625,-0.265625 z m 0,0"
+ id="path246"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-28"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 1.265625,0 0,-9.09375 1.53125,0 0,7.640625 4.140625,0 0,1.453125 z m 0,0"
+ id="path249"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-29"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 0.828125,-5.640625 0,-1.25 5.40625,0 0,1.3125 -3.875,4.3125 4.09375,0 0,1.265625 -5.875,0 0,-1.421875 3.78125,-4.21875 z m 0,0"
+ id="path252"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-30"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 8.078125,-9.09375 1.53125,0 0,9.09375 -1.671875,0 -5.140625,-6.625 0,6.625 -1.53125,0 0,-9.09375 1.53125,0 5.28125,6.796875 z m 0,0"
+ id="path255"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ <symbol
+ overflow="visible"
+ id="glyph1-31"
+ style="overflow:visible">
+ <path
+ style="stroke:none"
+ d="m 3.296875,-2.078125 c 0.414063,0.480469 0.976563,0.71875 1.6875,0.71875 0.71875,0 1.285156,-0.238281 1.703125,-0.71875 0.414062,-0.488281 0.625,-1.148437 0.625,-1.984375 l 0,-5.03125 1.53125,0 0,5.109375 c 0,1.304687 -0.359375,2.308594 -1.078125,3.015625 -0.71875,0.710938 -1.648437,1.0625 -2.78125,1.0625 -1.125,0 -2.046875,-0.351562 -2.765625,-1.0625 C 1.5,-1.675781 1.140625,-2.679688 1.140625,-3.984375 l 0,-5.109375 1.53125,0 0,5.03125 c 0,0.835938 0.207031,1.496094 0.625,1.984375 z m 0,0"
+ id="path258"
+ inkscape:connector-curvature="0" />
+ </symbol>
+ </g>
+ <clipPath
+ id="clip1">
+ <path
+ d="m 54,54 503.99609,0 0,661.70703 -503.99609,0 z m 0,0"
+ id="path261"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ </defs>
+ <g
+ id="g5397"
+ transform="translate(-60.130558,-63.01162)">
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g268">
+ <use
+ xlink:href="#glyph0-1"
+ x="60.554745"
+ y="70.36599"
+ id="use270"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="65.131882"
+ y="70.36599"
+ id="use272"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="69.709015"
+ y="70.36599"
+ id="use274"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-4"
+ x="74.286148"
+ y="70.36599"
+ id="use276"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g278">
+ <use
+ xlink:href="#glyph0-5"
+ x="78.478516"
+ y="70.36599"
+ id="use280"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-6"
+ x="80.554665"
+ y="70.36599"
+ id="use282"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g284">
+ <use
+ xlink:href="#glyph0-7"
+ x="84.554642"
+ y="70.36599"
+ id="use286"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="89.396309"
+ y="70.36599"
+ id="use288"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="92.22596"
+ y="70.36599"
+ id="use290"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="96.722931"
+ y="70.36599"
+ id="use292"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g294">
+ <use
+ xlink:href="#glyph0-11"
+ x="59.396183"
+ y="80.385994"
+ id="use296"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-12"
+ x="63.97332"
+ y="80.385994"
+ id="use298"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g300">
+ <use
+ xlink:href="#glyph0-11"
+ x="66.097557"
+ y="80.385994"
+ id="use302"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-13"
+ x="70.67469"
+ y="80.385994"
+ id="use304"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="77.905128"
+ y="80.385994"
+ id="use306"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g308">
+ <use
+ xlink:href="#glyph0-6"
+ x="79.973251"
+ y="80.385994"
+ id="use310"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g312">
+ <use
+ xlink:href="#glyph0-14"
+ x="83.973236"
+ y="80.385994"
+ id="use314"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="85.993271"
+ y="80.385994"
+ id="use316"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-15"
+ x="90.490242"
+ y="80.385994"
+ id="use318"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g320">
+ <use
+ xlink:href="#glyph0-10"
+ x="96.710655"
+ y="80.385994"
+ id="use322"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g324">
+ <use
+ xlink:href="#glyph0-16"
+ x="107.54436"
+ y="70.36599"
+ id="use326"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="111.68062"
+ y="70.36599"
+ id="use328"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-17"
+ x="116.17759"
+ y="70.36599"
+ id="use330"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g332">
+ <use
+ xlink:href="#glyph0-5"
+ x="121.07537"
+ y="70.36599"
+ id="use334"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g336">
+ <use
+ xlink:href="#glyph0-11"
+ x="123.14349"
+ y="70.36599"
+ id="use338"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="127.72063"
+ y="70.36599"
+ id="use340"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-18"
+ x="132.29776"
+ y="70.36599"
+ id="use342"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="134.26169"
+ y="70.36599"
+ id="use344"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g346">
+ <use
+ xlink:href="#glyph0-2"
+ x="136.32982"
+ y="70.36599"
+ id="use348"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="140.90695"
+ y="70.36599"
+ id="use350"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-11"
+ x="145.48409"
+ y="70.36599"
+ id="use352"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g354">
+ <use
+ xlink:href="#glyph0-19"
+ x="150.05321"
+ y="70.36599"
+ id="use356"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g358">
+ <use
+ xlink:href="#glyph0-20"
+ x="126.4571"
+ y="80.385994"
+ id="use360"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-21"
+ x="131.03424"
+ y="80.385994"
+ id="use362"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g364">
+ <use
+ xlink:href="#glyph0-11"
+ x="133.15848"
+ y="80.385994"
+ id="use366"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-22"
+ x="137.73561"
+ y="80.385994"
+ id="use368"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="142.31274"
+ y="80.385994"
+ id="use370"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g372">
+ <use
+ xlink:href="#glyph0-24"
+ x="147.21053"
+ y="80.385994"
+ id="use374"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g376">
+ <use
+ xlink:href="#glyph1-1"
+ x="164.96104"
+ y="72.870995"
+ id="use378"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="174.7556"
+ y="72.870995"
+ id="use380"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-3"
+ x="178.18744"
+ y="72.870995"
+ id="use382"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="186.3788"
+ y="72.870995"
+ id="use384"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-4"
+ x="189.81064"
+ y="72.870995"
+ id="use386"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g388">
+ <use
+ xlink:href="#glyph1-5"
+ x="195.05862"
+ y="72.870995"
+ id="use390"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g392">
+ <use
+ xlink:href="#glyph1-6"
+ x="202.39827"
+ y="72.870995"
+ id="use394"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g396">
+ <use
+ xlink:href="#glyph1-7"
+ x="205.84264"
+ y="72.870995"
+ id="use398"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-8"
+ x="209.27449"
+ y="72.870995"
+ id="use400"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-9"
+ x="216.83958"
+ y="72.870995"
+ id="use402"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-10"
+ x="221.81201"
+ y="72.870995"
+ id="use404"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-10"
+ x="229.55246"
+ y="72.870995"
+ id="use406"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-11"
+ x="237.29291"
+ y="72.870995"
+ id="use408"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-12"
+ x="245.70972"
+ y="72.870995"
+ id="use410"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-13"
+ x="253.87601"
+ y="72.870995"
+ id="use412"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="266.57635"
+ y="72.870995"
+ id="use414"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-14"
+ x="270.00821"
+ y="72.870995"
+ id="use416"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-15"
+ x="279.30176"
+ y="72.870995"
+ id="use418"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-4"
+ x="286.51617"
+ y="72.870995"
+ id="use420"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g422">
+ <use
+ xlink:href="#glyph0-25"
+ x="164.96104"
+ y="85.312492"
+ id="use424"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-26"
+ x="170.02716"
+ y="85.312492"
+ id="use426"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g428">
+ <use
+ xlink:href="#glyph0-8"
+ x="173.83476"
+ y="85.312492"
+ id="use430"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g432">
+ <use
+ xlink:href="#glyph0-27"
+ x="179.79866"
+ y="85.312492"
+ id="use434"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g436">
+ <use
+ xlink:href="#glyph0-28"
+ x="187.33369"
+ y="85.312492"
+ id="use438"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-7"
+ x="192.38377"
+ y="85.312492"
+ id="use440"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="197.22545"
+ y="85.312492"
+ id="use442"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g444">
+ <use
+ xlink:href="#glyph0-29"
+ x="202.12321"
+ y="85.312492"
+ id="use446"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="206.15526"
+ y="85.312492"
+ id="use448"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g450">
+ <use
+ xlink:href="#glyph0-14"
+ x="209.41777"
+ y="85.312492"
+ id="use452"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-31"
+ x="211.43781"
+ y="85.312492"
+ id="use454"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g456">
+ <use
+ xlink:href="#glyph0-32"
+ x="215.81454"
+ y="85.312492"
+ id="use458"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="220.72835"
+ y="85.312492"
+ id="use460"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g462">
+ <use
+ xlink:href="#glyph0-27"
+ x="226.68423"
+ y="85.312492"
+ id="use464"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g466">
+ <use
+ xlink:href="#glyph0-28"
+ x="234.22729"
+ y="85.312492"
+ id="use468"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g470">
+ <use
+ xlink:href="#glyph0-30"
+ x="239.26936"
+ y="85.312492"
+ id="use472"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g474">
+ <use
+ xlink:href="#glyph0-14"
+ x="242.53186"
+ y="85.312492"
+ id="use476"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-24"
+ x="244.5519"
+ y="85.312492"
+ id="use478"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-14"
+ x="252.00677"
+ y="85.312492"
+ id="use480"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g482">
+ <use
+ xlink:href="#glyph0-33"
+ x="254.0188"
+ y="85.312492"
+ id="use484"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="258.93259"
+ y="85.312492"
+ id="use486"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="263.3895"
+ y="85.312492"
+ id="use488"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g490">
+ <use
+ xlink:href="#glyph0-5"
+ x="265.40152"
+ y="85.312492"
+ id="use492"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-28"
+ x="267.47766"
+ y="85.312492"
+ id="use494"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g496">
+ <use
+ xlink:href="#glyph0-7"
+ x="272.51971"
+ y="85.312492"
+ id="use498"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-36"
+ x="277.36139"
+ y="85.312492"
+ id="use500"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g502">
+ <use
+ xlink:href="#glyph0-9"
+ x="282.25916"
+ y="85.312492"
+ id="use504"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g506">
+ <use
+ xlink:href="#glyph0-27"
+ x="289.89038"
+ y="85.312492"
+ id="use508"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g510">
+ <use
+ xlink:href="#glyph0-37"
+ x="297.43344"
+ y="85.312492"
+ id="use512"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-14"
+ x="303.2771"
+ y="85.312492"
+ id="use514"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g516">
+ <use
+ xlink:href="#glyph0-31"
+ x="305.28912"
+ y="85.312492"
+ id="use518"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-14"
+ x="309.67389"
+ y="85.312492"
+ id="use520"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g522">
+ <use
+ xlink:href="#glyph0-8"
+ x="311.68588"
+ y="85.312492"
+ id="use524"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="314.51553"
+ y="85.312492"
+ id="use526"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="318.97244"
+ y="85.312492"
+ id="use528"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="320.99246"
+ y="85.312492"
+ id="use530"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g532">
+ <use
+ xlink:href="#glyph0-38"
+ x="323.06061"
+ y="85.312492"
+ id="use534"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g536">
+ <use
+ xlink:href="#glyph0-14"
+ x="328.00647"
+ y="85.312492"
+ id="use538"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-31"
+ x="330.02649"
+ y="85.312492"
+ id="use540"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g542">
+ <use
+ xlink:href="#glyph0-32"
+ x="334.40323"
+ y="85.312492"
+ id="use544"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g546">
+ <use
+ xlink:href="#glyph0-8"
+ x="339.30902"
+ y="85.312492"
+ id="use548"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="342.13867"
+ y="85.312492"
+ id="use550"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g552">
+ <use
+ xlink:href="#glyph0-27"
+ x="349.08853"
+ y="85.312492"
+ id="use554"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g556">
+ <use
+ xlink:href="#glyph0-39"
+ x="356.63159"
+ y="85.312492"
+ id="use558"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="358.86005"
+ y="85.312492"
+ id="use560"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g562">
+ <use
+ xlink:href="#glyph0-8"
+ x="363.76584"
+ y="85.312492"
+ id="use564"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="366.59549"
+ y="85.312492"
+ id="use566"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="371.09247"
+ y="85.312492"
+ id="use568"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g570">
+ <use
+ xlink:href="#glyph0-33"
+ x="374.35498"
+ y="85.312492"
+ id="use572"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="379.26877"
+ y="85.312492"
+ id="use574"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="383.76575"
+ y="85.312492"
+ id="use576"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g578">
+ <use
+ xlink:href="#glyph0-40"
+ x="65.13681"
+ y="107.94099"
+ id="use580"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="69.713943"
+ y="107.94099"
+ id="use582"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-4"
+ x="74.291077"
+ y="107.94099"
+ id="use584"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="78.491463"
+ y="107.94099"
+ id="use586"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g588">
+ <use
+ xlink:href="#glyph0-6"
+ x="80.559593"
+ y="107.94099"
+ id="use590"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g592">
+ <use
+ xlink:href="#glyph0-7"
+ x="84.55957"
+ y="107.94099"
+ id="use594"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="89.401237"
+ y="107.94099"
+ id="use596"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="92.230888"
+ y="107.94099"
+ id="use598"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="96.727859"
+ y="107.94099"
+ id="use600"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g602">
+ <use
+ xlink:href="#glyph0-11"
+ x="59.970249"
+ y="117.961"
+ id="use604"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-1"
+ x="64.547386"
+ y="117.961"
+ id="use606"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="69.124519"
+ y="117.961"
+ id="use608"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-4"
+ x="73.701653"
+ y="117.961"
+ id="use610"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g612">
+ <use
+ xlink:href="#glyph0-5"
+ x="77.89402"
+ y="117.961"
+ id="use614"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-6"
+ x="79.970169"
+ y="117.961"
+ id="use616"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g618">
+ <use
+ xlink:href="#glyph0-14"
+ x="83.970146"
+ y="117.961"
+ id="use620"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g622">
+ <use
+ xlink:href="#glyph0-9"
+ x="85.982162"
+ y="117.961"
+ id="use624"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g626">
+ <use
+ xlink:href="#glyph0-15"
+ x="90.48716"
+ y="117.961"
+ id="use628"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g630">
+ <use
+ xlink:href="#glyph0-10"
+ x="96.707573"
+ y="117.961"
+ id="use632"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g634">
+ <use
+ xlink:href="#glyph0-41"
+ x="114.1513"
+ y="107.94099"
+ id="use636"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="116.29157"
+ y="107.94099"
+ id="use638"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="120.74847"
+ y="107.94099"
+ id="use640"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g642">
+ <use
+ xlink:href="#glyph0-5"
+ x="125.65426"
+ y="107.94099"
+ id="use644"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-11"
+ x="127.7304"
+ y="107.94099"
+ id="use646"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g648">
+ <use
+ xlink:href="#glyph0-18"
+ x="132.29951"
+ y="107.94099"
+ id="use650"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="134.26344"
+ y="107.94099"
+ id="use652"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g654">
+ <use
+ xlink:href="#glyph0-2"
+ x="136.33157"
+ y="107.94099"
+ id="use656"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="140.90871"
+ y="107.94099"
+ id="use658"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-11"
+ x="145.48584"
+ y="107.94099"
+ id="use660"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-19"
+ x="150.06297"
+ y="107.94099"
+ id="use662"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g664">
+ <use
+ xlink:href="#glyph0-11"
+ x="122.32386"
+ y="117.961"
+ id="use666"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-11"
+ x="126.90099"
+ y="117.961"
+ id="use668"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-21"
+ x="131.47813"
+ y="117.961"
+ id="use670"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g672">
+ <use
+ xlink:href="#glyph0-20"
+ x="133.60237"
+ y="117.961"
+ id="use674"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="138.1795"
+ y="117.961"
+ id="use676"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="142.75664"
+ y="117.961"
+ id="use678"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-24"
+ x="147.21353"
+ y="117.961"
+ id="use680"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g682">
+ <use
+ xlink:href="#glyph1-16"
+ x="164.96104"
+ y="110.44599"
+ id="use684"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g686">
+ <use
+ xlink:href="#glyph1-5"
+ x="177.62383"
+ y="110.44599"
+ id="use688"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g690">
+ <use
+ xlink:href="#glyph1-4"
+ x="184.90085"
+ y="110.44599"
+ id="use692"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-10"
+ x="190.13629"
+ y="110.44599"
+ id="use694"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g696">
+ <use
+ xlink:href="#glyph1-9"
+ x="197.88927"
+ y="110.44599"
+ id="use698"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g700">
+ <use
+ xlink:href="#glyph1-7"
+ x="202.84917"
+ y="110.44599"
+ id="use702"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-17"
+ x="206.28102"
+ y="110.44599"
+ id="use704"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g706">
+ <use
+ xlink:href="#glyph1-18"
+ x="214.10915"
+ y="110.44599"
+ id="use708"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g710">
+ <use
+ xlink:href="#glyph1-19"
+ x="222.18776"
+ y="110.44599"
+ id="use712"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-4"
+ x="228.52542"
+ y="110.44599"
+ id="use714"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g716">
+ <use
+ xlink:href="#glyph1-5"
+ x="233.77339"
+ y="110.44599"
+ id="use718"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g720">
+ <use
+ xlink:href="#glyph1-2"
+ x="241.11304"
+ y="110.44599"
+ id="use722"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g724">
+ <use
+ xlink:href="#glyph1-20"
+ x="244.55742"
+ y="110.44599"
+ id="use726"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g728">
+ <use
+ xlink:href="#glyph1-5"
+ x="252.63603"
+ y="110.44599"
+ id="use730"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-21"
+ x="259.98822"
+ y="110.44599"
+ id="use732"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="268.405"
+ y="110.44599"
+ id="use734"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-6"
+ x="271.83685"
+ y="110.44599"
+ id="use736"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="275.26871"
+ y="110.44599"
+ id="use738"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-4"
+ x="278.70056"
+ y="110.44599"
+ id="use740"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g742">
+ <use
+ xlink:href="#glyph1-22"
+ x="283.94855"
+ y="110.44599"
+ id="use744"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="291.13788"
+ y="110.44599"
+ id="use746"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-14"
+ x="294.56973"
+ y="110.44599"
+ id="use748"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-15"
+ x="303.86328"
+ y="110.44599"
+ id="use750"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-4"
+ x="311.0777"
+ y="110.44599"
+ id="use752"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g754">
+ <use
+ xlink:href="#glyph0-25"
+ x="164.96104"
+ y="122.88749"
+ id="use756"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-26"
+ x="170.02716"
+ y="122.88749"
+ id="use758"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g760">
+ <use
+ xlink:href="#glyph0-8"
+ x="173.83476"
+ y="122.88749"
+ id="use762"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g764">
+ <use
+ xlink:href="#glyph0-27"
+ x="179.79866"
+ y="122.88749"
+ id="use766"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g768">
+ <use
+ xlink:href="#glyph0-42"
+ x="187.33369"
+ y="122.88749"
+ id="use770"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g772">
+ <use
+ xlink:href="#glyph0-28"
+ x="192.51204"
+ y="122.88749"
+ id="use774"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g776">
+ <use
+ xlink:href="#glyph0-27"
+ x="200.68835"
+ y="122.88749"
+ id="use778"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g780">
+ <use
+ xlink:href="#glyph0-43"
+ x="208.23141"
+ y="122.88749"
+ id="use782"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="215.64621"
+ y="122.88749"
+ id="use784"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="220.1031"
+ y="122.88749"
+ id="use786"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="222.93275"
+ y="122.88749"
+ id="use788"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="227.42972"
+ y="122.88749"
+ id="use790"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g792">
+ <use
+ xlink:href="#glyph0-40"
+ x="69.343117"
+ y="145.51599"
+ id="use794"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-22"
+ x="73.920258"
+ y="145.51599"
+ id="use796"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="78.497391"
+ y="145.51599"
+ id="use798"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g800">
+ <use
+ xlink:href="#glyph0-6"
+ x="80.565521"
+ y="145.51599"
+ id="use802"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g804">
+ <use
+ xlink:href="#glyph0-7"
+ x="84.565498"
+ y="145.51599"
+ id="use806"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="89.407166"
+ y="145.51599"
+ id="use808"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="92.236809"
+ y="145.51599"
+ id="use810"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="96.733788"
+ y="145.51599"
+ id="use812"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g814">
+ <use
+ xlink:href="#glyph0-11"
+ x="64.176559"
+ y="155.536"
+ id="use816"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="68.753693"
+ y="155.536"
+ id="use818"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="73.330833"
+ y="155.536"
+ id="use820"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="77.907967"
+ y="155.536"
+ id="use822"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g824">
+ <use
+ xlink:href="#glyph0-6"
+ x="79.976089"
+ y="155.536"
+ id="use826"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g828">
+ <use
+ xlink:href="#glyph0-14"
+ x="83.976074"
+ y="155.536"
+ id="use830"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="85.996109"
+ y="155.536"
+ id="use832"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-15"
+ x="90.493088"
+ y="155.536"
+ id="use834"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g836">
+ <use
+ xlink:href="#glyph0-10"
+ x="96.713501"
+ y="155.536"
+ id="use838"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g840">
+ <use
+ xlink:href="#glyph0-25"
+ x="107.83661"
+ y="145.51599"
+ id="use842"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="112.90273"
+ y="145.51599"
+ id="use844"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g846">
+ <use
+ xlink:href="#glyph0-30"
+ x="117.8005"
+ y="145.51599"
+ id="use848"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="121.07103"
+ y="145.51599"
+ id="use850"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g852">
+ <use
+ xlink:href="#glyph0-2"
+ x="123.13915"
+ y="145.51599"
+ id="use854"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-11"
+ x="127.71629"
+ y="145.51599"
+ id="use856"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-18"
+ x="132.29343"
+ y="145.51599"
+ id="use858"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g860">
+ <use
+ xlink:href="#glyph0-5"
+ x="134.24933"
+ y="145.51599"
+ id="use862"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="136.32547"
+ y="145.51599"
+ id="use864"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g866">
+ <use
+ xlink:href="#glyph0-3"
+ x="140.89459"
+ y="145.51599"
+ id="use868"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-11"
+ x="145.47173"
+ y="145.51599"
+ id="use870"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-19"
+ x="150.04886"
+ y="145.51599"
+ id="use872"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g874">
+ <use
+ xlink:href="#glyph0-11"
+ x="126.45711"
+ y="155.536"
+ id="use876"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-21"
+ x="131.03424"
+ y="155.536"
+ id="use878"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g880">
+ <use
+ xlink:href="#glyph0-44"
+ x="133.15848"
+ y="155.536"
+ id="use882"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-22"
+ x="137.73561"
+ y="155.536"
+ id="use884"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="142.31274"
+ y="155.536"
+ id="use886"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g888">
+ <use
+ xlink:href="#glyph0-24"
+ x="147.21053"
+ y="155.536"
+ id="use890"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g892">
+ <use
+ xlink:href="#glyph1-23"
+ x="164.96104"
+ y="148.021"
+ id="use894"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-13"
+ x="175.48204"
+ y="148.021"
+ id="use896"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-20"
+ x="188.18239"
+ y="148.021"
+ id="use898"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="196.27354"
+ y="148.021"
+ id="use900"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-21"
+ x="199.7054"
+ y="148.021"
+ id="use902"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-18"
+ x="208.12219"
+ y="148.021"
+ id="use904"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-19"
+ x="216.21335"
+ y="148.021"
+ id="use906"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="222.55099"
+ y="148.021"
+ id="use908"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-24"
+ x="225.98283"
+ y="148.021"
+ id="use910"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-9"
+ x="235.20123"
+ y="148.021"
+ id="use912"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="240.17366"
+ y="148.021"
+ id="use914"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-13"
+ x="243.60551"
+ y="148.021"
+ id="use916"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-10"
+ x="256.30588"
+ y="148.021"
+ id="use918"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="264.04633"
+ y="148.021"
+ id="use920"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-25"
+ x="267.47815"
+ y="148.021"
+ id="use922"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="276.3208"
+ y="148.021"
+ id="use924"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-6"
+ x="279.75266"
+ y="148.021"
+ id="use926"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-6"
+ x="283.18451"
+ y="148.021"
+ id="use928"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g930">
+ <use
+ xlink:href="#glyph0-42"
+ x="164.96104"
+ y="160.46248"
+ id="use932"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g934">
+ <use
+ xlink:href="#glyph0-14"
+ x="170.13937"
+ y="160.46248"
+ id="use936"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="172.15941"
+ y="160.46248"
+ id="use938"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="174.17944"
+ y="160.46248"
+ id="use940"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g942">
+ <use
+ xlink:href="#glyph0-27"
+ x="179.32571"
+ y="160.46248"
+ id="use944"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g946">
+ <use
+ xlink:href="#glyph0-28"
+ x="186.86075"
+ y="160.46248"
+ id="use948"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="191.91083"
+ y="160.46248"
+ id="use950"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g952">
+ <use
+ xlink:href="#glyph0-14"
+ x="195.17334"
+ y="160.46248"
+ id="use954"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-24"
+ x="197.19337"
+ y="160.46248"
+ id="use956"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g958">
+ <use
+ xlink:href="#glyph0-14"
+ x="204.64024"
+ y="160.46248"
+ id="use960"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="206.66028"
+ y="160.46248"
+ id="use962"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="211.57408"
+ y="160.46248"
+ id="use964"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g966">
+ <use
+ xlink:href="#glyph0-35"
+ x="216.02296"
+ y="160.46248"
+ id="use968"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="218.04298"
+ y="160.46248"
+ id="use970"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g972">
+ <use
+ xlink:href="#glyph0-28"
+ x="220.11111"
+ y="160.46248"
+ id="use974"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-7"
+ x="225.16119"
+ y="160.46248"
+ id="use976"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-36"
+ x="230.00285"
+ y="160.46248"
+ id="use978"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g980">
+ <use
+ xlink:href="#glyph0-9"
+ x="234.90063"
+ y="160.46248"
+ id="use982"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g984">
+ <use
+ xlink:href="#glyph0-27"
+ x="242.53186"
+ y="160.46248"
+ id="use986"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g988">
+ <use
+ xlink:href="#glyph0-45"
+ x="250.07492"
+ y="160.46248"
+ id="use990"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g992">
+ <use
+ xlink:href="#glyph0-36"
+ x="254.5238"
+ y="160.46248"
+ id="use994"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-46"
+ x="259.4296"
+ y="160.46248"
+ id="use996"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g998">
+ <use
+ xlink:href="#glyph0-26"
+ x="264.33539"
+ y="160.46248"
+ id="use1000"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1002">
+ <use
+ xlink:href="#glyph0-34"
+ x="268.14297"
+ y="160.46248"
+ id="use1004"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="272.59988"
+ y="160.46248"
+ id="use1006"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-14"
+ x="275.42953"
+ y="160.46248"
+ id="use1008"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-7"
+ x="277.44955"
+ y="160.46248"
+ id="use1010"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="282.29123"
+ y="160.46248"
+ id="use1012"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1014">
+ <use
+ xlink:href="#glyph0-27"
+ x="290.33127"
+ y="160.46248"
+ id="use1016"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1018">
+ <use
+ xlink:href="#glyph0-45"
+ x="297.8663"
+ y="160.46248"
+ id="use1020"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="302.32321"
+ y="160.46248"
+ id="use1022"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-6"
+ x="307.237"
+ y="160.46248"
+ id="use1024"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1026">
+ <use
+ xlink:href="#glyph0-14"
+ x="311.237"
+ y="160.46248"
+ id="use1028"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="313.25702"
+ y="160.46248"
+ id="use1030"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1032">
+ <use
+ xlink:href="#glyph0-7"
+ x="316.51953"
+ y="160.46248"
+ id="use1034"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="321.36121"
+ y="160.46248"
+ id="use1036"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-24"
+ x="326.27499"
+ y="160.46248"
+ id="use1038"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1040">
+ <use
+ xlink:href="#glyph0-9"
+ x="333.72186"
+ y="160.46248"
+ id="use1042"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="338.21884"
+ y="160.46248"
+ id="use1044"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="343.13266"
+ y="160.46248"
+ id="use1046"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1048">
+ <use
+ xlink:href="#glyph0-27"
+ x="349.08853"
+ y="160.46248"
+ id="use1050"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1052">
+ <use
+ xlink:href="#glyph0-39"
+ x="356.63159"
+ y="160.46248"
+ id="use1054"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="358.86005"
+ y="160.46248"
+ id="use1056"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1058">
+ <use
+ xlink:href="#glyph0-8"
+ x="363.76584"
+ y="160.46248"
+ id="use1060"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="366.59549"
+ y="160.46248"
+ id="use1062"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="371.09247"
+ y="160.46248"
+ id="use1064"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="374.36298"
+ y="160.46248"
+ id="use1066"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1068">
+ <use
+ xlink:href="#glyph0-9"
+ x="379.26877"
+ y="160.46248"
+ id="use1070"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="383.76575"
+ y="160.46248"
+ id="use1072"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1074">
+ <use
+ xlink:href="#glyph0-27"
+ x="389.72964"
+ y="160.46248"
+ id="use1076"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1078">
+ <use
+ xlink:href="#glyph0-43"
+ x="397.26471"
+ y="160.46248"
+ id="use1080"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-7"
+ x="404.6795"
+ y="160.46248"
+ id="use1082"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-24"
+ x="409.52115"
+ y="160.46248"
+ id="use1084"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="416.97604"
+ y="160.46248"
+ id="use1086"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="421.47302"
+ y="160.46248"
+ id="use1088"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-47"
+ x="426.38681"
+ y="160.46248"
+ id="use1090"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="428.15836"
+ y="160.46248"
+ id="use1092"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1094">
+ <use
+ xlink:href="#glyph0-5"
+ x="431.97397"
+ y="160.46248"
+ id="use1096"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-38"
+ x="434.05011"
+ y="160.46248"
+ id="use1098"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1100">
+ <use
+ xlink:href="#glyph0-14"
+ x="438.996"
+ y="160.46248"
+ id="use1102"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1104">
+ <use
+ xlink:href="#glyph0-31"
+ x="441.008"
+ y="160.46248"
+ id="use1106"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1108">
+ <use
+ xlink:href="#glyph0-32"
+ x="445.38474"
+ y="160.46248"
+ id="use1110"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="450.29855"
+ y="160.46248"
+ id="use1112"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="453.1282"
+ y="160.46248"
+ id="use1114"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1116">
+ <use
+ xlink:href="#glyph0-11"
+ x="60.554745"
+ y="183.09099"
+ id="use1118"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-40"
+ x="65.131882"
+ y="183.09099"
+ id="use1120"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="69.709015"
+ y="183.09099"
+ id="use1122"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-4"
+ x="74.286148"
+ y="183.09099"
+ id="use1124"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1126">
+ <use
+ xlink:href="#glyph0-5"
+ x="78.478516"
+ y="183.09099"
+ id="use1128"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-6"
+ x="80.554665"
+ y="183.09099"
+ id="use1130"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1132">
+ <use
+ xlink:href="#glyph0-7"
+ x="84.554642"
+ y="183.09099"
+ id="use1134"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="89.396309"
+ y="183.09099"
+ id="use1136"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="92.22596"
+ y="183.09099"
+ id="use1138"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="96.722931"
+ y="183.09099"
+ id="use1140"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1142">
+ <use
+ xlink:href="#glyph0-44"
+ x="59.970245"
+ y="193.11099"
+ id="use1144"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="64.547379"
+ y="193.11099"
+ id="use1146"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="69.124519"
+ y="193.11099"
+ id="use1148"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-4"
+ x="73.701653"
+ y="193.11099"
+ id="use1150"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1152">
+ <use
+ xlink:href="#glyph0-5"
+ x="77.89402"
+ y="193.11099"
+ id="use1154"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-6"
+ x="79.970161"
+ y="193.11099"
+ id="use1156"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1158">
+ <use
+ xlink:href="#glyph0-14"
+ x="83.970146"
+ y="193.11099"
+ id="use1160"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1162">
+ <use
+ xlink:href="#glyph0-9"
+ x="85.982162"
+ y="193.11099"
+ id="use1164"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1166">
+ <use
+ xlink:href="#glyph0-15"
+ x="90.487152"
+ y="193.11099"
+ id="use1168"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1170">
+ <use
+ xlink:href="#glyph0-10"
+ x="96.707573"
+ y="193.11099"
+ id="use1172"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1174">
+ <use
+ xlink:href="#glyph0-48"
+ x="107.28343"
+ y="183.09099"
+ id="use1176"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1178">
+ <use
+ xlink:href="#glyph0-9"
+ x="111.66818"
+ y="183.09099"
+ id="use1180"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1182">
+ <use
+ xlink:href="#glyph0-23"
+ x="116.17317"
+ y="183.09099"
+ id="use1184"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1186">
+ <use
+ xlink:href="#glyph0-5"
+ x="121.07095"
+ y="183.09099"
+ id="use1188"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1190">
+ <use
+ xlink:href="#glyph0-2"
+ x="123.13908"
+ y="183.09099"
+ id="use1192"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="127.71621"
+ y="183.09099"
+ id="use1194"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-18"
+ x="132.29335"
+ y="183.09099"
+ id="use1196"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1198">
+ <use
+ xlink:href="#glyph0-5"
+ x="134.24925"
+ y="183.09099"
+ id="use1200"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="136.32539"
+ y="183.09099"
+ id="use1202"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="140.90253"
+ y="183.09099"
+ id="use1204"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1206">
+ <use
+ xlink:href="#glyph0-11"
+ x="145.47165"
+ y="183.09099"
+ id="use1208"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-44"
+ x="150.04878"
+ y="183.09099"
+ id="use1210"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1212">
+ <use
+ xlink:href="#glyph0-44"
+ x="126.45711"
+ y="193.11099"
+ id="use1214"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-21"
+ x="131.03424"
+ y="193.11099"
+ id="use1216"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1218">
+ <use
+ xlink:href="#glyph0-2"
+ x="133.15848"
+ y="193.11099"
+ id="use1220"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="137.73561"
+ y="193.11099"
+ id="use1222"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="142.31276"
+ y="193.11099"
+ id="use1224"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1226">
+ <use
+ xlink:href="#glyph0-24"
+ x="147.21053"
+ y="193.11099"
+ id="use1228"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1230">
+ <use
+ xlink:href="#glyph1-26"
+ x="164.96104"
+ y="185.59599"
+ id="use1232"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-5"
+ x="177.27312"
+ y="185.59599"
+ id="use1234"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-9"
+ x="184.62529"
+ y="185.59599"
+ id="use1236"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="189.59772"
+ y="185.59599"
+ id="use1238"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-27"
+ x="193.02957"
+ y="185.59599"
+ id="use1240"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-18"
+ x="196.46141"
+ y="185.59599"
+ id="use1242"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-5"
+ x="204.55257"
+ y="185.59599"
+ id="use1244"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-20"
+ x="211.90474"
+ y="185.59599"
+ id="use1246"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-5"
+ x="219.9959"
+ y="185.59599"
+ id="use1248"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1250">
+ <use
+ xlink:href="#glyph1-7"
+ x="227.33554"
+ y="185.59599"
+ id="use1252"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1254">
+ <use
+ xlink:href="#glyph1-28"
+ x="230.77992"
+ y="185.59599"
+ id="use1256"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1258">
+ <use
+ xlink:href="#glyph1-10"
+ x="237.85654"
+ y="185.59599"
+ id="use1260"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1262">
+ <use
+ xlink:href="#glyph1-3"
+ x="245.60951"
+ y="185.59599"
+ id="use1264"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-5"
+ x="253.80086"
+ y="185.59599"
+ id="use1266"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-6"
+ x="261.15305"
+ y="185.59599"
+ id="use1268"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="264.5849"
+ y="185.59599"
+ id="use1270"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-29"
+ x="268.01672"
+ y="185.59599"
+ id="use1272"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-5"
+ x="274.79276"
+ y="185.59599"
+ id="use1274"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1276">
+ <use
+ xlink:href="#glyph1-4"
+ x="282.06979"
+ y="185.59599"
+ id="use1278"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="287.30524"
+ y="185.59599"
+ id="use1280"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-12"
+ x="290.73709"
+ y="185.59599"
+ id="use1282"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-20"
+ x="298.90338"
+ y="185.59599"
+ id="use1284"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="306.99454"
+ y="185.59599"
+ id="use1286"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-14"
+ x="310.42639"
+ y="185.59599"
+ id="use1288"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-15"
+ x="319.71994"
+ y="185.59599"
+ id="use1290"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-4"
+ x="326.93433"
+ y="185.59599"
+ id="use1292"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1294">
+ <use
+ xlink:href="#glyph0-25"
+ x="164.96104"
+ y="198.03748"
+ id="use1296"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-26"
+ x="170.02716"
+ y="198.03748"
+ id="use1298"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1300">
+ <use
+ xlink:href="#glyph0-8"
+ x="173.83476"
+ y="198.03748"
+ id="use1302"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1304">
+ <use
+ xlink:href="#glyph0-27"
+ x="179.79866"
+ y="198.03748"
+ id="use1306"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1308">
+ <use
+ xlink:href="#glyph0-28"
+ x="187.33369"
+ y="198.03748"
+ id="use1310"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="192.38377"
+ y="198.03748"
+ id="use1312"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1314">
+ <use
+ xlink:href="#glyph0-14"
+ x="195.64629"
+ y="198.03748"
+ id="use1316"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-24"
+ x="197.66632"
+ y="198.03748"
+ id="use1318"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1320">
+ <use
+ xlink:href="#glyph0-14"
+ x="205.11319"
+ y="198.03748"
+ id="use1322"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="207.13321"
+ y="198.03748"
+ id="use1324"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1326">
+ <use
+ xlink:href="#glyph0-34"
+ x="212.039"
+ y="198.03748"
+ id="use1328"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="216.4959"
+ y="198.03748"
+ id="use1330"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="218.51593"
+ y="198.03748"
+ id="use1332"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1334">
+ <use
+ xlink:href="#glyph0-28"
+ x="220.58406"
+ y="198.03748"
+ id="use1336"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-7"
+ x="225.63414"
+ y="198.03748"
+ id="use1338"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-36"
+ x="230.4758"
+ y="198.03748"
+ id="use1340"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1342">
+ <use
+ xlink:href="#glyph0-9"
+ x="235.37358"
+ y="198.03748"
+ id="use1344"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1346">
+ <use
+ xlink:href="#glyph0-27"
+ x="243.00481"
+ y="198.03748"
+ id="use1348"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1350">
+ <use
+ xlink:href="#glyph0-13"
+ x="250.53986"
+ y="198.03748"
+ id="use1352"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="257.77029"
+ y="198.03748"
+ id="use1354"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-36"
+ x="262.26724"
+ y="198.03748"
+ id="use1356"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1358">
+ <use
+ xlink:href="#glyph0-14"
+ x="267.16504"
+ y="198.03748"
+ id="use1360"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-26"
+ x="269.18506"
+ y="198.03748"
+ id="use1362"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1364">
+ <use
+ xlink:href="#glyph0-14"
+ x="272.99268"
+ y="198.03748"
+ id="use1366"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="275.0127"
+ y="198.03748"
+ id="use1368"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1370">
+ <use
+ xlink:href="#glyph0-9"
+ x="279.91849"
+ y="198.03748"
+ id="use1372"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1374">
+ <use
+ xlink:href="#glyph0-27"
+ x="287.54971"
+ y="198.03748"
+ id="use1376"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1378">
+ <use
+ xlink:href="#glyph0-13"
+ x="295.09277"
+ y="198.03748"
+ id="use1380"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1382">
+ <use
+ xlink:href="#glyph0-34"
+ x="302.31519"
+ y="198.03748"
+ id="use1384"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="306.77209"
+ y="198.03748"
+ id="use1386"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1388">
+ <use
+ xlink:href="#glyph0-14"
+ x="310.03461"
+ y="198.03748"
+ id="use1390"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-49"
+ x="312.05463"
+ y="198.03748"
+ id="use1392"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-46"
+ x="314.07465"
+ y="198.03748"
+ id="use1394"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1396">
+ <use
+ xlink:href="#glyph0-34"
+ x="318.98044"
+ y="198.03748"
+ id="use1398"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="323.43735"
+ y="198.03748"
+ id="use1400"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="328.35117"
+ y="198.03748"
+ id="use1402"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1404">
+ <use
+ xlink:href="#glyph0-2"
+ x="69.718864"
+ y="220.66599"
+ id="use1406"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-4"
+ x="74.295998"
+ y="220.66599"
+ id="use1408"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="78.496384"
+ y="220.66599"
+ id="use1410"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1412">
+ <use
+ xlink:href="#glyph0-6"
+ x="80.564514"
+ y="220.66599"
+ id="use1414"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1416">
+ <use
+ xlink:href="#glyph0-7"
+ x="84.564499"
+ y="220.66599"
+ id="use1418"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="89.406158"
+ y="220.66599"
+ id="use1420"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="92.235809"
+ y="220.66599"
+ id="use1422"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="96.73278"
+ y="220.66599"
+ id="use1424"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1426">
+ <use
+ xlink:href="#glyph0-2"
+ x="64.552307"
+ y="230.68599"
+ id="use1428"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-3"
+ x="69.12944"
+ y="230.68599"
+ id="use1430"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-4"
+ x="73.706573"
+ y="230.68599"
+ id="use1432"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="77.90696"
+ y="230.68599"
+ id="use1434"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1436">
+ <use
+ xlink:href="#glyph0-6"
+ x="79.97509"
+ y="230.68599"
+ id="use1438"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1440">
+ <use
+ xlink:href="#glyph0-14"
+ x="83.975075"
+ y="230.68599"
+ id="use1442"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="85.995102"
+ y="230.68599"
+ id="use1444"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-15"
+ x="90.492081"
+ y="230.68599"
+ id="use1446"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1448">
+ <use
+ xlink:href="#glyph0-10"
+ x="96.712494"
+ y="230.68599"
+ id="use1450"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1452">
+ <use
+ xlink:href="#glyph0-25"
+ x="106.70937"
+ y="220.66599"
+ id="use1454"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-46"
+ x="111.77547"
+ y="220.66599"
+ id="use1456"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-31"
+ x="116.68929"
+ y="220.66599"
+ id="use1458"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1460">
+ <use
+ xlink:href="#glyph0-5"
+ x="121.06602"
+ y="220.66599"
+ id="use1462"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1464">
+ <use
+ xlink:href="#glyph0-11"
+ x="123.13415"
+ y="220.66599"
+ id="use1466"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-22"
+ x="127.71128"
+ y="220.66599"
+ id="use1468"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-18"
+ x="132.28842"
+ y="220.66599"
+ id="use1470"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1472">
+ <use
+ xlink:href="#glyph0-5"
+ x="134.24432"
+ y="220.66599"
+ id="use1474"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="136.32047"
+ y="220.66599"
+ id="use1476"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1478">
+ <use
+ xlink:href="#glyph0-3"
+ x="140.88959"
+ y="220.66599"
+ id="use1480"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-11"
+ x="145.46672"
+ y="220.66599"
+ id="use1482"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-40"
+ x="150.04385"
+ y="220.66599"
+ id="use1484"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1486">
+ <use
+ xlink:href="#glyph0-11"
+ x="121.87506"
+ y="230.68599"
+ id="use1488"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-2"
+ x="126.45219"
+ y="230.68599"
+ id="use1490"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-21"
+ x="131.02933"
+ y="230.68599"
+ id="use1492"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1494">
+ <use
+ xlink:href="#glyph0-2"
+ x="133.15356"
+ y="230.68599"
+ id="use1496"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-22"
+ x="137.73071"
+ y="230.68599"
+ id="use1498"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="142.30785"
+ y="230.68599"
+ id="use1500"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g1502">
+ <use
+ xlink:href="#glyph0-24"
+ x="147.20561"
+ y="230.68599"
+ id="use1504"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1506">
+ <use
+ xlink:href="#glyph1-8"
+ x="164.96104"
+ y="223.17099"
+ id="use1508"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="172.52614"
+ y="223.17099"
+ id="use1510"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-9"
+ x="175.95799"
+ y="223.17099"
+ id="use1512"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-19"
+ x="180.93042"
+ y="223.17099"
+ id="use1514"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-4"
+ x="187.26807"
+ y="223.17099"
+ id="use1516"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="192.50352"
+ y="223.17099"
+ id="use1518"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-30"
+ x="195.93536"
+ y="223.17099"
+ id="use1520"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-5"
+ x="206.40627"
+ y="223.17099"
+ id="use1522"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1524">
+ <use
+ xlink:href="#glyph1-4"
+ x="213.68329"
+ y="223.17099"
+ id="use1526"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1528">
+ <use
+ xlink:href="#glyph1-2"
+ x="218.93126"
+ y="223.17099"
+ id="use1530"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-12"
+ x="222.36311"
+ y="223.17099"
+ id="use1532"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-20"
+ x="230.52942"
+ y="223.17099"
+ id="use1534"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1536">
+ <use
+ xlink:href="#glyph1-19"
+ x="238.60803"
+ y="223.17099"
+ id="use1538"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="244.94569"
+ y="223.17099"
+ id="use1540"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-28"
+ x="248.37753"
+ y="223.17099"
+ id="use1542"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-5"
+ x="255.46669"
+ y="223.17099"
+ id="use1544"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-20"
+ x="262.81885"
+ y="223.17099"
+ id="use1546"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-11"
+ x="270.91"
+ y="223.17099"
+ id="use1548"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="279.32681"
+ y="223.17099"
+ id="use1550"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-31"
+ x="282.75867"
+ y="223.17099"
+ id="use1552"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1554">
+ <use
+ xlink:href="#glyph1-19"
+ x="292.21503"
+ y="223.17099"
+ id="use1556"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-10"
+ x="298.55267"
+ y="223.17099"
+ id="use1558"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-7"
+ x="306.29312"
+ y="223.17099"
+ id="use1560"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-25"
+ x="309.72498"
+ y="223.17099"
+ id="use1562"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-2"
+ x="318.56763"
+ y="223.17099"
+ id="use1564"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph1-6"
+ x="321.99948"
+ y="223.17099"
+ id="use1566"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#45a3e3;fill-opacity:1"
+ id="g1568">
+ <use
+ xlink:href="#glyph1-6"
+ x="325.44385"
+ y="223.17099"
+ id="use1570"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1572">
+ <use
+ xlink:href="#glyph0-42"
+ x="164.96104"
+ y="235.61247"
+ id="use1574"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1576">
+ <use
+ xlink:href="#glyph0-14"
+ x="170.13937"
+ y="235.61247"
+ id="use1578"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="172.15941"
+ y="235.61247"
+ id="use1580"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="174.17944"
+ y="235.61247"
+ id="use1582"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1584">
+ <use
+ xlink:href="#glyph0-27"
+ x="179.32571"
+ y="235.61247"
+ id="use1586"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1588">
+ <use
+ xlink:href="#glyph0-16"
+ x="186.86075"
+ y="235.61247"
+ id="use1590"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-14"
+ x="190.99701"
+ y="235.61247"
+ id="use1592"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="193.01704"
+ y="235.61247"
+ id="use1594"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1596">
+ <use
+ xlink:href="#glyph0-10"
+ x="196.27956"
+ y="235.61247"
+ id="use1598"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="200.10318"
+ y="235.61247"
+ id="use1600"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1602">
+ <use
+ xlink:href="#glyph0-5"
+ x="202.92482"
+ y="235.61247"
+ id="use1604"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-50"
+ x="205.00096"
+ y="235.61247"
+ id="use1606"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-34"
+ x="211.037"
+ y="235.61247"
+ id="use1608"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-8"
+ x="215.4939"
+ y="235.61247"
+ id="use1610"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1612">
+ <use
+ xlink:href="#glyph0-14"
+ x="218.31554"
+ y="235.61247"
+ id="use1614"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-7"
+ x="220.33557"
+ y="235.61247"
+ id="use1616"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-33"
+ x="225.17723"
+ y="235.61247"
+ id="use1618"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="230.09103"
+ y="235.61247"
+ id="use1620"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1622">
+ <use
+ xlink:href="#glyph0-27"
+ x="237.04091"
+ y="235.61247"
+ id="use1624"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1626">
+ <use
+ xlink:href="#glyph0-51"
+ x="244.57594"
+ y="235.61247"
+ id="use1628"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-14"
+ x="249.40158"
+ y="235.61247"
+ id="use1630"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="251.42162"
+ y="235.61247"
+ id="use1632"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1634">
+ <use
+ xlink:href="#glyph0-9"
+ x="256.3194"
+ y="235.61247"
+ id="use1636"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-35"
+ x="260.81638"
+ y="235.61247"
+ id="use1638"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-14"
+ x="262.8364"
+ y="235.61247"
+ id="use1640"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1642">
+ <use
+ xlink:href="#glyph0-33"
+ x="264.84842"
+ y="235.61247"
+ id="use1644"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-9"
+ x="269.76221"
+ y="235.61247"
+ id="use1646"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1648">
+ <use
+ xlink:href="#glyph0-27"
+ x="277.39343"
+ y="235.61247"
+ id="use1650"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1652">
+ <use
+ xlink:href="#glyph0-51"
+ x="284.9285"
+ y="235.61247"
+ id="use1654"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-30"
+ x="289.75412"
+ y="235.61247"
+ id="use1656"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1658">
+ <use
+ xlink:href="#glyph0-7"
+ x="293.01663"
+ y="235.61247"
+ id="use1660"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-23"
+ x="297.85831"
+ y="235.61247"
+ id="use1662"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1664">
+ <use
+ xlink:href="#glyph0-9"
+ x="302.75607"
+ y="235.61247"
+ id="use1666"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1668">
+ <use
+ xlink:href="#glyph0-30"
+ x="307.26105"
+ y="235.61247"
+ id="use1670"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1672">
+ <use
+ xlink:href="#glyph0-8"
+ x="310.52356"
+ y="235.61247"
+ id="use1674"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-29"
+ x="313.35321"
+ y="235.61247"
+ id="use1676"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-5"
+ x="317.38525"
+ y="235.61247"
+ id="use1678"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1680">
+ <use
+ xlink:href="#glyph0-38"
+ x="319.4534"
+ y="235.61247"
+ id="use1682"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1684">
+ <use
+ xlink:href="#glyph0-14"
+ x="324.39926"
+ y="235.61247"
+ id="use1686"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-31"
+ x="326.41931"
+ y="235.61247"
+ id="use1688"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1690">
+ <use
+ xlink:href="#glyph0-32"
+ x="330.79602"
+ y="235.61247"
+ id="use1692"
+ width="612"
+ height="792" />
+ </g>
+ <g
+ style="fill:#b83305;fill-opacity:1"
+ id="g1694">
+ <use
+ xlink:href="#glyph0-8"
+ x="335.70181"
+ y="235.61247"
+ id="use1696"
+ width="612"
+ height="792" />
+ <use
+ xlink:href="#glyph0-10"
+ x="338.53146"
+ y="235.61247"
id="use1698"
width="612"
Delta5659 lines added, 5271 lines removed, 388-line increase