mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 21:26:58 +03:00
554df9ef20
* Rename all MDX file to `.mdx`
* Lock current node version (#11885)
* Apply Prettier (#11996)
* Minor website fixes (#11974) [ci skip]
* fix table
* Migrate to Next WEB-17 (#12005)
* Initial commit
* Run `npx create-next-app@13 next-blog`
* Install MDX packages
Following: 77b5f79a4d/packages/next-mdx/readme.md
* Add MDX to Next
* Allow Next to handle `.md` and `.mdx` files.
* Add VSCode extension recommendation
* Disabled TypeScript strict mode for now
* Add prettier
* Apply Prettier to all files
* Make sure to use correct Node version
* Add basic implementation for `MDXRemote`
* Add experimental Rust MDX parser
* Add `/public`
* Add SASS support
* Remove default pages and styling
* Convert to module
This allows to use `import/export` syntax
* Add import for custom components
* Add ability to load plugins
* Extract function
This will make the next commit easier to read
* Allow to handle directories for page creation
* Refactoring
* Allow to parse subfolders for pages
* Extract logic
* Redirect `index.mdx` to parent directory
* Disabled ESLint during builds
* Disabled typescript during build
* Remove Gatsby from `README.md`
* Rephrase Docker part of `README.md`
* Update project structure in `README.md`
* Move and rename plugins
* Update plugin for wrapping sections
* Add dependencies for plugin
* Use plugin
* Rename wrapper type
* Simplify unnessary adding of id to sections
The slugified section ids are useless, because they can not be referenced anywhere anyway. The navigation only works if the section has the same id as the heading.
* Add plugin for custom attributes on Markdown elements
* Add plugin to readd support for tables
* Add plugin to fix problem with wrapped images
For more details see this issue: https://github.com/mdx-js/mdx/issues/1798
* Add necessary meta data to pages
* Install necessary dependencies
* Remove outdated MDX handling
* Remove reliance on `InlineList`
* Use existing Remark components
* Remove unallowed heading
Before `h1` components where not overwritten and would never have worked and they aren't used anywhere either.
* Add missing components to MDX
* Add correct styling
* Fix broken list
* Fix broken CSS classes
* Implement layout
* Fix links
* Fix broken images
* Fix pattern image
* Fix heading attributes
* Rename heading attribute
`new` was causing some weird issue, so renaming it to `version`
* Update comment syntax in MDX
* Merge imports
* Fix markdown rendering inside components
* Add model pages
* Simplify anchors
* Fix default value for theme
* Add Universe index page
* Add Universe categories
* Add Universe projects
* Fix Next problem with copy
Next complains when the server renders something different then the client, therfor we move the differing logic to `useEffect`
* Fix improper component nesting
Next doesn't allow block elements inside a `<p>`
* Replace landing page MDX with page component
* Remove inlined iframe content
* Remove ability to inline HTML content in iFrames
* Remove MDX imports
* Fix problem with image inside link in MDX
* Escape character for MDX
* Fix unescaped characters in MDX
* Fix headings with logo
* Allow to export static HTML pages
* Add prebuild script
This command is automatically run by Next
* Replace `svg-loader` with `react-inlinesvg`
`svg-loader` is no longer maintained
* Fix ESLint `react-hooks/exhaustive-deps`
* Fix dropdowns
* Change code language from `cli` to `bash`
* Remove unnessary language `none`
* Fix invalid code language
`markdown_` with an underscore was used to basically turn of syntax highlighting, but using unknown languages know throws an error.
* Enable code blocks plugin
* Readd `InlineCode` component
MDX2 removed the `inlineCode` component
> The special component name `inlineCode` was removed, we recommend to use `pre` for the block version of code, and code for both the block and inline versions
Source: https://mdxjs.com/migrating/v2/#update-mdx-content
* Remove unused code
* Extract function to own file
* Fix code syntax highlighting
* Update syntax for code block meta data
* Remove unused prop
* Fix internal link recognition
There is a problem with regex between Node and browser, and since Next runs the component on both, this create an error.
`Prop `rel` did not match. Server: "null" Client: "noopener nofollow noreferrer"`
This simplifies the implementation and fixes the above error.
* Replace `react-helmet` with `next/head`
* Fix `className` problem for JSX component
* Fix broken bold markdown
* Convert file to `.mjs` to be used by Node process
* Add plugin to replace strings
* Fix custom table row styling
* Fix problem with `span` inside inline `code`
React doesn't allow a `span` inside an inline `code` element and throws an error in dev mode.
* Add `_document` to be able to customize `<html>` and `<body>`
* Add `lang="en"`
* Store Netlify settings in file
This way we don't need to update via Netlify UI, which can be tricky if changing build settings.
* Add sitemap
* Add Smartypants
* Add PWA support
* Add `manifest.webmanifest`
* Fix bug with anchor links after reloading
There was no need for the previous implementation, since the browser handles this nativly. Additional the manual scrolling into view was actually broken, because the heading would disappear behind the menu bar.
* Rename custom event
I was googeling for ages to find out what kind of event `inview` is, only to figure out it was a custom event with a name that sounds pretty much like a native one. 🫠
* Fix missing comment syntax highlighting
* Refactor Quickstart component
The previous implementation was hidding the irrelevant lines via data-props and dynamically generated CSS. This created problems with Next and was also hard to follow. CSS was used to do what React is supposed to handle.
The new implementation simplfy filters the list of children (React elements) via their props.
* Fix syntax highlighting for Training Quickstart
* Unify code rendering
* Improve error logging in Juniper
* Fix Juniper component
* Automatically generate "Read Next" link
* Add Plausible
* Use recent DocSearch component and adjust styling
* Fix images
* Turn of image optimization
> Image Optimization using Next.js' default loader is not compatible with `next export`.
We currently deploy to Netlify via `next export`
* Dont build pages starting with `_`
* Remove unused files
* Add Next plugin to Netlify
* Fix button layout
MDX automatically adds `p` tags around text on a new line and Prettier wants to put the text on a new line. Hacking with JSX string.
* Add 404 page
* Apply Prettier
* Update Prettier for `package.json`
Next sometimes wants to patch `package-lock.json`. The old Prettier setting indended with 4 spaces, but Next always indends with 2 spaces. Since `npm install` automatically uses the indendation from `package.json` for `package-lock.json` and to avoid the format switching back and forth, both files are now set to 2 spaces.
* Apply Next patch to `package-lock.json`
When starting the dev server Next would warn `warn - Found lockfile missing swc dependencies, patching...` and update the `package-lock.json`. These are the patched changes.
* fix link
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* small backslash fixes
* adjust to new style
Co-authored-by: Marcus Blättermann <marcus@essenmitsosse.de>
93 lines
40 KiB
XML
93 lines
40 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1207" height="583" viewBox="0 0 1207 583">
|
|
<!-- Icons: Twemoji (https://twemoji.twitter.com/) -->
|
|
<g fill="none" fill-rule="evenodd">
|
|
<g fill-rule="nonzero">
|
|
<path fill="#E1E8ED" d="M108 67L78 37a6.7 6.7 0 00-9.4 9.4L55.8 59.2l30 30 12.8-12.8a6.7 6.7 0 009.5-9.4z"/>
|
|
<path fill="#CCD6DD" d="M73.3 35h-50C16 35 10 41 10 48.3v93.4c0 7.3 6 13.3 13.3 13.3h73.4c7.3 0 13.3-6 13.3-13.3v-70H80a7.2 7.2 0 01-6.7-6.7V35z"/>
|
|
<path fill="#99AAB5" d="M73.3 35h-6.6v30c0 7.4 6 13.3 13.3 13.3h30v-6.6H80a7.2 7.2 0 01-6.7-6.7V35zm23.4 56c0 2.2-1.5 4-3.4 4H26.7c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4zm0 13.3c0 2.2-1.5 4-3.4 4H26.7c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4zm0 13.4c0 2.2-1.5 4-3.4 4H26.7c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4zm0 13.3c0 2.2-1.5 4-3.4 4H26.7c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4z"/>
|
|
</g>
|
|
<g fill-rule="nonzero" opacity=".6">
|
|
<path fill="#E1E8ED" d="M222 67l-30-30a6.7 6.7 0 00-9.4 9.4l-12.8 12.8 30 30 12.8-12.8A6.7 6.7 0 00222 67z"/>
|
|
<path fill="#CCD6DD" d="M187.3 35h-50C130 35 124 41 124 48.3v93.4c0 7.3 6 13.3 13.3 13.3h73.4c7.3 0 13.3-6 13.3-13.3v-70h-30a7.2 7.2 0 01-6.7-6.7V35z"/>
|
|
<path fill="#99AAB5" d="M187.3 35h-6.6v30c0 7.4 6 13.3 13.3 13.3h30v-6.6h-30a7.2 7.2 0 01-6.7-6.7V35zm23.4 56c0 2.2-1.5 4-3.4 4h-66.6c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4zm0 13.3c0 2.2-1.5 4-3.4 4h-66.6c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4zm0 13.4c0 2.2-1.5 4-3.4 4h-66.6c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4zm0 13.3c0 2.2-1.5 4-3.4 4h-66.6c-1.9 0-3.4-1.8-3.4-4s1.5-4 3.4-4h66.6c1.9 0 3.4 1.8 3.4 4z"/>
|
|
</g>
|
|
<rect width="186.5" height="23.5" x="1.8" y="1.8" fill="#3D4251" stroke="#3D4251" stroke-width="3.5" rx="11.8" transform="translate(16 173)"/>
|
|
<path fill="#F05133" fill-rule="nonzero" d="M170.4 56.7l-13-13.1a2 2 0 00-2.8 0l-2.7 2.7 3.4 3.4a2.3 2.3 0 013 3l3.3 3.3a2.3 2.3 0 11-1.4 1.3l-3.1-3.1v8.1l.6.5a2.3 2.3 0 11-2.5-.5V54c-.3 0-.5-.2-.8-.5-.6-.6-.8-1.6-.5-2.5l-3.4-3.4-9 9a2 2 0 000 2.7l13.2 13.1c.7.8 2 .8 2.7 0l13-13c.8-.8.8-2 0-2.7"/>
|
|
<path fill="#1B1F23" d="M41 43c-8.3 0-15 6.4-15 14.4C26 63.7 30.3 69 36.3 71c.7.1 1-.3 1-.7v-2.7c-3.8.7-4.8-.9-5-1.7-.2-.4-1-1.7-1.6-2-.5-.3-1.3-1 0-1 1.1 0 2 1 2.3 1.5 1.3 2.2 3.5 1.6 4.3 1.2a3 3 0 011-2c-3.3-.3-6.8-1.5-6.8-7 0-1.6.6-2.9 1.5-3.9a5 5 0 01.2-3.8s1.2-.3 4 1.5a14.5 14.5 0 017.6 0c2.9-1.9 4.1-1.5 4.1-1.5a5 5 0 01.2 3.8c1 1 1.5 2.3 1.5 3.9 0 5.5-3.5 6.7-6.8 7 .5.5 1 1.4 1 2.7v4c0 .4.2.8 1 .7 6-2 10.2-7.3 10.2-13.6 0-8-6.7-14.4-15-14.4z"/>
|
|
<rect width="153.5" height="23.5" x="6.8" y="1.8" fill="#3D4251" stroke="#3D4251" stroke-width="3.5" rx="11.8" transform="translate(398 530)"/>
|
|
<g fill-rule="nonzero">
|
|
<path fill="#CCD6DD" d="M541 478.4c-1.7-3.9-3.6-8-8-8h-4a8 8 0 008-8V394a8 8 0 00-8-8H425a8 8 0 00-8 8v68.3a8 8 0 008 8h-4c-4.4 0-6.7 4-8 8l-8 19.7a8 8 0 008 8h128a8 8 0 008-8l-8-19.6z"/>
|
|
<path fill="#9AAAB4" d="M405 498.3v.4l.7 5.2c1.3 5.3 4.2 8.8 7.3 8.8h128c4.3 0 7.8-6.4 8-14.4H405z"/>
|
|
<path fill="#4CC0E6" d="M529 458.3a4 4 0 01-4 4h-96a4 4 0 01-4-4v-60.2a4 4 0 014-4h96a4 4 0 014 4v60.2z"/>
|
|
<path fill="#AEBBC1" d="M536.6 486.2l-3-8.7c-1-1.9-2.6-3.4-4.8-3.4H425.4c-2.2 0-3.6 1.7-4.6 4.2l-2.7 7.9c-1 2.4 1.8 4 4 4h30.3s3.7-.2 4.4-2.4c.8-2.6 1.6-6.5 1.8-7.2.3-1 1.6-2.2 3.5-2.2h34.3c2 0 3 1 3.2 2.3.2.8 1.3 4.6 1.8 7.1.4 2.3 4.9 2.4 4.9 2.4h26.3c2.2 0 4.9-1.9 4-4z"/>
|
|
<path fill="#9AAAB4" d="M494.5 496.8h-31.1c-1.5 0-2.2-1.6-2-3.2l1.6-9.4c0-.8 1-1.8 2-1.8h28.1c1.2 0 2 .8 2.2 2.3l1.3 9.3c0 1.5-.7 2.8-2.1 2.8z"/>
|
|
</g>
|
|
<path fill="#FFF" fill-rule="nonzero" d="M447.2 425.3c-1.8-.2-2-2.8-4.4-2.6-1.2 0-2.3.5-2.3 1.6 0 1.6 2.5 1.8 4 2.2 2.6.8 5 1.3 5 4.1 0 3.6-2.7 4.8-6.3 4.8-3 0-6.2-1-6.2-3.9 0-.8.7-1.4 1.5-1.4.9 0 1.2.4 1.5 1 .8 1.3 1.6 2 3.5 2 1.3 0 2.6-.5 2.6-1.6 0-1.6-1.6-1.9-3.2-2.3-3-.8-5.4-1.2-5.7-4.4-.3-5.5 11.1-5.7 11.7-1 0 1-.8 1.5-1.7 1.5zm13.6-4.8c4 0 6.2 3.3 6.2 7.5 0 4.1-2.2 7.5-6.2 7.5-2.3 0-3.7-1-4.7-2.5v5.5c0 1.7-.5 2.5-1.7 2.5-1.5 0-1.8-1-1.8-2.5v-16c0-1.3.6-2 1.8-2 1 0 1.7.8 1.7 2v.5c1.1-1.4 2.4-2.5 4.7-2.5zm-1 12.1c2.4 0 3.4-2.1 3.4-4.7 0-2.4-1-4.7-3.4-4.7s-3.5 2-3.5 4.7c0 2.6 1.1 4.7 3.5 4.7zm10-8.2c0-2.9 3.3-4 6.5-4 4.5 0 6.3 1.4 6.3 5.8v4.2c0 1 .6 3 .6 3.6 0 .9-.8 1.4-1.7 1.4-1 0-1.7-1.1-2.2-2a8 8 0 01-5.4 2c-2.7 0-4.7-1.5-4.7-4 0-2.4 1.6-3.7 3.6-4.1l6.2-1.5c0-2-.7-2.8-2.7-2.8-1.8 0-2.7.5-3.4 1.6-.5.8-.5 1.3-1.5 1.3-.9 0-1.6-.6-1.6-1.5zm5.3 8.7c2.8 0 4-1.5 4-4.4v-.6l-4.6 1.1c-.9.2-1.7.8-1.7 1.8 0 1.2 1.1 2 2.3 2zm20.2-18.1c3.9 0 8 2.3 8 6 0 1-.7 1.8-1.6 1.8-1.2 0-1.4-.7-2-1.7-1-1.7-2-2.9-4.4-2.9-3.7 0-5.4 3.2-5.4 7.2s1.4 6.9 5.2 6.9c2.6 0 4-1.5 4.7-3.4.3-1 .8-1.8 2-1.8.8 0 1.7 1 1.7 1.9 0 3.9-4 6.6-8.1 6.6-4.5 0-7-1.9-8.4-5a12 12 0 01-1.1-5.3c-.1-6 3.4-10.3 9.4-10.3zm22.1 5.5c1 0 1.6.6 1.6 1.6l-.4 1.7-4.8 12.6c-1 2.7-1.9 4.6-5.5 4.6-1.7 0-3.2-.2-3.2-1.7 0-.8.7-1.3 1.6-1.3l.6.1.6.1c1.8 0 2-1.9 2.7-3.1l-4.6-11.5c-.3-.6-.4-1-.4-1.4 0-1 .7-1.7 1.8-1.7s1.6.9 2 2l3 9 3-8.4c.4-1.3.5-2.6 2-2.6z"/>
|
|
<rect width="83.5" height="23.5" x="1.8" y="1.8" fill="#3D4251" stroke="#3D4251" stroke-width="3.5" rx="11.8" transform="translate(783 499)"/>
|
|
<g fill-rule="nonzero">
|
|
<path fill="#785F7D" d="M781 489s-12 0-12-12v-84s0-12 12-12h78c3 0 6 3 6 3l9 9s3 3 3 6v78s0 12-12 12h-84z"/>
|
|
<path fill="#EED355" d="M784 439.8v-3.6s0-7.2 6-7.2h63c6 0 6 7.2 6 7.2v3.6h-75z"/>
|
|
<path fill="#E1E8ED" d="M784 477v-39h75v39s0 6-6 6h-63c-6 0-6-6-6-6zm15-87s0-3 3-3h54c3.1 0 3 3 3 3v30s0 3-3 3h-54s-3 0-3-3v-30zm36 30h15v-30h-15v30z"/>
|
|
</g>
|
|
<rect width="120.5" height="23.5" x="6.8" y="1.8" fill="#3D4251" stroke="#3D4251" stroke-width="3.5" rx="11.8" transform="translate(1059 499)"/>
|
|
<g fill-rule="nonzero" transform="translate(1083 382)">
|
|
<path fill="#A0041E" d="M.3 48.2l22.6-19.9 45.4 2.9L71 76.5 51.3 99.2s0-17-17-34-34-17-34-17z"/>
|
|
<path fill="#FFAC33" d="M.2 99.2S.1 76.6 8.7 68c8.5-8.6 31.3-8 31.3-8s0 22.2-8.6 30.7C23 99.2.2 99.2.2 99.2z"/>
|
|
<circle cx="22.9" cy="76.5" r="11.3" fill="#FFCC4D"/>
|
|
<path fill="#4CC0E6" d="M99.4 0S71.1 0 37.1 28.3c-17 14.2-17 39.7-11.3 45.4 5.6 5.6 31.1 5.6 45.3-11.4C99.4 28.3 99.4 0 99.4 0z"/>
|
|
<path fill="#3D4251" d="M74 14.2c-4.5 0-8.5 2.6-10.4 6.7a11.3 11.3 0 0115 15 11.3 11.3 0 00-4.7-21.7z"/>
|
|
<path fill="#A0041E" d="M20.1 79.3s0-11.3 2.8-14.1c2.9-2.9 36.9-31.2 39.7-28.4 2.8 2.9-25.5 36.9-28.3 39.7-2.9 2.8-14.2 2.8-14.2 2.8z"/>
|
|
</g>
|
|
<g fill-rule="nonzero">
|
|
<path fill="#D6EEFF" d="M863.5 58a29 29 0 00-8.4 1.2V58a25 25 0 00-49-6.6 24.9 24.9 0 00-34.3 23.3 25 25 0 0049.1 6.5 24.9 24.9 0 0013.8 1.4c-.2 1.5-.4 3-.4 4.6A29.2 29.2 0 10863.5 58z"/>
|
|
<path fill="#4CC0E6" d="M880.2 116.3c-2 0-3.8.4-5.6.9a18.8 18.8 0 00-28.6-22 27 27 0 00-51.8-2.4 33.3 33.3 0 10-9.9 65.2h95.9a20.8 20.8 0 100-41.7z"/>
|
|
</g>
|
|
<rect width="162.5" height="23.5" x="7.8" y="1.8" fill="#3D4251" stroke="#3D4251" stroke-width="3.5" rx="11.8" transform="translate(732 172)"/>
|
|
<rect width="152.5" height="23.5" x="7.8" y="1.8" fill="#3D4251" stroke="#3D4251" stroke-width="3.5" rx="11.8" transform="translate(390 172)"/>
|
|
<g fill-rule="nonzero">
|
|
<path fill="#67757F" d="M536.2 95.2c0 8.4-6.8 7.6-15.2 7.6h-98.8c-8.4 0-15.2.8-15.2-7.6l7.6-45.6c.5-7.3 6.8-15.2 15.2-15.2h83.6c8.4 0 14.4 8.4 15.2 15.2l7.6 45.6z"/>
|
|
<path fill="#CCD6DD" d="M509.6 68.6c0 4.2-3.4 7.6-7.6 7.6h-60.8a7.6 7.6 0 01-7.6-7.6V38.2c0-4.2 3.4-7.6 7.6-7.6H502c4.2 0 7.6 3.4 7.6 7.6v30.4z"/>
|
|
<path fill="#E1E8ED" d="M517.2 83.8c0 4.2-3.4 7.6-7.6 7.6h-76a7.6 7.6 0 01-7.6-7.6V53.4c0-4.2 3.4-7.6 7.6-7.6h76c4.2 0 7.6 3.4 7.6 7.6v30.4z"/>
|
|
<path fill="#F5F8FA" d="M524.8 99c0 4.2-3.4 7.6-7.6 7.6H426a7.6 7.6 0 01-7.6-7.6V68.6c0-4.2 3.4-7.6 7.6-7.6h91.2c4.2 0 7.6 3.4 7.6 7.6V99z"/>
|
|
<path fill="#9AAAB4" d="M536.2 137c0 8.4-6.8 15.2-15.2 15.2h-98.8c-8.4 0-15.2-6.8-15.2-15.2V95.2c0-8.4 6.8-15.2 15.2-15.2H521c8.4 0 15.2 6.8 15.2 15.2V137z"/>
|
|
<path fill="#FCAB40" d="M486.8 23h-19a7.6 7.6 0 00-7.6 7.6v3.8h15.2c4.2 0 7.6 3.4 7.6 7.6h3.8c4.2 0 7.6-3.4 7.6-7.6v-3.8c0-4.2-3.4-7.6-7.6-7.6z"/>
|
|
<path fill="#5DADEC" d="M471.6 38.2h-19a7.6 7.6 0 00-7.6 7.6v3.8h15.2c4.2 0 7.6 3.4 7.6 7.6h3.8c4.2 0 7.6-3.4 7.6-7.6v-3.8c0-4.2-3.4-7.6-7.6-7.6z"/>
|
|
<path fill="#E75A70" d="M464 64.8c0 4.2-3.4 7.6-7.6 7.6h-19a7.6 7.6 0 01-7.6-7.6V61c0-4.2 3.4-7.6 7.6-7.6h19c4.2 0 7.6 3.4 7.6 7.6v3.8z"/>
|
|
<path fill="#67757F" d="M498.2 125.6c0 4.2-3.4 7.6-7.6 7.6h-38a7.6 7.6 0 01-7.6-7.6v-19c0-4.2 3.4-7.6 7.6-7.6h38c4.2 0 7.6 3.4 7.6 7.6v19z"/>
|
|
<path fill="#E1E8ED" d="M490.6 121.8c0 2.1-1.7 3.8-3.8 3.8h-30.4a3.8 3.8 0 01-3.8-3.8v-11.4c0-2.1 1.7-3.8 3.8-3.8h30.4c2.1 0 3.8 1.7 3.8 3.8v11.4z"/>
|
|
</g>
|
|
<path fill="#95AAB6" fill-rule="nonzero" d="M773.3 238.8H764l12-23.8 12 23.8h-8.7v118.5h-6V238.8zM870.8 334.2h9.2L868 358l-12-23.8h8.8V215.7h6v118.5z"/>
|
|
<g fill="#95AAB6" fill-rule="nonzero">
|
|
<path d="M475.8 334.2h9.2L473 358l-12-23.8h8.7V215.7h6v118.5z"/>
|
|
</g>
|
|
<g fill="#95AAB6" fill-rule="nonzero">
|
|
<path d="M706.7 437.8v-9.3l23.8 12-23.8 12v-8.7H566.2v-6h140.5z"/>
|
|
</g>
|
|
<g fill="#95AAB6" fill-rule="nonzero">
|
|
<path d="M1014.7 438.8v-10.3l23.8 12-23.8 12v-7.7h-86.5v-6h86.5z"/>
|
|
</g>
|
|
<g fill="#95AAB6" fill-rule="nonzero">
|
|
<path d="M355 436.6V428l24 12-24 12v-9.4H95.4v-.4h-.2V216h6v220.6H355z"/>
|
|
</g>
|
|
<g fill="#E0E9EE" stroke="#95AAB6" stroke-linejoin="round" stroke-width="5" transform="translate(170 419)">
|
|
<rect width="87" height="41" rx="12"/>
|
|
</g>
|
|
<g fill="#E0E9EE" stroke="#95AAB6" stroke-linejoin="round" stroke-width="5" transform="translate(604 420)">
|
|
<rect width="67" height="41" rx="12"/>
|
|
</g>
|
|
<g fill="#E0E9EE" stroke="#95AAB6" stroke-linejoin="round" stroke-width="5" transform="translate(737 262)">
|
|
<rect width="78" height="41" rx="12"/>
|
|
</g>
|
|
<g fill="#E0E9EE" stroke="#95AAB6" stroke-linejoin="round" stroke-width="5" transform="translate(834 262)">
|
|
<rect width="67" height="41" rx="12"/>
|
|
</g>
|
|
<g fill="#E0E9EE" stroke="#95AAB6" stroke-linejoin="round" stroke-width="5" transform="translate(424 262)">
|
|
<rect width="99" height="41" rx="12"/>
|
|
</g>
|
|
<g fill-rule="nonzero">
|
|
<path fill="#FFF" d="M29.3 180c.6 0 1.2.1 1.7.3.6.2 1 .5 1.4.8.4.4.7.8.9 1.3.2.4.3 1 .3 1.6 0 .6-.1 1.1-.3 1.6-.2.5-.5.9-1 1.2a4 4 0 01-1.3.8c-.5.2-1 .3-1.7.3H27v5.1h-2.2v-13h4.5zm-2.3 6h2.3a2 2 0 001.4-.6c.4-.3.6-.8.6-1.4a2 2 0 00-.6-1.5 2 2 0 00-1.4-.6H27v4.1zm10.6-2.9v1.7h.1c.2-.6.5-1 1-1.4.4-.3 1-.5 1.8-.5 1 0 1.9.3 2.5 1 .6.7.9 1.6.9 2.7v.8h-2.4v-.6a2 2 0 00-.5-1.4 2 2 0 00-1.4-.6c-.6 0-1 .2-1.4.6-.3.3-.5.8-.5 1.4v6.2h-2.2v-9.9h2zm11.9 10c-.7 0-1.3 0-1.8-.2a4 4 0 01-1.4-.8c-.4-.4-.6-.8-.8-1.2a4 4 0 01-.4-1.6v-2.5c0-.6.1-1.1.4-1.6a3.5 3.5 0 012.2-2c.5-.2 1.1-.3 1.8-.3.6 0 1.2.1 1.7.3a3.5 3.5 0 012.2 2c.3.5.4 1 .4 1.6v2.5c0 .5-.1 1-.4 1.6a3.5 3.5 0 01-2.2 2c-.5.2-1 .3-1.8.3zm-2.1-3.8c0 .6.2 1 .5 1.4.4.3 1 .5 1.6.5a2 2 0 001.5-.5c.3-.4.5-.8.5-1.4v-2.5c0-.6-.2-1-.5-1.4a2 2 0 00-1.5-.5 2 2 0 00-1.6.5c-.3.4-.5.8-.5 1.4v2.5zm8.4 4.7h2.7c.6 0 1-.2 1.3-.5.4-.4.5-.8.5-1.3v-7h-4V183h6.3v9c0 .6-.1 1.2-.3 1.7l-.8 1.2-1.2.8c-.5.2-1 .3-1.7.3h-2.8V194zm4-13.6c0-.3.2-.6.4-.8.2-.3.5-.4 1-.4h.4c.4 0 .7.1 1 .4.1.2.3.5.3.8 0 .4-.2.7-.4.9-.2.2-.5.3-1 .3h-.4c-.4 0-.7-.1-1-.3-.1-.2-.3-.5-.3-.9zm6 6.4c0-.6 0-1.1.3-1.6.2-.5.4-.9.8-1.2.4-.4.8-.6 1.4-.8.5-.2 1-.3 1.8-.3.6 0 1.2.1 1.7.3.5.2 1 .4 1.3.8.4.3.7.7 1 1.2l.2 1.6v1.8H68v.7c0 .6.2 1.1.5 1.5.4.4.9.6 1.6.6l1.2-.3c.3-.1.6-.3.7-.6h2.2c0 .4-.2.8-.5 1.1l-1 .9-1.2.5a5.6 5.6 0 01-3.2 0c-.6-.3-1-.5-1.4-.9-.4-.3-.6-.7-.8-1.2a4 4 0 01-.4-1.6v-2.5zm2.2.3H72v-.3a2 2 0 00-.5-1.5 2 2 0 00-1.5-.6 2 2 0 00-1.6.6 2 2 0 00-.5 1.5v.3zm12.5 6c-.7 0-1.3 0-1.8-.2s-1-.4-1.4-.8a4 4 0 01-1.2-2.8v-2.5c0-.6.2-1.1.4-1.6s.5-.9.8-1.2a4 4 0 011.4-.8 5.3 5.3 0 013.4 0 4 4 0 012.7 3.2h-2.3c0-.4-.3-.8-.7-1-.3-.4-.8-.5-1.3-.5-.7 0-1.2.1-1.5.5-.4.3-.6.8-.6 1.4v2.5c0 .6.2 1 .6 1.4.3.4.8.5 1.5.5.5 0 1-.1 1.3-.4.4-.3.6-.7.7-1.1h2.3l-.5 1.4A4 4 0 0182 193a5 5 0 01-1.6.3zm5.6-10h2.7v-3H91v3h3.8v2H91v4.8c0 .4.1.6.3.8.2.2.5.3.8.3h2.5v2H92c-1 0-1.7-.3-2.3-.8a3 3 0 01-.8-2.3v-4.8h-2.7v-2zm20.5-1v-2h9.3v2h-3.5V193H110v-10.9h-3.5zm10.6 4.7c0-.6.1-1.1.4-1.6.2-.5.4-.9.8-1.2.4-.4.8-.6 1.4-.8.5-.2 1-.3 1.8-.3.6 0 1.2.1 1.7.3.5.2 1 .4 1.3.8.4.3.7.7 1 1.2l.2 1.6v1.8h-6.3v.7c0 .6.2 1.1.5 1.5.4.4.9.6 1.5.6.5 0 1-.1 1.3-.3.3-.1.6-.3.7-.6h2.2c0 .4-.2.8-.5 1.1l-1 .9-1.2.5a5.6 5.6 0 01-3.2 0c-.6-.3-1-.5-1.4-.9-.4-.3-.6-.7-.8-1.2a4 4 0 01-.4-1.6v-2.5zm2.3.3h4.1v-.3a2 2 0 00-.5-1.5 2 2 0 00-1.5-.6 2 2 0 00-1.6.6 2 2 0 00-.5 1.5v.3zm7.8 5.9v-9.9h1.9v1.4h.1c0-.5.2-.9.5-1.1.3-.3.7-.5 1.2-.5.4 0 .8.2 1 .4.3.3.5.7.6 1.2h.1c0-.5.2-.9.5-1.1.3-.3.7-.5 1.2-.5.6 0 1 .2 1.4.7.4.4.6 1 .6 1.8v7.6h-2v-7.4c0-.7-.3-1.1-.9-1.1-.3 0-.5.1-.6.3-.2.2-.2.5-.2.9v7.3H131v-7.4c0-.3-.1-.6-.3-.8a.8.8 0 00-.6-.3c-.3 0-.5.1-.7.3l-.2.9v7.3h-2zm10.8-9.9h2.1v1.7h.2c.1-.6.4-1 .9-1.4a3 3 0 011.8-.5c.5 0 1 .1 1.4.3.4.2.7.4 1 .8.3.3.5.7.7 1.2.2.5.3 1 .3 1.6v2.5c0 .6-.1 1.1-.3 1.6-.2.5-.4.9-.7 1.2-.3.4-.6.6-1 .8l-1.4.3a3 3 0 01-1.8-.5c-.5-.4-.8-.8-.9-1.4h-.2V191.9a18.5 18.5 0 00.1 1.1v3h-2.2v-12.9zm2.2 3.7v2.5c0 .5.2 1 .5 1.4.4.3.9.5 1.4.5.7 0 1.1-.2 1.5-.5.3-.4.5-.9.5-1.5v-2.4c0-.6-.2-1-.5-1.4a2 2 0 00-1.5-.5c-.5 0-1 .1-1.3.5a2 2 0 00-.6 1.4zm7.3-4.8v-2h5.4v9.8c0 .4.1.7.3.9.2.2.5.3.9.3h3v2H154c-1 0-1.8-.3-2.4-.8-.6-.6-.8-1.4-.8-2.4V182h-3.2zm10.7 8.2c0-.5 0-.9.2-1.3l.8-1c.3-.3.8-.5 1.2-.6.5-.2 1-.3 1.6-.3h2.5v-.8c0-.5-.2-.8-.5-1-.4-.4-.8-.5-1.4-.5-.5 0-1 0-1.3.3-.3.2-.5.4-.6.7h-2.2a3 3 0 011.3-2l1.2-.6 1.6-.2c.6 0 1.2 0 1.7.2s1 .4 1.3.7a3 3 0 011.2 2.4v6.8h-2.2v-2h-.1c-.1.7-.5 1.2-1 1.6-.6.4-1.3.6-2.1.6-1 0-1.8-.3-2.4-.8-.5-.6-.8-1.3-.8-2.2zm2.2-.2c0 .4.2.8.5 1 .3.3.7.4 1.3.4.6 0 1.2-.1 1.6-.5.5-.3.7-.7.7-1.2v-1.2h-2.5c-.5 0-.9.1-1.2.4-.2.2-.4.6-.4 1zm8-6.9h2.7v-3h2.2v3h3.8v2h-3.8v4.8c0 .4.1.6.3.8.2.2.5.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.8-2.3v-4.8h-2.7v-2zm10.5 3.7c0-.6.1-1.1.4-1.6.2-.5.4-.9.8-1.2.4-.4.8-.6 1.4-.8.5-.2 1-.3 1.8-.3.6 0 1.2.1 1.7.3.5.2 1 .4 1.3.8.4.3.7.7 1 1.2l.2 1.6v1.8h-6.3v.7c0 .6.2 1.1.5 1.5.4.4.9.6 1.5.6.5 0 1-.1 1.3-.3.3-.1.6-.3.7-.6h2.2c0 .4-.2.8-.5 1.1l-1 .9-1.2.5a5.6 5.6 0 01-3.2 0c-.6-.3-1-.5-1.4-.9-.4-.3-.6-.7-.8-1.2a4 4 0 01-.4-1.6v-2.5zm2.3.3h4.1v-.3a2 2 0 00-.5-1.5 2 2 0 00-1.6-.6 2 2 0 00-1.5.6 2 2 0 00-.5 1.5v.3zm8 3.4h2.3c0 .3.3.5.6.7.3.2.6.3 1 .3h.8c.6 0 1-.2 1.3-.4.3-.2.5-.5.5-.9 0-.7-.6-1-1.6-1.2l-1.4-.2c-1.1-.1-2-.4-2.5-.9s-.8-1.2-.8-2c0-1 .3-1.7 1-2.2.6-.5 1.6-.8 2.8-.8h.7c1.1 0 2 .3 2.7.7.6.5 1 1.1 1.2 2h-2.3a1 1 0 00-.5-.7 2 2 0 00-1-.3h-.8c-1 0-1.6.4-1.6 1.2 0 .6.5 1 1.4 1l1.4.3c1.2.1 2 .4 2.6 1 .6.4.9 1.1.9 2 0 1-.4 1.8-1 2.3-.7.5-1.7.8-3 .8h-.7c-1.2 0-2.1-.3-2.8-.7-.7-.5-1.1-1.2-1.2-2zM418.6 537v11h5.6v2h-7.9v-13h2.3zm11.6 13.2c-.6 0-1.2-.1-1.7-.3a4 4 0 01-1.4-.8c-.4-.4-.6-.8-.8-1.2a4 4 0 01-.4-1.6v-2.5c0-.6.1-1.1.4-1.6a3.5 3.5 0 012.2-2c.5-.2 1.1-.3 1.8-.3.6 0 1.2.1 1.7.3a3.5 3.5 0 012.2 2c.3.5.4 1 .4 1.6v2.5c0 .5-.1 1-.4 1.6a3.5 3.5 0 01-2.2 2c-.5.2-1 .3-1.8.3zm-2-4c0 .7.2 1.1.5 1.5.4.3 1 .5 1.6.5a2 2 0 001.5-.5c.3-.4.5-.8.5-1.4v-2.5c0-.6-.2-1-.5-1.4a2 2 0 00-1.6-.5 2 2 0 00-1.5.5c-.3.4-.5.8-.5 1.4v2.5zm12.5 4c-.7 0-1.3-.1-1.8-.3-.5-.2-1-.4-1.4-.8a4 4 0 01-1.2-2.8v-2.5c0-.6.2-1.1.4-1.6s.5-.9.8-1.2a4 4 0 011.4-.8 5.3 5.3 0 013.4 0 4 4 0 012.7 3.2h-2.3c0-.4-.3-.8-.7-1.1-.3-.3-.8-.4-1.3-.4-.7 0-1.2.1-1.5.5-.4.3-.6.8-.6 1.4v2.5c0 .6.2 1 .6 1.4.3.4.8.5 1.5.5.5 0 1-.1 1.3-.4.4-.3.6-.7.7-1.1h2.3l-.5 1.4a4 4 0 01-2.2 1.8 5 5 0 01-1.6.3zm5.7-3c0-.5 0-.9.2-1.3l.8-1c.3-.3.8-.5 1.2-.6.5-.2 1-.3 1.6-.3h2.5v-.8c0-.5-.2-.8-.5-1-.4-.4-.8-.5-1.4-.5-.5 0-1 0-1.3.3-.3.2-.5.4-.6.7h-2.2a3 3 0 011.3-2l1.2-.6 1.6-.2c.6 0 1.2 0 1.7.2s1 .4 1.3.7a3 3 0 011.2 2.4v6.8h-2.2v-2h-.1c-.1.7-.5 1.2-1 1.6-.6.4-1.3.6-2.1.6-1 0-1.8-.3-2.4-.8-.5-.6-.8-1.3-.8-2.2zm2.2-.2c0 .4.2.8.5 1 .3.3.7.4 1.3.4.6 0 1.2-.1 1.6-.5.5-.3.7-.7.7-1.2v-1.2h-2.5c-.5 0-.9.1-1.1.4-.3.2-.5.6-.5 1zm7.7-8v-2h5.4v9.8c0 .4.1.7.3.9.2.2.5.3.9.3h3v2h-3.2c-1 0-1.8-.3-2.4-.8-.6-.6-.8-1.4-.8-2.4V539h-3.2zm25.9-2c.6 0 1.2.1 1.7.3.6.2 1 .5 1.4.8.4.4.7.8.9 1.3.2.4.3 1 .3 1.6 0 .6-.1 1.1-.3 1.6-.2.5-.5.9-1 1.2a4 4 0 01-1.3.8c-.5.2-1 .3-1.7.3h-2.3v5.1h-2.2v-13h4.5zm-2.3 6h2.3a2 2 0 001.4-.6c.4-.3.6-.8.6-1.4a2 2 0 00-.6-1.5 2 2 0 00-1.4-.6h-2.3v4.1zm10.6-2.9v1.7h.1c.2-.6.5-1 1-1.4.4-.3 1-.5 1.8-.5 1 0 1.9.3 2.5 1 .6.7.9 1.6.9 2.7v.8h-2.4v-.6a2 2 0 00-.5-1.4 2 2 0 00-1.4-.6c-.6 0-1 .2-1.4.6-.3.3-.5.8-.5 1.4v6.2h-2.2v-9.9h2zm11.9 10c-.7 0-1.3 0-1.8-.2a4 4 0 01-1.4-.8c-.4-.4-.6-.8-.8-1.2a4 4 0 01-.4-1.6v-2.5c0-.6.1-1.1.4-1.6a3.5 3.5 0 012.2-2c.5-.2 1.1-.3 1.8-.3.6 0 1.2.1 1.7.3a3.5 3.5 0 012.2 2c.3.5.4 1 .4 1.6v2.5c0 .5-.1 1-.4 1.6a3.5 3.5 0 01-2.2 2c-.5.2-1 .3-1.8.3zm-2.1-3.8c0 .6.2 1 .5 1.4.4.3 1 .5 1.6.5a2 2 0 001.5-.5c.3-.4.5-.8.5-1.4v-2.5c0-.6-.2-1-.5-1.4a2 2 0 00-1.5-.5 2 2 0 00-1.6.5c-.3.4-.5.8-.5 1.4v2.5zm8.4 4.7h2.7c.6 0 1-.2 1.3-.5.4-.4.5-.8.5-1.3v-7h-4V540h6.3v9c0 .6-.1 1.2-.3 1.7l-.8 1.2-1.2.8c-.5.2-1 .3-1.7.3h-2.8V551zm4-13.6c0-.3.2-.6.4-.8.2-.3.5-.4 1-.4h.4c.4 0 .7.1 1 .4.1.2.3.5.3.8 0 .4-.2.7-.4.9-.2.2-.5.3-1 .3h-.4c-.4 0-.7-.1-1-.3-.1-.2-.3-.5-.3-.9zm6 6.4c0-.6 0-1.1.3-1.6.2-.5.4-.9.8-1.2.4-.4.8-.6 1.4-.8.5-.2 1-.3 1.8-.3.6 0 1.2.1 1.7.3.5.2 1 .4 1.3.8.4.3.7.7 1 1.2l.2 1.6v1.8H521v.7c0 .6.2 1.1.5 1.5.4.4.9.6 1.6.6l1.2-.3c.3-.1.6-.3.7-.6h2.2c0 .4-.2.8-.5 1.1l-1 .9-1.2.5a5.6 5.6 0 01-3.2 0c-.6-.3-1-.5-1.4-.9-.4-.3-.6-.7-.8-1.2a4 4 0 01-.4-1.6v-2.5zm2.2.3h4.1v-.3a2 2 0 00-.5-1.5 2 2 0 00-1.5-.6 2 2 0 00-1.6.6 2 2 0 00-.5 1.5v.3zm12.5 6c-.7 0-1.3 0-1.8-.2s-1-.4-1.4-.8a4 4 0 01-1.2-2.8v-2.5c0-.6.2-1.1.4-1.6s.5-.9.8-1.2a4 4 0 011.4-.8 5.3 5.3 0 013.4 0 4 4 0 012.7 3.2h-2.3c0-.4-.3-.8-.7-1.1-.3-.3-.8-.4-1.3-.4-.7 0-1.2.1-1.5.5-.4.3-.6.8-.6 1.4v2.5c0 .6.2 1 .6 1.4.3.4.8.5 1.5.5.5 0 1-.1 1.3-.4.4-.3.6-.7.7-1.1h2.3l-.5 1.4a4 4 0 01-2.2 1.8 5 5 0 01-1.6.3zm5.6-10h2.7v-3h2.2v3h3.8v2H544v4.8c0 .4.1.6.3.8.2.2.5.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.8-2.3v-4.8H539v-2zM795.4 519.2c-.7 0-1.3-.1-1.8-.3-.6-.2-1-.5-1.4-.8-.4-.3-.6-.8-.8-1.3-.3-.5-.4-1-.4-1.6v-5.4c0-.6.1-1.1.4-1.6a3.6 3.6 0 012.2-2c.5-.2 1.1-.3 1.8-.3.6 0 1.2 0 1.7.2.6.2 1 .5 1.4.8.4.4.6.8.8 1.3.3.5.4 1 .4 1.6v5.4c0 .6-.1 1.1-.4 1.6-.2.5-.4 1-.8 1.3a4 4 0 01-1.4.8c-.5.2-1.1.3-1.8.3zm-2.1-4c0 .6.2 1.1.6 1.5.3.3.8.5 1.5.5a2 2 0 001.4-.5c.4-.4.6-.9.6-1.5v-5.4a2 2 0 00-.6-1.4 2 2 0 00-1.4-.6 2 2 0 00-1.5.6 2 2 0 00-.6 1.4v5.4zm10.6-6.1v6.2c0 1.3.5 2 1.8 2 1.2 0 1.8-.7 1.8-2V509h2.2v6.2c0 1.2-.4 2.2-1 2.9-.8.6-1.8 1-3 1-1.3 0-2.3-.4-3-1-.7-.7-1.1-1.7-1.1-3v-6.1h2.3zm7.5 0h2.7v-3h2.2v3h3.8v2h-3.8v4.8c0 .4.1.6.3.8.2.2.5.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.8-2.3v-4.8h-2.7v-2zm10.8 0h2.1v1.7h.2c.1-.6.4-1 .9-1.4a3 3 0 011.8-.5c.5 0 1 .1 1.4.3.4.2.7.4 1 .8.3.3.5.7.7 1.2.2.5.3 1 .3 1.6v2.5c0 .6-.1 1.1-.3 1.6-.2.5-.4.9-.7 1.2-.3.4-.6.6-1 .8l-1.5.3a3 3 0 01-1.7-.5c-.5-.4-.8-.8-.9-1.4h-.2V517.9a18.5 18.5 0 00.1 1.1v3h-2.2v-12.9zm2.2 3.7v2.5c0 .5.2 1 .5 1.4.4.3.9.5 1.4.5.7 0 1.1-.2 1.5-.5.3-.4.5-.9.5-1.5v-2.4c0-.6-.2-1-.5-1.4a2 2 0 00-1.5-.5c-.5 0-1 .1-1.3.5a2 2 0 00-.6 1.4zm10.4-3.7v6.2c0 1.3.5 2 1.8 2 1.2 0 1.8-.7 1.8-2V509h2.2v6.2c0 1.2-.4 2.2-1 2.9-.8.6-1.8 1-3 1-1.3 0-2.3-.4-3-1-.7-.7-1.1-1.7-1.1-3v-6.1h2.3zm7.5 0h2.7v-3h2.2v3h3.8v2h-3.8v4.8c0 .4.1.6.3.8.2.2.5.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.8-2.3v-4.8h-2.7v-2zm10.5 7.4h2.3c0 .3.3.5.6.7.3.2.6.3 1 .3h.8c.6 0 1-.2 1.3-.4.3-.2.5-.5.5-.9 0-.7-.6-1-1.6-1.2l-1.4-.2c-1.1-.1-2-.4-2.5-.9s-.8-1.2-.8-2c0-1 .3-1.7 1-2.2.6-.5 1.6-.8 2.8-.8h.7c1.1 0 2 .3 2.7.7.6.5 1 1.1 1.2 2H859a1 1 0 00-.5-.7 2 2 0 00-1-.3h-.8c-1 0-1.6.4-1.6 1.2 0 .6.5 1 1.4 1l1.4.3c1.2.1 2 .4 2.6 1 .6.4.9 1.1.9 2 0 1-.4 1.8-1 2.3-.7.5-1.7.8-3 .8h-.7c-1.2 0-2.1-.3-2.8-.7-.7-.5-1.1-1.2-1.2-2zM1079.3 506c.7 0 1.3.1 1.8.3l1.3.8 1 1.3.2 1.6c0 .6 0 1.1-.3 1.6-.2.5-.5.9-.9 1.2a4 4 0 01-1.3.8c-.5.2-1.1.3-1.8.3h-2.2v5.1h-2.3v-13h4.5zm-2.2 6h2.2a2 2 0 001.5-.6c.4-.3.5-.8.5-1.4a2 2 0 00-.5-1.5 2 2 0 00-1.5-.6h-2.2v4.1zm10.5-2.9v1.7h.2c.1-.6.4-1 .9-1.4.5-.3 1-.5 1.8-.5 1.1 0 2 .3 2.5 1 .6.7 1 1.6 1 2.7v.8h-2.4v-.6a2 2 0 00-.5-1.4 2 2 0 00-1.5-.6c-.6 0-1 .2-1.3.6-.4.3-.5.8-.5 1.4v6.2h-2.3v-9.9h2.1zm11.9 10c-.6 0-1.2 0-1.8-.2a4 4 0 01-1.3-.8l-.9-1.2a4 4 0 01-.3-1.6v-2.5c0-.6.1-1.1.3-1.6a3.5 3.5 0 012.2-2l1.8-.3 1.8.3c.5.2 1 .4 1.3.8.4.3.7.7.9 1.2.2.5.3 1 .3 1.6v2.5l-.3 1.6a3.5 3.5 0 01-2.2 2c-.5.2-1.1.3-1.8.3zm-2-3.8c0 .6.1 1 .5 1.4.4.3.9.5 1.5.5a2 2 0 001.5-.5c.4-.4.6-.8.6-1.4v-2.5c0-.6-.2-1-.6-1.4a2 2 0 00-1.5-.5 2 2 0 00-1.5.5c-.4.4-.6.8-.6 1.4v2.5zm8-2.5c0-.6 0-1.1.2-1.6s.4-.9.7-1.2a3 3 0 011.1-.8c.4-.2.9-.3 1.4-.3a3 3 0 011.8.5c.5.4.7.8.8 1.4h.2v-.6a5.6 5.6 0 010-1.1v-3h2.2V519h-2.2v-1.7h-.2c0 .6-.3 1-.8 1.4a3 3 0 01-1.8.5c-.5 0-1-.1-1.4-.3a3 3 0 01-1-.8c-.4-.3-.6-.7-.8-1.2l-.2-1.6v-2.5zm2.2 0v2.4c0 .6.2 1.1.6 1.5.3.3.8.5 1.4.5.6 0 1-.2 1.4-.5.4-.4.5-.9.5-1.4v-2.5c0-.6-.1-1-.5-1.4-.3-.4-.8-.5-1.4-.5a2 2 0 00-1.4.5 2 2 0 00-.6 1.4zm10.6-3.7v6.2c0 1.3.6 2 1.8 2 1.2 0 1.8-.7 1.8-2V509h2.3v6.2c0 1.2-.4 2.2-1.1 2.9-.7.6-1.7 1-3 1s-2.3-.4-3-1c-.7-.7-1-1.7-1-3v-6.1h2.2zm12.2 10c-.6 0-1.2 0-1.8-.2-.5-.2-1-.4-1.3-.8-.4-.3-.7-.7-.9-1.2a4 4 0 01-.3-1.6v-2.5c0-.6.1-1.1.3-1.6.2-.5.5-.9.9-1.2a4 4 0 011.3-.8 5.3 5.3 0 013.4 0 4 4 0 012.7 3.2h-2.2c-.1-.4-.3-.8-.7-1-.4-.4-.8-.5-1.4-.5-.6 0-1.1.1-1.5.5-.3.3-.5.8-.5 1.4v2.5c0 .6.2 1 .5 1.4.4.4.9.5 1.5.5.5 0 1-.1 1.4-.4.4-.3.6-.7.7-1.1h2.2c0 .5-.2 1-.5 1.4a4 4 0 01-2.2 1.8 5 5 0 01-1.6.3zm5.6-10h2.7v-3h2.3v3h3.8v2h-3.8v4.8c0 .4 0 .6.3.8.2.2.4.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.9-2.3v-4.8h-2.7v-2zm11 7.8h3.5v-5.8h-3v-2h5.2v7.8h2.9v2.1h-8.6v-2zm2.9-10.5c0-.3.1-.6.3-.8.3-.3.6-.4 1-.4h.4c.4 0 .7.1 1 .4.2.2.3.5.3.8 0 .4-.1.7-.3.9-.3.2-.6.3-1 .3h-.4c-.4 0-.7-.1-1-.3-.2-.2-.3-.5-.3-.9zm11.3 12.8l-1.8-.3a4 4 0 01-1.3-.8l-.9-1.2a4 4 0 01-.3-1.6v-2.5c0-.6.1-1.1.3-1.6a3.5 3.5 0 012.2-2l1.8-.3 1.8.3c.5.2 1 .4 1.3.8.4.3.7.7.9 1.2.2.5.3 1 .3 1.6v2.5l-.3 1.6a3.5 3.5 0 01-2.2 2c-.5.2-1.1.3-1.8.3zm-2-4c0 .7.1 1.1.5 1.5.4.3.9.5 1.5.5a2 2 0 001.5-.5c.4-.4.6-.8.6-1.4v-2.5c0-.6-.2-1-.6-1.4a2 2 0 00-1.5-.5 2 2 0 00-1.5.5c-.4.4-.6.8-.6 1.4v2.5zm8.2-6.1h2.1v1.7h.2c.1-.6.4-1 .8-1.4a3 3 0 011.8-.5c1 0 1.8.3 2.4 1 .6.7.9 1.5.9 2.6v6.5h-2.3v-6.2c0-.6-.1-1-.5-1.4-.3-.4-.7-.5-1.3-.5-.6 0-1 .1-1.4.5a2 2 0 00-.5 1.4v6.2h-2.2v-9.9zM754 179l1.8.3 1.3.8c.4.3.7.7 1 1.2l.2 1.6c0 .9-.2 1.6-.6 2.2-.5.7-1 1.1-1.8 1.4l2.6 5.5H756l-2.3-5.2H752v5.2h-2.3v-13h4.3zm-2 6h2a2 2 0 001.5-.5c.3-.4.5-.9.5-1.5a2 2 0 00-.5-1.5 2 2 0 00-1.5-.6h-2v4.1zm7.8.8c0-.6.1-1.1.3-1.6.2-.5.5-.9.9-1.2.3-.4.8-.6 1.3-.8.5-.2 1.1-.3 1.8-.3l1.8.3c.5.2 1 .4 1.3.8.4.3.7.7.9 1.2.2.5.3 1 .3 1.6v1.8H762v.7c0 .6.2 1.1.6 1.5.3.4.9.6 1.5.6.5 0 .9-.1 1.2-.3.4-.1.6-.3.8-.6h2.2l-.5 1.1-1 .9-1.2.5a5.6 5.6 0 01-3.3 0c-.5-.3-1-.5-1.3-.9-.4-.3-.7-.7-.9-1.2a4 4 0 01-.3-1.6v-2.5zm2.2.3h4.2v-.3a2 2 0 00-.6-1.5 2 2 0 00-1.5-.6 2 2 0 00-1.5.6 2 2 0 00-.6 1.5v.3zm7.9 5.9v-9.9h1.8v1.4h.2c0-.5.2-.9.4-1.1.3-.3.7-.5 1.2-.5s.8.2 1 .4c.3.3.5.7.6 1.2h.2c0-.5.2-.9.5-1.1.2-.3.6-.5 1.1-.5.6 0 1.1.2 1.5.7.4.4.5 1 .5 1.8v7.6h-2v-7.4c0-.7-.3-1.1-.8-1.1-.3 0-.5.1-.7.3l-.2.9v7.3h-1.6v-7.4c0-.3 0-.6-.2-.8a.8.8 0 00-.7-.3c-.3 0-.5.1-.6.3-.2.2-.2.5-.2.9v7.3h-2zm14.8.2l-1.8-.3a4 4 0 01-1.3-.8l-.9-1.2a4 4 0 01-.3-1.6v-2.5c0-.6.1-1.1.3-1.6a3.5 3.5 0 012.2-2l1.8-.3 1.8.3c.5.2 1 .4 1.3.8.4.3.7.7.9 1.2.2.5.3 1 .3 1.6v2.5l-.3 1.6a3.5 3.5 0 01-2.2 2c-.5.2-1.1.3-1.8.3zm-2-4c0 .7.1 1.1.5 1.5.4.3.9.5 1.5.5a2 2 0 001.5-.5c.4-.4.6-.8.6-1.4v-2.5c0-.6-.2-1-.6-1.4a2 2 0 00-1.5-.5 2 2 0 00-1.5.5c-.4.4-.6.8-.6 1.4v2.5zm7.7-6.1h2.7v-3h2.3v3h3.8v2h-3.8v4.8c0 .4 0 .6.3.8.2.2.4.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.9-2.3v-4.8h-2.7v-2zm10.6 3.7c0-.6.1-1.1.3-1.6.2-.5.5-.9.9-1.2.3-.4.8-.6 1.3-.8.5-.2 1.1-.3 1.8-.3l1.8.3c.5.2 1 .4 1.3.8.4.3.7.7.9 1.2.2.5.3 1 .3 1.6v1.8h-6.4v.7c0 .6.2 1.1.6 1.5.3.4.9.6 1.5.6.5 0 .9-.1 1.2-.3.4-.1.6-.3.8-.6h2.2l-.5 1.1-1 .9-1.2.5a5.6 5.6 0 01-3.3 0c-.5-.3-1-.5-1.3-.9-.4-.3-.7-.7-.9-1.2a4 4 0 01-.3-1.6v-2.5zm2.2.3h4.2v-.3a2 2 0 00-.6-1.5 2 2 0 00-1.5-.6 2 2 0 00-1.5.6 2 2 0 00-.6 1.5v.3zm18.3 2.5h2.3c0 .5.2.9.6 1.2.4.3 1 .4 1.6.4.6 0 1.1-.1 1.5-.4.4-.3.5-.7.5-1.2s-.1-.9-.4-1.2c-.2-.3-.6-.6-1.1-.7l-1.4-.4c-1.1-.3-2-.8-2.5-1.4-.6-.7-.9-1.5-.9-2.5 0-.5.1-1 .3-1.4.2-.5.5-.9.9-1.2.3-.3.8-.5 1.3-.7.5-.2 1-.3 1.7-.3 1.3 0 2.3.4 3 1 .8.6 1.2 1.5 1.2 2.6h-2.3c0-.5-.2-.9-.5-1.2-.4-.2-.8-.4-1.4-.4-.6 0-1 .2-1.4.4-.3.3-.5.7-.5 1.2 0 .4.1.7.4 1 .2.3.6.5 1.1.7l1.6.4c1 .3 1.8.8 2.4 1.5.5.6.8 1.5.8 2.5 0 .5 0 1-.3 1.5l-.9 1.2-1.4.7a5.7 5.7 0 01-3.6 0l-1.4-.7-.9-1.1-.3-1.5zm10.1-6.5h2.7v-3h2.3v3h3.8v2h-3.8v4.8c0 .4 0 .6.3.8.2.2.4.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.9-2.3v-4.8h-2.7v-2zm14.9 10c-.6 0-1.2 0-1.8-.2a4 4 0 01-1.3-.8l-.9-1.2a4 4 0 01-.3-1.6v-2.5c0-.6.1-1.1.3-1.6a3.5 3.5 0 012.2-2l1.8-.3 1.8.3c.5.2 1 .4 1.3.8.4.3.7.7.9 1.2.2.5.3 1 .3 1.6v2.5l-.3 1.6a3.5 3.5 0 01-2.2 2c-.5.2-1.1.3-1.8.3zm-2-3.8c0 .6.1 1 .5 1.4.4.3.9.5 1.5.5a2 2 0 001.5-.5c.4-.4.6-.8.6-1.4v-2.5c0-.6-.2-1-.6-1.4a2 2 0 00-1.5-.5 2 2 0 00-1.5.5c-.4.4-.6.8-.6 1.4v2.5zm10.7-6.2v1.7h.2c.1-.6.4-1 .9-1.4.5-.3 1-.5 1.8-.5 1.1 0 2 .3 2.5 1 .6.7 1 1.6 1 2.7v.8h-2.4v-.6a2 2 0 00-.5-1.4 2 2 0 00-1.5-.6c-.6 0-1 .2-1.3.6-.4.3-.5.8-.5 1.4v6.2H853v-9.9h2.1zm7.4 7.1c0-.5.1-.9.3-1.3.2-.4.4-.7.8-1 .3-.3.7-.5 1.2-.6.5-.2 1-.3 1.6-.3h2.5v-.8c0-.5-.2-.8-.6-1-.3-.4-.8-.5-1.4-.5-.5 0-.9 0-1.2.3-.4.2-.6.4-.7.7H863a3 3 0 011.4-2c.3-.3.7-.4 1.2-.6l1.5-.2c.7 0 1.2 0 1.8.2.5.2 1 .4 1.3.7a3 3 0 011.1 2.4v6.8h-2.1v-2h-.2c0 .7-.4 1.2-1 1.6-.6.4-1.3.6-2.1.6-1 0-1.7-.3-2.3-.8-.6-.6-.9-1.3-.9-2.2zm2.3-.2c0 .4.1.8.4 1 .3.3.8.4 1.3.4.7 0 1.2-.1 1.7-.5.4-.3.7-.7.7-1.2v-1.2h-2.5c-.5 0-1 .1-1.2.4-.3.2-.4.6-.4 1zm8.1-3.2c0-.6.1-1.1.3-1.6.1-.5.4-.9.7-1.2a3 3 0 011-.8l1.5-.3a3 3 0 011.8.6c.5.3.8.8.9 1.4h.1v-1.8h2.2v9.3c0 .6-.1 1-.3 1.5-.2.5-.5.9-.8 1.2l-1.3.7c-.5.2-1.1.3-1.7.3h-2.7v-2h2.7c.5 0 1 0 1.3-.4.4-.3.5-.7.5-1.3v-.2l.1-1.9h-.1c-.1.6-.4 1.1-1 1.5a3 3 0 01-1.7.5c-.6 0-1 0-1.4-.3a3.2 3.2 0 01-1.8-2c-.2-.4-.3-1-.3-1.5v-1.7zm2.3 1.6c0 .6.2 1 .5 1.4.4.4.9.5 1.5.5s1-.1 1.4-.5c.4-.3.5-.8.5-1.4v-1.6c0-.6-.1-1-.5-1.4a2 2 0 00-1.4-.5 2 2 0 00-1.5.5 2 2 0 00-.5 1.4v1.6zm8.1-1.6c0-.6.1-1.1.3-1.6.2-.5.5-.9.9-1.2.3-.4.8-.6 1.3-.8.5-.2 1.1-.3 1.8-.3l1.8.3c.5.2 1 .4 1.3.8.4.3.7.7.9 1.2.2.5.3 1 .3 1.6v1.8h-6.4v.7c0 .6.2 1.1.6 1.5.3.4.9.6 1.5.6.5 0 .9-.1 1.2-.3.4-.1.6-.3.8-.6h2.2l-.5 1.1-1 .9-1.2.5a5.6 5.6 0 01-3.3 0c-.5-.3-1-.5-1.3-.9-.4-.3-.7-.7-.9-1.2a4 4 0 01-.3-1.6v-2.5zm2.2.3h4.2v-.3a2 2 0 00-.6-1.5 2 2 0 00-1.5-.6 2 2 0 00-1.5.6 2 2 0 00-.6 1.5v.3zM410.5 179h3l3.4 13h-2.3l-.8-3.3h-3.7l-.8 3.3H407l3.5-13zm2.9 8l-1.1-4.7a24.9 24.9 0 01-.2-1.2l-.1-.6h-.1v.6a25.4 25.4 0 01-.3 1.2l-1.1 4.7h2.9zm4.5 2.5h2.3c0 .3.3.5.6.7.3.2.6.3 1 .3h.8c.6 0 1-.2 1.3-.4.3-.2.5-.5.5-.9 0-.7-.6-1-1.6-1.2l-1.4-.2c-1.1-.1-2-.4-2.5-.9s-.8-1.2-.8-2c0-1 .3-1.7 1-2.2.6-.5 1.6-.8 2.8-.8h.7c1.1 0 2 .3 2.7.7.6.5 1 1.1 1.2 2h-2.3a1 1 0 00-.5-.7 2 2 0 00-1-.3h-.8c-1 0-1.6.4-1.6 1.2 0 .6.5 1 1.4 1l1.4.3c1.2.1 2 .4 2.6 1 .6.4.9 1.1.9 2 0 1-.4 1.8-1 2.3-.7.5-1.7.8-3 .8h-.7c-1.2 0-2.1-.3-2.8-.7-.7-.5-1.1-1.2-1.2-2zm10.3 0h2.3c0 .3.3.5.6.7.3.2.6.3 1 .3h.8c.6 0 1-.2 1.3-.4.3-.2.5-.5.5-.9 0-.7-.6-1-1.6-1.2l-1.4-.2c-1.1-.1-2-.4-2.5-.9s-.8-1.2-.8-2c0-1 .3-1.7 1-2.2.6-.5 1.6-.8 2.8-.8h.7c1.1 0 2 .3 2.7.7.6.5 1 1.1 1.2 2h-2.3a1 1 0 00-.5-.7 2 2 0 00-1-.3h-.8c-1 0-1.6.4-1.6 1.2 0 .6.5 1 1.4 1l1.4.3c1.2.1 2 .4 2.6 1 .6.4.9 1.1.9 2 0 1-.4 1.8-1 2.3-.7.5-1.7.8-3 .8h-.7c-1.2 0-2.1-.3-2.8-.7-.7-.5-1.1-1.2-1.2-2zm10.3-3.7c0-.6.1-1.1.4-1.6.2-.5.4-.9.8-1.2.4-.4.8-.6 1.4-.8.5-.2 1-.3 1.8-.3.6 0 1.2.1 1.7.3.5.2 1 .4 1.3.8.4.3.7.7 1 1.2l.2 1.6v1.8h-6.3v.7c0 .6.2 1.1.5 1.5.4.4.9.6 1.6.6l1.2-.3c.3-.1.6-.3.7-.6h2.2c0 .4-.2.8-.5 1.1l-1 .9-1.2.5a5.6 5.6 0 01-3.2 0c-.6-.3-1-.5-1.4-.9-.4-.3-.6-.7-.8-1.2a4 4 0 01-.4-1.6v-2.5zm2.3.3h4.1v-.3a2 2 0 00-.5-1.5 2 2 0 00-1.5-.6 2 2 0 00-1.6.6 2 2 0 00-.5 1.5v.3zm7.8-4h2.7v-3h2.2v3h3.8v2h-3.8v4.8c0 .4.1.6.3.8.2.2.5.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.8-2.3v-4.8h-2.7v-2zm10.5 7.4h2.3c0 .3.3.5.6.7.3.2.6.3 1 .3h.8c.6 0 1-.2 1.3-.4.3-.2.5-.5.5-.9 0-.7-.6-1-1.6-1.2l-1.4-.2c-1.1-.1-2-.4-2.5-.9s-.8-1.2-.8-2c0-1 .3-1.7 1-2.2.6-.5 1.6-.8 2.8-.8h.7c1.1 0 2 .3 2.7.7.6.5 1 1.1 1.2 2h-2.3a1 1 0 00-.5-.7 2 2 0 00-1-.3h-.8c-1 0-1.6.4-1.6 1.2 0 .6.5 1 1.4 1l1.4.3c1.2.1 2 .4 2.6 1 .6.4.9 1.1.9 2 0 1-.4 1.8-1 2.3-.7.5-1.7.8-3 .8h-.7c-1.2 0-2.1-.3-2.8-.7-.7-.5-1.1-1.2-1.2-2zm20.3-2.3c0-.7.2-1.3.5-1.8s.8-.8 1.4-1l-.7-1.3-.2-1.1c0-.5.1-1 .3-1.3l.7-1c.3-.3.6-.5 1-.6.5-.2 1-.2 1.5-.2s1 0 1.5.2l1.1.7c.3.2.5.6.7 1 .2.4.3.8.3 1.3h-2.1c0-.4-.1-.7-.4-1-.3-.3-.6-.4-1-.4-.5 0-.9.1-1.1.4-.3.3-.4.6-.4 1 0 .3 0 .5.2.8 0 .3.3.6.5 1l2.5 3.5 1-1.9h2.2l-2 3.7 2 2.8h-2.1l-.9-1.2a4 4 0 01-3 1.4c-1.1 0-2-.3-2.6-1-.6-.5-.9-1.3-.9-2.4v-1.6zm2.9-1.4c-.5.2-.7.7-.7 1.4v1.6c0 .5 0 .9.4 1.1.2.3.6.4 1 .4s.7 0 1-.3l.8-.7-2.6-3.5zm18.3-6.8h4l1.8.3c.5.2 1 .5 1.3.9.4.3.7.8 1 1.3.1.5.3 1 .3 1.6v4.8c0 .6-.2 1.2-.4 1.7a3.7 3.7 0 01-2.2 2.1l-1.8.3h-4v-13zm2.2 11h1.8c.6 0 1.1-.3 1.5-.6.4-.4.6-1 .6-1.5V183a2 2 0 00-.6-1.4c-.4-.4-.9-.6-1.5-.6h-1.8v8.8zm7.7-.8c0-.5 0-.9.2-1.3l.8-1c.3-.3.8-.5 1.2-.6.5-.2 1-.3 1.6-.3h2.5v-.8c0-.5-.2-.8-.5-1-.4-.4-.8-.5-1.4-.5-.5 0-1 0-1.3.3-.3.2-.5.4-.6.7h-2.2a3 3 0 011.3-2l1.2-.6 1.6-.2c.6 0 1.2 0 1.7.2s1 .4 1.3.7a3 3 0 011.2 2.4v6.8h-2.2v-2h-.1c-.1.7-.5 1.2-1 1.6-.6.4-1.3.6-2.1.6-1 0-1.8-.3-2.4-.8-.5-.6-.8-1.3-.8-2.2zm2.2-.2c0 .4.2.8.5 1 .3.3.7.4 1.3.4.6 0 1.2-.1 1.6-.5.5-.3.7-.7.7-1.2v-1.2h-2.5c-.5 0-.9.1-1.1.4-.3.2-.5.6-.5 1zm8-6.9h2.7v-3h2.2v3h3.8v2h-3.8v4.8c0 .4.1.6.3.8.2.2.5.3.8.3h2.5v2h-2.7c-1 0-1.7-.3-2.3-.8a3 3 0 01-.8-2.3v-4.8h-2.7v-2zm10.4 7.1c0-.5 0-.9.2-1.3l.8-1c.3-.3.8-.5 1.2-.6.5-.2 1-.3 1.6-.3h2.5v-.8c0-.5-.2-.8-.5-1-.4-.4-.8-.5-1.4-.5-.5 0-1 0-1.3.3-.3.2-.5.4-.6.7h-2.2a3 3 0 011.3-2l1.2-.6 1.6-.2c.6 0 1.2 0 1.7.2s1 .4 1.3.7a3 3 0 011.2 2.4v6.8h-2.2v-2h-.1c-.1.7-.5 1.2-1 1.6-.6.4-1.3.6-2.1.6-1 0-1.8-.3-2.4-.8-.5-.6-.8-1.3-.8-2.2zm2.2-.2c0 .4.2.8.5 1 .3.3.7.4 1.3.4.6 0 1.2-.1 1.6-.5.5-.3.7-.7.7-1.2v-1.2h-2.5c-.5 0-.9.1-1.1.4-.3.2-.5.6-.5 1z"/>
|
|
<path fill="#3D4251" d="M193.1 437.5l-.2.3h-.9a15.5 15.5 0 00-1.4-.8l-1-.1c-.6 0-1.1.1-1.5.3-.5.2-.8.5-1.1.9a4 4 0 00-.6 1.4c-.2.5-.2 1.1-.2 1.8s0 1.3.2 1.9c.1.6.4 1 .6 1.4l1 .9 1.5.3a3.4 3.4 0 002-.7l.6-.4.5-.2c.3 0 .5.1.6.3l1 1.2a5.8 5.8 0 01-2.5 1.7l-1.4.4h-1.4a6 6 0 01-2.4-.4c-.7-.3-1.3-.7-1.9-1.3-.5-.6-1-1.3-1.3-2.2-.3-.8-.4-1.8-.4-2.9 0-1 .1-1.9.4-2.7.3-.9.7-1.6 1.2-2.2.6-.6 1.3-1 2-1.4a7 7 0 012.8-.5c1 0 2 .1 2.7.4.7.4 1.4.8 2 1.4l-.9 1.2zm6.5-8.8V448h-3.2v-19.3h3.2zm9.3 5.8c1 0 1.9.1 2.7.4a5.8 5.8 0 013.4 3.6 8.2 8.2 0 010 5.7 5.8 5.8 0 01-3.4 3.5c-.8.3-1.7.5-2.7.5-1 0-1.9-.2-2.7-.5a5.8 5.8 0 01-3.4-3.5c-.4-.9-.5-1.8-.5-2.9 0-1 .1-2 .5-2.8a5.9 5.9 0 013.4-3.5c.8-.4 1.7-.5 2.7-.5zm0 11.2c1.1 0 2-.3 2.5-1 .5-.8.8-2 .8-3.4s-.3-2.5-.8-3.3c-.6-.7-1.4-1-2.5-1s-2 .3-2.5 1c-.5.8-.8 1.9-.8 3.3 0 1.5.3 2.6.8 3.3.5.8 1.4 1.1 2.5 1.1zm9 2.3v-13.3h2c.5 0 .7.2.9.5l.2 1.1a7.3 7.3 0 011.8-1.3 4.8 4.8 0 012.3-.5c.7 0 1.4 0 2 .3l1.4 1a6.8 6.8 0 011.2 3.6v8.6h-3.3v-8.5c0-.8-.2-1.4-.6-1.9-.3-.4-1-.6-1.7-.6-.5 0-1 0-1.5.3l-1.4 1v9.7H218zm20.4-13.5c.8 0 1.6 0 2.3.4a5 5 0 013 3 7.2 7.2 0 01.4 3.2v.4l-.3.2a1 1 0 01-.4 0h-8.2c0 1.4.4 2.4 1 3 .7.7 1.6 1 2.6 1 .5 0 1 0 1.4-.2a23 23 0 001.7-.8l.6-.2.4.1.2.2 1 1.2c-.4.4-.8.8-1.3 1a6.7 6.7 0 01-2.8 1c-.5.2-1 .2-1.5.2-.9 0-1.7-.2-2.5-.5s-1.5-.7-2.1-1.3c-.6-.6-1-1.4-1.4-2.3a8.7 8.7 0 010-5.6c.2-.8.6-1.5 1.2-2.1a6 6 0 012-1.4c.8-.4 1.7-.5 2.7-.5zm0 2.3a3 3 0 00-2.1.7 4 4 0 00-1 2.3h6c0-.4 0-.8-.2-1.2l-.5-1-.9-.6a3 3 0 00-1.3-.2zM619.1 449v-13.3h2l.6.1.3.7.2 1.6c.4-.8 1-1.5 1.6-2 .7-.4 1.4-.7 2.2-.7.6 0 1.2.2 1.6.5l-.4 2.4c0 .1 0 .2-.2.3l-.3.1h-.5l-1-.2c-.6 0-1.2.2-1.7.6-.4.3-.8.9-1.2 1.6v8.3h-3.2zm13.6-13.3v8.4c0 .9.2 1.5.5 2 .4.4 1 .6 1.7.6.6 0 1.1-.1 1.6-.4.5-.2 1-.6 1.4-1v-9.6h3.2V449h-2c-.4 0-.7-.2-.8-.6l-.2-1-.9.7a5.2 5.2 0 01-3.2 1.1c-.8 0-1.4-.1-2-.4-.5-.2-1-.6-1.4-1-.4-.5-.6-1-.8-1.6-.2-.6-.3-1.3-.3-2v-8.5h3.2zm11.8 13.3v-13.3h2c.4 0 .7.2.8.5l.2 1.1a7.3 7.3 0 011.8-1.3 4.8 4.8 0 012.4-.5 3.8 3.8 0 013.3 1.4c.4.4.7 1 .9 1.6.2.6.2 1.3.2 2v8.5H653v-8.5c0-.8-.2-1.4-.5-1.9-.4-.4-1-.7-1.7-.7-.6 0-1.1.2-1.6.4l-1.4 1v9.7h-3.2zM749.9 295.4v-17.7h2l.5.1.3.4.2 1.3c.6-.6 1.2-1.1 1.9-1.5a5 5 0 014.4-.1c.6.3 1.2.7 1.6 1.3.4.6.8 1.3 1 2.1a10.7 10.7 0 010 5.7c-.3.8-.7 1.6-1.2 2.2a5.3 5.3 0 01-6 1.7l-1.5-1v5.5H750zm6.2-15.4c-.6 0-1.2 0-1.7.4a5 5 0 00-1.3 1.2v6a3 3 0 002.6 1.2c.5 0 1-.1 1.3-.3.4-.2.7-.5 1-.9.3-.3.5-.8.6-1.4a9 9 0 000-4c0-.5-.2-1-.5-1.3-.2-.3-.5-.6-.8-.7-.4-.2-.7-.2-1.2-.2zm11.4-2.3v8.4c0 .9.2 1.5.6 2 .4.4 1 .6 1.7.6.6 0 1-.1 1.6-.4.5-.2 1-.6 1.3-1v-9.6h3.3V291h-2c-.4 0-.7-.2-.8-.6l-.2-1-1 .7a5.2 5.2 0 01-3.2 1.1c-.7 0-1.3-.1-1.9-.4-.6-.2-1-.6-1.4-1-.4-.5-.7-1-.9-1.6-.2-.6-.3-1.3-.3-2v-8.5h3.2zm19.8 2.6l-.3.3h-.8a34.2 34.2 0 00-1.5-.7l-1-.1c-.6 0-1.1.1-1.5.4-.4.3-.6.6-.6 1 0 .3.1.6.3.8l.8.5 1 .4a34.3 34.3 0 012.4.8l1 .7c.4.3.6.6.8 1 .2.4.3.8.3 1.4 0 .6-.1 1.2-.4 1.7-.2.6-.6 1-1 1.5-.5.3-1 .7-1.7.9a7.2 7.2 0 01-3.6.2 8 8 0 01-2.4-.9l-.9-.6.8-1.3.3-.3.5-.1c.2 0 .4 0 .6.2a12.5 12.5 0 001.4.7l1.2.2c.4 0 .7 0 1-.2.3 0 .5-.2.7-.3l.3-.5.2-.7c0-.3-.1-.5-.3-.7l-.7-.5-1.1-.4a34.8 34.8 0 01-2.4-1c-.4 0-.8-.3-1-.6-.4-.3-.6-.7-.8-1-.2-.5-.3-1-.3-1.6a3.8 3.8 0 011.3-2.8c.4-.4 1-.7 1.6-1l2.1-.2c1 0 1.8.1 2.5.4.8.3 1.4.7 2 1.2l-.8 1.2zm3.4 10.7v-19.3h3.3v7.4c.5-.5 1-.9 1.7-1.2a5 5 0 012.2-.4c.7 0 1.3 0 2 .3.5.3 1 .6 1.3 1 .4.5.7 1 .9 1.7.2.6.3 1.3.3 2v8.5h-3.2v-8.5c0-.8-.2-1.4-.6-1.9-.4-.4-1-.6-1.7-.6-.6 0-1 0-1.6.3-.4.3-1 .6-1.3 1v9.7h-3.3zM847.4 295.4v-17.7h2l.5.1c.2.1.3.2.3.4l.3 1.3c.5-.6 1.1-1.1 1.8-1.5a5 5 0 014.5-.1c.6.3 1 .7 1.5 1.3.5.6.8 1.3 1 2.1a10.7 10.7 0 010 5.7c-.3.8-.7 1.6-1.2 2.2a5.3 5.3 0 01-6 1.7l-1.5-1v5.5h-3.2zm6.3-15.4c-.7 0-1.3 0-1.7.4a5 5 0 00-1.4 1.2v6a3 3 0 002.6 1.2c.5 0 1-.1 1.3-.3.4-.2.8-.5 1-.9.3-.3.5-.8.7-1.4a9 9 0 000-4l-.5-1.3c-.3-.3-.6-.6-.9-.7-.3-.2-.7-.2-1.1-.2zm11.4-2.3v8.4c0 .9.2 1.5.5 2 .4.4 1 .6 1.7.6.6 0 1.1-.1 1.6-.4.5-.2 1-.6 1.4-1v-9.6h3.2V291h-2c-.4 0-.7-.2-.8-.6l-.2-1-.9.7a5.2 5.2 0 01-3.2 1.1c-.8 0-1.4-.1-2-.4-.5-.2-1-.6-1.4-1-.4-.5-.7-1-.8-1.6-.2-.6-.3-1.3-.3-2v-8.5h3.2zm15.2-6V291h-3.2v-19.3h3.2zm7 0V291h-3.1v-19.3h3.2zM449.8 291h-1.4l-.7-.1c-.2-.1-.3-.3-.4-.6l-.3-1a11 11 0 01-2 1.4l-1.1.4a6.6 6.6 0 01-2.9-.1l-1.2-.7-.8-1.1a4 4 0 01-.3-1.6c0-.5.2-1 .4-1.5.3-.5.7-1 1.3-1.3.7-.4 1.5-.7 2.5-1 1-.3 2.3-.4 3.8-.4v-.8c0-1-.2-1.6-.6-2-.3-.4-.9-.6-1.6-.6a4 4 0 00-2.2.5l-.7.5-.7.1a1 1 0 01-.6-.1l-.4-.5-.6-1a8 8 0 015.6-2c.8 0 1.5 0 2 .3a4.4 4.4 0 012.6 2.7c.2.6.3 1.3.3 2v8.5zm-6.2-2h1a3.4 3.4 0 001.4-.8l.7-.6v-2.3l-2.3.2-1.6.5a2 2 0 00-.8.6l-.2.8c0 .6.2 1 .5 1.2.3.3.8.4 1.3.4zm17.3-8.7l-.3.3h-.8a34.2 34.2 0 00-1.4-.7l-1.1-.1c-.6 0-1.1.1-1.5.4-.4.3-.5.6-.5 1 0 .3 0 .6.2.8l.8.5 1 .4a34.3 34.3 0 012.4.8c.4.2.8.4 1 .7.4.3.6.6.8 1 .2.4.3.8.3 1.4 0 .6-.1 1.2-.4 1.7-.2.6-.5 1-1 1.5-.4.3-1 .7-1.7.9a7.2 7.2 0 01-3.6.2 8 8 0 01-2.4-.9l-.9-.6.8-1.3.3-.3.5-.1c.2 0 .4 0 .6.2a12.5 12.5 0 001.4.7l1.2.2c.4 0 .7 0 1-.2.3 0 .5-.2.7-.3l.4-.5v-.7c0-.3 0-.5-.2-.7l-.7-.5-1-.4a34.8 34.8 0 01-2.5-1c-.4 0-.8-.3-1-.6-.4-.3-.6-.7-.8-1-.2-.5-.3-1-.3-1.6a3.8 3.8 0 011.3-2.8c.4-.4 1-.7 1.6-1l2.1-.2c1 0 1.8.1 2.6.4.7.3 1.3.7 1.8 1.2l-.7 1.2zm11.4 0l-.3.3h-.9a34.2 34.2 0 00-1.4-.7l-1-.1c-.7 0-1.2.1-1.5.4-.4.3-.6.6-.6 1 0 .3.1.6.3.8l.7.5 1 .4a34.3 34.3 0 012.5.8l1 .7.8 1c.2.4.2.8.2 1.4 0 .6 0 1.2-.3 1.7-.2.6-.6 1-1 1.5-.5.3-1 .7-1.7.9a7.2 7.2 0 01-3.6.2 8 8 0 01-2.4-.9l-1-.6.8-1.3.4-.3.5-.1c.2 0 .4 0 .5.2a12.5 12.5 0 001.5.7l1.2.2c.4 0 .7 0 1-.2l.6-.3.4-.5.1-.7c0-.3 0-.5-.2-.7l-.8-.5-1-.4a34.8 34.8 0 01-2.4-1c-.4 0-.8-.3-1.1-.6l-.7-1c-.2-.5-.3-1-.3-1.6a3.8 3.8 0 011.3-2.8c.4-.4 1-.7 1.5-1l2.2-.2c1 0 1.8.1 2.5.4.8.3 1.4.7 2 1.2l-.8 1.2zm9-2.8c.8 0 1.5 0 2.3.4a5 5 0 013 3 7.2 7.2 0 01.4 3.2l-.1.4-.3.2a1 1 0 01-.3 0H478c.1 1.4.5 2.4 1.1 3 .7.7 1.5 1 2.6 1 .5 0 1 0 1.3-.2.4 0 .7-.2 1-.4l.8-.4.6-.2.3.1.3.2.9 1.2c-.4.4-.8.8-1.2 1a6.7 6.7 0 01-2.9 1c-.5.2-1 .2-1.4.2-1 0-1.8-.2-2.6-.5s-1.5-.7-2-1.3c-.7-.6-1.1-1.4-1.5-2.3a8.7 8.7 0 010-5.6c.3-.8.7-1.5 1.2-2.1a6 6 0 012-1.4c.8-.4 1.7-.5 2.7-.5zm0 2.3a3 3 0 00-2.2.7 4 4 0 00-1 2.3h6l-.1-1.2c-.2-.3-.3-.7-.6-1l-.9-.6a3 3 0 00-1.2-.2zm12.7 11.4c-1.2 0-2-.3-2.7-1-.6-.6-.9-1.5-.9-2.7v-7.4H489c-.1 0-.3 0-.4-.2l-.2-.5V278l2.2-.3.6-3.7.3-.4.4-.1h1.7v4.2h3.5v2.3h-3.5v7.2c0 .4.1.7.3 1 .2.2.5.3.9.3h.5a2.8 2.8 0 00.6-.3l.2-.1h.2l.2.3 1 1.5-1.6 1a6 6 0 01-1.9.2zm13.6-11c0 .2-.2.3-.3.4h-.8a34.2 34.2 0 00-1.5-.7l-1-.1c-.6 0-1.1.1-1.5.4-.4.3-.6.6-.6 1 0 .3.1.6.3.8l.8.5 1 .4a34.3 34.3 0 012.4.8l1 .7c.4.3.6.6.8 1 .2.4.3.8.3 1.4 0 .6-.1 1.2-.4 1.7-.2.6-.6 1-1 1.5-.5.3-1 .7-1.7.9a7.2 7.2 0 01-3.6.2 8 8 0 01-2.4-.9l-.9-.6.8-1.3.3-.3.5-.1c.2 0 .4 0 .6.2a12.5 12.5 0 001.4.7l1.2.2c.4 0 .7 0 1-.2.3 0 .5-.2.7-.3l.3-.5.2-.7c0-.3-.1-.5-.3-.7-.2-.2-.4-.4-.8-.5l-1-.4a34.8 34.8 0 01-2.4-1c-.4 0-.8-.3-1-.6-.4-.3-.6-.7-.8-1-.2-.5-.3-1-.3-1.6a3.8 3.8 0 011.3-2.8c.4-.4 1-.7 1.6-1l2.1-.2c1 0 1.8.1 2.5.4.8.3 1.4.7 2 1.2l-.8 1.2zM803.5 446.4c0 .4-.2.7-.6.9l-4.4 1.3a107 107 0 00.8 11.3c0 .2-.1.3-.3.3-.4 0-.8 0-1-.3-.3-.3-.5-.7-.6-1a29 29 0 01-.4-5.8l-.3-4.1c-.4 0-.9 0-1.5.2l-1.5.3c-.6.1-1.2 0-1.6-.3l-.3-.5v-.3c.5-.2 1.3-.5 2.6-.7 1.2-.3 2-.6 2.6-1 .4.2 1 .2 1.6.1.6 0 1.1-.2 1.7-.4l1.1-.4 1.2-.2c.3 0 .4 0 .4.3.3 0 .5 0 .5.3zm6.8 12c.1.4-.2.7-.8.9-.8-.5-1.7-1.2-2.9-2.3l-2.9-2.3a94.2 94.2 0 000 5.4l-.2.1-.4.1c-.6 0-1-.4-1-1.1v-.8-.7l-.1-2.8-.3-2.2c-.2-1.8-.2-3.3-.2-4.6 0-.8.8-1.2 2.3-1.3.7 0 1.3.2 2 .8.5.6.8 1.3.9 2 0 .7-.1 1.3-.5 2-.4.6-.8 1-1.3 1.4-.3.2-.4.4-.4.5 0 .2.2.4.5.6l.7.4 2.4 1.8c1 .7 1.7 1.4 2.2 2zm-5.1-8.6v-.6l-.5-.7c-.2-.2-.5-.3-1-.3-.3 0-.5.2-.5.4v1.1a35 35 0 00.3 2.7c1-1 1.6-1.8 1.7-2.6zm11.1 6.8l.2.5c0 .3 0 .5-.3.7l-.4.4c-.7 0-1.1-.6-1.4-1.5-.3-1-.6-1.8-1-2.4l-1.3.2-1.1.6-.4 2.3-.4 2.3c0 .2-.3.3-.7.2-.4 0-.7-.2-.7-.5-.1-.5 0-1.2.2-2 .3-1 .4-1.8.4-2.2 0-.1 0-.2-.3-.4l-.3-.3.1-.2.4-.2a70.1 70.1 0 001-4c.4-1.7.6-3 .9-3.8 0-.2.2-.3.5-.3h.5c.4.4.7.8.8 1.4l.4 1.7c1 3 2 5.5 3 7.5zM813 453c0-.5-.2-1-.4-1.6l-.6-1.6-.7 3.4 1.7-.2zm5.3-6l.2 1.2.1 4.1a44.4 44.4 0 00.3 5.2c0 .4-.3.6-.7.6-.6 0-.9-.2-1-.6l-.2-1.5c-.1-.9-.2-2.2-.1-4a36.6 36.6 0 00-.3-5.1c.1-.3.3-.4.7-.5.2 0 .5 0 .7.2l.2-.1v.5h.1zm9.4-3a667.5 667.5 0 00.2 10.8l.2 1.4c0 .2 0 .4-.2.6l-.5.3c-.4 0-.8-.2-1.1-.8a70.6 70.6 0 01-4.1-7.5c-.1 0-.2 0-.2.3a51 51 0 00.7 9c0 .4 0 .7-.2.9l-.3.2-.4-.1-.4-.2c-.2 0-.3-.2-.4-.4a180.7 180.7 0 01-.4-3 72.7 72.7 0 01-.4-10.7c0-.2.2-.4.7-.5l1 .4c.5.8 1.2 2 2 3.8l2 3.8.1-8.1c0-.3.2-.4.6-.5h.4l.4.1.3.3zm3.5 1.7l.1 1.2.2 4.1a44.4 44.4 0 00.3 5.2c-.1.3-.4.5-.8.6-.5 0-.9-.2-1-.7l-.2-1.4-.1-4.1a36.6 36.6 0 00-.2-5c0-.3.3-.5.6-.5l.8.1.2.1v.4zm9.3-3a667.5 667.5 0 00.2 10.8l.2 1.3-.1.6-.6.3c-.4 0-.8-.2-1.1-.7a70.6 70.6 0 01-4.1-7.6l-.1.3a51 51 0 00.6 9.1c.1.4 0 .7-.2.8l-.3.2h-.4l-.4-.2a180.7 180.7 0 01-.8-3.4 72.7 72.7 0 01-.4-10.7c0-.3.2-.5.7-.5.2 0 .6 0 1 .4.5.7 1.2 2 2 3.7l2 3.8.2-8c0-.3.2-.5.5-.5h.8l.3.3zm9 6.2c-.3 1-.4 2-.4 3.4l.2 3.4c0 .3-.2.5-.6.5a1 1 0 01-.4 0c-.6-.2-1-.6-1-1.2v-.9-.8-1.8a9 9 0 01-2.9 2.3l-.4.1c-.7 0-1.3-.2-1.8-.8-.4-.4-.6-.8-.6-1.4l.1-1.8a22 22 0 012.7-6.7c.7-1 1.3-1.7 1.9-1.7.5 0 .9 0 1 .5 0 .3 0 .6-.3.7l-.7.5c-1 1.4-1.8 3-2.6 5.1a7.8 7.8 0 00-.4 3.9l.1.1c.1.2.2.2.3.1.8-.4 2-1.5 3.6-3.1.2-.1.3-.5.4-1 .1-.4.3-.6.7-.6h.6c.3.3.5.6.5.8v.4zm-40 26.5l.1.2c0 .3-.2.5-.8.7-.8-.4-1.8-1.2-3-2.2L803 472a94.2 94.2 0 000 5.4h-.3c-.1.2-.2.2-.3.2-.6 0-1-.5-1-1.1v-.8-.8c0-.7 0-1.7-.2-2.7l-.2-2.2c-.2-1.8-.3-3.3-.2-4.6 0-.8.8-1.3 2.2-1.4.7 0 1.4.3 2 1 .6.5.9 1.2 1 2 0 .5-.1 1.2-.5 1.9-.4.6-.8 1-1.4 1.4-.2.2-.3.3-.3.5s.2.4.5.6l.7.4 2.4 1.8c1 .7 1.7 1.4 2.2 2zm-5-8.5l-.1-.6c0-.3-.2-.6-.4-.8-.2-.2-.6-.3-1-.2-.3 0-.5.1-.6.4v1.1a35 35 0 00.4 2.7c1-1 1.6-1.8 1.6-2.6zm9.8-2.2l-2 1-2.2.8v2.4h.8c.2 0 .5 0 .9-.2l.9-.2c.4 0 .7 0 1 .2l.3.4-.1.3-.2.3-.4.2-1.5.3c-.7 0-1.2.2-1.5.4a10 10 0 00-.1 2.3c0 .4 0 .7.2 1 .7.3 1.8.4 3.3.1l.3-.1c.1-.2.2-.2.3-.2.4-.1.7.1.8.7v.6l-.5.4c-1.6.2-3 .2-4.2 0-.4 0-.7-.2-1-.5-.4-.3-.6-.6-.7-1l-.3-3.1c-.4-.2-.6-.4-.6-.7l.3-.3.3-.4v-1.9c-.8 0-1.2-.3-1.2-.7 0-.4.1-.7.6-1l1.2-.7c.4-.3 1-.5 1.8-.8a105.6 105.6 0 012-.8c.4 0 .9 0 1.4.3l.1.3.1.3v.3zm4.5-2.6c0 .3-.2.5-.5.8h-.7l-.2.1a3.6 3.6 0 00-.5 3.8l1.8 3a7.6 7.6 0 011.3 3c.1.8 0 1.5-.3 2.2 0 .3-.4.6-.8 1-.4.3-.7.5-1 .5a1 1 0 01-.3 0c-.4-.1-.7-.3-.7-.6l.2-.6.4-.2c.2 0 .3 0 .4-.2.2-.6.3-1.3.2-1.9 0-.8-.6-2-1.7-3.6a9.3 9.3 0 01-1.7-3.8c0-.8 0-1.5.3-2.2.3-.8.7-1.3 1.3-1.7.3-.2.6-.3 1-.3.5-.1 1 0 1.2.3.2.1.3.3.3.4zm1.7 4l-.1-1.2c-.1-.9.2-1.3.8-1.4h.4l.5.3a54.3 54.3 0 01.5 6l.2 1.8.6 1.6c.5-.7.8-1.6 1-2.7l.4-2.9c0-1.1.3-2 .5-2.8l.2-1v-1.2c.2-.3.4-.5.8-.5.5 0 .8 0 1 .3 0 1-.1 2.2-.4 3.8l-.6 3.9a9.4 9.4 0 01-1.3 3.8c-.4.8-1 1.2-1.7 1.3-.6 0-1-.3-1.4-1-.7-1.2-1-2.7-1.3-4.3v-3.8zm14 4.2l-2.1 1.9a13.8 13.8 0 01-2.5 1.7c-.1 0-.3 0-.5-.3l-.4-.4c-.2-1.2-.3-2.8-.3-5a61 61 0 00-.5-6.7c.1-.2.3-.3.6-.3.5 0 .8.1 1 .5l.3 4.9c.1 2.2.2 3.8.4 4.9l1.3-1c.6-.5 1-.9 1.4-1l.3-.1.4-.1c.2 0 .4 0 .6.2.2.3.2.6 0 .8zm9.6-11.2c-.1.5-.3.8-.6.9l-4.4 1.3a107 107 0 00.8 11.3c0 .3-.2.4-.4.4-.4 0-.7-.1-1-.4-.3-.3-.5-.6-.5-1a29 29 0 01-.5-5.7c0-1.9-.2-3.3-.3-4.2-.3 0-.8 0-1.5.3l-1.5.3c-.6 0-1.1 0-1.6-.4l-.3-.5.1-.3 2.6-.7c1.1-.2 2-.5 2.5-.9.5.1 1 .1 1.6 0a10.4 10.4 0 002.9-.8l1.2-.2c.2 0 .3 0 .3.3.4 0 .5 0 .6.3zm1.6.2c0 .2-.2.5-.5.7-.1.1-.2.1-.4 0h-.3l-.2.2a3.6 3.6 0 00-.5 3.8l1.8 2.9a7.6 7.6 0 011.3 3.1c.1.8 0 1.5-.3 2.2 0 .2-.3.6-.8 1-.3.3-.7.5-1 .5a1 1 0 01-.3 0c-.4-.1-.7-.3-.7-.6 0-.2 0-.4.3-.6l.3-.2c.2 0 .3-.1.4-.3.2-.6.3-1.2.2-1.8 0-.9-.6-2-1.7-3.6a9.3 9.3 0 01-1.7-3.8c0-.8 0-1.6.3-2.2.3-.8.7-1.4 1.4-1.8l.8-.3c.6 0 1 0 1.3.4.2 0 .3.2.3.4z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|