Added default theme 'rbsimple-DE' and updated some information files.

This commit is contained in:
Leon Styhre 2020-06-15 17:45:53 +02:00
parent b7b4a851d3
commit 43276ef855
711 changed files with 279093 additions and 40 deletions

0
.gitmodules vendored
View file

View file

@ -1,11 +1,11 @@
Programming
===========
Alec "Aloshi" Lofquist (original version)\
http://www.aloshi.com\
RetroPie Community (RetroPie fork)\
https://retropie.org.uk\
Leon Styhre (Desktop Edition fork)\
Alec "Aloshi" Lofquist (original version) \
http://www.aloshi.com \
RetroPie Community (RetroPie fork) \
https://retropie.org.uk \
Leon Styhre (Desktop Edition fork)
UI Art & Design
@ -14,60 +14,70 @@ UI Art & Design
Nils Bonenberger
Licenses
========
Please find the individual license files inside the LICENSES directory.
Libraries
=========
cURL
cURL \
http://curl.haxx.se
FreeType
FreeType \
http://www.freetype.org
FreeImage
FreeImage \
http://www.freeimage.sourceforge.net
libVLC
libVLC \
https://wiki.videolan.org/LibVLC
nanosvg
nanosvg \
https://github.com/memononen/nanosvg
pugixml
pugixml \
http://pugixml.org
RapdidJSON
RapdidJSON \
http://rapidjson.org
SDL 2
SDL 2 \
http://www.libsdl.org
Resources
=========
DejaVu font
DejaVu font \
https://dejavu-fonts.github.io
DroidSans font
DroidSans font \
https://android.googlesource.com/platform/frameworks/base
Font Awesome
Font Awesome \
https://fontawesome.com
GNU FreeFont
GNU FreeFont \
https://www.gnu.org/software/freefont
Nanum font
Nanum font \
https://hangeul.naver.com
Open Sans font
Open Sans font \
https://fonts.google.com/specimen/Open+Sans
MAME ROM information
MAME ROM information \
https://www.mamedev.org
Licenses
========
Themes
======
Please find the individual license files inside the LICENSES directory.
Recalbox Multi (the default theme rbsimple-DE is based on this one) \
https://gitlab.com/recalbox/recalbox-themes
Carbon (some graphics used in rbsimple-DE comes from this theme) \
https://github.com/RetroPie/es-theme-carbon

View file

@ -1,28 +1,36 @@
Coding Style Guide
==================
Coding Style
============
The coding style is mostly a combination the Linux Kernel and Google C++ coding styles.\
Please refer to these guides here:\
https://www.kernel.org/doc/html/v4.10/process/coding-style.html\
https://google.github.io/styleguide/cppguide.html\
The coding style for EmulationStation-DE is mostly a combination of the Linux Kernel and Google C++ coding guidelines. \
Please refer to these documents here: \
https://www.kernel.org/doc/html/v4.10/process/coding-style.html \
https://google.github.io/styleguide/cppguide.html \
There are some deviations though, mostly due to historical reasons as the original code did not use this coding style.
The most obvious and important points to consider:
Some key points:
* Column width (line length) is 100 characters
* Indentation is 4 spaces, don't use tabs as they can be interpreted differently!
* Line break is Unix-style (line feed only, no carriage return)
* Comments always in C++ style, i.e. // instead of /* */
* Comments should be proper sentences, starting with a capital letter and ending with a dot
* K&R placements of braces, read the Linux Kernel coding style document for clarifications
* Always use spaces between keywords and opening brackets, i.e. `if ()`, `for ()`, `while (` etc.
* Avoid excessive inline functions as it bloats the binary and provides dubious performance gains
* For the rest, check the code!
* Use K&R placements of braces, read the Linux Kernel coding style document for clarifications
* Always use spaces between keywords and opening brackets, i.e. `if ()`, `for ()`, `while ()` etc.
* If the arguments (and initializer list) for a function or class exceeds 4 items, arrange them vertically to make the code easier to read
* Always declare one variable per line, never combine multiple declarations of the same type
* Name local variables with the first word in small letters and the proceeding words starting with capital letters, e.g. myExampleVariable
* Name member variables starting with a small 'm', e.g. mMyMemberVariable
* Use the same naming convention for functions as for local variables, e.g. someFunction()
* Inline functions can be used but don't overdo it by using them for functions that won't be called very frequently
* Never put more than one statement on a single line, except for lambda expressions
* Avoid overoptimizations, especially if it sacrifices readability, makes the code hard to expand on or is error prone
* For the rest, check the code and have fun! :)
Development Environment
=======================
EmulationStation-DE is developed and compiled using GCC and GDB.\
EmulationStation-DE is developed and compiled using GCC and GDB. \
For debugging purposes, starting the application like this could make sense:
`emulationstation --windowed --debug --resolution 1280 720`

View file

272
LICENSES/rbsimple-DE Normal file
View file

@ -0,0 +1,272 @@
License
=======
-------------------------------------------------------------------------
Summary of the license below:
ALLOWED: - Share and duplicate as it is
- Edit, alter, change it
REQUIREMENTS: - Attribution, give credit to the creator
- Indicate changes to it
- Publish the changes under the same license
PROHIBITED: - Commercial distribution
-------------------------------------------------------------------------
LOGO NOTICE
The used logos and trademarks are copyright of their respective owners.
-------------------------------------------------------------------------
Attribution-NonCommercial-ShareAlike 2.0 (CC-BY-NC-SA)
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International Public License
("Public License"). To the extent this Public License may be interpreted
as a contract, You are granted the Licensed Rights in consideration of
Your acceptance of these terms and conditions, and the Licensor grants
You such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and conditions.
Section 1 Definitions.
Adapted Material means material subject to Copyright and Similar Rights
that is derived from or based upon the Licensed Material and in which
the Licensed Material is translated, altered, arranged, transformed, or
otherwise modified in a manner requiring permission under the Copyright
and Similar Rights held by the Licensor. For purposes of this Public
License, where the Licensed Material is a musical work, performance, or
sound recording, Adapted Material is always produced where the Licensed
Material is synched in timed relation with a moving image. Adapter's
License means the license You apply to Your Copyright and Similar Rights
in Your contributions to Adapted Material in accordance with the terms
and conditions of this Public License. BY-NC-SA Compatible License means
a license listed at creativecommons.org/compatiblelicenses, approved by
Creative Commons as essentially the equivalent of this Public License.
Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation, performance,
broadcast, sound recording, and Sui Generis Database Rights, without
regard to how the rights are labeled or categorized. For purposes of
this Public License, the rights specified in Section 2(b)(1)-(2) are not
Copyright and Similar Rights. Effective Technological Measures means
those measures that, in the absence of proper authority, may not be
circumvented under laws fulfilling obligations under Article 11 of the
WIPO Copyright Treaty adopted on December 20, 1996, and/or similar
international agreements. Exceptions and Limitations means fair use,
fair dealing, and/or any other exception or limitation to Copyright and
Similar Rights that applies to Your use of the Licensed Material.
License Elements means the license attributes listed in the name of a
Creative Commons Public License. The License Elements of this Public
License are Attribution, NonCommercial, and ShareAlike. Licensed
Material means the artistic or literary work, database, or other
material to which the Licensor applied this Public License. Licensed
Rights means the rights granted to You subject to the terms and
conditions of this Public License, which are limited to all Copyright
and Similar Rights that apply to Your use of the Licensed Material and
that the Licensor has authority to license. Licensor means the
individual(s) or entity(ies) granting rights under this Public License.
NonCommercial means not primarily intended for or directed towards
commercial advantage or monetary compensation. For purposes of this
Public License, the exchange of the Licensed Material for other material
subject to Copyright and Similar Rights by digital file-sharing or
similar means is NonCommercial provided there is no payment of monetary
compensation in connection with the exchange. Share means to provide
material to the public by any means or process that requires permission
under the Licensed Rights, such as reproduction, public display, public
performance, distribution, dissemination, communication, or importation,
and to make material available to the public including in ways that
members of the public may access the material from a place and at a time
individually chosen by them. Sui Generis Database Rights means rights
other than copyright resulting from Directive 96/9/EC of the European
Parliament and of the Council of 11 March 1996 on the legal protection
of databases, as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world. You means the individual or
entity exercising the Licensed Rights under this Public License. Your
has a corresponding meaning. Section 2 Scope.
License grant. Subject to the terms and conditions of this Public
License, the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to exercise the
Licensed Rights in the Licensed Material to: reproduce and Share the
Licensed Material, in whole or in part, for NonCommercial purposes only;
and produce, reproduce, and Share Adapted Material for NonCommercial
purposes only. Exceptions and Limitations. For the avoidance of doubt,
where Exceptions and Limitations apply to Your use, this Public License
does not apply, and You do not need to comply with its terms and
conditions. Term. The term of this Public License is specified in
Section 6(a). Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in all media and
formats whether now known or hereafter created, and to make technical
modifications necessary to do so. The Licensor waives and/or agrees not
to assert any right or authority to forbid You from making technical
modifications necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective Technological
Measures. For purposes of this Public License, simply making
modifications authorized by this Section 2(a)(4) never produces Adapted
Material. Downstream recipients. Offer from the Licensor Licensed
Material. Every recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the Licensed Rights
under the terms and conditions of this Public License. Additional offer
from the Licensor Adapted Material. Every recipient of Adapted
Material from You automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material under the
conditions of the Adapters License You apply. No downstream
restrictions. You may not offer or impose any additional or different
terms or conditions on, or apply any Effective Technological Measures
to, the Licensed Material if doing so restricts exercise of the Licensed
Rights by any recipient of the Licensed Material. No endorsement.
Nothing in this Public License constitutes or may be construed as
permission to assert or imply that You are, or that Your use of the
Licensed Material is, connected with, or sponsored, endorsed, or granted
official status by, the Licensor or others designated to receive
attribution as provided in Section 3(a)(1)(A)(i). Other rights.
Moral rights, such as the right of integrity, are not licensed under
this Public License, nor are publicity, privacy, and/or other similar
personality rights; however, to the extent possible, the Licensor waives
and/or agrees not to assert any such rights held by the Licensor to the
limited extent necessary to allow You to exercise the Licensed Rights,
but not otherwise. Patent and trademark rights are not licensed under
this Public License. To the extent possible, the Licensor waives any
right to collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society under any
voluntary or waivable statutory or compulsory licensing scheme. In all
other cases the Licensor expressly reserves any right to collect such
royalties, including when the Licensed Material is used other than for
NonCommercial purposes. Section 3 License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
Attribution.
If You Share the Licensed Material (including in modified form), You
must:
retain the following if it is supplied by the Licensor with the Licensed
Material: identification of the creator(s) of the Licensed Material and
any others designated to receive attribution, in any reasonable manner
requested by the Licensor (including by pseudonym if designated); a
copyright notice; a notice that refers to this Public License; a notice
that refers to the disclaimer of warranties; a URI or hyperlink to the
Licensed Material to the extent reasonably practicable; indicate if You
modified the Licensed Material and retain an indication of any previous
modifications; and indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or hyperlink to,
this Public License. You may satisfy the conditions in Section 3(a)(1)
in any reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be reasonable
to satisfy the conditions by providing a URI or hyperlink to a resource
that includes the required information. If requested by the Licensor,
You must remove any of the information required by Section 3(a)(1)(A) to
the extent reasonably practicable. ShareAlike. In addition to the
conditions in Section 3(a), if You Share Adapted Material You produce,
the following conditions also apply.
The Adapters License You apply must be a Creative Commons license with
the same License Elements, this version or later, or a BY-NC-SA
Compatible License. You must include the text of, or the URI or
hyperlink to, the Adapter's License You apply. You may satisfy this
condition in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material. You may not offer or impose
any additional or different terms or conditions on, or apply any
Effective Technological Measures to, Adapted Material that restrict
exercise of the rights granted under the Adapter's License You apply.
Section 4 Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply
to Your use of the Licensed Material:
for the avoidance of doubt, Section 2(a)(1) grants You the right to
extract, reuse, reproduce, and Share all or a substantial portion of the
contents of the database for NonCommercial purposes only; if You include
all or a substantial portion of the database contents in a database in
which You have Sui Generis Database Rights, then the database in which
You have Sui Generis Database Rights (but not its individual contents)
is Adapted Material, including for purposes of Section 3(b); and You
must comply with the conditions in Section 3(a) if You Share all or a
substantial portion of the contents of the database. For the avoidance
of doubt, this Section 4 supplements and does not replace Your
obligations under this Public License where the Licensed Rights include
other Copyright and Similar Rights. Section 5 Disclaimer of Warranties
and Limitation of Liability.
Unless otherwise separately undertaken by the Licensor, to the extent
possible, the Licensor offers the Licensed Material as-is and
as-available, and makes no representations or warranties of any kind
concerning the Licensed Material, whether express, implied, statutory,
or other. This includes, without limitation, warranties of title,
merchantability, fitness for a particular purpose, non-infringement,
absence of latent or other defects, accuracy, or the presence or absence
of errors, whether or not known or discoverable. Where disclaimers of
warranties are not allowed in full or in part, this disclaimer may not
apply to You. To the extent possible, in no event will the Licensor be
liable to You on any legal theory (including, without limitation,
negligence) or otherwise for any direct, special, indirect, incidental,
consequential, punitive, exemplary, or other losses, costs, expenses, or
damages arising out of this Public License or use of the Licensed
Material, even if the Licensor has been advised of the possibility of
such losses, costs, expenses, or damages. Where a limitation of
liability is not allowed in full or in part, this limitation may not
apply to You. The disclaimer of warranties and limitation of liability
provided above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and waiver of
all liability. Section 6 Term and Termination.
This Public License applies for the term of the Copyright and Similar
Rights licensed here. However, if You fail to comply with this Public
License, then Your rights under this Public License terminate
automatically. Where Your right to use the Licensed Material has
terminated under Section 6(a), it reinstates:
automatically as of the date the violation is cured, provided it is
cured within 30 days of Your discovery of the violation; or upon express
reinstatement by the Licensor. For the avoidance of doubt, this Section
6(b) does not affect any right the Licensor may have to seek remedies
for Your violations of this Public License. For the avoidance of doubt,
the Licensor may also offer the Licensed Material under separate terms
or conditions or stop distributing the Licensed Material at any time;
however, doing so will not terminate this Public License. Sections 1, 5,
6, 7, and 8 survive termination of this Public License. Section 7
Other Terms and Conditions.
The Licensor shall not be bound by any additional or different terms or
conditions communicated by You unless expressly agreed. Any
arrangements, understandings, or agreements regarding the Licensed
Material not stated herein are separate from and independent of the
terms and conditions of this Public License. Section 8 Interpretation.
For the avoidance of doubt, this Public License does not, and shall not
be interpreted to, reduce, limit, restrict, or impose conditions on any
use of the Licensed Material that could lawfully be made without
permission under this Public License. To the extent possible, if any
provision of this Public License is deemed unenforceable, it shall be
automatically reformed to the minimum extent necessary to make it
enforceable. If the provision cannot be reformed, it shall be severed
from this Public License without affecting the enforceability of the
remaining terms and conditions. No term or condition of this Public
License will be waived and no failure to comply consented to unless
expressly agreed to by the Licensor. Nothing in this Public License
constitutes or may be interpreted as a limitation upon, or waiver of,
any privileges and immunities that apply to the Licensor or You,
including from the legal processes of any jurisdiction or authority.
Creative Commons is not a party to its public licenses. Notwithstanding,
Creative Commons may elect to apply one of its public licenses to
material it publishes and in those instances will be considered the
“Licensor.” Except for the limited purpose of indicating that material
is shared under a Creative Commons public license or as otherwise
permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark “Creative Commons” or any other trademark or logo
of Creative Commons without its prior written consent including, without
limitation, in connection with any unauthorized modifications to any of
its public licenses or any other arrangements, understandings, or
agreements concerning use of licensed material. For the avoidance of
doubt, this paragraph does not form part of the public licenses.
Creative Commons may be contacted at creativecommons.org.

View file

@ -11,6 +11,7 @@ v1.0.0
* For single-game scraping, any values updated by the scraper are now highlighted using a different font color in the metadata editor
* Gamelist sorting now working as expected and is persistent throughout the application session
* Full navigation sound support, configurable per theme
* New default theme 'rbsimple-DE' bundled with the software, this theme is largely based on 'recalbox-multi' by the Recalbox community
* Seamless (almost) launch of games without showing the desktop when starting and returning from RetroArch and other emulators
* Per-game launchstring override, so that different cores or emulators can be used on a per-game basis (saved to gamelist.xml)
* Help system updated and expanded to the complete application (previously it was only partially implemented)

View file

@ -3,13 +3,13 @@ EmulationStation Desktop Edition
EmulationStation Desktop Edition is a cross-platform graphical front-end for emulators with controller and keyboard navigation.
This is a fork intended for use on desktop computers rather than devices such as a Raspberry Pi. It's specifically intended to be
used with RetroArch, although it's certainly possible to configure the software to be used with other emulators.
This is a fork intended for use on desktop computers rather than devices such as the Raspberry Pi. \
As such the goal is not to create advanced emulator configuration tools in the frontend but instead to let the emulators themselves handle that.
As it's intended for RetroArch and for usage on desktop computers, there has been no effort spent on trying to create advanced emulator or system configuration tools in the frontend, it's better to let the emulator itself handle that. Rather the goal is to keep the code as clean and fast as possible and to avoid bloat.
EmulationStation-DE is primarily intended to be used with RetroArch, although it's certainly possible to configure the software to be used with other emulators as well.
Check the Git repository and/or the NEWS.md file for information of improvements and bug fixes.
This fork was initially based off RetroPie EmulationStation v2.10.0rp-dev (master).
Check out the Git repository and/or NEWS.md file for release information, including a list of improvements and bug fixes per version. \
This fork was initially based on RetroPie EmulationStation v2.10.0rp-dev (master).
Building

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>F6DD08</color>
</image>
<image name="band2" extra="true">
<color>800000</color>
</image>
<image name="band3" extra="true">
<color>FF0000</color>
</image>
<image name="band4" extra="true">
<color>4C504E</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="270px" height="82.35px" viewBox="3 136.909 270 82.35" enable-background="new 3 136.909 270 82.35" xml:space="preserve">
<title>3DO Logo</title>
<rect x="3" y="136.909" width="270" height="82.35"/>
<rect x="6.5" y="140.833" fill="#FFFFFF" width="73.667" height="73.667"/>
<path fill="#888888" d="M32.287,209.229c0-1.006,4.646-1.822,10.38-1.822c5.734,0,10.38,0.816,10.38,1.822s-4.646,1.82-10.38,1.82
C36.933,211.049,32.287,210.234,32.287,209.229z"/>
<path fill="#FFFFFF" d="M106.406,174.152v0.134c6.014,0.112,10.455,1.308,13.32,3.588c2.867,2.278,4.301,5.035,4.301,8.267
c0,3.607-1.629,6.586-4.895,8.93c-3.259,2.351-7.602,3.525-13.015,3.525c-4.679,0-8.293-0.938-10.853-2.806s-3.84-3.993-3.84-6.386
c0-1.586,0.573-2.873,1.721-3.846c1.146-0.973,2.523-1.455,4.125-1.455c1.504,0,2.797,0.428,3.867,1.272
c1.077,0.854,1.608,1.979,1.608,3.371c0,1.86-1.245,3.419-3.741,4.678c-0.488,0.245-0.74,0.524-0.74,0.833
c0,0.573,0.698,1.076,2.104,1.512c1.399,0.433,2.825,0.643,4.293,0.643c4.805,0,7.21-3.531,7.21-10.594
c0-6.993-2.889-10.489-8.657-10.489l-4.791,0.194c-0.965,0-1.454-0.355-1.454-1.068c0-0.818,0.51-1.23,1.524-1.23l3.489,0.133
c3.56,0,5.943-0.791,7.154-2.379c1.215-1.58,1.817-3.832,1.817-6.754c0-3.008-0.455-5.225-1.371-6.638
c-0.916-1.42-2.489-2.125-4.713-2.125c-1.209,0-2.349,0.202-3.413,0.614c-1.063,0.406-1.602,0.805-1.602,1.204
c0,0.368,0.351,0.755,1.05,1.153c1.831,1.168,2.755,2.434,2.755,3.797c0,1.343-0.51,2.404-1.539,3.203
c-1.027,0.789-2.182,1.188-3.469,1.188c-1.482,0-2.805-0.455-3.965-1.355c-1.162-0.91-1.75-2.028-1.75-3.379
c0-2.293,1.295-4.279,3.881-5.951c2.588-1.678,5.902-2.517,9.959-2.517c4.482,0,8.259,0.95,11.334,2.847
c3.084,1.895,4.623,4.32,4.623,7.293C122.741,169.404,117.293,172.938,106.406,174.152z"/>
<path fill="#FFFFFF" d="M160.691,155.393v40.209h3.938c6.021,0,9.657-1.58,10.909-4.734c1.252-3.16,1.875-8.559,1.875-16.202
c0-5.979-0.386-10.28-1.154-12.89c-0.762-2.613-1.93-4.334-3.489-5.151c-1.561-0.819-3.545-1.231-5.944-1.231H160.691
L160.691,155.393z M148.531,195.602v-40.209h-6.307v-2.176h25.271c7.309,0,13.098,2.07,17.357,6.217
c4.258,4.141,6.391,9.371,6.391,15.686c0,3.271-0.648,6.357-1.95,9.23c-1.301,2.881-3.301,5.504-6,7.859
c-2.7,2.357-5.469,3.874-8.308,4.553c-2.84,0.678-6.322,1.016-10.463,1.016h-22.299v-2.176H148.531L148.531,195.602z"/>
<path fill="#FFFFFF" d="M239.909,175.518c0-6.824-0.142-11.322-0.421-13.488c-0.285-2.176-1.014-3.924-2.188-5.254
c-1.175-1.327-3.111-1.992-5.805-1.992c-2.271,0-4.083,0.539-5.434,1.609c-1.351,1.076-2.188,2.797-2.524,5.168
c-0.328,2.369-0.496,7-0.496,13.888c0,6.817,0.14,11.335,0.426,13.538c0.28,2.203,1.036,3.959,2.261,5.267
c1.224,1.308,3.146,1.958,5.769,1.958c2.175,0,3.95-0.523,5.321-1.574c1.371-1.056,2.23-2.762,2.574-5.133
C239.741,187.132,239.909,182.469,239.909,175.518z M209.21,175.329c0-6.665,2.194-12.119,6.603-16.364
c4.396-4.236,9.678-6.355,15.83-6.355c5.715,0,10.826,1.992,15.336,5.979c4.513,3.986,6.764,9.657,6.764,17.008
c0,6.889-2.126,12.412-6.393,16.566c-4.266,4.152-9.476,6.23-15.629,6.23c-6.65,0-12.07-2.211-16.244-6.615
C211.301,187.37,209.21,181.889,209.21,175.329z"/>
<radialGradient id="SVGID_1_" cx="49.8867" cy="-77.3159" r="10.654" gradientTransform="matrix(1 0 0 -1 -6 113)" gradientUnits="userSpaceOnUse">
<stop offset="0.5225" style="stop-color:#FFE41B"/>
<stop offset="0.8933" style="stop-color:#716A13"/>
<stop offset="1" style="stop-color:#49482E"/>
</radialGradient>
<path fill="url(#SVGID_1_)" d="M33.844,192.059c0-4.887,3.949-8.846,8.823-8.846s8.823,3.959,8.823,8.846
c0,4.885-3.95,8.846-8.823,8.846C37.792,200.904,33.844,196.943,33.844,192.059z"/>
<path fill="#0000A0" d="M34.449,168.991c-1.298,0.866-1.644,5.896-1.644,5.896s0.346,5.03,1.644,5.896
c1.297,0.867,8.218,1.389,8.218,1.389s6.921-0.521,8.217-1.389c1.299-0.866,1.645-5.896,1.645-5.896s-0.345-5.03-1.645-5.896
c-1.296-0.868-8.217-1.389-8.217-1.389S35.746,168.123,34.449,168.991z"/>
<polygon fill="#FF0000" points="42.667,146.313 53.002,156.676 42.667,167.036 32.332,156.676 "/>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>3DO</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,34 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,29 @@
The EmulationStation theme 'rbsimple-DE' is based on 'recalbox-multi' by the Recalbox community.
Some graphics was also taken from 'carbon' by Rookervik.
Recalbox credits
================
- Supernature2k
- Paradadf
Original work from
Recalbox's community:
- Zuco
- Sm3ck
- Th4Shin
- Shub
- Lester
- MarbleMad
- Odissine
- Zarroun
- Reivaax
- RockAddicted
- Bigboo3000
- Paradadf
Other credits
=============
Theme 'carbon' v2.4 - 2016-08-16 by Rookervik
based on simple(c) Nils Bonenberger - nilsbyte@nilsbyte.de - http://blog.nilsbyte.de/

272
themes/rbsimple-DE/LICENSE Normal file
View file

@ -0,0 +1,272 @@
License
=======
-------------------------------------------------------------------------
Summary of the license below:
ALLOWED: - Share and duplicate as it is
- Edit, alter, change it
REQUIREMENTS: - Attribution, give credit to the creator
- Indicate changes to it
- Publish the changes under the same license
PROHIBITED: - Commercial distribution
-------------------------------------------------------------------------
LOGO NOTICE
The used logos and trademarks are copyright of their respective owners.
-------------------------------------------------------------------------
Attribution-NonCommercial-ShareAlike 2.0 (CC-BY-NC-SA)
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International Public License
("Public License"). To the extent this Public License may be interpreted
as a contract, You are granted the Licensed Rights in consideration of
Your acceptance of these terms and conditions, and the Licensor grants
You such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and conditions.
Section 1 Definitions.
Adapted Material means material subject to Copyright and Similar Rights
that is derived from or based upon the Licensed Material and in which
the Licensed Material is translated, altered, arranged, transformed, or
otherwise modified in a manner requiring permission under the Copyright
and Similar Rights held by the Licensor. For purposes of this Public
License, where the Licensed Material is a musical work, performance, or
sound recording, Adapted Material is always produced where the Licensed
Material is synched in timed relation with a moving image. Adapter's
License means the license You apply to Your Copyright and Similar Rights
in Your contributions to Adapted Material in accordance with the terms
and conditions of this Public License. BY-NC-SA Compatible License means
a license listed at creativecommons.org/compatiblelicenses, approved by
Creative Commons as essentially the equivalent of this Public License.
Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation, performance,
broadcast, sound recording, and Sui Generis Database Rights, without
regard to how the rights are labeled or categorized. For purposes of
this Public License, the rights specified in Section 2(b)(1)-(2) are not
Copyright and Similar Rights. Effective Technological Measures means
those measures that, in the absence of proper authority, may not be
circumvented under laws fulfilling obligations under Article 11 of the
WIPO Copyright Treaty adopted on December 20, 1996, and/or similar
international agreements. Exceptions and Limitations means fair use,
fair dealing, and/or any other exception or limitation to Copyright and
Similar Rights that applies to Your use of the Licensed Material.
License Elements means the license attributes listed in the name of a
Creative Commons Public License. The License Elements of this Public
License are Attribution, NonCommercial, and ShareAlike. Licensed
Material means the artistic or literary work, database, or other
material to which the Licensor applied this Public License. Licensed
Rights means the rights granted to You subject to the terms and
conditions of this Public License, which are limited to all Copyright
and Similar Rights that apply to Your use of the Licensed Material and
that the Licensor has authority to license. Licensor means the
individual(s) or entity(ies) granting rights under this Public License.
NonCommercial means not primarily intended for or directed towards
commercial advantage or monetary compensation. For purposes of this
Public License, the exchange of the Licensed Material for other material
subject to Copyright and Similar Rights by digital file-sharing or
similar means is NonCommercial provided there is no payment of monetary
compensation in connection with the exchange. Share means to provide
material to the public by any means or process that requires permission
under the Licensed Rights, such as reproduction, public display, public
performance, distribution, dissemination, communication, or importation,
and to make material available to the public including in ways that
members of the public may access the material from a place and at a time
individually chosen by them. Sui Generis Database Rights means rights
other than copyright resulting from Directive 96/9/EC of the European
Parliament and of the Council of 11 March 1996 on the legal protection
of databases, as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world. You means the individual or
entity exercising the Licensed Rights under this Public License. Your
has a corresponding meaning. Section 2 Scope.
License grant. Subject to the terms and conditions of this Public
License, the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to exercise the
Licensed Rights in the Licensed Material to: reproduce and Share the
Licensed Material, in whole or in part, for NonCommercial purposes only;
and produce, reproduce, and Share Adapted Material for NonCommercial
purposes only. Exceptions and Limitations. For the avoidance of doubt,
where Exceptions and Limitations apply to Your use, this Public License
does not apply, and You do not need to comply with its terms and
conditions. Term. The term of this Public License is specified in
Section 6(a). Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in all media and
formats whether now known or hereafter created, and to make technical
modifications necessary to do so. The Licensor waives and/or agrees not
to assert any right or authority to forbid You from making technical
modifications necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective Technological
Measures. For purposes of this Public License, simply making
modifications authorized by this Section 2(a)(4) never produces Adapted
Material. Downstream recipients. Offer from the Licensor Licensed
Material. Every recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the Licensed Rights
under the terms and conditions of this Public License. Additional offer
from the Licensor Adapted Material. Every recipient of Adapted
Material from You automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material under the
conditions of the Adapters License You apply. No downstream
restrictions. You may not offer or impose any additional or different
terms or conditions on, or apply any Effective Technological Measures
to, the Licensed Material if doing so restricts exercise of the Licensed
Rights by any recipient of the Licensed Material. No endorsement.
Nothing in this Public License constitutes or may be construed as
permission to assert or imply that You are, or that Your use of the
Licensed Material is, connected with, or sponsored, endorsed, or granted
official status by, the Licensor or others designated to receive
attribution as provided in Section 3(a)(1)(A)(i). Other rights.
Moral rights, such as the right of integrity, are not licensed under
this Public License, nor are publicity, privacy, and/or other similar
personality rights; however, to the extent possible, the Licensor waives
and/or agrees not to assert any such rights held by the Licensor to the
limited extent necessary to allow You to exercise the Licensed Rights,
but not otherwise. Patent and trademark rights are not licensed under
this Public License. To the extent possible, the Licensor waives any
right to collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society under any
voluntary or waivable statutory or compulsory licensing scheme. In all
other cases the Licensor expressly reserves any right to collect such
royalties, including when the Licensed Material is used other than for
NonCommercial purposes. Section 3 License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
Attribution.
If You Share the Licensed Material (including in modified form), You
must:
retain the following if it is supplied by the Licensor with the Licensed
Material: identification of the creator(s) of the Licensed Material and
any others designated to receive attribution, in any reasonable manner
requested by the Licensor (including by pseudonym if designated); a
copyright notice; a notice that refers to this Public License; a notice
that refers to the disclaimer of warranties; a URI or hyperlink to the
Licensed Material to the extent reasonably practicable; indicate if You
modified the Licensed Material and retain an indication of any previous
modifications; and indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or hyperlink to,
this Public License. You may satisfy the conditions in Section 3(a)(1)
in any reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be reasonable
to satisfy the conditions by providing a URI or hyperlink to a resource
that includes the required information. If requested by the Licensor,
You must remove any of the information required by Section 3(a)(1)(A) to
the extent reasonably practicable. ShareAlike. In addition to the
conditions in Section 3(a), if You Share Adapted Material You produce,
the following conditions also apply.
The Adapters License You apply must be a Creative Commons license with
the same License Elements, this version or later, or a BY-NC-SA
Compatible License. You must include the text of, or the URI or
hyperlink to, the Adapter's License You apply. You may satisfy this
condition in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material. You may not offer or impose
any additional or different terms or conditions on, or apply any
Effective Technological Measures to, Adapted Material that restrict
exercise of the rights granted under the Adapter's License You apply.
Section 4 Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply
to Your use of the Licensed Material:
for the avoidance of doubt, Section 2(a)(1) grants You the right to
extract, reuse, reproduce, and Share all or a substantial portion of the
contents of the database for NonCommercial purposes only; if You include
all or a substantial portion of the database contents in a database in
which You have Sui Generis Database Rights, then the database in which
You have Sui Generis Database Rights (but not its individual contents)
is Adapted Material, including for purposes of Section 3(b); and You
must comply with the conditions in Section 3(a) if You Share all or a
substantial portion of the contents of the database. For the avoidance
of doubt, this Section 4 supplements and does not replace Your
obligations under this Public License where the Licensed Rights include
other Copyright and Similar Rights. Section 5 Disclaimer of Warranties
and Limitation of Liability.
Unless otherwise separately undertaken by the Licensor, to the extent
possible, the Licensor offers the Licensed Material as-is and
as-available, and makes no representations or warranties of any kind
concerning the Licensed Material, whether express, implied, statutory,
or other. This includes, without limitation, warranties of title,
merchantability, fitness for a particular purpose, non-infringement,
absence of latent or other defects, accuracy, or the presence or absence
of errors, whether or not known or discoverable. Where disclaimers of
warranties are not allowed in full or in part, this disclaimer may not
apply to You. To the extent possible, in no event will the Licensor be
liable to You on any legal theory (including, without limitation,
negligence) or otherwise for any direct, special, indirect, incidental,
consequential, punitive, exemplary, or other losses, costs, expenses, or
damages arising out of this Public License or use of the Licensed
Material, even if the Licensor has been advised of the possibility of
such losses, costs, expenses, or damages. Where a limitation of
liability is not allowed in full or in part, this limitation may not
apply to You. The disclaimer of warranties and limitation of liability
provided above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and waiver of
all liability. Section 6 Term and Termination.
This Public License applies for the term of the Copyright and Similar
Rights licensed here. However, if You fail to comply with this Public
License, then Your rights under this Public License terminate
automatically. Where Your right to use the Licensed Material has
terminated under Section 6(a), it reinstates:
automatically as of the date the violation is cured, provided it is
cured within 30 days of Your discovery of the violation; or upon express
reinstatement by the Licensor. For the avoidance of doubt, this Section
6(b) does not affect any right the Licensor may have to seek remedies
for Your violations of this Public License. For the avoidance of doubt,
the Licensor may also offer the Licensed Material under separate terms
or conditions or stop distributing the Licensed Material at any time;
however, doing so will not terminate this Public License. Sections 1, 5,
6, 7, and 8 survive termination of this Public License. Section 7
Other Terms and Conditions.
The Licensor shall not be bound by any additional or different terms or
conditions communicated by You unless expressly agreed. Any
arrangements, understandings, or agreements regarding the Licensed
Material not stated herein are separate from and independent of the
terms and conditions of this Public License. Section 8 Interpretation.
For the avoidance of doubt, this Public License does not, and shall not
be interpreted to, reduce, limit, restrict, or impose conditions on any
use of the Licensed Material that could lawfully be made without
permission under this Public License. To the extent possible, if any
provision of this Public License is deemed unenforceable, it shall be
automatically reformed to the minimum extent necessary to make it
enforceable. If the provision cannot be reformed, it shall be severed
from this Public License without affecting the enforceability of the
remaining terms and conditions. No term or condition of this Public
License will be waived and no failure to comply consented to unless
expressly agreed to by the Licensor. Nothing in this Public License
constitutes or may be interpreted as a limitation upon, or waiver of,
any privileges and immunities that apply to the Licensor or You,
including from the legal processes of any jurisdiction or authority.
Creative Commons is not a party to its public licenses. Notwithstanding,
Creative Commons may elect to apply one of its public licenses to
material it publishes and in those instances will be considered the
“Licensor.” Except for the limited purpose of indicating that material
is shared under a Creative Commons public license or as otherwise
permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark “Creative Commons” or any other trademark or logo
of Creative Commons without its prior written consent including, without
limitation, in connection with any unauthorized modifications to any of
its public licenses or any other arrangements, understandings, or
agreements concerning use of licensed material. For the avoidance of
doubt, this paragraph does not form part of the public licenses.
Creative Commons may be contacted at creativecommons.org.

View file

@ -0,0 +1,44 @@
Missing systems
===============
Missing theme data
==================
* 3do: 3DO - system info, customized colors, all art except logo
* ags: Adventure Game Studio - system info, customized colors, all art except logo
* amiga: Amiga (general) - system info
* amiga600: Amiga 600 - system info
* amiga1200: Amiga 1200 - system info
* astrocade: Bally Astrocade - system info, customized colors, all art except logo
* atari800: Atari 800 - system info, customized colors, all art except logo
* atari5200: Atari 5200 - system info, customized colors, all art except logo
* atarijaguar: Atari Jaguar - system info, customized colors, all art except logo
* atarist: Atari ST - controller.svg
* auto-allgames - customized colors, all art except logo (uses temporary art)
* auto-favorites - customized colors, all art except logo (uses temporary art)
* auto-lastplayed - customized colors, all art except logo (uses temporary art)
* bbcmicro: BBC Micro - system info, customized colors, all art except logo
* channelf: Fairchild Channel F - system info, customized colors, all art except logo
* coco: Tandy Color Computer - system info, customized colors, all art except logo
* daphne: Daphne Arcade Laserdisc Emulator - system info, customized colors, all art except logo
* desktop: Desktop applications - system info, customized colors, all art except logo
* dragon32: Dragon 32 - system info, customized colors, all art except logo
* intellivision: Intellivision - system info, customized colors, all art except logo
* kodi: Kodi home theatre software - system info, customized colors, all art except logo
* love: Löve game engine - system info, customized colors, all art except logo
* macintosh: Apple Macintosh - system info, customized colors, all art except logo
* mess: MESS (Multi Emulator Super System) - system info, customized colors, all art except logo
* oric: Tangerine Computer Systems Oric - system info, customized colors, all art except logo
* pcfx: NEC PC-FX - system info, customized colors, all art except logo
* ports: Source ports - system info, customized colors, all art except logo
* ps2: Sony PlayStation 2 - system info, customized colors, all art except logo
* residualvm: ResidualVM - system info, customized colors, all art except logo
* samcoupe: SAM Coupé - system info, customized colors, all art except logo
* saturn: Sega Saturn - system info, customized colors, all art except logo
* solarus: Solarus game engine - system info, customized colors, all art except logo
* steam: Steam game distribution service - system info, customized colors, all art except logo
* stratagus: Stratagus game engine - system info, customized colors, all art except logo
* ti99: Texas Instruments TI-99 - system info, customized colors, all art except logo
* trs-80: Tandy TRS 80 - system info, customized colors, all art except logo
* videopac: Magnavox Videopac (Odyssey 2) - system info, customized colors, all art except logo
* zmachine: Infocom Z-machine - system info, customized colors, all art except logo

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>F6DD08</color>
</image>
<image name="band2" extra="true">
<color>800000</color>
</image>
<image name="band3" extra="true">
<color>FF0000</color>
</image>
<image name="band4" extra="true">
<color>4C504E</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,777 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="568.929px"
height="116.145px" viewBox="-1 -1 568.929 116.145" enable-background="new -1 -1 568.929 116.145" xml:space="preserve">
<g>
<g>
<path fill="#FCFCFC" d="M82.587,54.496c0,0.368-0.255,0.624-0.766,0.766c-0.613,0.163-2.513,0.245-5.701,0.245
c-2.922,0-4.802-0.082-5.64-0.245c-0.695-0.143-1.134-0.603-1.318-1.379c-0.695-2.942-1.236-4.516-1.625-4.72
c-0.327-0.143-3.065-0.214-8.214-0.214c-3.474,0-5.323,0.092-5.548,0.275c-0.348,0.327-0.736,1.421-1.165,3.28
c-0.388,1.696-0.858,2.616-1.41,2.759c-0.695,0.163-3.024,0.245-6.989,0.245c-3.126,0-4.689-0.296-4.689-0.889
c0-0.531,2.309-7.06,6.927-19.586c5.006-13.548,7.724-20.996,8.153-22.345c0.245-0.776,0.531-1.165,0.858-1.165
c0.552,0,1.405,0.051,2.56,0.153c1.154,0.103,2.018,0.153,2.59,0.153c0.552,0,1.364-0.036,2.437-0.107
c1.073-0.071,1.875-0.107,2.406-0.107c0.388,0,0.746,0.337,1.073,1.012c1.001,2.146,3.923,9.502,8.766,22.069
C80.156,47.344,82.587,53.944,82.587,54.496z M60.856,26.572c-0.429,0.899-1.155,2.851-2.176,5.854
c-1.104,3.188-1.655,5.058-1.655,5.609c0,0.368,0.613,0.572,1.839,0.613c0.633,0.042,1.675,0.062,3.126,0.062
c1.349,0,2.094-0.164,2.238-0.49c0.041-0.102,0.061-0.246,0.061-0.429c0-0.674-0.47-2.534-1.41-5.579
C61.959,29.269,61.285,27.39,60.856,26.572z"/>
<path fill="#9FCFFF" d="M70.179,56.73c-1.244-0.195-2.267-1.336-2.477-2.504l0,0c-0.401-1.76-0.81-3.068-1.042-3.666l0,0
c-0.343-0.022-0.835-0.043-1.461-0.061l0,0c-1.344-0.035-3.31-0.054-5.876-0.051l0,0c-2.218-0.013-3.863,0.052-4.599,0.111l0,0
c-0.027,0.068-0.056,0.145-0.086,0.23l0,0c-0.165,0.46-0.36,1.155-0.565,2.047l0,0c-0.214,0.921-0.444,1.667-0.771,2.311l0,0
c-0.327,0.61-0.76,1.283-1.759,1.575l0,0c-1.11,0.234-3.293,0.271-7.33,0.286l0,0c-2.46-0.043-3.881-0.066-5.139-0.697l0,0
c-0.409-0.204-1.053-0.806-1.051-1.692l0,0c0.025-0.493,0.086-0.563,0.165-0.892l0,0c0.083-0.286,0.193-0.646,0.341-1.098l0,0
c0.296-0.904,0.732-2.168,1.312-3.807l0,0c1.157-3.277,2.892-8.043,5.203-14.311l0,0c4.999-13.528,7.735-21.032,8.129-22.276l0,0
c0.156-0.481,0.321-0.898,0.621-1.312l0,0c0.271-0.393,0.859-0.902,1.667-0.902l0,0c0.642,0,1.515,0.056,2.693,0.158l0,0
c1.131,0.101,1.969,0.148,2.458,0.148l0,0c0.489,0,1.283-0.033,2.337-0.104l0,0c1.09-0.072,1.91-0.109,2.506-0.109l0,0
c0.646-0.006,1.227,0.309,1.587,0.66l0,0c0.374,0.357,0.619,0.754,0.845,1.217l0,0c1.053,2.261,3.955,9.575,8.806,22.165l0,0
c4.265,11.096,6.641,17.47,7.221,19.425l0,0c0.083,0.335,0.148,0.411,0.175,0.915l0,0c0.015,0.53-0.236,1.153-0.631,1.527l0,0
c-0.389,0.385-0.82,0.565-1.25,0.689l0,0c-1.056,0.25-2.82,0.279-6.086,0.296l0,0C73.147,57.001,71.297,56.94,70.179,56.73
L70.179,56.73z M80.863,53.887c-0.045-0.137-0.096-0.29-0.153-0.456l0,0c-0.296-0.874-0.749-2.138-1.355-3.78l0,0
c-1.21-3.289-3.034-8.097-5.463-14.417l0,0c-4.833-12.545-7.776-19.945-8.715-21.953l0,0c-0.031-0.064-0.059-0.118-0.083-0.161
l0,0c-0.471,0.012-1.127,0.044-1.945,0.1l0,0c-1.092,0.072-1.924,0.109-2.537,0.109l0,0c-0.658,0-1.543-0.053-2.724-0.158l0,0
c-0.743-0.066-1.356-0.109-1.822-0.131l0,0c-0.011,0.032-0.023,0.067-0.034,0.104l0,0c-0.462,1.449-3.162,8.841-8.175,22.408l0,0
c-3.604,9.77-5.811,15.927-6.573,18.312l0,0c0.644,0.089,1.644,0.146,2.929,0.145l0,0c3.354,0.012,5.656-0.081,6.385-0.161l0,0
c0.011-0.019,0.022-0.04,0.034-0.063l0,0c0.144-0.278,0.341-0.839,0.516-1.618l0,0c0.224-0.964,0.438-1.745,0.662-2.378l0,0
c0.249-0.641,0.403-1.11,0.938-1.657l0,0l0.049-0.045l0.029-0.022c0.395-0.294,0.565-0.298,0.74-0.357l0,0
c0.168-0.042,0.319-0.066,0.485-0.088l0,0c0.331-0.043,0.719-0.074,1.207-0.099l0,0c0.968-0.047,2.314-0.07,4.066-0.07l0,0
c3.88,0,6.376,0.039,7.622,0.125l0,0c0.473,0.056,0.592-0.002,1.192,0.214l0,0l0.049,0.022l0.051,0.027
c0.639,0.384,0.75,0.717,0.95,1.042l0,0c0.17,0.329,0.314,0.693,0.467,1.129l0,0c0.298,0.871,0.614,2.031,0.968,3.529l0,0
c0.047,0.197,0.093,0.236,0.093,0.238l0,0c0.004-0.004,0,0,0.053,0.014l0,0c0.569,0.122,2.479,0.224,5.353,0.218l0,0
C78.357,54.018,80.04,53.951,80.863,53.887L80.863,53.887z M66.506,50.226l0.001-0.001l0,0l0,0L66.506,50.226L66.506,50.226z
M58.813,40.148c-1.048-0.095-1.737-0.017-2.697-0.771l0,0c-0.316-0.271-0.606-0.82-0.592-1.342l0,0
c0.022-0.687,0.193-1.233,0.475-2.24l0,0c0.288-0.973,0.708-2.253,1.26-3.853l0,0c1.034-3.03,1.749-4.974,2.243-6.016l0,0
l1.291-2.705l1.392,2.653c0.539,1.042,1.188,2.905,2.128,5.896l0,0c0.945,3.132,1.441,4.841,1.478,6.021l0,0
c-0.006,0.296-0.019,0.594-0.189,1.032l0,0c-0.514,0.98-1.208,1.083-1.718,1.229l0,0c-0.553,0.119-1.155,0.156-1.891,0.158l0,0
C60.521,40.21,59.468,40.191,58.813,40.148L58.813,40.148z M62.695,37.189c-0.174-0.828-0.59-2.444-1.248-4.529l0,0
c-0.214-0.69-0.417-1.323-0.606-1.896l0,0c-0.228,0.644-0.476,1.362-0.744,2.153l0,0c-0.655,1.867-1.114,3.336-1.361,4.226l0,0
c0.071,0.004,0.146,0.007,0.225,0.009l0,0c0.563,0.037,1.595,0.06,3.03,0.058l0,0C62.257,37.213,62.496,37.204,62.695,37.189
L62.695,37.189z M59.528,27.268l1.328-0.697L59.528,27.268L59.528,27.268z"/>
</g>
<g>
<path fill="#FCFCFC" d="M117.99,11.767c0-0.449-0.082,0.225-0.246,2.023c-0.225,2.269-0.398,5.17-0.521,8.705
c-0.164,4.005-0.245,8.563-0.245,13.671c0,8.439,0.235,14.447,0.705,18.023c0.041,0.388,0.061,0.634,0.061,0.735
c0,0.225-0.153,0.357-0.459,0.399c-0.736,0.102-3.444,0.153-8.123,0.153c-1.104,0-1.737-0.214-1.9-0.644
c-0.042-0.776-0.082-1.553-0.123-2.33c-0.021-0.163-0.102-0.327-0.245-0.49c-0.123,0.061-0.276,0.184-0.459,0.368
c-2.207,2.167-4.966,3.249-8.276,3.249c-4.312,0-7.766-1.512-10.36-4.536c-2.473-2.881-3.709-6.519-3.709-10.912
c0-4.455,1.216-8.123,3.647-11.004c2.575-3.065,6.048-4.598,10.422-4.598c3.085,0,5.486,0.981,7.203,2.942
c0.286,0.327,0.49,0.491,0.613,0.491c0.184,0,0.276-0.266,0.276-0.797c0-1.574-0.041-3.924-0.123-7.05
c-0.082-3.126-0.123-5.466-0.123-7.019c0-0.592,0.163-0.93,0.49-1.011c1.308-0.062,3.106-0.184,5.395-0.368
c4.087-0.51,5.896-0.766,5.425-0.766C117.765,11.001,117.99,11.257,117.99,11.767z M106.435,39.936
c0-1.614-0.563-3.029-1.686-4.245c-1.124-1.216-2.483-1.824-4.077-1.824c-1.676,0-3.009,0.608-4,1.824
c-0.991,1.216-1.487,2.672-1.487,4.368c0,1.655,0.5,3.055,1.502,4.199c1.022,1.226,2.35,1.839,3.985,1.839
c1.635,0,3.004-0.613,4.107-1.839S106.435,41.592,106.435,39.936z"/>
<path fill="#9FCFFF" d="M86.66,52.069c-2.73-3.168-4.08-7.219-4.072-11.888l0,0c-0.008-4.721,1.313-8.795,4-11.969l0,0
c2.834-3.408,6.853-5.155,11.571-5.133l0,0c2.502-0.014,4.754,0.611,6.571,1.873l0,0c-0.019-1.304-0.054-2.888-0.103-4.749l0,0
c-0.083-3.132-0.124-5.48-0.124-7.057l0,0c0.004-0.432,0.045-0.867,0.273-1.353l0,0c0.208-0.481,0.759-0.987,1.354-1.114l0,0
l0.146-0.037l0.146-0.006c1.279-0.06,3.067-0.183,5.345-0.366l0,0l0,0c3.046-0.378,4.922-0.642,5.188-0.695l0,0
c0.015-0.004,0.021-0.004,0.027-0.006l0,0l0.186,0.794c0.044-0.026,0.092-0.052,0.145-0.076l0,0V9.5
c0.489-0.014,1.18,0.175,1.632,0.701l0,0c0.365,0.423,0.495,0.889,0.531,1.296l0,0c0.002,0.02,0.003,0.037,0.005,0.054l0,0
c0.006,0.095,0.006,0.15,0.006,0.216l0,0h-0.808c-0.01,0.017-0.02,0.033-0.03,0.048l0,0l0.723,0.159l0.059,0.008
c-0.008,0.056-0.025,0.181-0.043,0.35l0,0c-0.037,0.343-0.088,0.878-0.154,1.605l0,0c-0.22,2.22-0.393,5.096-0.514,8.617l0,0
c-0.164,3.98-0.245,8.519-0.245,13.61l0,0c-0.002,8.407,0.239,14.393,0.697,17.869l0,0c0.041,0.416,0.065,0.629,0.067,0.89l0,0
c0.023,0.444-0.216,1.067-0.631,1.402l0,0c-0.405,0.341-0.804,0.436-1.122,0.483l0,0c-0.999,0.127-3.602,0.162-8.327,0.167l0,0
c-0.65-0.002-1.217-0.052-1.784-0.241l0,0c-0.543-0.173-1.223-0.592-1.52-1.369l0,0l-0.082-0.22l-0.012-0.234
c0-0.011-0.001-0.021-0.002-0.032l0,0c-2.175,1.5-4.765,2.261-7.604,2.25l0,0c-0.028,0-0.055,0-0.083,0l0,0
C93.454,57.13,89.497,55.408,86.66,52.069L86.66,52.069z M88.882,30.144c-2.175,2.588-3.285,5.848-3.293,10.037l0,0
c0.008,4.118,1.13,7.341,3.346,9.935l0,0c2.337,2.693,5.256,3.992,9.224,4.013l0,0c2.986-0.014,5.281-0.929,7.215-2.81l0,0
c0.249-0.24,0.467-0.448,0.851-0.649l0,0l1.036-0.516l0.762,0.872c0.28,0.319,0.537,0.754,0.603,1.291l0,0l0.008,0.056
l0.002,0.053c0.027,0.512,0.054,1.023,0.081,1.534l0,0c0.124,0.011,0.273,0.019,0.445,0.018l0,0
c3.327,0.003,5.715-0.031,6.973-0.079l0,0c-0.445-3.747-0.657-9.62-0.659-17.732l0,0c0.002-5.125,0.083-9.7,0.247-13.723l0,0
c0.124-3.554,0.298-6.483,0.526-8.788l0,0c0.033-0.361,0.063-0.678,0.089-0.952l0,0c-0.04,0.005-0.08,0.011-0.122,0.017l0,0
c-0.929,0.129-2.307,0.306-4.142,0.536l0,0l-0.021,0.002l-0.045,0.004c-1.797,0.145-3.296,0.251-4.502,0.322l0,0
c0.006,1.521,0.045,3.707,0.12,6.542l0,0c0.082,3.134,0.124,5.492,0.124,7.089l0,0c-0.064,0.532,0.109,0.97-0.615,1.828l0,0
c-0.265,0.273-0.75,0.483-1.162,0.468l0,0c-0.731-0.041-0.954-0.3-1.182-0.45l0,0c-0.214-0.172-0.38-0.347-0.559-0.551l0,0
c-1.423-1.603-3.295-2.411-6.074-2.43l0,0C94.128,26.103,91.199,27.419,88.882,30.144L88.882,30.144z M104.744,27.392
L104.744,27.392L104.744,27.392L104.744,27.392z M116.986,12.756l0.15-0.169c0,0,0,0,0,0l0,0L116.986,12.756L116.986,12.756z
M119.229,12.46l-0.709-0.468l0,0l0,0L119.229,12.46L119.229,12.46z M119.383,12.156l-0.77-0.282l0,0l0,0L119.383,12.156
L119.383,12.156z M117.13,10.39C117.13,10.389,117.13,10.389,117.13,10.39L117.13,10.39l-0.301-0.771L117.13,10.39L117.13,10.39z
M95.559,45.246c-1.25-1.412-1.885-3.235-1.875-5.188l0,0c-0.008-1.984,0.608-3.836,1.825-5.316l0,0
c1.24-1.558,3.128-2.398,5.162-2.376l0,0c1.981-0.017,3.83,0.82,5.178,2.306l0,0c1.357,1.449,2.097,3.297,2.086,5.265l0,0
c0.01,1.987-0.705,3.856-2.041,5.324l0,0c-1.336,1.513-3.211,2.355-5.223,2.335l0,0c-0.026,0-0.052,0-0.078,0l0,0
C98.615,47.596,96.778,46.744,95.559,45.246L95.559,45.246z M97.834,36.638c-0.767,0.954-1.141,2.014-1.149,3.42l0,0
c0.01,1.356,0.376,2.335,1.153,3.24l0,0c0.785,0.904,1.572,1.274,2.833,1.299l0,0c1.258-0.021,2.121-0.405,2.993-1.342l0,0
c0.87-0.984,1.258-1.998,1.271-3.317l0,0c-0.012-1.264-0.396-2.247-1.287-3.228l0,0c-0.9-0.945-1.768-1.326-2.977-1.342l0,0
C99.353,35.39,98.574,35.766,97.834,36.638L97.834,36.638z"/>
</g>
<g>
<path fill="#FCFCFC" d="M152.014,33.99c0,3.494-0.113,5.558-0.337,6.191c-0.47,1.451-1.88,3.914-4.23,7.387
c-2.043,2.983-3.791,5.313-5.241,6.988c-0.532,0.634-2.136,0.95-4.813,0.95c-2.33,0-3.842-0.082-4.536-0.245
c-0.429-0.102-0.787-0.307-1.073-0.613c-1.226-1.328-2.973-3.637-5.242-6.927c-2.432-3.535-3.882-5.957-4.353-7.265
c-0.511-1.41-0.766-3.525-0.766-6.345c0-0.797,0.01-1.997,0.031-3.602c0.02-1.604,0.03-2.815,0.03-3.632
c0-0.531,0.357-0.797,1.073-0.797c1.042,0,2.61,0.031,4.705,0.092c2.095,0.062,3.663,0.092,4.705,0.092
c0.47,0,0.705,0.317,0.705,0.95c0,0.572-0.041,1.436-0.123,2.59c-0.082,1.155-0.123,2.028-0.123,2.621
c0,2.125,0.061,3.862,0.184,5.211c0.061,0.695,0.653,2.003,1.777,3.923c1.165,2.023,2.013,3.035,2.544,3.035
c0.51,0,1.328-0.991,2.452-2.974c1.083-1.859,1.665-3.126,1.747-3.801c0.163-1.451,0.245-3.208,0.245-5.272
c0-0.592-0.062-1.486-0.184-2.682c-0.123-1.196-0.184-2.079-0.184-2.651c0-0.633,0.214-0.95,0.644-0.95
c0.49,0,1.221,0.01,2.191,0.03c0.971,0.021,1.701,0.031,2.192,0.031c0.49,0,1.23-0.041,2.222-0.123
c0.991-0.082,1.732-0.123,2.222-0.123c0.511,0,0.848,0.266,1.011,0.797C151.84,28.043,152.014,30.414,152.014,33.99z"/>
<path fill="#9FCFFF" d="M132.509,56.719c-0.687-0.156-1.34-0.524-1.828-1.054l0,0c-1.324-1.437-3.085-3.772-5.375-7.094l0,0
c-2.46-3.593-3.93-5.986-4.528-7.604l0,0c-0.61-1.708-0.849-3.942-0.855-6.855l0,0c0-0.81,0.01-2.015,0.031-3.622l0,0
c0.021-1.599,0.031-2.808,0.031-3.613l0,0c-0.029-0.584,0.275-1.386,0.874-1.801l0,0c0.58-0.417,1.166-0.489,1.7-0.496l0,0
c1.069,0,2.646,0.031,4.749,0.093l0,0c2.086,0.062,3.646,0.092,4.66,0.092l0,0c0.555-0.029,1.334,0.265,1.733,0.843l0,0
c0.403,0.559,0.467,1.114,0.473,1.607l0,0c0,0.64-0.043,1.521-0.125,2.695l0,0c-0.083,1.135-0.12,1.988-0.12,2.514l0,0
c0,2.097,0.06,3.796,0.177,5.081l0,0c-0.035,0.109,0.481,1.476,1.585,3.305l0,0c0.47,0.84,0.915,1.489,1.23,1.897l0,0
c0.305-0.4,0.706-1.021,1.169-1.842l0,0c1.057-1.766,1.577-3.087,1.554-3.215l0,0c0.154-1.373,0.237-3.079,0.237-5.104l0,0
c0-0.493-0.058-1.36-0.177-2.528l0,0c-0.125-1.225-0.191-2.131-0.191-2.804l0,0c0.006-0.479,0.056-0.997,0.417-1.554l0,0
c0.354-0.578,1.153-0.933,1.725-0.896l0,0c0.51,0,1.248,0.01,2.224,0.029l0,0c0.964,0.023,1.688,0.031,2.161,0.031l0,0
c0.411,0,1.128-0.037,2.099-0.117l0,0c1.013-0.082,1.776-0.127,2.345-0.127l0,0c1.071-0.092,2.253,0.888,2.448,1.869l0,0
c0.438,1.523,0.574,3.893,0.584,7.54l0,0c0,1.764-0.027,3.174-0.086,4.251l0,0c-0.072,1.1-0.115,1.766-0.323,2.403l0,0
c-0.59,1.772-2.035,4.23-4.419,7.772l0,0c-2.064,3.014-3.835,5.379-5.33,7.106l0,0c-0.697,0.777-1.515,1.014-2.46,1.219l0,0
c-0.956,0.187-2.103,0.265-3.5,0.267l0,0C135.004,56.999,133.516,56.944,132.509,56.719L132.509,56.719z M141.073,53.572
c1.391-1.607,3.113-3.898,5.13-6.844l0,0c2.318-3.412,3.694-5.879,4.06-7.048l0,0c0.006-0.002,0.127-0.639,0.168-1.604l0,0
c0.054-0.986,0.083-2.355,0.083-4.086l0,0c0.009-3.174-0.164-5.417-0.384-6.402l0,0c-0.422,0.015-1.013,0.051-1.748,0.11l0,0
c-1.015,0.084-1.776,0.127-2.345,0.127l0,0c-0.51,0-1.248-0.008-2.224-0.029l0,0c-0.492-0.01-0.922-0.018-1.288-0.023l0,0
c0.024,0.485,0.077,1.141,0.159,1.941l0,0c0.125,1.223,0.193,2.144,0.193,2.834l0,0c0,2.105-0.083,3.912-0.257,5.454l0,0
c-0.185,1.207-0.83,2.421-1.93,4.36l0,0c-0.588,1.034-1.102,1.831-1.605,2.444l0,0c-0.539,0.563-0.907,1.18-2.152,1.289l0,0
c-1.237-0.104-1.632-0.719-2.185-1.295l0,0c-0.518-0.623-1.05-1.435-1.655-2.481l0,0c-1.151-2.022-1.817-3.271-1.975-4.545l0,0
c-0.129-1.42-0.191-3.192-0.191-5.348l0,0c0-0.658,0.043-1.552,0.127-2.726l0,0c0.056-0.794,0.092-1.447,0.109-1.939l0,0
c-1.006-0.011-2.317-0.04-3.944-0.088l0,0c-1.815-0.054-3.231-0.084-4.236-0.091l0,0c-0.004,0.766-0.014,1.748-0.029,2.948l0,0
c-0.021,1.602-0.031,2.798-0.031,3.583l0,0c-0.006,2.724,0.265,4.719,0.678,5.835l0,0c0.341,0.995,1.772,3.445,4.177,6.921l0,0
c2.245,3.26,3.979,5.544,5.102,6.757l0,0c0.088,0.088,0.15,0.129,0.321,0.175l0,0c0.384,0.104,1.92,0.213,4.193,0.206l0,0
C139.469,54.043,140.854,53.714,141.073,53.572L141.073,53.572z"/>
</g>
<g>
<path fill="#FCFCFC" d="M184.259,38.618c0,2.064-0.664,3.239-1.992,3.525c-0.225,0.041-2.34,0.266-6.345,0.674
c-2.411,0.266-6.007,0.582-10.789,0.95c0.286,1.329,1.154,2.34,2.605,3.034c1.185,0.572,2.533,0.858,4.046,0.858
c1.818,0,3.647-0.49,5.486-1.471c0.776-0.491,1.553-0.981,2.33-1.471c0.429,0.204,1.149,1.247,2.161,3.126
c1.011,1.88,1.517,3.076,1.517,3.586c0,0.143-0.153,0.378-0.459,0.705c-2.494,2.677-6.366,4.015-11.617,4.015
c-4.863,0-8.787-1.42-11.77-4.26c-3.065-2.881-4.598-6.733-4.598-11.556c0-4.7,1.369-8.552,4.107-11.556
c2.82-3.106,6.56-4.659,11.219-4.659c3.923,0,7.254,1.431,9.992,4.292S184.259,34.675,184.259,38.618z M173.531,36.748
c0-1.267-0.45-2.38-1.349-3.341c-0.899-0.96-1.972-1.44-3.218-1.44c-1.288,0-2.35,0.542-3.188,1.625
c-0.777,1.001-1.165,2.176-1.165,3.525c0,0.552,0.286,0.828,0.858,0.828c1.512,0,3.862-0.235,7.05-0.705
C173.194,37.137,173.531,36.973,173.531,36.748z"/>
<path fill="#9FCFFF" d="M158.404,52.984c-3.39-3.167-5.088-7.518-5.071-12.648l0,0c-0.01-4.985,1.484-9.273,4.496-12.564l0,0
c3.092-3.431,7.345-5.17,12.33-5.151l0,0c4.291-0.017,8.102,1.622,11.076,4.755l0,0c2.987,3.1,4.537,6.952,4.524,11.245l0,0
c-0.004,1.188-0.179,2.243-0.692,3.166l0,0c-0.502,0.927-1.452,1.622-2.533,1.833l0,0c-0.199,0.034-0.732,0.095-1.65,0.193l0,0
c0.314,0.286,0.521,0.602,0.811,0.989l0,0c0.411,0.596,0.863,1.363,1.386,2.333l0,0c0.52,0.966,0.917,1.766,1.198,2.432l0,0
c0.275,0.691,0.473,1.151,0.498,1.865l0,0c-0.025,0.606-0.22,0.861-0.358,1.104l0,0c-0.152,0.23-0.316,0.422-0.503,0.623l0,0
c-2.874,3.085-7.232,4.5-12.714,4.494l0,0c-0.021,0-0.041,0-0.061,0l0,0C166.021,57.65,161.664,56.1,158.404,52.984
L158.404,52.984z M160.049,29.789c-2.463,2.714-3.704,6.128-3.714,10.546l0,0c0.014,4.514,1.381,7.865,4.13,10.468l0,0
c2.687,2.545,6.154,3.836,10.737,3.848l0,0c4.986-0.008,8.36-1.251,10.48-3.496l0,0c-0.042-0.117-0.097-0.259-0.165-0.42l0,0
c-0.224-0.528-0.586-1.267-1.077-2.181l0,0c-0.417-0.798-0.813-1.447-1.11-1.892l0,0c-0.42,0.265-0.839,0.53-1.258,0.794l0,0
l-0.049,0.031l-0.047,0.024c-2.017,1.08-4.101,1.649-6.192,1.649l0,0c-1.7,0-3.287-0.325-4.693-1.005l0,0
c-1.75-0.81-3.055-2.259-3.425-4.072l0,0l-0.36-1.68l1.712-0.131c4.771-0.368,8.358-0.683,10.751-0.948l0,0
c3.959-0.401,6.208-0.647,6.182-0.647l0,0c0.296-0.084,0.341-0.119,0.504-0.368l0,0c0.15-0.25,0.308-0.816,0.304-1.689l0,0
c-0.013-3.596-1.201-6.55-3.69-9.171l0,0c-2.504-2.59-5.353-3.811-8.91-3.828l0,0C165.825,25.639,162.6,27.004,160.049,29.789
L160.049,29.789z M181.777,51.479C181.778,51.479,181.778,51.479,181.777,51.479L181.777,51.479L181.777,51.479L181.777,51.479z
M168.391,45.45c0.958,0.462,2.066,0.709,3.392,0.711l0,0c1.529-0.002,3.087-0.402,4.728-1.267l0,0
c0.396-0.25,0.793-0.501,1.189-0.751l0,0c-0.497,0.051-1.034,0.106-1.614,0.166l0,0c-2,0.221-4.781,0.473-8.354,0.759l0,0
C167.92,45.197,168.138,45.323,168.391,45.45L168.391,45.45z M163.784,38.816c-0.524-0.504-0.681-1.186-0.674-1.7l0,0
c-0.006-1.634,0.496-3.187,1.48-4.442l0,0c1.04-1.39,2.656-2.232,4.375-2.208l0,0c1.636-0.016,3.192,0.693,4.313,1.916l0,0
c1.13,1.192,1.766,2.74,1.753,4.366l0,0c-0.019,0.973-0.744,1.493-1.098,1.641l0,0c-0.409,0.193-0.769,0.265-1.196,0.335l0,0
c-3.226,0.473-5.608,0.718-7.267,0.72l0,0c-0.008,0-0.015,0-0.023,0l0,0C164.94,39.443,164.298,39.308,163.784,38.816
L163.784,38.816z M166.96,34.51c-0.439,0.576-0.701,1.183-0.802,1.919l0,0c1.331-0.055,3.268-0.258,5.745-0.617l0,0
c-0.14-0.486-0.399-0.922-0.817-1.381l0,0c-0.678-0.697-1.269-0.948-2.122-0.964l0,0C168.107,33.492,167.597,33.732,166.96,34.51
L166.96,34.51z"/>
</g>
<g>
<path fill="#FCFCFC" d="M218.098,54.373c0,0.551-0.286,0.869-0.858,0.95c-0.572,0.081-2.064,0.123-4.475,0.123
c-2.575,0-4.169-0.062-4.782-0.184c-0.613-0.123-0.919-0.541-0.919-1.257c0-0.96,0.03-2.411,0.092-4.353
c0.062-1.941,0.092-3.402,0.092-4.383c0-0.756-0.021-1.885-0.061-3.387c-0.042-1.502-0.062-2.631-0.062-3.387
c0-2.799-1.216-4.199-3.647-4.199c-0.797,0-1.727,0.348-2.789,1.042c-1.145,0.777-1.717,1.543-1.717,2.299v16.552
c0,0.674-0.317,1.053-0.95,1.134c-0.715,0.081-2.176,0.123-4.383,0.123c-2.391,0-3.944-0.062-4.659-0.184
c-0.634-0.102-0.95-0.439-0.95-1.012c0-1.594,0.01-3.995,0.031-7.203c0.02-3.208,0.03-5.619,0.03-7.233
c0-5.088-0.398-9.083-1.195-11.985c-0.041-0.184-0.061-0.337-0.061-0.46c0-0.327,0.153-0.552,0.459-0.674
c1.288-0.143,3.004-0.368,5.149-0.674c3.249-0.633,5.078-0.95,5.487-0.95c0.225,0,0.398,0.69,0.521,2.069
c0.123,1.379,0.296,2.069,0.521,2.069c-0.225,0,0.874-0.71,3.295-2.13c2.421-1.42,4.541-2.13,6.36-2.13
c2.595,0,4.761,0.613,6.498,1.839c1.941,1.41,2.912,3.372,2.912,5.885v9.778c0,1.329,0.01,3.316,0.031,5.962
C218.087,51.058,218.098,53.045,218.098,54.373z"/>
<path fill="#9FCFFF" d="M207.688,56.732c-0.573-0.103-1.21-0.438-1.605-0.991l0,0c-0.4-0.549-0.52-1.174-0.52-1.737l0,0
c0-0.988,0.031-2.448,0.093-4.398l0,0c0.062-1.932,0.092-3.386,0.092-4.335l0,0c0-0.729-0.021-1.852-0.062-3.346l0,0
c-0.041-1.511-0.062-2.647-0.062-3.429l0,0c0-1.198-0.27-1.86-0.545-2.167l0,0c-0.271-0.298-0.654-0.518-1.603-0.532l0,0
c-0.352-0.01-1.046,0.189-1.947,0.783l0,0c-0.481,0.325-0.785,0.619-0.927,0.814l0,0c-0.148,0.201-0.129,0.243-0.131,0.245l0,0
v16.551c0.002,0.559-0.138,1.215-0.588,1.753l0,0c-0.448,0.541-1.106,0.804-1.694,0.872l0,0c-0.861,0.095-2.316,0.129-4.551,0.132
l0,0c-2.436-0.004-3.967-0.052-4.898-0.204l0,0c-0.524-0.083-1.108-0.296-1.568-0.783l0,0c-0.464-0.483-0.653-1.159-0.643-1.708
l0,0c0-1.602,0.01-4.002,0.031-7.213l0,0c0.021-3.207,0.031-5.616,0.031-7.225l0,0c0.002-5.007-0.401-8.898-1.143-11.587l0,0
l-0.008-0.031l-0.011-0.039c-0.055-0.257-0.094-0.502-0.096-0.788l0,0c-0.076-0.808,0.633-1.842,1.402-2.065l0,0l0.191-0.078
l0.202-0.021c1.261-0.14,2.964-0.363,5.1-0.669l0,0c3.279-0.628,4.887-0.94,5.702-0.964l0,0c0.918,0.035,1.319,0.635,1.457,0.88
l0,0c0.167,0.293,0.23,0.522,0.296,0.771l0,0c0.105,0.425,0.175,0.907,0.235,1.507l0,0c0.45-0.271,0.979-0.585,1.591-0.943l0,0
c2.561-1.497,4.902-2.331,7.118-2.337l0,0c2.826-0.004,5.334,0.678,7.379,2.125l0,0c2.31,1.64,3.562,4.204,3.531,7.1l0,0v9.778
c0,1.319,0.01,3.305,0.031,5.949l0,0c0.021,2.649,0.031,4.639,0.031,5.975l0,0c0.006,0.522-0.154,1.166-0.602,1.655l0,0
c-0.442,0.491-1.036,0.711-1.546,0.779l0,0c-0.792,0.107-2.236,0.134-4.685,0.138l0,0
C210.136,56.937,208.607,56.902,207.688,56.732L207.688,56.732z M212.765,53.947c1.82,0.003,3.152-0.029,3.831-0.07l0,0
c-0.002-1.304-0.012-3.123-0.028-5.453l0,0c-0.022-2.649-0.031-4.639-0.033-5.973l0,0v-9.778c-0.031-2.131-0.72-3.492-2.275-4.66
l0,0c-1.445-1.018-3.269-1.562-5.634-1.564l0,0c-1.422-0.008-3.318,0.58-5.602,1.924l0,0c-1.782,1.036-2.915,1.759-3.027,1.866
l0,0l-0.612-0.752l-0.393-0.294h1.449h-1.47v1.515c-0.122-0.005-0.289,0.002-0.556-0.103l0,0
c-0.089-0.032-0.171-0.069-0.245-0.111l0,0c-0.015-0.008-0.029-0.016-0.044-0.025l0,0c-0.342-0.205-0.526-0.489-0.612-0.639l0,0
c-0.167-0.296-0.23-0.524-0.296-0.773l0,0c-0.121-0.487-0.195-1.052-0.261-1.784l0,0c-0.016-0.202-0.035-0.388-0.056-0.554l0,0
c-0.122,0.021-0.253,0.042-0.394,0.067l0,0c-0.896,0.156-2.159,0.393-3.778,0.707l0,0l-0.037,0.006l-0.037,0.006
c-1.625,0.232-3.006,0.418-4.151,0.558l0,0c0.74,3.032,1.084,6.925,1.086,11.75l0,0c0,1.622-0.01,4.035-0.031,7.244l0,0
c-0.019,2.931-0.029,5.188-0.031,6.767l0,0c0.686,0.071,2.119,0.126,4.111,0.123l0,0c1.805,0,3.123-0.033,3.832-0.08l0,0V37.638
c0.041-1.587,1.089-2.658,2.396-3.556l0,0c1.203-0.779,2.368-1.276,3.61-1.287l0,0c1.482-0.015,2.923,0.466,3.868,1.566l0,0
c0.941,1.095,1.279,2.532,1.279,4.133l0,0c0,0.732,0.021,1.852,0.062,3.347l0,0c0.041,1.509,0.062,2.646,0.062,3.428l0,0
c0,1.009-0.031,2.479-0.092,4.43l0,0c-0.058,1.816-0.087,3.2-0.09,4.132l0,0C209.199,53.894,210.69,53.953,212.765,53.947
L212.765,53.947z M198.971,29.161l0.136-0.253h0L198.971,29.161L198.971,29.161L198.971,29.161z"/>
</g>
<g>
<path fill="#FCFCFC" d="M243.723,46.281c0,0.613-0.077,1.543-0.23,2.79s-0.23,2.161-0.23,2.743s-0.061,0.956-0.184,1.119
c-0.123,0.164-0.46,0.398-1.012,0.705c-2.636,1.451-5.559,2.176-8.766,2.176c-5.906,0-8.858-2.258-8.858-6.774
c0-1.349,0.051-3.376,0.153-6.084c0.102-2.708,0.153-4.735,0.153-6.084c0-0.899-0.521-1.349-1.563-1.349c-0.082,0-0.214,0-0.398,0
c-0.184,0.021-0.317,0.031-0.398,0.031c-0.777,0-1.165-0.276-1.165-0.828c0-0.327,0.025-0.828,0.077-1.502
c0.051-0.674,0.077-1.175,0.077-1.502c0-0.429-0.026-1.083-0.077-1.961c-0.051-0.878-0.077-1.533-0.077-1.962
c0-0.408,0.654-0.633,1.962-0.674c0.736-0.02,1.134-0.225,1.195-0.613c0.123-0.776,0.164-2.002,0.123-3.678
c-0.082-2.636-0.123-3.893-0.123-3.77c0-2.371,0.225-3.556,0.674-3.556c0.552,0,1.338,0.123,2.36,0.368
c1.165,0.266,1.972,0.419,2.421,0.46c1.042,0.143,2.615,0.337,4.72,0.582c0.511,0.042,0.767,0.215,0.767,0.521
c0,0.817-0.067,2.053-0.199,3.708c-0.133,1.655-0.199,2.902-0.199,3.74c0,1.001,0.296,1.502,0.889,1.502
c0.715,0,1.798-0.031,3.249-0.092c1.451-0.061,2.544-0.092,3.28-0.092c0.449,0,0.674,0.153,0.674,0.46
c0,0.47-0.051,1.175-0.153,2.115c-0.103,0.94-0.153,1.645-0.153,2.115c0,0.491,0.01,1.206,0.031,2.146
c0.02,0.94,0.031,1.655,0.031,2.146c0,0.429-0.296,0.644-0.889,0.644c-0.409,0-1.093-0.015-2.054-0.046s-1.645-0.046-2.053-0.046
h-2.299c-0.307,0-0.46,0.45-0.46,1.349c0,0.49,0,1.216,0,2.176c0.02,0.981,0.031,1.707,0.031,2.176
c0,1.716,0.194,2.902,0.582,3.556c0.552,0.878,1.635,1.318,3.249,1.318c0.511,0,1.242-0.117,2.192-0.353
c0.95-0.235,1.619-0.353,2.008-0.353C243.508,45.607,243.723,45.832,243.723,46.281z"/>
<path fill="#9FCFFF" d="M233.302,57.313c-3.133-0.004-5.678-0.58-7.557-2.002l0,0c-1.893-1.423-2.826-3.707-2.804-6.272l0,0
c0.002-1.385,0.053-3.422,0.156-6.14l0,0c0.097-2.596,0.148-4.561,0.152-5.875l0,0c-0.02-0.001-0.041-0.001-0.063-0.001l0,0
c-0.071,0-0.18,0-0.328,0l0,0c-0.169,0.017-0.307,0.029-0.47,0.031l0,0c-0.557-0.008-1.147-0.076-1.741-0.485l0,0
c-0.615-0.403-0.954-1.231-0.923-1.844l0,0c0-0.401,0.029-0.921,0.081-1.614l0,0c0.049-0.656,0.074-1.137,0.072-1.39l0,0
c0-0.372-0.022-1.011-0.074-1.875l0,0c-0.051-0.895-0.078-1.563-0.078-2.048l0,0c-0.014-0.514,0.259-1.064,0.58-1.35l0,0
c0.316-0.302,0.629-0.44,0.923-0.545l0,0c0.539-0.178,1.081-0.241,1.742-0.272l0,0c0.031-0.429,0.05-0.978,0.049-1.625l0,0
c0-0.349-0.004-0.731-0.013-1.126l0,0c-0.065-2.119-0.106-3.387-0.117-3.659l0,0c-0.002-0.014-0.002-0.021-0.002-0.026l0,0
c-0.002-0.026-0.004-0.066-0.005-0.132l0,0h-0.001c0.043-1.893,0.024-2.96,0.578-4.076l0,0c0.177-0.362,0.748-0.98,1.597-0.979
l0,0c0.767,0.002,1.624,0.15,2.695,0.403l0,0c1.13,0.261,1.93,0.407,2.224,0.43l0,0l0.039,0.004l0.029,0.004
c1.021,0.14,2.59,0.333,4.637,0.574l0,0c0.399,0.039,0.82,0.104,1.295,0.415l0,0c0.489,0.288,0.884,1.026,0.849,1.602l0,0
c0,0.894-0.07,2.15-0.204,3.827l0,0c-0.131,1.631-0.195,2.853-0.193,3.616l0,0c0.65-0.012,1.512-0.04,2.573-0.084l0,0
c1.462-0.062,2.568-0.092,3.343-0.092l0,0c0.388,0.006,0.841,0.039,1.351,0.374l0,0c0.532,0.325,0.859,1.077,0.824,1.585l0,0
c-0.002,0.573-0.058,1.307-0.163,2.277l0,0c-0.099,0.909-0.146,1.585-0.144,1.953l0,0c0,0.468,0.011,1.178,0.031,2.113l0,0
c0.019,0.946,0.031,1.665,0.031,2.177l0,0c0.029,0.542-0.275,1.317-0.843,1.698l0,0c-0.551,0.384-1.079,0.44-1.546,0.446l0,0
c-0.444,0-1.133-0.016-2.103-0.047l0,0c-0.952-0.031-1.632-0.045-2.004-0.045l0,0h-1.26c0,0.483,0,1.155,0,1.994l0,0
c0.021,0.986,0.031,1.716,0.031,2.208l0,0c-0.021,1.595,0.243,2.633,0.354,2.756l0,0c0.158,0.266,0.586,0.601,1.978,0.617l0,0
c0.29,0.004,0.948-0.086,1.832-0.308l0,0c1.011-0.243,1.702-0.386,2.368-0.397l0,0c0.456-0.008,1.1,0.138,1.568,0.633l0,0
c0.467,0.493,0.578,1.096,0.576,1.542l0,0c-0.002,0.731-0.084,1.693-0.241,2.972l0,0c-0.152,1.215-0.222,2.101-0.22,2.562l0,0
c-0.047,0.707,0.055,1.167-0.483,2.016l0,0c-0.485,0.582-0.859,0.742-1.488,1.121l0,0c-2.857,1.575-6.049,2.362-9.475,2.362l0,0
C233.311,57.313,233.306,57.313,233.302,57.313L233.302,57.313z M222.787,34.021c0.183,0,0.316,0,0.399,0l0,0
c0.721,0.002,1.497,0.146,2.152,0.703l0,0c0.662,0.557,0.927,1.428,0.911,2.146l0,0c0,1.385-0.052,3.422-0.154,6.142l0,0
c-0.103,2.697-0.152,4.713-0.152,6.027l0,0c0.025,1.951,0.565,3.055,1.626,3.889l0,0c1.075,0.834,2.96,1.39,5.733,1.384l0,0
c2.982-0.002,5.63-0.664,8.037-1.986l0,0c0.168-0.093,0.311-0.179,0.417-0.247l0,0c0.004-0.074,0.007-0.164,0.007-0.265l0,0
c0.002-0.708,0.084-1.649,0.24-2.927l0,0c0.079-0.64,0.136-1.192,0.172-1.644l0,0c-0.219,0.045-0.47,0.102-0.743,0.171l0,0
c-1.018,0.247-1.819,0.393-2.553,0.397l0,0c-1.835,0.014-3.573-0.526-4.539-2.054l0,0c-0.646-1.151-0.771-2.485-0.792-4.321l0,0
c0-0.448-0.01-1.169-0.031-2.177l0,0c0-0.96,0-1.686,0-2.175l0,0c0.063-0.808-0.074-1.41,0.709-2.337l0,0
c0.286-0.298,0.802-0.526,1.25-0.512l0,0h2.3c0.442,0,1.13,0.016,2.101,0.045l0,0c0.559,0.018,1.023,0.031,1.388,0.039l0,0
c-0.005-0.356-0.013-0.773-0.023-1.25l0,0c-0.021-0.946-0.031-1.667-0.031-2.177l0,0c0-0.574,0.056-1.31,0.161-2.278l0,0
c0.037-0.333,0.066-0.635,0.088-0.902l0,0c-0.623,0.014-1.403,0.04-2.333,0.08l0,0c-1.463,0.062-2.557,0.092-3.313,0.092l0,0
c-0.719,0.045-1.62-0.454-1.957-1.11l0,0c-0.362-0.639-0.423-1.246-0.432-1.891l0,0c0.002-0.913,0.07-2.183,0.204-3.858l0,0
c0.087-1.087,0.145-1.989,0.174-2.689l0,0c-1.797-0.211-3.17-0.381-4.131-0.513l0,0c-0.604-0.062-1.411-0.223-2.606-0.492l0,0
c-0.418-0.102-0.789-0.178-1.104-0.231l0,0c-0.049,0.455-0.081,1.107-0.081,1.915l0,0c0,0.011,0.001,0.021,0.002,0.033l0,0
c0.002,0.045,0.004,0.105,0.006,0.187l0,0c0.006,0.158,0.014,0.397,0.024,0.711l0,0c0.021,0.633,0.049,1.577,0.091,2.851l0,0
c0.008,0.425,0.014,0.826,0.014,1.207l0,0c-0.002,1.131-0.045,2.017-0.156,2.738l0,0c-0.08,0.672-0.625,1.313-1.141,1.546l0,0
c-0.521,0.257-0.997,0.314-1.488,0.333l0,0c-0.184,0.003-0.348,0.013-0.487,0.026l0,0c0.012,0.293,0.029,0.636,0.051,1.024l0,0
c0.051,0.894,0.08,1.562,0.08,2.047l0,0c-0.002,0.403-0.029,0.921-0.082,1.616l0,0c-0.02,0.256-0.035,0.485-0.046,0.685l0,0
H222.787L222.787,34.021z M223.223,20.006c0.129,0.156,0.479,0.53,1.157,0.547l0,0v-1.491h-0.03l-1.409,0.416
C222.982,19.564,222.958,19.65,223.223,20.006L223.223,20.006z M225.435,20.121c0.276-0.282,0.358-0.543,0.399-0.699l0,0
c0.047-0.209,0.05-0.316,0.047-0.386l0,0c0,0.009,0,0.018,0,0.026l0,0h-1.493L225.435,20.121L225.435,20.121z M224.311,19.064
l0.018-0.001h-0.008L224.311,19.064L224.311,19.064z"/>
</g>
<g>
<path fill="#FCFCFC" d="M278.481,27.4c0,1.513-0.072,3.781-0.215,6.805c-0.143,3.024-0.214,5.292-0.214,6.805
c0,1.471,0.051,3.678,0.153,6.621c0.102,2.943,0.153,5.14,0.153,6.59c0,0.552-0.255,0.899-0.766,1.042
c-0.777,0.204-2.421,0.307-4.935,0.307c-2.228,0-3.78-0.062-4.659-0.184c-0.389-0.061-0.634-0.307-0.736-0.735
c-0.061-0.613-0.123-1.226-0.184-1.839c-0.102-0.939-0.245-1.41-0.429-1.41c0.286,0-0.747,0.695-3.096,2.084
c-2.35,1.39-4.485,2.084-6.406,2.084c-5.416,0-8.624-2.442-9.625-7.326c-0.45-2.269-0.675-5.558-0.675-9.87
c0-4.659,0.378-8.337,1.134-11.034c0.225-0.838,0.644-1.257,1.257-1.257c0.939,0,2.37,0.01,4.291,0.031
c1.92,0.021,3.351,0.03,4.292,0.03c0.633,0,0.95,0.266,0.95,0.797c0,0.143-0.021,0.357-0.062,0.644
c-0.429,2.779-0.644,5.599-0.644,8.46c0,3.555,0.112,5.987,0.337,7.295c0.368,2.248,1.706,3.372,4.016,3.372
c0.899,0,1.875-0.398,2.927-1.195c1.052-0.797,1.599-1.625,1.64-2.483c0.041-0.756,0.062-5.885,0.062-15.387
c0-0.674,0.051-1.073,0.153-1.195c0.123-0.204,0.49-0.307,1.103-0.307c1.001,0,2.508,0.011,4.521,0.031
c2.012,0.021,3.52,0.031,4.521,0.031c0.613,0,0.97,0.153,1.073,0.46C278.46,26.828,278.481,27.073,278.481,27.4z"/>
<path fill="#9FCFFF" d="M267.765,56.865c-0.952-0.082-1.842-1.042-1.961-1.871l0,0l-0.024-0.096l-0.01-0.101
c-0.027-0.282-0.056-0.564-0.083-0.845l0,0c-0.396,0.243-0.851,0.516-1.368,0.823l0,0c-2.502,1.476-4.882,2.29-7.17,2.294l0,0
c-2.925,0.002-5.439-0.664-7.377-2.14l0,0c-1.94-1.47-3.174-3.692-3.718-6.395l0,0c-0.483-2.442-0.701-5.794-0.705-10.163l0,0
c0.004-4.74,0.378-8.526,1.186-11.422l0,0c0.158-0.578,0.401-1.139,0.872-1.614l0,0c0.46-0.483,1.188-0.769,1.835-0.754l0,0
c0.95,0,2.382,0.01,4.307,0.031l0,0c1.917,0.021,3.344,0.031,4.275,0.031l0,0c0.512,0.002,1.12,0.095,1.675,0.551l0,0
c0.565,0.457,0.792,1.203,0.775,1.746l0,0c-0.002,0.283-0.033,0.532-0.08,0.874l0,0c-0.417,2.703-0.625,5.445-0.625,8.23l0,0
c-0.004,3.513,0.119,5.934,0.316,7.052l0,0c0.15,0.888,0.434,1.342,0.765,1.622l0,0c0.333,0.279,0.847,0.487,1.772,0.491l0,0
c0.44,0.006,1.125-0.21,2.021-0.89l0,0c0.876-0.668,1.044-1.133,1.048-1.369l0,0c0.035-0.623,0.06-5.832,0.058-15.306l0,0
c0.002-0.376,0.015-0.69,0.051-0.995l0,0c0.062-0.278,0.032-0.514,0.32-0.97l0,0l-0.003-0.002c0.37-0.592,0.882-0.795,1.251-0.902
l0,0c0.391-0.107,0.747-0.13,1.139-0.132l0,0c1.009,0,2.52,0.01,4.537,0.031l0,0c2.008,0.021,3.513,0.031,4.505,0.031l0,0
c0.43,0.002,0.851,0.041,1.318,0.236l0,0c0.458,0.177,0.991,0.645,1.176,1.248l0,0l0.021,0.06l0.014,0.056
c0.088,0.378,0.101,0.701,0.105,1.096l0,0c0,1.558-0.074,3.837-0.216,6.875l0,0c-0.144,3.011-0.214,5.267-0.214,6.734l0,0
c0,1.437,0.051,3.636,0.152,6.567l0,0c0.103,2.954,0.154,5.16,0.154,6.644l0,0c0.004,0.5-0.123,1.075-0.483,1.563l0,0
c-0.355,0.489-0.888,0.792-1.402,0.929l0,0c-1.11,0.277-2.74,0.347-5.315,0.357l0,0C270.394,57.065,268.826,57.011,267.765,56.865
L267.765,56.865z M276.858,53.883c-0.007-1.418-0.059-3.492-0.151-6.202l0,0c-0.103-2.952-0.154-5.169-0.154-6.672l0,0
c0-1.558,0.072-3.84,0.216-6.875l0,0c0.132-2.811,0.204-4.963,0.211-6.43l0,0c-0.997-0.002-2.385-0.012-4.168-0.031l0,0
c-1.852-0.019-3.277-0.029-4.263-0.03l0,0c0,0,0,0.001,0,0.001l0,0c-0.002,9.53-0.019,14.58-0.063,15.46l0,0
c-0.078,1.488-1.003,2.681-2.232,3.607l0,0c-1.208,0.913-2.477,1.492-3.832,1.499l0,0c-1.388,0.004-2.697-0.347-3.702-1.194l0,0
c-1.007-0.843-1.577-2.074-1.792-3.422l0,0c-0.255-1.511-0.355-3.953-0.359-7.55l0,0c0-2.843,0.206-5.649,0.619-8.402l0,0
c-0.915-0.003-2.137-0.013-3.671-0.03l0,0c-1.762-0.019-3.11-0.029-4.037-0.03l0,0c-0.015,0.042-0.032,0.096-0.049,0.162l0,0
c-0.701,2.483-1.081,6.053-1.079,10.629l0,0c-0.002,4.257,0.228,7.482,0.644,9.569l0,0c0.458,2.191,1.33,3.632,2.596,4.602l0,0
c1.27,0.968,3.067,1.523,5.56,1.525l0,0c1.552,0.004,3.443-0.571,5.641-1.875l0,0c1.569-0.921,2.618-1.607,2.789-1.747l0,0
c0.014-0.014,0.021-0.019,0.023-0.021l0,0l0.387,0.439l0.581,0.558h0.081v-1.523c0.032,0,0.063,0.002,0.093,0.004l0,0
c0.118,0.004,0.275,0.018,0.509,0.115l0,0c0.041,0.017,0.08,0.034,0.117,0.053l0,0c0.002,0.001,0.005,0.002,0.008,0.003l0,0
c0.084,0.03,0.172,0.087,0.258,0.161l0,0c0.182,0.138,0.308,0.289,0.377,0.396l0,0c0.185,0.275,0.252,0.481,0.318,0.685l0,0
c0.119,0.401,0.181,0.81,0.241,1.344l0,0c0.043,0.431,0.086,0.862,0.13,1.293l0,0c0.831,0.073,2.178,0.117,3.957,0.115l0,0
C274.68,54.076,276.164,53.986,276.858,53.883L276.858,53.883z M266.562,51.637L266.562,51.637l0.087-0.165V51.47L266.562,51.637
L266.562,51.637z"/>
</g>
<g>
<path fill="#FCFCFC" d="M303.861,36.166c0,0.797-0.439,1.195-1.318,1.195c-0.388,0-0.955-0.025-1.701-0.077
c-0.746-0.051-1.303-0.077-1.67-0.077c-1.696,0-2.851,0.266-3.464,0.797c-0.613,0.532-0.92,1.604-0.92,3.218
c0,0.879,0.016,2.212,0.047,4c0.03,1.789,0.046,3.122,0.046,4c0,0.593,0.04,1.477,0.122,2.651
c0.082,1.175,0.123,2.049,0.123,2.621c0,0.49-0.338,0.766-1.012,0.828c-0.98,0.081-2.482,0.123-4.506,0.123
c-1.941,0-3.494-0.062-4.659-0.184c-0.674-0.082-1.011-0.418-1.011-1.012c0-1.634,0.01-4.081,0.031-7.341
c0.02-3.259,0.03-5.706,0.03-7.341c0-4.802-0.439-8.756-1.318-11.862c-0.041-0.184-0.061-0.337-0.061-0.46
c0-0.306,0.153-0.51,0.459-0.613c1.124-0.123,2.769-0.347,4.935-0.674c3.229-0.633,4.894-0.95,4.996-0.95
c0.368,0,0.603,0.644,0.705,1.931c0.102,1.287,0.286,1.931,0.552,1.931c-0.286,0,0.552-0.536,2.514-1.609
c1.961-1.073,3.852-1.609,5.67-1.609c1.145,0,1.717,0.245,1.717,0.736c0,0.593-0.062,1.43-0.184,2.513
c-0.123,1.165-0.194,2.003-0.215,2.514c0,0.593,0.01,1.379,0.03,2.36C303.84,34.981,303.861,35.778,303.861,36.166z"/>
<path fill="#9FCFFF" d="M284.769,56.751c-0.54-0.066-1.148-0.255-1.641-0.742l0,0c-0.497-0.486-0.703-1.191-0.69-1.758l0,0
c0-1.641,0.01-4.089,0.031-7.35l0,0c0.019-3.259,0.029-5.703,0.029-7.332l0,0c0.002-4.711-0.435-8.543-1.262-11.456l0,0
l-0.01-0.037l-0.01-0.043c-0.056-0.258-0.095-0.503-0.097-0.787l0,0c-0.089-0.833,0.726-1.882,1.484-2.035l0,0l0.148-0.051
l0.165-0.019c1.078-0.117,2.694-0.337,4.823-0.659l0,0c2.418-0.472,3.95-0.768,4.636-0.892l0,0c0.297-0.043,0.22-0.06,0.635-0.082
l0,0c0.546-0.013,1.082,0.291,1.346,0.596l0,0c0.28,0.307,0.41,0.595,0.516,0.872l0,0c0.161,0.452,0.244,0.914,0.303,1.459l0,0
c0.267-0.15,0.562-0.313,0.886-0.49l0,0c2.13-1.165,4.273-1.793,6.392-1.793l0,0c0.681,0.008,1.26,0.051,1.878,0.305l0,0
c0.604,0.188,1.388,1.035,1.338,1.932l0,0c0,0.692-0.068,1.566-0.191,2.671l0,0c-0.122,1.148-0.19,1.973-0.206,2.356l0,0
c0,0.575,0.008,1.354,0.028,2.309l0,0c0.041,1.214,0.062,2.01,0.062,2.442l0,0c0.013,0.653-0.208,1.459-0.82,2.007l0,0
c-0.609,0.544-1.348,0.688-1.997,0.687l0,0c-0.451,0-1.039-0.027-1.804-0.081l0,0c-0.728-0.049-1.268-0.072-1.566-0.072l0,0
c-1.55-0.025-2.424,0.321-2.481,0.431l0,0c-0.047,0.002-0.427,0.631-0.403,2.084l0,0c0,0.863,0.016,2.191,0.047,3.976l0,0
c0.029,1.793,0.046,3.131,0.046,4.025l0,0c0,0.528,0.037,1.392,0.119,2.545l0,0c0.082,1.196,0.126,2.086,0.126,2.727l0,0
c0.022,0.579-0.272,1.327-0.804,1.735l0,0c-0.52,0.413-1.064,0.534-1.586,0.587l0,0c-1.059,0.087-2.582,0.126-4.627,0.126l0,0
C287.633,56.945,286.041,56.885,284.769,56.751L284.769,56.751z M289.608,53.946c1.747,0,3.098-0.031,4.004-0.089l0,0
c-0.019-0.486-0.054-1.117-0.106-1.877l0,0c-0.084-1.195-0.125-2.098-0.125-2.756l0,0c0-0.861-0.017-2.191-0.046-3.974l0,0
c-0.03-1.793-0.047-3.131-0.049-4.027l0,0c0.024-1.773,0.259-3.261,1.438-4.351l0,0c1.168-0.953,2.603-1.138,4.447-1.163l0,0
c0.434,0,1.006,0.027,1.772,0.08l0,0c0.603,0.042,1.082,0.064,1.413,0.07l0,0c-0.007-0.424-0.026-1.115-0.059-2.053l0,0
c-0.021-0.989-0.031-1.783-0.028-2.453l0,0c0.022-0.577,0.097-1.428,0.223-2.62l0,0c0.069-0.617,0.118-1.148,0.146-1.581l0,0
c-0.058-0.002-0.12-0.003-0.188-0.002l0,0c-1.521,0.002-3.157,0.447-4.952,1.429l0,0c-1.278,0.69-2.115,1.202-2.229,1.298l0,0v0
l-0.351-0.451l0.41,0.396l-1.014-0.979h1.394h-1.443v1.527c-0.051,0-0.1-0.002-0.148-0.007l0,0
c-0.071-0.005-0.157-0.016-0.266-0.046l0,0c-0.104-0.027-0.203-0.064-0.294-0.107l0,0c-0.064-0.022-0.134-0.061-0.204-0.113l0,0
c-0.24-0.154-0.412-0.345-0.502-0.487l0,0c-0.208-0.309-0.288-0.556-0.366-0.81l0,0c-0.139-0.499-0.209-1.043-0.267-1.741l0,0
c-0.009-0.137-0.021-0.265-0.036-0.38l0,0c-0.069,0.013-0.143,0.027-0.219,0.042l0,0c-0.827,0.157-2.049,0.394-3.663,0.711l0,0
l-0.035,0.006l-0.028,0.004c-1.581,0.239-2.887,0.424-3.927,0.556l0,0c0.803,3.172,1.186,7.017,1.186,11.572l0,0
c0,1.641-0.009,4.087-0.029,7.35l0,0c-0.019,2.971-0.029,5.266-0.03,6.883l0,0C286.487,53.895,287.886,53.946,289.608,53.946
L289.608,53.946z M295.27,29.877L295.27,29.877L295.27,29.877L295.27,29.877z"/>
</g>
<g>
<path fill="#FCFCFC" d="M335.524,38.618c0,2.064-0.665,3.239-1.993,3.525c-0.225,0.041-2.34,0.266-6.345,0.674
c-2.411,0.266-6.008,0.582-10.789,0.95c0.286,1.329,1.154,2.34,2.605,3.034c1.185,0.572,2.533,0.858,4.046,0.858
c1.818,0,3.647-0.49,5.486-1.471c0.776-0.491,1.553-0.981,2.33-1.471c0.429,0.204,1.149,1.247,2.16,3.126
c1.012,1.88,1.518,3.076,1.518,3.586c0,0.143-0.153,0.378-0.46,0.705c-2.493,2.677-6.365,4.015-11.616,4.015
c-4.864,0-8.787-1.42-11.771-4.26c-3.065-2.881-4.598-6.733-4.598-11.556c0-4.7,1.369-8.552,4.107-11.556
c2.819-3.106,6.56-4.659,11.218-4.659c3.924,0,7.254,1.431,9.993,4.292C334.154,31.272,335.524,34.675,335.524,38.618z
M324.795,36.748c0-1.267-0.449-2.38-1.349-3.341c-0.899-0.96-1.973-1.44-3.219-1.44c-1.287,0-2.35,0.542-3.188,1.625
c-0.776,1.001-1.165,2.176-1.165,3.525c0,0.552,0.286,0.828,0.858,0.828c1.512,0,3.862-0.235,7.05-0.705
C324.458,37.137,324.795,36.973,324.795,36.748z"/>
<path fill="#9FCFFF" d="M309.668,52.983c-3.391-3.166-5.088-7.517-5.071-12.647l0,0c-0.01-4.984,1.483-9.273,4.496-12.565l0,0
c3.091-3.431,7.345-5.168,12.329-5.15l0,0c4.291-0.019,8.103,1.622,11.077,4.754l0,0c2.984,3.1,4.536,6.95,4.523,11.243l0,0
c-0.004,1.189-0.178,2.245-0.693,3.167l0,0c-0.501,0.927-1.452,1.622-2.53,1.833l0,0c-0.199,0.034-0.733,0.095-1.65,0.193l0,0
c0.313,0.286,0.521,0.602,0.811,0.989l0,0c0.411,0.596,0.864,1.363,1.386,2.334l0,0c0.52,0.966,0.915,1.765,1.198,2.431l0,0
c0.273,0.691,0.474,1.15,0.496,1.866l0,0c-0.022,0.606-0.219,0.861-0.357,1.103l0,0c-0.151,0.232-0.316,0.422-0.503,0.623l0,0
c-2.874,3.085-7.231,4.5-12.714,4.494l0,0c-0.018,0-0.034,0-0.051,0l0,0C317.289,57.651,312.931,56.103,309.668,52.983
L309.668,52.983z M311.314,29.789c-2.463,2.715-3.706,6.128-3.717,10.546l0,0c0.017,4.512,1.383,7.866,4.132,10.469l0,0
c2.686,2.542,6.155,3.833,10.736,3.846l0,0c4.986-0.006,8.361-1.25,10.48-3.497l0,0c-0.042-0.116-0.097-0.257-0.167-0.417l0,0
c-0.221-0.53-0.583-1.266-1.075-2.183l0,0c-0.417-0.798-0.813-1.446-1.11-1.891l0,0c-0.419,0.265-0.839,0.53-1.259,0.795l0,0
l-0.048,0.031l-0.048,0.025c-2.017,1.078-4.101,1.649-6.19,1.647l0,0c-1.7,0.002-3.289-0.325-4.694-1.005l0,0
c-1.748-0.809-3.056-2.257-3.424-4.072l0,0l-0.362-1.678l1.713-0.132c4.771-0.368,8.359-0.683,10.753-0.948l0,0
c3.958-0.401,6.209-0.647,6.18-0.647l0,0c0.296-0.085,0.342-0.12,0.505-0.368l0,0c0.149-0.252,0.309-0.815,0.305-1.69l0,0
c-0.013-3.596-1.202-6.548-3.691-9.17l0,0c-2.503-2.59-5.353-3.811-8.909-3.828l0,0C317.09,25.637,313.863,27.005,311.314,29.789
L311.314,29.789z M319.654,45.449c0.958,0.464,2.068,0.71,3.395,0.71l0,0c1.527,0,3.08-0.4,4.719-1.261l0,0
c0.399-0.252,0.799-0.504,1.198-0.756l0,0c-0.497,0.051-1.035,0.106-1.615,0.166l0,0c-2.001,0.221-4.782,0.473-8.355,0.76l0,0
C319.183,45.197,319.401,45.323,319.654,45.449L319.654,45.449z M315.048,38.817c-0.523-0.503-0.681-1.186-0.675-1.701l0,0
c-0.006-1.635,0.496-3.187,1.479-4.442l0,0c1.041-1.39,2.656-2.232,4.374-2.208l0,0c1.636-0.017,3.192,0.693,4.313,1.916l0,0
c1.132,1.191,1.767,2.741,1.753,4.365l0,0c-0.017,0.973-0.743,1.492-1.097,1.641l0,0c-0.41,0.192-0.771,0.265-1.194,0.335l0,0
c-3.228,0.474-5.611,0.718-7.269,0.72l0,0c-0.008,0-0.015,0-0.022,0l0,0C316.206,39.444,315.561,39.31,315.048,38.817
L315.048,38.817z M318.224,34.511c-0.438,0.575-0.702,1.182-0.803,1.917l0,0c1.33-0.054,3.269-0.258,5.746-0.617l0,0
c-0.139-0.486-0.398-0.922-0.816-1.379l0,0c-0.678-0.697-1.27-0.95-2.124-0.966l0,0C319.371,33.493,318.861,33.733,318.224,34.511
L318.224,34.511z"/>
</g>
<g>
<path fill="#FCFCFC" d="M395.141,54.281c0.041,0.552-0.245,0.828-0.858,0.828c-0.389,0-1.507-0.225-3.356-0.674
c-1.85-0.449-2.988-0.756-3.417-0.919c-4.271,1.676-8.368,2.513-12.292,2.513c-6.313,0-11.494-2.104-15.54-6.314
c-4.005-4.148-6.008-9.39-6.008-15.724c0-6.478,1.941-11.852,5.824-16.123c4.005-4.414,9.205-6.621,15.602-6.621
c3.105,0,6.027,0.593,8.767,1.778c2.962,1.308,5.292,3.147,6.988,5.517c0.347,0.491,0.521,0.838,0.521,1.042
c0,0.654-0.914,2.12-2.743,4.398c-1.829,2.279-3.009,3.417-3.54,3.417c-0.122,0-0.593-0.418-1.41-1.257
c-1.001-1.001-2.022-1.777-3.064-2.329c-1.554-0.838-3.271-1.257-5.149-1.257c-3.065,0-5.498,1.145-7.296,3.433
c-1.676,2.104-2.513,4.73-2.513,7.877c0,3.331,0.868,5.967,2.605,7.908c1.798,2.003,4.342,3.004,7.632,3.004
c2.084,0,4.414-0.521,6.988-1.563c-0.062-0.674-0.245-2.391-0.552-5.149c-0.266-2.125-0.398-3.842-0.398-5.149
c0-0.388,0.133-0.624,0.398-0.705c0.103-0.041,0.266-0.062,0.49-0.062c0.593,0,1.487,0.057,2.683,0.168
c1.195,0.113,2.1,0.169,2.713,0.169c0.653,0,1.634-0.046,2.942-0.138c1.308-0.092,2.288-0.138,2.942-0.138
c0.511,0,0.767,0.337,0.767,1.011c0,0.981-0.057,2.463-0.169,4.445s-0.169,3.463-0.169,4.444c0,2.636,0.194,6.58,0.583,11.832
L395.141,54.281z"/>
<path fill="#9FCFFF" d="M358.597,50.757c-4.284-4.42-6.441-10.122-6.429-16.768l0,0c-0.011-6.771,2.065-12.581,6.214-17.13l0,0
c4.264-4.726,9.974-7.131,16.712-7.112l0,0c3.297-0.002,6.433,0.633,9.373,1.905l0,0c3.17,1.398,5.741,3.414,7.606,6.024l0,0
c0.38,0.617,0.719,0.923,0.796,1.907l0,0c-0.05,0.981-0.421,1.536-0.912,2.384l0,0c-0.511,0.817-1.224,1.786-2.161,2.953l0,0
c-1.428,1.761-2.409,2.861-3.359,3.516l0,0c-0.338,0.206-0.68,0.439-1.351,0.464l0,0c-0.814-0.079-0.821-0.269-1.021-0.354l0,0
c-0.151-0.108-0.277-0.212-0.421-0.34l0,0c-0.281-0.252-0.619-0.583-1.029-1.002l0,0c-0.913-0.915-1.819-1.596-2.715-2.069l0,0
c-1.332-0.717-2.78-1.075-4.438-1.077l0,0c-2.696,0.027-4.56,0.919-6.122,2.867l0,0c-1.44,1.815-2.18,4.056-2.187,6.944l0,0
c0.007,3.083,0.784,5.292,2.222,6.904l0,0c1.49,1.64,3.514,2.49,6.517,2.507l0,0c1.566,0,3.363-0.34,5.38-1.057l0,0
c-0.095-0.903-0.239-2.233-0.433-3.97l0,0c-0.271-2.165-0.41-3.928-0.41-5.335l0,0c0.002-0.363,0.054-0.773,0.293-1.207l0,0
c0.231-0.434,0.709-0.807,1.165-0.934l0,0l0.001,0.001c0.38-0.124,0.637-0.121,0.931-0.128l0,0c0.684,0,1.601,0.06,2.822,0.175
l0,0c1.169,0.11,2.046,0.163,2.573,0.163l0,0c0.586,0,1.546-0.044,2.836-0.135l0,0c1.328-0.092,2.326-0.14,3.049-0.14l0,0
c0.565-0.027,1.351,0.26,1.77,0.846l0,0c0.419,0.569,0.49,1.148,0.496,1.665l0,0c0,1.036-0.059,2.532-0.171,4.529l0,0
c-0.112,1.967-0.167,3.434-0.167,4.359l0,0c0,2.565,0.189,6.49,0.577,11.697l0,0l0.029,0.338l-1.492,0.133l1.497-0.085
c0.004,0.06,0.006,0.123,0.004,0.186l0,0c0.019,0.519-0.198,1.244-0.746,1.692l0,0c-0.54,0.444-1.13,0.534-1.613,0.536l0,0
c-0.8-0.025-1.79-0.263-3.711-0.717l0,0c-1.401-0.343-2.367-0.588-3.023-0.786l0,0c-4.237,1.604-8.352,2.422-12.332,2.422l0,0
c-0.023,0-0.048,0-0.071,0l0,0C368.535,57.527,362.889,55.243,358.597,50.757L358.597,50.757z M360.602,18.876
c-3.615,3.993-5.423,8.93-5.433,15.113l0,0c0.013,6.024,1.86,10.807,5.589,14.686l0,0c3.78,3.912,8.474,5.837,14.458,5.854l0,0
c3.71,0,7.617-0.792,11.746-2.411l0,0l0.539-0.21l0.542,0.206c0.239,0.098,1.419,0.425,3.236,0.863l0,0
c0.985,0.241,1.763,0.415,2.293,0.519l0,0c-0.362-4.992-0.544-8.772-0.544-11.382l0,0c0-1.036,0.056-2.532,0.17-4.528l0,0
c0.093-1.642,0.147-2.936,0.161-3.856l0,0c-0.551,0.02-1.254,0.059-2.099,0.118l0,0c-1.327,0.094-2.328,0.142-3.047,0.142l0,0
c-0.702,0-1.634-0.061-2.854-0.175l0,0c-0.778-0.073-1.424-0.121-1.916-0.145l0,0c0.039,1.118,0.162,2.533,0.375,4.234l0,0
c0.307,2.763,0.49,4.474,0.555,5.179l0,0l0.101,1.108l-1.032,0.419c-2.703,1.094-5.216,1.671-7.55,1.671l0,0
c-3.58,0.017-6.644-1.136-8.751-3.503l0,0c-2.036-2.267-2.994-5.329-2.988-8.907l0,0c-0.006-3.407,0.928-6.42,2.834-8.805l0,0
c2.038-2.636,5.042-4.035,8.476-4.007l0,0c2.101-0.002,4.085,0.477,5.852,1.432l0,0c1.199,0.636,2.335,1.507,3.437,2.607l0,0
c0.171,0.178,0.33,0.337,0.47,0.474l0,0c0.035-0.032,0.071-0.066,0.107-0.103l0,0c0.513-0.492,1.238-1.313,2.13-2.424l0,0
c1.306-1.591,2.112-2.867,2.348-3.364l0,0c-0.046-0.073-0.104-0.163-0.176-0.264l0,0c-1.531-2.136-3.62-3.799-6.364-5.014l0,0
c-2.549-1.103-5.256-1.652-8.171-1.655l0,0C369.038,12.764,364.349,14.773,360.602,18.876L360.602,18.876z M389.878,19.481
C389.877,19.481,389.877,19.48,389.878,19.481L389.878,19.481L389.878,19.481L389.878,19.481z"/>
</g>
<g>
<path fill="#FCFCFC" d="M430.022,39.936c0,1.574,0.092,3.913,0.275,7.019c0.185,3.106,0.276,5.436,0.276,6.989
c0,0.817-0.357,1.256-1.073,1.318c-2.533,0.184-5.436,0.276-8.705,0.276c-0.388,0-0.648-0.587-0.781-1.763
c-0.133-1.175-0.291-1.772-0.475-1.793c-0.164,0.082-0.379,0.256-0.645,0.521c-2.288,2.31-4.74,3.464-7.355,3.464
c-3.985,0-7.285-1.573-9.901-4.72c-2.473-2.943-3.708-6.457-3.708-10.544c0-4.72,1.276-8.521,3.831-11.402
c2.656-2.983,6.294-4.475,10.912-4.475c3.208,0,5.742,1.124,7.602,3.372c0.081,0.103,0.153,0.153,0.215,0.153
c0.184,0,0.393-0.495,0.628-1.486c0.234-0.991,0.516-1.487,0.843-1.487c0.756,0,2.196,0.215,4.322,0.644
c2.022,0.409,3.474,0.756,4.353,1.042c0.307,0.123,0.46,0.286,0.46,0.49c0,0.082-0.031,0.296-0.093,0.644
C430.348,31.895,430.022,35.809,430.022,39.936z M420.152,40.12c0-1.737-0.547-3.173-1.64-4.307
c-1.094-1.134-2.519-1.701-4.275-1.701c-1.758,0-3.178,0.562-4.261,1.686c-1.084,1.124-1.625,2.565-1.625,4.322
c0,1.655,0.572,3.076,1.717,4.26c1.145,1.186,2.533,1.778,4.169,1.778c1.736,0,3.156-0.567,4.26-1.701
S420.152,41.878,420.152,40.12z"/>
<path fill="#9FCFFF" d="M400.49,52.211c-2.702-3.202-4.069-7.123-4.061-11.509l0,0c-0.009-4.981,1.37-9.205,4.211-12.399l0,0
c2.942-3.328,7.102-4.998,12.032-4.979l0,0c2.761-0.018,5.242,0.79,7.216,2.384l0,0c0.085-0.243,0.185-0.472,0.311-0.699l0,0
c0.229-0.413,0.743-1.103,1.761-1.132l0,0c1.006,0.006,2.444,0.241,4.619,0.674l0,0c2.053,0.415,3.526,0.764,4.521,1.086l0,0
l0.046,0.015l0.046,0.019c0.283,0.115,0.588,0.272,0.881,0.58l0,0c0.298,0.297,0.534,0.818,0.521,1.302l0,0
c-0.011,0.368-0.052,0.51-0.115,0.906l0,0c-0.638,3.604-0.958,7.43-0.956,11.478l0,0c-0.002,1.518,0.09,3.841,0.271,6.93l0,0
c0.187,3.123,0.278,5.469,0.278,7.078l0,0c0,0.613-0.132,1.3-0.604,1.888l0,0c-0.473,0.594-1.214,0.883-1.858,0.925l0,0
c-2.581,0.188-5.518,0.28-8.813,0.28l0,0c-1.074-0.015-1.675-0.85-1.858-1.333l0,0c-0.133-0.307-0.223-0.615-0.29-0.947l0,0
c-2.156,1.755-4.564,2.716-7.109,2.709l0,0c-0.026,0-0.054,0-0.081,0l0,0C407.106,57.467,403.303,55.633,400.49,52.211
L400.49,52.211z M402.883,30.296c-2.272,2.57-3.447,5.946-3.453,10.406l0,0c0.009,3.788,1.111,6.896,3.361,9.586l0,0
c2.395,2.844,5.161,4.157,8.746,4.18l0,0c2.156-0.008,4.187-0.913,6.296-3.026l0,0c0.329-0.318,0.595-0.572,1.034-0.802l0,0
l0.397-0.199l0.439,0.05c0.886,0.148,1.141,0.674,1.279,0.889l0,0c0.143,0.262,0.201,0.463,0.262,0.68l0,0
c0.11,0.431,0.186,0.917,0.259,1.547l0,0c0.017,0.165,0.037,0.309,0.059,0.429l0,0c2.8-0.013,5.311-0.097,7.51-0.249l0,0
c-0.006-1.499-0.096-3.76-0.273-6.744l0,0c-0.185-3.123-0.279-5.478-0.279-7.108l0,0c0-4.079,0.313-7.965,0.944-11.654l0,0
c-0.816-0.222-1.989-0.49-3.479-0.791l0,0c-1.461-0.299-2.607-0.484-3.336-0.566l0,0c-0.024,0.084-0.05,0.18-0.073,0.284l0,0
c-0.227,0.835-0.291,1.304-0.771,1.979l0,0c-0.172,0.208-0.544,0.637-1.316,0.662l0,0c-0.934-0.067-1.187-0.515-1.371-0.697l0,0
c-1.599-1.898-3.581-2.805-6.446-2.828l0,0C408.368,26.344,405.25,27.658,402.883,30.296L402.883,30.296z M414.236,47.659
c-1.999,0.015-3.868-0.783-5.247-2.237l0,0c-1.398-1.427-2.151-3.301-2.139-5.302l0,0c-0.013-2.059,0.674-3.959,2.045-5.362l0,0
c1.362-1.434,3.271-2.162,5.341-2.146l0,0c2.072-0.017,3.985,0.72,5.356,2.16l0,0c1.372,1.406,2.071,3.3,2.059,5.347l0,0
c0.013,2.066-0.692,3.973-2.08,5.383l0,0c-1.359,1.418-3.24,2.156-5.274,2.156l0,0C414.276,47.659,414.256,47.659,414.236,47.659
L414.236,47.659z M411.054,36.838c-0.797,0.844-1.19,1.825-1.203,3.282l0,0c0.013,1.308,0.404,2.277,1.296,3.219l0,0
c0.908,0.917,1.816,1.302,3.089,1.318l0,0c1.415-0.015,2.351-0.41,3.186-1.247l0,0c0.818-0.858,1.216-1.842,1.229-3.291l0,0
c-0.013-1.427-0.406-2.405-1.218-3.265l0,0c-0.818-0.829-1.756-1.227-3.196-1.244l0,0
C412.79,35.629,411.861,36.024,411.054,36.838L411.054,36.838z"/>
</g>
<g>
<path fill="#FCFCFC" d="M485.103,54.128c0,0.716-0.307,1.114-0.92,1.196c-0.613,0.081-2.126,0.123-4.536,0.123
c-2.494,0-4.046-0.062-4.659-0.184s-0.92-0.623-0.92-1.502c0-0.939,0.031-2.345,0.092-4.214c0.062-1.87,0.092-3.274,0.092-4.215
c0-3.576-0.041-6.12-0.122-7.632c-0.123-2.431-1.277-3.647-3.464-3.647c-0.961,0-1.915,0.404-2.865,1.211
c-0.951,0.808-1.477,1.701-1.579,2.682c-0.082,0.858-0.122,3.372-0.122,7.54c0,0.961,0.03,2.417,0.092,4.368
c0.061,1.952,0.092,3.418,0.092,4.398c0,0.674-0.297,1.012-0.889,1.012h-9.288c-0.572,0-0.858-0.418-0.858-1.257
c0-0.96,0.031-2.401,0.093-4.322c0.061-1.92,0.092-3.372,0.092-4.353c0-0.756-0.021-1.9-0.062-3.433
c-0.041-1.532-0.062-2.687-0.062-3.463c0-2.922-1.113-4.383-3.341-4.383c-0.899,0-1.87,0.348-2.912,1.042
c-1.145,0.756-1.716,1.553-1.716,2.391c0,1.86,0.01,4.639,0.03,8.337s0.03,6.467,0.03,8.306c0,0.511-0.061,0.828-0.184,0.95
s-0.439,0.204-0.95,0.246c-0.92,0.081-2.371,0.123-4.353,0.123c-1.287,0-2.748-0.062-4.383-0.184
c-0.49-0.041-0.782-0.112-0.874-0.214s-0.138-0.409-0.138-0.92c0-1.634,0.01-4.081,0.03-7.341
c0.021-3.259,0.031-5.706,0.031-7.341c0-3.351-0.245-7.121-0.736-11.31c-0.041-0.245-0.061-0.429-0.061-0.552
c0-0.347,0.143-0.583,0.429-0.705c0.449-0.184,1.298-0.337,2.544-0.46c1.533-0.143,2.441-0.234,2.729-0.276
c0.204-0.041,1.011-0.255,2.421-0.644c1.001-0.286,1.809-0.429,2.422-0.429c0.388,0,0.592,0.71,0.613,2.13
c0.02,1.42,0.102,2.13,0.245,2.13c0.204-0.082,0.438-0.225,0.705-0.429c1.839-1.43,3.289-2.411,4.353-2.942
c1.573-0.756,3.279-1.134,5.118-1.134c1.88,0,3.556,0.419,5.027,1.257c1.655,0.94,2.728,2.258,3.218,3.954
c1.083-1.471,2.575-2.708,4.476-3.709c1.9-1.001,3.749-1.502,5.548-1.502c2.697,0,4.894,0.624,6.59,1.87
c1.921,1.41,2.882,3.423,2.882,6.039c0,1.083-0.031,2.712-0.093,4.889c-0.061,2.176-0.092,3.806-0.092,4.889
c0,1.287,0.031,3.224,0.092,5.809C485.072,50.905,485.103,52.841,485.103,54.128z"/>
<path fill="#9FCFFF" d="M474.693,56.733c-0.645-0.112-1.33-0.556-1.675-1.154l0,0c-0.356-0.594-0.447-1.211-0.451-1.818l0,0
c0-0.971,0.031-2.385,0.093-4.266l0,0c0.062-1.86,0.091-3.255,0.091-4.165l0,0c0-3.562-0.042-6.096-0.12-7.556l0,0
c-0.051-1.007-0.306-1.53-0.548-1.778l0,0c-0.24-0.244-0.586-0.434-1.418-0.446l0,0c-0.526,0.004-1.12,0.207-1.894,0.855l0,0
c-0.748,0.647-0.996,1.165-1.058,1.681l0,0c-0.069,0.695-0.118,3.259-0.115,7.398l0,0c0,0.931,0.029,2.378,0.092,4.321l0,0
c0.06,1.961,0.091,3.434,0.093,4.445l0,0c-0.002,0.541-0.113,1.188-0.596,1.748l0,0c-0.489,0.569-1.234,0.777-1.793,0.765l0,0
h-9.29c-0.638,0.034-1.489-0.339-1.881-0.969l0,0c-0.402-0.609-0.47-1.207-0.476-1.789l0,0c0-0.99,0.031-2.439,0.093-4.369l0,0
c0.061-1.913,0.092-3.356,0.092-4.306l0,0c0-0.731-0.021-1.866-0.063-3.391l0,0c-0.04-1.542-0.062-2.703-0.062-3.505l0,0
c0.005-1.281-0.266-2.05-0.528-2.378l0,0c-0.264-0.314-0.508-0.48-1.313-0.505l0,0c-0.504-0.002-1.198,0.202-2.086,0.796l0,0
c-0.969,0.647-1.057,1.054-1.042,1.138l0,0c0,1.856,0.01,4.632,0.029,8.329l0,0c0.021,3.701,0.031,6.472,0.031,8.314l0,0
c-0.069,0.643,0.114,1.1-0.625,2.014l0,0c-0.824,0.678-1.252,0.566-1.877,0.676l0,0c-1.008,0.088-2.479,0.128-4.483,0.128l0,0
c-1.335,0-2.831-0.063-4.508-0.189l0,0c-0.295-0.025-0.552-0.057-0.819-0.123l0,0c-0.268-0.088-0.566-0.105-1.045-0.583l0,0
c-0.426-0.529-0.406-0.813-0.472-1.087l0,0c-0.04-0.274-0.051-0.535-0.053-0.836l0,0c0.002-1.639,0.011-4.088,0.031-7.35l0,0
c0.021-3.259,0.032-5.702,0.03-7.333l0,0c0.002-3.27-0.237-6.973-0.722-11.103l0,0c-0.044-0.273-0.071-0.496-0.073-0.759l0,0
c-0.073-0.74,0.519-1.801,1.359-2.092l0,0c0.767-0.301,1.649-0.426,2.974-0.567l0,0c1.416-0.13,2.327-0.223,2.604-0.259l0,0
c0.17-0.039,1.008-0.259,2.273-0.609l0,0c1.081-0.306,1.988-0.482,2.833-0.487l0,0c0.577-0.017,1.154,0.335,1.409,0.674l0,0
c0.276,0.339,0.386,0.646,0.477,0.943l0,0c0.123,0.445,0.181,0.902,0.208,1.435l0,0c1.225-0.893,2.263-1.559,3.173-2.016l0,0
c1.778-0.855,3.723-1.283,5.768-1.281l0,0c2.101-0.004,4.058,0.476,5.768,1.451l0,0c1.175,0.658,2.15,1.537,2.866,2.587l0,0
c0.972-0.902,2.107-1.69,3.389-2.364l0,0c2.068-1.091,4.166-1.677,6.246-1.674l0,0c2.921-0.004,5.47,0.682,7.478,2.159l0,0
c2.307,1.66,3.524,4.274,3.495,7.249l0,0c-0.002,1.11-0.032,2.747-0.095,4.929l0,0c-0.06,2.169-0.091,3.792-0.091,4.849l0,0
c0,1.264,0.031,3.193,0.091,5.772l0,0c0.063,2.591,0.093,4.533,0.093,5.843l0,0c0.002,0.563-0.116,1.195-0.54,1.751l0,0
c-0.421,0.562-1.102,0.868-1.683,0.933l0,0c-0.812,0.101-2.286,0.133-4.731,0.135l0,0
C477.098,56.937,475.607,56.901,474.693,56.733L474.693,56.733z M479.647,53.946c1.9,0.002,3.271-0.03,3.956-0.074l0,0
c-0.004-1.263-0.035-3.106-0.093-5.516l0,0c-0.061-2.591-0.093-4.533-0.093-5.844l0,0c0-1.112,0.032-2.749,0.093-4.931l0,0
c0.062-2.17,0.093-3.792,0.093-4.847l0,0c-0.031-2.256-0.735-3.667-2.271-4.831l0,0c-1.384-1.015-3.228-1.576-5.702-1.578l0,0
c-1.518,0-3.118,0.419-4.848,1.329l0,0c-1.738,0.917-3.037,2.008-3.969,3.271l0,0l-1.806,2.448l-0.842-2.922
c-0.396-1.325-1.148-2.273-2.52-3.067l0,0c-1.232-0.699-2.627-1.058-4.285-1.06l0,0c-1.633,0.002-3.101,0.331-4.449,0.975l0,0
c-0.896,0.447-2.307,1.386-4.107,2.792l0,0c-0.339,0.257-0.666,0.472-1.063,0.632l0,0l-0.268,0.107h-0.287
c-0.692-0.004-1.129-0.444-1.268-0.655l0,0c-0.166-0.238-0.213-0.392-0.259-0.524l0,0c-0.08-0.259-0.105-0.451-0.135-0.683l0,0
c-0.051-0.449-0.074-1.011-0.085-1.746l0,0c0-0.204-0.009-0.388-0.021-0.549l0,0c-0.319,0.061-0.694,0.149-1.117,0.271l0,0
c-1.437,0.396-2.178,0.596-2.525,0.67l0,0l-0.031,0.006l-0.047,0.006c-0.377,0.053-1.255,0.141-2.797,0.285l0,0
c-0.645,0.059-1.18,0.139-1.551,0.209l0,0c0.484,4.172,0.729,7.944,0.729,11.324l0,0c0,1.641-0.013,4.091-0.031,7.352l0,0
c-0.02,3.041-0.03,5.375-0.031,6.996l0,0c1.453,0.104,2.754,0.153,3.896,0.153l0,0c1.779,0,3.123-0.035,3.985-0.098l0,0
c-0.001-1.83-0.011-4.504-0.029-8.018l0,0c-0.021-3.701-0.031-6.479-0.031-8.346l0,0c0.017-1.59,1.068-2.778,2.383-3.638l0,0
c1.202-0.801,2.449-1.292,3.745-1.296l0,0c1.424-0.025,2.85,0.54,3.699,1.688l0,0c0.849,1.133,1.135,2.557,1.142,4.196l0,0
c0,0.752,0.021,1.9,0.061,3.423l0,0c0.04,1.54,0.062,2.692,0.062,3.474l0,0c0,1.011-0.031,2.471-0.091,4.401l0,0
c-0.058,1.752-0.087,3.102-0.092,4.03l0,0l8.031,0.002c-0.008-0.935-0.037-2.227-0.088-3.863l0,0
c-0.062-1.961-0.093-3.425-0.093-4.416l0,0c0.002-4.196,0.036-6.661,0.131-7.697l0,0c0.143-1.43,0.943-2.7,2.1-3.667l0,0
c1.127-0.964,2.439-1.571,3.836-1.569l0,0c1.354-0.01,2.68,0.409,3.594,1.38l0,0c0.912,0.967,1.296,2.269,1.367,3.688l0,0
c0.084,1.572,0.124,4.123,0.124,7.712l0,0c0,0.971-0.029,2.385-0.092,4.264l0,0c-0.06,1.86-0.091,3.259-0.091,4.167l0,0
c0,0.025,0,0.048,0.001,0.07l0,0C476.193,53.893,477.639,53.951,479.647,53.946L479.647,53.946z"/>
</g>
<g>
<path fill="#FCFCFC" d="M519.004,38.618c0,2.064-0.665,3.239-1.993,3.525c-0.225,0.041-2.34,0.266-6.345,0.674
c-2.411,0.266-6.008,0.582-10.789,0.95c0.286,1.329,1.154,2.34,2.605,3.034c1.185,0.572,2.533,0.858,4.046,0.858
c1.818,0,3.647-0.49,5.486-1.471c0.776-0.491,1.553-0.981,2.33-1.471c0.429,0.204,1.149,1.247,2.16,3.126
c1.012,1.88,1.518,3.076,1.518,3.586c0,0.143-0.153,0.378-0.46,0.705c-2.493,2.677-6.365,4.015-11.616,4.015
c-4.864,0-8.787-1.42-11.771-4.26c-3.065-2.881-4.598-6.733-4.598-11.556c0-4.7,1.369-8.552,4.107-11.556
c2.819-3.106,6.56-4.659,11.218-4.659c3.924,0,7.254,1.431,9.993,4.292C517.634,31.272,519.004,34.675,519.004,38.618z
M508.276,36.748c0-1.267-0.449-2.38-1.349-3.341c-0.899-0.96-1.973-1.44-3.219-1.44c-1.287,0-2.35,0.542-3.188,1.625
c-0.776,1.001-1.165,2.176-1.165,3.525c0,0.552,0.286,0.828,0.858,0.828c1.512,0,3.862-0.235,7.05-0.705
C507.939,37.137,508.276,36.973,508.276,36.748z"/>
<path fill="#9FCFFF" d="M493.149,52.982c-3.391-3.166-5.087-7.517-5.071-12.648l0,0c-0.011-4.983,1.484-9.272,4.496-12.563l0,0
c3.093-3.43,7.346-5.169,12.329-5.152l0,0c4.291-0.017,8.103,1.624,11.076,4.754l0,0c2.986,3.101,4.536,6.952,4.523,11.246l0,0
c-0.002,1.189-0.177,2.244-0.691,3.167l0,0c-0.503,0.926-1.453,1.622-2.531,1.833l0,0c-0.2,0.033-0.733,0.095-1.649,0.192l0,0
c0.313,0.286,0.52,0.603,0.81,0.988l0,0c0.412,0.597,0.863,1.364,1.386,2.335l0,0c0.52,0.964,0.915,1.764,1.199,2.433l0,0
c0.272,0.689,0.474,1.148,0.497,1.863l0,0c-0.023,0.607-0.221,0.861-0.357,1.104l0,0c-0.155,0.23-0.317,0.423-0.504,0.624l0,0
c-2.874,3.083-7.231,4.499-12.714,4.492l0,0c-0.018,0-0.034,0-0.052,0l0,0C500.77,57.65,496.41,56.102,493.149,52.982
L493.149,52.982z M494.794,29.789c-2.464,2.716-3.707,6.129-3.716,10.545l0,0c0.015,4.514,1.383,7.866,4.131,10.47l0,0
c2.686,2.544,6.154,3.834,10.737,3.845l0,0c4.982-0.006,8.359-1.248,10.479-3.494l0,0c-0.041-0.117-0.097-0.258-0.165-0.419l0,0
c-0.223-0.529-0.584-1.267-1.076-2.183l0,0c-0.417-0.798-0.813-1.447-1.11-1.892l0,0c-0.42,0.265-0.84,0.53-1.259,0.794l0,0
l-0.049,0.032l-0.047,0.025c-2.016,1.076-4.101,1.647-6.19,1.647l0,0c-1.7,0-3.289-0.326-4.693-1.005l0,0
c-1.749-0.81-3.056-2.259-3.426-4.073l0,0l-0.36-1.68l1.712-0.131c4.771-0.368,8.36-0.683,10.752-0.948l0,0
c3.96-0.399,6.21-0.647,6.181-0.647l0,0c0.296-0.084,0.343-0.121,0.506-0.368l0,0c0.149-0.254,0.307-0.816,0.304-1.69l0,0
c-0.013-3.596-1.201-6.55-3.69-9.171l0,0c-2.504-2.591-5.354-3.811-8.91-3.828l0,0C500.571,25.637,497.343,27.005,494.794,29.789
L494.794,29.789z M503.134,45.45c0.958,0.461,2.068,0.708,3.395,0.708l0,0c1.537,0,3.099-0.405,4.75-1.278l0,0
c0.389-0.247,0.777-0.493,1.167-0.738l0,0c-0.497,0.051-1.034,0.106-1.615,0.166l0,0c-2.001,0.22-4.783,0.473-8.356,0.759l0,0
C502.663,45.197,502.881,45.323,503.134,45.45L503.134,45.45z M498.528,38.816c-0.522-0.501-0.682-1.185-0.673-1.701l0,0
c-0.009-1.633,0.495-3.185,1.479-4.441l0,0c1.041-1.39,2.656-2.233,4.374-2.206l0,0c1.637-0.017,3.193,0.692,4.314,1.914l0,0
c1.132,1.191,1.767,2.741,1.754,4.366l0,0c-0.018,0.973-0.745,1.493-1.098,1.641l0,0c-0.411,0.192-0.771,0.265-1.195,0.334l0,0
c-3.228,0.474-5.611,0.719-7.27,0.722l0,0c-0.004,0-0.008,0-0.013,0l0,0C499.695,39.444,499.045,39.313,498.528,38.816
L498.528,38.816z M501.705,34.51c-0.438,0.577-0.702,1.184-0.803,1.92l0,0c1.331-0.055,3.269-0.259,5.746-0.618l0,0
c-0.139-0.485-0.399-0.922-0.817-1.381l0,0c-0.677-0.696-1.269-0.948-2.123-0.965l0,0
C502.851,33.492,502.341,33.733,501.705,34.51L501.705,34.51z"/>
</g>
</g>
<g>
<g>
<path fill="#FCFCFC" d="M221.201,95.161c0,4.148-1.747,7.704-5.241,10.667c-3.065,2.615-6.794,4.28-11.188,4.996
c-0.164,0.02-0.296,0.03-0.398,0.03c-0.47,0-1.512-1.436-3.126-4.307c-1.614-2.87-2.421-4.623-2.421-5.257
c0-0.225,0.153-0.367,0.46-0.429c2.962-0.675,4.924-1.246,5.885-1.717c2.125-1.063,3.188-2.636,3.188-4.72
c0-1.328-0.695-2.81-2.084-4.445c-2.411-2.778-3.719-4.321-3.923-4.628c-1.41-2.125-2.115-4.475-2.115-7.05
c0-3.739,1.727-6.846,5.18-9.318c2.82-2.043,6.283-3.371,10.391-3.984c0.225-0.021,0.398-0.03,0.521-0.03
c0.307,0,0.552,0.245,0.736,0.735c0.531,1.492,1.767,4.189,3.708,8.092c0.062,0.123,0.092,0.226,0.092,0.307
c0,0.348-0.184,0.521-0.552,0.521c-0.164,0-0.44-0.031-0.828-0.093c-0.389-0.061-0.685-0.092-0.889-0.092
c-1.471,0-2.758,0.337-3.862,1.012c-1.329,0.776-1.992,1.859-1.992,3.249c0,1.247,0.735,2.779,2.207,4.598
c2.595,3.27,3.954,4.986,4.077,5.149C220.475,90.697,221.201,92.934,221.201,95.161z"/>
<path fill="#9FCFFF" d="M202.88,111.673c-0.298-0.285-0.563-0.612-0.856-1.016l0,0c-0.582-0.801-1.262-1.91-2.086-3.375l0,0
c-0.817-1.457-1.438-2.639-1.871-3.574l0,0c-0.422-0.977-0.701-1.54-0.743-2.417l0,0c-0.017-0.451,0.213-1.043,0.594-1.374l0,0
c0.373-0.34,0.753-0.46,1.033-0.518l0,0c2.91-0.656,4.863-1.25,5.548-1.596l0,0c1.765-0.947,2.307-1.84,2.359-3.379l0,0
c0.013-0.784-0.453-1.982-1.717-3.463l0,0c-1.209-1.391-2.14-2.475-2.8-3.253l0,0c-0.677-0.803-1.014-1.2-1.242-1.527l0,0
c-1.568-2.356-2.369-5.03-2.363-7.88l0,0c-0.027-4.222,2.055-7.891,5.799-10.533l0,0c3.046-2.206,6.754-3.613,11.051-4.253l0,0
l0.017-0.004l0.068-0.007c0.252-0.022,0.458-0.035,0.658-0.035l0,0c0.563-0.014,1.145,0.273,1.474,0.621l0,0
c0.341,0.35,0.523,0.716,0.674,1.109l0,0c0.48,1.357,1.709,4.054,3.636,7.926l0,0c0.116,0.244,0.242,0.516,0.25,0.977l0,0
c0.01,0.418-0.13,1.035-0.606,1.481l0,0c-0.476,0.443-1.043,0.543-1.444,0.538l0,0c-0.339-0.002-0.636-0.045-1.058-0.109l0,0
c-0.35-0.056-0.602-0.076-0.658-0.072l0,0c-1.246,0.002-2.231,0.275-3.106,0.807l0,0c-0.979,0.625-1.208,1.064-1.25,1.954l0,0
c-0.027,0.642,0.488,1.966,1.883,3.665l0,0c2.605,3.282,3.934,4.96,4.099,5.18l0,0l0.038,0.05l0.024,0.039
c1.573,2.432,2.417,4.967,2.415,7.526l0,0c0.021,4.58-2.005,8.646-5.767,11.809l0,0c-3.282,2.804-7.297,4.583-11.92,5.335l0,0
l-0.033,0.004l-0.031,0.004c-0.194,0.022-0.37,0.041-0.575,0.041l0,0C203.481,112.294,203.197,111.926,202.88,111.673
L202.88,111.673z M200.792,102.452c0.375,0.814,0.966,1.945,1.761,3.36l0,0c0.963,1.762,1.823,3.01,2.21,3.491l0,0
c4.059-0.7,7.427-2.237,10.225-4.621l0,0c3.222-2.761,4.691-5.807,4.712-9.521l0,0c-0.002-1.885-0.601-3.812-1.911-5.859l0,0
c-0.245-0.313-1.614-2.042-4.009-5.061l0,0c-1.556-1.95-2.512-3.69-2.539-5.54l0,0c-0.042-1.892,1.057-3.617,2.708-4.53l0,0
c1.36-0.834,2.947-1.235,4.646-1.231l0,0c0.027,0,0.054,0.001,0.08,0.002l0,0c-1.421-2.905-2.383-5.021-2.909-6.418l0,0
c-3.801,0.602-6.935,1.837-9.478,3.679l0,0c-3.156,2.299-4.528,4.842-4.555,8.1l0,0c0.006,2.301,0.614,4.325,1.864,6.219l0,0
c0.002,0,0.015,0.021,0.062,0.082l0,0c0.05,0.063,0.12,0.151,0.211,0.261l0,0c0.178,0.22,0.432,0.524,0.755,0.905l0,0
c0.648,0.763,1.575,1.842,2.79,3.24l0,0c1.504,1.779,2.427,3.545,2.439,5.416l0,0c0.052,2.63-1.531,4.884-4.027,6.067l0,0
c-1.079,0.518-2.735,1.006-5.201,1.594l0,0C200.678,102.199,200.732,102.322,200.792,102.452L200.792,102.452z"/>
</g>
<g>
<path fill="#FCFCFC" d="M246.581,100.281c0,0.612-0.077,1.543-0.23,2.789s-0.23,2.161-0.23,2.743s-0.061,0.955-0.184,1.119
c-0.123,0.163-0.46,0.398-1.012,0.704c-2.636,1.451-5.559,2.177-8.766,2.177c-5.906,0-8.858-2.258-8.858-6.774
c0-1.349,0.051-3.376,0.153-6.084c0.102-2.707,0.153-4.735,0.153-6.084c0-0.899-0.521-1.349-1.563-1.349c-0.082,0-0.214,0-0.398,0
c-0.184,0.021-0.317,0.03-0.398,0.03c-0.777,0-1.165-0.275-1.165-0.827c0-0.327,0.025-0.828,0.077-1.502
c0.051-0.675,0.077-1.175,0.077-1.502c0-0.43-0.026-1.083-0.077-1.962c-0.051-0.879-0.077-1.532-0.077-1.962
c0-0.408,0.654-0.633,1.962-0.674c0.736-0.021,1.134-0.225,1.195-0.613c0.123-0.776,0.164-2.003,0.123-3.679
c-0.082-2.636-0.123-3.893-0.123-3.77c0-2.37,0.225-3.556,0.674-3.556c0.552,0,1.338,0.122,2.36,0.368
c1.165,0.266,1.972,0.419,2.421,0.459c1.042,0.144,2.615,0.338,4.72,0.583c0.511,0.041,0.767,0.214,0.767,0.521
c0,0.817-0.067,2.054-0.199,3.709c-0.133,1.655-0.199,2.902-0.199,3.739c0,1.002,0.296,1.502,0.889,1.502
c0.715,0,1.798-0.03,3.249-0.092c1.451-0.062,2.544-0.092,3.28-0.092c0.449,0,0.674,0.153,0.674,0.46
c0,0.47-0.051,1.175-0.153,2.115c-0.103,0.939-0.153,1.645-0.153,2.114c0,0.49,0.01,1.206,0.031,2.146
c0.02,0.94,0.031,1.655,0.031,2.146c0,0.43-0.296,0.645-0.889,0.645c-0.409,0-1.093-0.016-2.054-0.047
c-0.96-0.03-1.645-0.046-2.053-0.046h-2.299c-0.307,0-0.46,0.45-0.46,1.349c0,0.491,0,1.217,0,2.177
c0.02,0.98,0.031,1.706,0.031,2.176c0,1.717,0.194,2.902,0.582,3.556c0.552,0.879,1.635,1.318,3.249,1.318
c0.511,0,1.242-0.117,2.192-0.353c0.95-0.234,1.619-0.353,2.008-0.353C246.366,99.606,246.581,99.831,246.581,100.281z"/>
<path fill="#9FCFFF" d="M236.159,111.313c-3.132-0.006-5.678-0.579-7.554-2.003l0,0c-1.894-1.424-2.829-3.706-2.804-6.271l0,0
c0-1.385,0.052-3.423,0.155-6.142l0,0c0.097-2.594,0.147-4.562,0.15-5.875l0,0c-0.02-0.001-0.041-0.001-0.063-0.001l0,0
c-0.068,0-0.171,0-0.312,0l0,0c-0.176,0.018-0.315,0.029-0.485,0.031l0,0c-0.557-0.007-1.146-0.075-1.742-0.484l0,0
c-0.615-0.403-0.954-1.231-0.923-1.844l0,0c0.002-0.401,0.029-0.921,0.081-1.614l0,0c0.05-0.655,0.075-1.138,0.073-1.388l0,0
c0-0.375-0.023-1.013-0.073-1.877l0,0c-0.054-0.895-0.081-1.563-0.081-2.049l0,0c-0.012-0.513,0.261-1.063,0.58-1.349l0,0
c0.318-0.303,0.631-0.441,0.925-0.545l0,0c0.539-0.179,1.082-0.242,1.742-0.271l0,0c0.032-0.43,0.05-0.979,0.05-1.628l0,0
c0-0.35-0.006-0.73-0.015-1.127l0,0c-0.066-2.117-0.107-3.388-0.118-3.658l0,0c-0.003-0.022-0.002-0.029-0.001-0.031l0,0
c-0.004-0.047-0.006-0.096-0.005-0.127l0,0c0-0.005,0-0.011,0-0.017l0,0c-0.001-0.035-0.001-0.078,0.003-0.13l0,0
c0.04-1.802,0.036-2.841,0.572-3.927l0,0c0.178-0.362,0.749-0.983,1.599-0.981l0,0c0.766,0.004,1.625,0.151,2.694,0.405l0,0
c1.132,0.261,1.931,0.404,2.22,0.429l0,0l0.045,0.004l0.027,0.005c1.022,0.139,2.588,0.333,4.635,0.572l0,0
c0.399,0.038,0.822,0.104,1.297,0.414l0,0c0.488,0.288,0.884,1.026,0.849,1.602l0,0c0,0.895-0.07,2.152-0.203,3.83l0,0
c-0.132,1.63-0.194,2.854-0.195,3.615l0,0c0.649-0.013,1.511-0.041,2.574-0.085l0,0c1.463-0.063,2.568-0.094,3.344-0.094l0,0
c0.387,0.007,0.838,0.042,1.351,0.375l0,0c0.53,0.325,0.856,1.078,0.824,1.585l0,0c-0.002,0.573-0.058,1.308-0.164,2.278l0,0
c-0.1,0.908-0.145,1.585-0.145,1.951l0,0c0,0.47,0.01,1.18,0.031,2.114l0,0c0.021,0.943,0.031,1.666,0.031,2.177l0,0
c0.029,0.545-0.275,1.316-0.842,1.697l0,0c-0.551,0.385-1.078,0.44-1.546,0.446l0,0c-0.445,0-1.134-0.014-2.102-0.047l0,0
c-0.952-0.029-1.633-0.046-2.005-0.046l0,0h-1.26c0,0.482,0,1.157,0,1.995l0,0c0.021,0.986,0.031,1.715,0.031,2.207l0,0
c-0.021,1.596,0.242,2.635,0.352,2.759l0,0c0.159,0.263,0.587,0.6,1.98,0.616l0,0c0.288,0.004,0.948-0.087,1.833-0.311l0,0
c1.007-0.242,1.699-0.387,2.367-0.395l0,0c0.456-0.009,1.099,0.139,1.566,0.633l0,0c0.466,0.494,0.58,1.095,0.575,1.542l0,0
c0,0.729-0.084,1.692-0.24,2.971l0,0c-0.151,1.215-0.222,2.103-0.219,2.562l0,0c-0.046,0.706,0.054,1.169-0.486,2.021l0,0
c-0.482,0.575-0.857,0.739-1.486,1.115l0,0c-2.858,1.575-6.048,2.363-9.476,2.363l0,0
C236.168,111.313,236.163,111.313,236.159,111.313L236.159,111.313z M225.646,88.021c0.184,0,0.316,0,0.397,0l0,0
c0.722,0.002,1.496,0.146,2.152,0.701l0,0c0.664,0.559,0.927,1.43,0.913,2.147l0,0c0,1.385-0.052,3.423-0.155,6.142l0,0
c-0.102,2.696-0.151,4.713-0.151,6.027l0,0c0.025,1.949,0.565,3.054,1.625,3.888l0,0c1.076,0.836,2.961,1.391,5.733,1.385l0,0
c2.982-0.002,5.632-0.664,8.039-1.989l0,0c0.168-0.091,0.31-0.176,0.416-0.243l0,0c0.004-0.074,0.007-0.164,0.006-0.266l0,0
c0.002-0.707,0.085-1.648,0.242-2.928l0,0c0.079-0.64,0.135-1.192,0.171-1.645l0,0c-0.219,0.045-0.47,0.102-0.745,0.172l0,0
c-1.016,0.25-1.819,0.393-2.551,0.398l0,0c-1.837,0.015-3.576-0.527-4.54-2.055l0,0c-0.646-1.15-0.77-2.482-0.792-4.32l0,0
c0-0.448-0.011-1.169-0.029-2.175l0,0c-0.002-0.962-0.002-1.686,0-2.177l0,0c0.062-0.809-0.076-1.411,0.708-2.338l0,0
c0.285-0.298,0.803-0.525,1.251-0.511l0,0h2.299c0.443,0,1.132,0.015,2.101,0.045l0,0c0.559,0.019,1.023,0.032,1.387,0.04l0,0
c-0.005-0.357-0.012-0.774-0.022-1.25l0,0c-0.021-0.945-0.031-1.668-0.031-2.179l0,0c0-0.573,0.056-1.308,0.161-2.276l0,0
c0.037-0.333,0.066-0.636,0.088-0.902l0,0c-0.624,0.014-1.403,0.04-2.333,0.079l0,0c-1.465,0.064-2.56,0.093-3.313,0.093l0,0
c-0.72,0.046-1.62-0.453-1.959-1.111l0,0c-0.362-0.637-0.422-1.245-0.43-1.889l0,0c0-0.912,0.068-2.183,0.205-3.859l0,0
c0.087-1.087,0.144-1.989,0.173-2.689l0,0c-1.822-0.214-3.208-0.386-4.17-0.518l0,0v-0.001c-0.602-0.062-1.4-0.221-2.568-0.485
l0,0c-0.417-0.102-0.788-0.178-1.103-0.23l0,0c-0.049,0.455-0.081,1.107-0.081,1.913l0,0c0,0.011,0.001,0.021,0.002,0.033l0,0
c0,0.045,0.004,0.105,0.006,0.186l0,0c0.006,0.16,0.015,0.397,0.025,0.714l0,0c0.021,0.632,0.05,1.577,0.089,2.85l0,0
c0.01,0.427,0.015,0.825,0.015,1.206l0,0c0,1.132-0.043,2.018-0.155,2.738l0,0c-0.079,0.674-0.625,1.315-1.142,1.547l0,0
c-0.52,0.259-0.995,0.314-1.488,0.334l0,0c-0.184,0.003-0.347,0.013-0.486,0.025l0,0c0.012,0.294,0.029,0.636,0.052,1.023l0,0
c0.052,0.894,0.079,1.562,0.079,2.051l0,0c0,0.398-0.029,0.918-0.081,1.613l0,0c-0.02,0.256-0.035,0.485-0.046,0.686l0,0H225.646
L225.646,88.021z M226.08,74.004c0.128,0.155,0.48,0.531,1.159,0.548l0,0c0.151,0.004,0.65-0.024,1.078-0.459l0,0
c0.403-0.441,0.408-0.838,0.42-0.981l0,0c0-0.018,0-0.035,0-0.052l0,0h-1.528l-1.41,0.414
C225.84,73.561,225.815,73.648,226.08,74.004L226.08,74.004z M227.171,73.062l0.016-0.002h-0.008L227.171,73.062L227.171,73.062z
M228.727,72.862c0.003,0.024,0.005,0.04,0.006,0.052l0,0c-0.003-0.056-0.008-0.074-0.01-0.083l0,0
C228.724,72.842,228.725,72.852,228.727,72.862L228.727,72.862z"/>
</g>
<g>
<path fill="#FCFCFC" d="M281.339,81.399c0,1.513-0.072,3.781-0.215,6.805c-0.143,3.024-0.214,5.293-0.214,6.805
c0,1.472,0.051,3.678,0.153,6.621c0.102,2.942,0.153,5.139,0.153,6.59c0,0.552-0.255,0.899-0.766,1.042
c-0.777,0.204-2.421,0.307-4.935,0.307c-2.228,0-3.78-0.062-4.659-0.184c-0.389-0.062-0.634-0.307-0.736-0.736
c-0.061-0.612-0.123-1.226-0.184-1.839c-0.102-0.939-0.245-1.41-0.429-1.41c0.286,0-0.747,0.695-3.096,2.085
c-2.35,1.39-4.485,2.084-6.406,2.084c-5.416,0-8.624-2.441-9.625-7.326c-0.45-2.268-0.675-5.558-0.675-9.869
c0-4.659,0.378-8.338,1.134-11.035c0.225-0.837,0.644-1.257,1.257-1.257c0.939,0,2.37,0.011,4.291,0.031
c1.92,0.021,3.351,0.03,4.292,0.03c0.633,0,0.95,0.266,0.95,0.797c0,0.144-0.021,0.358-0.062,0.644
c-0.429,2.779-0.644,5.6-0.644,8.46c0,3.556,0.112,5.988,0.337,7.295c0.368,2.248,1.706,3.372,4.016,3.372
c0.899,0,1.875-0.398,2.927-1.195c1.052-0.797,1.599-1.625,1.64-2.482c0.041-0.756,0.062-5.886,0.062-15.388
c0-0.674,0.051-1.072,0.153-1.195c0.123-0.204,0.49-0.307,1.103-0.307c1.001,0,2.508,0.011,4.521,0.031
c2.012,0.021,3.52,0.03,4.521,0.03c0.613,0,0.97,0.153,1.073,0.46C281.318,80.827,281.339,81.073,281.339,81.399z"/>
<path fill="#9FCFFF" d="M270.622,110.865c-0.95-0.083-1.841-1.043-1.961-1.873l0,0l-0.023-0.101l-0.01-0.096
c-0.027-0.282-0.056-0.564-0.083-0.846l0,0c-0.396,0.243-0.851,0.517-1.369,0.823l0,0c-2.502,1.478-4.881,2.29-7.169,2.294l0,0
c-2.924,0-5.438-0.664-7.376-2.139l0,0c-1.943-1.472-3.174-3.693-3.72-6.397l0,0c-0.482-2.44-0.702-5.794-0.704-10.16l0,0
c0.004-4.742,0.376-8.528,1.186-11.425l0,0c0.159-0.577,0.401-1.137,0.871-1.612l0,0c0.459-0.482,1.188-0.77,1.835-0.755l0,0
c0.95,0,2.383,0.013,4.306,0.031l0,0c1.918,0.021,3.346,0.03,4.277,0.03l0,0c0.511,0.002,1.119,0.096,1.676,0.549l0,0
c0.565,0.459,0.791,1.204,0.774,1.748l0,0c-0.002,0.283-0.031,0.532-0.079,0.873l0,0c-0.418,2.702-0.627,5.444-0.627,8.231l0,0
c-0.002,3.513,0.12,5.936,0.317,7.051l0,0c0.151,0.89,0.434,1.343,0.765,1.623l0,0c0.333,0.279,0.849,0.488,1.771,0.492l0,0
c0.44,0.006,1.125-0.211,2.021-0.892l0,0c0.875-0.667,1.042-1.132,1.047-1.368l0,0c0.037-0.623,0.06-5.831,0.06-15.305l0,0
c0-0.377,0.012-0.693,0.05-0.995l0,0c0.062-0.278,0.034-0.515,0.321-0.971l0,0l-0.004-0.002c0.37-0.592,0.881-0.797,1.252-0.904
l0,0c0.391-0.105,0.747-0.129,1.138-0.131l0,0c1.012,0,2.52,0.011,4.538,0.031l0,0c2.009,0.021,3.513,0.031,4.504,0.031l0,0
c0.431,0.002,0.853,0.041,1.32,0.235l0,0c0.457,0.177,0.989,0.646,1.175,1.248l0,0l0.019,0.056l0.017,0.061
c0.089,0.378,0.101,0.699,0.103,1.095l0,0c0,1.558-0.072,3.84-0.215,6.875l0,0c-0.143,3.013-0.213,5.269-0.213,6.735l0,0
c0,1.438,0.05,3.635,0.153,6.569l0,0c0.102,2.95,0.153,5.156,0.153,6.642l0,0c0.002,0.499-0.124,1.076-0.484,1.563l0,0
c-0.354,0.488-0.888,0.792-1.401,0.929l0,0c-1.111,0.277-2.739,0.348-5.315,0.357l0,0
C273.252,111.064,271.684,111.01,270.622,110.865L270.622,110.865z M279.715,107.881c-0.007-1.419-0.057-3.492-0.152-6.2l0,0
c-0.101-2.953-0.153-5.169-0.153-6.673l0,0c0-1.559,0.072-3.839,0.215-6.876l0,0c0.133-2.809,0.205-4.962,0.212-6.43l0,0
c-0.996-0.003-2.384-0.012-4.169-0.03l0,0c-1.853-0.019-3.275-0.03-4.262-0.032l0,0c0,0.001,0,0.002,0,0.004l0,0
c-0.002,9.528-0.019,14.581-0.064,15.458l0,0c-0.079,1.489-1.001,2.682-2.232,3.606l0,0c-1.208,0.914-2.477,1.494-3.832,1.5l0,0
c-1.386,0.004-2.696-0.348-3.702-1.194l0,0c-1.008-0.844-1.577-2.075-1.792-3.424l0,0c-0.256-1.509-0.356-3.95-0.36-7.548l0,0
c0-2.844,0.208-5.651,0.619-8.404l0,0c-0.915-0.003-2.136-0.011-3.671-0.027l0,0c-1.762-0.02-3.11-0.029-4.038-0.031l0,0
c-0.016,0.043-0.033,0.096-0.051,0.161l0,0c-0.699,2.483-1.08,6.055-1.078,10.631l0,0c-0.002,4.257,0.228,7.482,0.646,9.568l0,0
c0.455,2.19,1.328,3.631,2.594,4.602l0,0c1.271,0.968,3.069,1.522,5.56,1.526l0,0c1.552,0.002,3.443-0.573,5.64-1.876l0,0
c1.57-0.92,2.62-1.609,2.792-1.749l0,0c0.014-0.014,0.019-0.019,0.022-0.021l0,0l0.403,0.457l-0.44-0.422l1.003,0.964h0.081
v-1.522c0.035,0,0.069,0.002,0.103,0.004l0,0c0.115,0.006,0.266,0.021,0.487,0.109l0,0c0.03,0.012,0.06,0.024,0.088,0.038l0,0
c0.013,0.006,0.026,0.012,0.04,0.019l0,0c0.086,0.029,0.178,0.088,0.267,0.166l0,0c0.182,0.138,0.308,0.289,0.376,0.396l0,0
c0.187,0.273,0.252,0.478,0.319,0.683l0,0c0.12,0.401,0.182,0.812,0.242,1.345l0,0c0.042,0.431,0.085,0.862,0.129,1.293l0,0
c0.831,0.073,2.178,0.118,3.958,0.116l0,0C277.538,108.074,279.021,107.985,279.715,107.881L279.715,107.881z M269.424,105.632
l0.002-0.001l0.081-0.158v-0.003L269.424,105.632L269.424,105.632z"/>
</g>
<g>
<path fill="#FCFCFC" d="M318.887,65.767c0-0.449-0.082,0.225-0.245,2.022c-0.226,2.269-0.398,5.17-0.521,8.705
c-0.164,4.006-0.245,8.563-0.245,13.671c0,8.439,0.234,14.447,0.705,18.022c0.041,0.389,0.062,0.634,0.062,0.736
c0,0.225-0.153,0.357-0.46,0.398c-0.735,0.102-3.443,0.153-8.123,0.153c-1.104,0-1.737-0.215-1.9-0.644
c-0.041-0.776-0.082-1.553-0.122-2.33c-0.021-0.163-0.103-0.326-0.245-0.49c-0.123,0.062-0.276,0.184-0.46,0.368
c-2.207,2.166-4.966,3.249-8.276,3.249c-4.312,0-7.765-1.513-10.36-4.537c-2.473-2.881-3.708-6.518-3.708-10.911
c0-4.455,1.215-8.123,3.647-11.004c2.574-3.065,6.048-4.599,10.421-4.599c3.086,0,5.487,0.981,7.203,2.943
c0.286,0.327,0.49,0.49,0.613,0.49c0.184,0,0.275-0.266,0.275-0.797c0-1.573-0.041-3.924-0.122-7.05
c-0.082-3.127-0.123-5.466-0.123-7.02c0-0.593,0.164-0.93,0.491-1.012c1.307-0.061,3.105-0.184,5.395-0.367
c4.087-0.511,5.895-0.767,5.425-0.767C318.662,65,318.887,65.256,318.887,65.767z M307.332,93.935
c0-1.613-0.563-3.028-1.686-4.245c-1.125-1.215-2.483-1.823-4.077-1.823c-1.676,0-3.009,0.608-4,1.823
c-0.991,1.217-1.486,2.672-1.486,4.368c0,1.655,0.5,3.055,1.502,4.199c1.021,1.227,2.35,1.839,3.984,1.839
s3.004-0.612,4.107-1.839C306.78,97.031,307.332,95.59,307.332,93.935z"/>
<path fill="#9FCFFF" d="M287.555,106.07c-2.729-3.17-4.078-7.222-4.07-11.89l0,0c-0.006-4.72,1.312-8.796,4-11.968l0,0
c2.834-3.408,6.853-5.158,11.57-5.134l0,0c2.502-0.015,4.755,0.61,6.571,1.872l0,0c-0.019-1.304-0.053-2.887-0.102-4.746l0,0
c-0.082-3.135-0.124-5.48-0.124-7.06l0,0c0.004-0.433,0.046-0.869,0.273-1.354l0,0c0.209-0.481,0.759-0.984,1.354-1.112l0,0
l0.143-0.038l0.153-0.006c1.268-0.06,3.04-0.181,5.299-0.36l0,0c3.061-0.381,4.95-0.646,5.226-0.7l0,0
c0.017-0.005,0.023-0.005,0.029-0.007l0,0l0.187,0.798c0.044-0.027,0.093-0.054,0.147-0.078l0,0v-0.788
c0.018-0.001,0.036-0.001,0.055-0.001l0,0c0.005,0,0.011,0,0.017,0l0,0c0.482,0.005,1.129,0.2,1.561,0.702l0,0
c0.363,0.42,0.493,0.883,0.53,1.288l0,0c0.002,0.021,0.004,0.038,0.006,0.055l0,0c0.006,0.098,0.006,0.153,0.006,0.224l0,0h-0.81
c-0.01,0.017-0.02,0.032-0.028,0.047l0,0l0.78,0.173l-0.054-0.013l0.056,0.008c-0.008,0.057-0.022,0.181-0.041,0.35l0,0
c-0.037,0.342-0.089,0.876-0.155,1.604l0,0c-0.22,2.221-0.392,5.097-0.516,8.62l0,0c-0.163,3.979-0.244,8.517-0.242,13.608l0,0
c-0.002,8.407,0.236,14.394,0.695,17.865l0,0c0.042,0.418,0.066,0.635,0.07,0.896l0,0c0.021,0.445-0.219,1.066-0.633,1.401l0,0
c-0.405,0.341-0.805,0.437-1.121,0.482l0,0c-1,0.128-3.601,0.161-8.328,0.167l0,0c-0.65-0.004-1.219-0.054-1.784-0.24l0,0
c-0.544-0.174-1.223-0.592-1.519-1.369l0,0l-0.085-0.222l-0.01-0.233c-0.001-0.011-0.002-0.021-0.002-0.032l0,0
c-2.175,1.5-4.765,2.262-7.604,2.25l0,0c-0.03,0-0.061,0-0.091,0l0,0C294.346,111.128,290.392,109.404,287.555,106.07
L287.555,106.07z M289.779,84.143c-2.174,2.588-3.285,5.848-3.292,10.037l0,0c0.009,4.12,1.13,7.341,3.347,9.934l0,0
c2.336,2.692,5.255,3.994,9.222,4.015l0,0c2.985-0.015,5.28-0.93,7.213-2.808l0,0c0.25-0.244,0.474-0.453,0.853-0.65l0,0
l1.039-0.521l0.763,0.878c0.275,0.314,0.532,0.747,0.601,1.287l0,0l0.008,0.056l0.002,0.054c0.026,0.513,0.053,1.023,0.08,1.534
l0,0c0.124,0.012,0.274,0.02,0.446,0.018l0,0c3.325,0.004,5.714-0.03,6.974-0.079l0,0c-0.446-3.747-0.657-9.619-0.659-17.732l0,0
c0.002-5.123,0.083-9.699,0.246-13.722l0,0c0.124-3.557,0.298-6.484,0.527-8.786l0,0c0.032-0.363,0.062-0.682,0.088-0.956l0,0
c-0.039,0.006-0.079,0.012-0.12,0.018l0,0c-0.928,0.128-2.306,0.308-4.143,0.537l0,0l-0.037,0.005l-0.029,0.002
c-1.798,0.144-3.297,0.251-4.504,0.32l0,0c0.007,1.523,0.046,3.708,0.121,6.545l0,0c0.081,3.133,0.122,5.489,0.122,7.089l0,0
c-0.063,0.531,0.11,0.968-0.612,1.825l0,0c-0.263,0.274-0.751,0.483-1.162,0.47l0,0c-0.729-0.04-0.954-0.299-1.182-0.449l0,0
c-0.214-0.174-0.381-0.348-0.561-0.553l0,0c-1.422-1.602-3.292-2.412-6.073-2.432l0,0C295.025,80.1,292.096,81.417,289.779,84.143
L289.779,84.143z M317.882,66.754l0.15-0.171l0,0l0,0L317.882,66.754L317.882,66.754z M320.125,66.46l-0.711-0.47l0,0l0,0
L320.125,66.46L320.125,66.46z M320.278,66.156l-0.771-0.283l0,0l0,0L320.278,66.156L320.278,66.156z M296.455,99.243
c-1.25-1.411-1.883-3.232-1.873-5.186l0,0c-0.008-1.986,0.608-3.836,1.823-5.317l0,0c1.241-1.557,3.13-2.398,5.164-2.373l0,0
c1.98-0.02,3.826,0.816,5.18,2.305l0,0c1.354,1.45,2.094,3.298,2.081,5.262l0,0h0.002c0.011,1.988-0.703,3.856-2.042,5.326l0,0
c-1.335,1.515-3.209,2.354-5.221,2.334l0,0c-0.028,0-0.057,0-0.085,0l0,0C299.505,101.594,297.672,100.742,296.455,99.243
L296.455,99.243z M298.73,90.636c-0.766,0.953-1.14,2.013-1.148,3.422l0,0c0.011,1.355,0.377,2.334,1.155,3.238l0,0
c0.781,0.906,1.57,1.276,2.832,1.3l0,0c1.256-0.02,2.121-0.404,2.992-1.344l0,0c0.869-0.982,1.258-1.996,1.269-3.318l0,0h0.002
c-0.013-1.263-0.397-2.245-1.287-3.226l0,0c-0.9-0.946-1.77-1.324-2.976-1.343l0,0C300.251,89.39,299.471,89.765,298.73,90.636
L298.73,90.636z"/>
</g>
<g>
<path fill="#FCFCFC" d="M334.764,95.192c0,1.492,0.031,3.715,0.092,6.667c0.062,2.953,0.092,5.165,0.092,6.636
c0,0.43-0.255,0.686-0.766,0.767c-0.695,0.123-2.259,0.184-4.689,0.184c-2.452,0-4.026-0.061-4.721-0.184
c-0.45-0.081-0.726-0.215-0.828-0.398c-0.041-0.081-0.061-0.388-0.061-0.92c0-1.409,0.03-3.529,0.092-6.359
s0.092-4.961,0.092-6.392c0-5.803-0.225-10.421-0.674-13.854c-0.042-0.326-0.062-0.541-0.062-0.644
c0-0.408,0.275-0.613,0.827-0.613c0.572,0,1.445,0.062,2.621,0.185c1.175,0.122,2.059,0.184,2.651,0.184
c0.592,0,1.481-0.051,2.666-0.153c1.186-0.102,2.074-0.153,2.667-0.153c0.49,0,0.735,0.205,0.735,0.613
c0,0.082-0.021,0.275-0.061,0.582C334.989,85.323,334.764,89.941,334.764,95.192z M335.561,72.418
c0,3.556-2.003,5.333-6.008,5.333c-1.716,0-3.137-0.449-4.26-1.349c-1.227-0.98-1.84-2.309-1.84-3.984
c0-1.594,0.634-2.901,1.9-3.924c1.165-0.939,2.564-1.41,4.199-1.41c1.594,0,2.974,0.48,4.139,1.441
C334.938,69.547,335.561,70.845,335.561,72.418z"/>
<path fill="#9FCFFF" d="M324.504,110.736c-0.592-0.141-1.281-0.229-1.899-1.195l0,0c-0.238-0.563-0.164-0.625-0.205-0.871l0,0
c-0.013-0.209-0.017-0.441-0.019-0.727l0,0c0.002-1.43,0.031-3.557,0.093-6.394l0,0c0.063-2.824,0.092-4.947,0.092-6.358l0,0
c0-5.762-0.226-10.333-0.662-13.662l0,0c-0.044-0.362-0.07-0.571-0.073-0.836l0,0c-0.026-0.523,0.257-1.28,0.813-1.665l0,0
c0.538-0.385,1.062-0.443,1.515-0.447l0,0c0.565,0,1.292,0.047,2.225,0.137l0,0c-0.736-0.273-1.419-0.653-2.028-1.145l0,0
c-1.574-1.227-2.429-3.118-2.402-5.153l0,0c-0.024-1.999,0.88-3.851,2.458-5.093l0,0c1.431-1.164,3.222-1.752,5.143-1.742l0,0
c1.893-0.01,3.67,0.601,5.087,1.779l0,0c1.555,1.244,2.444,3.079,2.421,5.056l0,0h-0.002c0.015,2.037-0.606,3.888-2.005,5.12l0,0
c-0.589,0.519-1.267,0.903-2.021,1.177l0,0c0.698-0.05,1.268-0.075,1.729-0.075l0,0c0.441,0.002,0.993,0.078,1.513,0.502l0,0
c0.53,0.427,0.741,1.128,0.723,1.612l0,0c-0.005,0.279-0.031,0.435-0.068,0.749l0,0c-0.443,3.912-0.666,8.479-0.666,13.687l0,0
c0,1.472,0.03,3.689,0.091,6.636l0,0c0.062,2.959,0.093,5.177,0.093,6.666l0,0c0.013,0.501-0.187,1.146-0.629,1.575l0,0
c-0.437,0.43-0.952,0.602-1.376,0.67l0,0c-0.941,0.157-2.475,0.201-4.949,0.207l0,0
C326.996,110.939,325.452,110.895,324.504,110.736L324.504,110.736z M333.445,107.839c-0.007-1.43-0.036-3.417-0.089-5.951l0,0
c-0.061-2.958-0.092-5.185-0.092-6.697l0,0h-0.002c0.002-5.066,0.209-9.564,0.63-13.522l0,0c-0.455,0.024-1.015,0.064-1.666,0.121
l0,0c-1.211,0.104-2.123,0.157-2.795,0.157l0,0c-0.693,0-1.604-0.066-2.809-0.19l0,0c-0.668-0.07-1.234-0.119-1.684-0.147l0,0
c0.422,3.48,0.627,7.992,0.627,13.582l0,0c0,1.45-0.031,3.588-0.091,6.425l0,0c-0.061,2.748-0.092,4.822-0.094,6.213l0,0
c0.697,0.067,2.134,0.119,4.111,0.114l0,0C331.33,107.948,332.697,107.902,333.445,107.839L333.445,107.839z M333.946,107.781
c0,0,0-0.001,0-0.003l0,0V107.781L333.946,107.781z M326.294,69.66c-0.954,0.803-1.316,1.566-1.344,2.759l0,0
c0.027,1.313,0.399,2.077,1.279,2.812l0,0c0.827,0.656,1.86,1.014,3.323,1.02l0,0c1.796,0,2.9-0.405,3.509-0.955l0,0
c0.604-0.545,0.984-1.359,0.999-2.876l0,0h-0.002c-0.022-1.174-0.381-1.935-1.322-2.738l0,0c-0.908-0.738-1.891-1.088-3.184-1.099
l0,0C328.202,68.591,327.194,68.945,326.294,69.66L326.294,69.66z"/>
</g>
<g>
<path fill="#FCFCFC" d="M370.167,94.181c0,4.658-1.425,8.439-4.275,11.341s-6.596,4.353-11.234,4.353
c-4.495,0-8.194-1.431-11.096-4.291c-2.901-2.861-4.353-6.539-4.353-11.035c0-4.74,1.39-8.587,4.169-11.54
c2.778-2.953,6.539-4.43,11.279-4.43c4.618,0,8.357,1.446,11.219,4.338C368.736,85.808,370.167,89.563,370.167,94.181z
M360.113,94.181c0-1.614-0.501-3.04-1.502-4.276s-2.299-1.854-3.893-1.854c-1.614,0-2.942,0.634-3.984,1.9
c-0.981,1.186-1.472,2.596-1.472,4.23c0,1.654,0.49,3.075,1.472,4.26c1.042,1.268,2.37,1.9,3.984,1.9
c1.594,0,2.912-0.633,3.954-1.9C359.632,97.256,360.113,95.835,360.113,94.181z"/>
<path fill="#9FCFFF" d="M354.656,111.374c-4.808,0.013-8.974-1.577-12.148-4.725l0,0c-3.197-3.133-4.813-7.288-4.8-12.103l0,0
c-0.012-5.026,1.509-9.32,4.577-12.568l0,0c3.069-3.282,7.33-4.917,12.371-4.903l0,0c4.924-0.012,9.142,1.59,12.285,4.785l0,0
c3.158,3.175,4.739,7.398,4.725,12.321l0,0c0.013,4.953-1.559,9.201-4.706,12.391l0,0c-3.121,3.194-7.323,4.802-12.237,4.802l0,0
C354.7,111.374,354.677,111.374,354.656,111.374L354.656,111.374z M344.468,84.034c-2.49,2.659-3.75,6.059-3.762,10.513l0,0
c0.017,4.179,1.302,7.378,3.907,9.967l0,0c2.627,2.574,5.859,3.846,10.042,3.858l0,0c4.334-0.015,7.598-1.31,10.164-3.902l0,0
c2.554-2.615,3.833-5.93,3.846-10.288l0,0c-0.015-4.317-1.295-7.603-3.856-10.212l0,0c-2.58-2.587-5.84-3.879-10.153-3.892l0,0
C350.215,80.093,346.956,81.412,344.468,84.034L344.468,84.034z M349.578,99.397c-1.209-1.448-1.826-3.269-1.815-5.215l0,0
c-0.011-1.935,0.608-3.744,1.812-5.185l0,0c1.266-1.576,3.133-2.472,5.145-2.447l0,0c1.984-0.024,3.829,0.854,5.057,2.41l0,0
c1.212,1.479,1.845,3.295,1.837,5.222l0,0c0.008,1.94-0.592,3.754-1.783,5.21l0,0c-1.261,1.573-3.116,2.471-5.11,2.448l0,0
c-0.027,0-0.055,0-0.082,0l0,0C352.657,101.84,350.822,100.948,349.578,99.397L349.578,99.397z M351.888,90.907
c-0.756,0.926-1.118,1.936-1.128,3.274l0,0c0.01,1.358,0.374,2.379,1.132,3.305l0,0c0.818,0.958,1.606,1.33,2.826,1.354l0,0
c1.19-0.023,1.972-0.391,2.788-1.345l0,0c0.735-0.921,1.097-1.949,1.105-3.313l0,0c-0.009-1.306-0.376-2.342-1.168-3.335l0,0
c-0.772-0.916-1.522-1.273-2.726-1.297l0,0C353.5,89.573,352.71,89.945,351.888,90.907L351.888,90.907z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Adventure Game Studio</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,34 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>192753</color>
</image>
<image name="band2" extra="true">
<color>5F87C0</color>
</image>
<image name="band3" extra="true">
<color>F3AD2D</color>
</image>
<image name="band4" extra="true">
<color>ED2224</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,787 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="-6 246.3 598.9 301.7" xml:space="preserve">
<g id="XMLID_1_">
<path id="base" fill="#CFD0CF" d="M2.9,392.4c0,0-5,0-7,0c-1.7,0-1.9-0.2-1.9-2.9S-6,251.1-6,249c0-2.1,0.3-2.7,2.7-2.7
s583,0,587.9,0s5.1,0.4,5.1,5.1c0,4.2,0,24.9,0,29c0,0.6,0,0.7-0.7,0.7c-0.8,0-2.1,0-3,0c-0.7,0-0.8,0.2-0.8,0.7
c0,6.2,0,52.7,0,52.7v44.8c0,0,4.5,0,6.7,0c0.9,0,1,0.3,1,0.6c0,2.1,0,8.6,0,11.3c0,1-0.1,1.2-1.5,1.2
C558.7,392.4,2.9,392.4,2.9,392.4z"/>
<path id="outline" fill="none" stroke="#9B9A9A" stroke-width="2" stroke-miterlimit="10" d="M-0.2,392.4c0-41,0-74.8,0-75.7
c0-2.2,0-3.7,3.7-3.7c3.6,0,557.9,0,581.7,0"/>
<path id="keyboard" fill="#CFD0CF" d="M6.7,548c-5.7,0-6.9-4.5-6.9-8.6c0-4.1,0-220.4,0-222.6s0-3.7,3.7-3.7s578.8,0,582.5,0
s3.7,1.4,3.7,3.7c0,2.2,0,218.5,0,222.6c0,4.1-1.1,8.6-6.9,8.6C577.1,548,12.5,548,6.7,548z"/>
<g id="holes">
<path id="XMLID_123_" fill="#0C0C0D" d="M210.4,351H362c0.4,0,0.6,0.3,0.6,0.6V375c0,0.4-0.3,0.6-0.6,0.6H210.4
c-0.4,0-0.6-0.3-0.6-0.6v-23.4C209.8,351.3,210,351,210.4,351z"/>
<path id="XMLID_121_" fill="#0C0C0D" d="M48.8,351H200c0.4,0,0.6,0.3,0.6,0.6V375c0,0.4-0.3,0.6-0.6,0.6H48.8
c-0.4,0-0.6-0.3-0.6-0.6v-23.4C48.2,351.3,48.4,351,48.8,351z"/>
<path id="XMLID_119_" fill="#0C0C0D" d="M11.7,351h22.9c0.4,0,0.6,0.3,0.6,0.6V375c0,0.4-0.3,0.6-0.6,0.6H11.7
c-0.4,0-0.6-0.3-0.6-0.6v-23.4C11,351.3,11.3,351,11.7,351z"/>
<path id="XMLID_117_" fill="#0C0C0D" d="M368.2,489.5v21c0,0.4-0.3,0.6-0.6,0.6H30.3c-0.4,0-0.6-0.3-0.6-0.6v-21.1
c0,0,0.8-2.8-2.1-2.8c-2.5,0-16.3,0-16.3,0c-0.4,0-0.6-0.3-0.6-0.6v-96.3c0-0.4,0.3-0.6,0.6-0.6h372.2c0.4,0,0.6,0.3,0.6,0.6V486
c0,0.4-0.3,0.6-0.6,0.6c0,0-9.6,0-12.8,0C367.5,486.6,368.2,489.5,368.2,489.5z"/>
<path id="XMLID_115_" fill="#0C0C0D" d="M470.2,414.8c0.4,0,0.6-0.3,0.6-0.6v-24.4c0-0.4-0.3-0.6-0.6-0.6h-73.3
c-0.4,0-0.6,0.3-0.6,0.6v24.4c0,0.4,0.3,0.6,0.6,0.6H470.2z"/>
<path id="XMLID_113_" fill="#0C0C0D" d="M578.2,511.3c0.4,0,0.6-0.3,0.6-0.6v-121c0-0.4-0.3-0.6-0.6-0.6h-96.9
c-0.4,0-0.6,0.3-0.6,0.6v121c0,0.4,0.3,0.6,0.6,0.6H578.2z"/>
<path id="XMLID_111_" fill="#0C0C0D" d="M446.4,458.3v-21.5c0-0.4-0.3-0.6-0.6-0.6h-24.6c-0.4,0-0.6,0.3-0.6,0.6v21.5
c0,0,0.3,1.7-1.9,1.7c-11.9,0-21.8,0-21.8,0c-0.4,0-0.6,0.3-0.6,0.6v25.3c0,0.4,0.3,0.6,0.6,0.6h73.3c0.4,0,0.6-0.3,0.6-0.6v-25.3
c0-0.4-0.3-0.6-0.6-0.6c0,0-9.8,0-22.2,0C445.6,460,446.4,458.3,446.4,458.3z"/>
</g>
<g id="keys">
<g id="XMLID_21_">
<path id="XMLID_65_" fill="#9B9A9A" d="M237.8,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C236.3,439.2,237,438.5,237.8,438.5z"/>
<path id="XMLID_34_" fill="#CFD0CF" d="M240.7,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C239.3,441.4,240,440.7,240.7,440.7z"/>
</g>
<g id="XMLID_165_">
<path id="XMLID_168_" fill="#9B9A9A" d="M261.7,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C260.3,439.2,260.9,438.5,261.7,438.5z"/>
<path id="XMLID_166_" fill="#CFD0CF" d="M264.7,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C263.2,441.4,263.9,440.7,264.7,440.7z"/>
</g>
<g id="XMLID_170_">
<path id="XMLID_173_" fill="#9B9A9A" d="M285.6,438.5H305c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C284.2,439.2,284.8,438.5,285.6,438.5z"/>
<path id="XMLID_171_" fill="#CFD0CF" d="M288.6,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C287.1,441.4,287.8,440.7,288.6,440.7z"/>
</g>
<g id="XMLID_175_">
<path id="XMLID_178_" fill="#9B9A9A" d="M309.5,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C308.1,439.2,308.7,438.5,309.5,438.5z"/>
<path id="XMLID_176_" fill="#CFD0CF" d="M312.5,440.7H326c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C311,441.4,311.7,440.7,312.5,440.7z"/>
</g>
<g id="XMLID_180_">
<path id="XMLID_183_" fill="#9B9A9A" d="M333.4,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C332,439.2,332.6,438.5,333.4,438.5z"/>
<path id="XMLID_181_" fill="#CFD0CF" d="M336.4,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C335,441.4,335.6,440.7,336.4,440.7z"/>
</g>
<g id="XMLID_390_">
<path id="XMLID_393_" fill="#9B9A9A" d="M399.1,461.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C397.6,462.3,398.3,461.7,399.1,461.7z"/>
<path id="XMLID_391_" fill="#CFD0CF" d="M402,463.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H402
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C400.6,464.5,401.2,463.9,402,463.9z"/>
</g>
<g id="XMLID_410_">
<path id="XMLID_413_" fill="#9B9A9A" d="M448.5,461.7H468c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C447.1,462.3,447.7,461.7,448.5,461.7z"/>
<path id="XMLID_411_" fill="#CFD0CF" d="M451.5,463.9H465c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C450,464.5,450.7,463.9,451.5,463.9z"/>
</g>
<g id="XMLID_415_">
<path id="XMLID_418_" fill="#9B9A9A" d="M423.8,461.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C422.4,462.3,423,461.7,423.8,461.7z"/>
<path id="XMLID_416_" fill="#CFD0CF" d="M426.8,463.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C425.3,464.5,426,463.9,426.8,463.9z"/>
</g>
<g id="XMLID_420_">
<path id="XMLID_423_" fill="#9B9A9A" d="M423.8,437.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V439C422.4,438.2,423,437.6,423.8,437.6z"/>
<path id="XMLID_421_" fill="#CFD0CF" d="M426.8,439.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C425.3,440.4,426,439.8,426.8,439.8z"/>
</g>
<g id="XMLID_503_">
<path id="XMLID_506_" fill="#9B9A9A" d="M483.8,414.8h19.4c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,415.4,483,414.8,483.8,414.8z"/>
<path id="XMLID_504_" fill="#CFD0CF" d="M486.8,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,417.6,486,417,486.8,417z"/>
</g>
<g id="XMLID_486_">
<path id="XMLID_501_" fill="#9B9A9A" d="M508.1,414.8h19.4c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,415.4,507.3,414.8,508.1,414.8z"/>
<path id="XMLID_499_" fill="#CFD0CF" d="M511,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,417.6,510.2,417,511,417z"/>
</g>
<g id="XMLID_481_">
<path id="XMLID_484_" fill="#9B9A9A" d="M532.3,414.8h19.4c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,415.4,531.6,414.8,532.3,414.8z"/>
<path id="XMLID_482_" fill="#CFD0CF" d="M535.3,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,417.6,534.5,417,535.3,417z"/>
</g>
<g id="XMLID_523_">
<path id="XMLID_526_" fill="#9B9A9A" d="M483.8,438.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,439.4,483,438.7,483.8,438.7z"/>
<path id="XMLID_524_" fill="#CFD0CF" d="M486.8,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,441.6,486,440.9,486.8,440.9z"/>
</g>
<g id="XMLID_518_">
<path id="XMLID_521_" fill="#9B9A9A" d="M508.1,438.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,439.4,507.3,438.7,508.1,438.7z"/>
<path id="XMLID_519_" fill="#CFD0CF" d="M511,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,441.6,510.2,440.9,511,440.9z"/>
</g>
<g id="XMLID_513_">
<path id="XMLID_516_" fill="#9B9A9A" d="M532.3,438.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,439.4,531.6,438.7,532.3,438.7z"/>
<path id="XMLID_514_" fill="#CFD0CF" d="M535.3,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,441.6,534.5,440.9,535.3,440.9z"/>
</g>
<g id="XMLID_543_">
<path id="XMLID_546_" fill="#9B9A9A" d="M483.8,463.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,463.8,483,463.2,483.8,463.2z"/>
<path id="XMLID_544_" fill="#CFD0CF" d="M486.8,465.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,466,486,465.4,486.8,465.4z"/>
</g>
<g id="XMLID_538_">
<path id="XMLID_541_" fill="#9B9A9A" d="M508.1,463.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,463.8,507.3,463.2,508.1,463.2z"/>
<path id="XMLID_539_" fill="#CFD0CF" d="M511,465.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,466,510.2,465.4,511,465.4z"/>
</g>
<g id="XMLID_533_">
<path id="XMLID_536_" fill="#9B9A9A" d="M532.3,463.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,463.8,531.6,463.2,532.3,463.2z"/>
<path id="XMLID_534_" fill="#CFD0CF" d="M535.3,465.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,466,534.5,465.4,535.3,465.4z"/>
</g>
<g id="XMLID_563_">
<path id="XMLID_566_" fill="#9B9A9A" d="M483.8,487.6h43.7c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-43.7
c-0.8,0-1.4-0.6-1.4-1.4V489C482.4,488.3,483,487.6,483.8,487.6z"/>
<path id="XMLID_564_" fill="#CFD0CF" d="M486.8,489.8h37.8c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-37.8
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C485.3,490.5,486,489.8,486.8,489.8z"/>
</g>
<g id="XMLID_553_">
<path id="XMLID_556_" fill="#9B9A9A" d="M532.3,487.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V489C530.9,488.3,531.6,487.6,532.3,487.6z"/>
<path id="XMLID_554_" fill="#CFD0CF" d="M535.3,489.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C533.9,490.5,534.5,489.8,535.3,489.8z"/>
</g>
<g id="XMLID_30_">
<path id="XMLID_83_" fill="#9B9A9A" d="M213.9,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C212.4,439.2,213.1,438.5,213.9,438.5z"/>
<path id="XMLID_74_" fill="#CFD0CF" d="M216.8,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C215.4,441.4,216,440.7,216.8,440.7z"/>
</g>
<g id="XMLID_98_">
<path id="XMLID_109_" fill="#9B9A9A" d="M190,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H190
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C188.5,439.2,189.2,438.5,190,438.5z"/>
<path id="XMLID_99_" fill="#CFD0CF" d="M192.9,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C191.5,441.4,192.1,440.7,192.9,440.7z"/>
</g>
<g id="XMLID_140_">
<path id="XMLID_143_" fill="#9B9A9A" d="M166.1,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C164.6,439.2,165.3,438.5,166.1,438.5z"/>
<path id="XMLID_141_" fill="#CFD0CF" d="M169,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H169
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C167.6,441.4,168.2,440.7,169,440.7z"/>
</g>
<g id="XMLID_145_">
<path id="XMLID_148_" fill="#9B9A9A" d="M142.1,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C140.7,439.2,141.4,438.5,142.1,438.5z"/>
<path id="XMLID_146_" fill="#CFD0CF" d="M145.1,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C143.7,441.4,144.3,440.7,145.1,440.7z"/>
</g>
<g id="XMLID_150_">
<path id="XMLID_153_" fill="#9B9A9A" d="M118.2,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C116.8,439.2,117.4,438.5,118.2,438.5z"/>
<path id="XMLID_151_" fill="#CFD0CF" d="M121.2,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C119.8,441.4,120.4,440.7,121.2,440.7z"/>
</g>
<g id="XMLID_155_">
<path id="XMLID_158_" fill="#9B9A9A" d="M94.3,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H94.3
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C92.9,439.2,93.5,438.5,94.3,438.5z"/>
<path id="XMLID_156_" fill="#CFD0CF" d="M97.3,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H97.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C95.9,441.4,96.5,440.7,97.3,440.7z"/>
</g>
<g id="XMLID_160_">
<path id="XMLID_163_" fill="#9B9A9A" d="M70.4,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H70.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C69,439.2,69.6,438.5,70.4,438.5z"/>
<path id="XMLID_161_" fill="#CFD0CF" d="M73.4,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H73.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C71.9,441.4,72.6,440.7,73.4,440.7z"/>
</g>
<g id="XMLID_365_">
<path id="XMLID_368_" fill="#9B9A9A" d="M225.8,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C224.4,463.2,225.1,462.6,225.8,462.6z"/>
<path id="XMLID_366_" fill="#CFD0CF" d="M228.8,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C227.4,465.4,228,464.8,228.8,464.8z"/>
</g>
<g id="XMLID_360_">
<path id="XMLID_363_" fill="#9B9A9A" d="M249.8,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C248.3,463.2,249,462.6,249.8,462.6z"/>
<path id="XMLID_361_" fill="#CFD0CF" d="M252.7,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C251.3,465.4,251.9,464.8,252.7,464.8z"/>
</g>
<g id="XMLID_355_">
<path id="XMLID_358_" fill="#9B9A9A" d="M273.7,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C272.2,463.2,272.9,462.6,273.7,462.6z"/>
<path id="XMLID_356_" fill="#CFD0CF" d="M276.6,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C275.2,465.4,275.8,464.8,276.6,464.8z"/>
</g>
<g id="XMLID_350_">
<path id="XMLID_353_" fill="#9B9A9A" d="M297.6,462.6H317c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C296.1,463.2,296.8,462.6,297.6,462.6z"/>
<path id="XMLID_351_" fill="#CFD0CF" d="M300.5,464.8H314c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C299.1,465.4,299.7,464.8,300.5,464.8z"/>
</g>
<g id="XMLID_340_">
<path id="XMLID_343_" fill="#9B9A9A" d="M201.9,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C200.5,463.2,201.1,462.6,201.9,462.6z"/>
<path id="XMLID_341_" fill="#CFD0CF" d="M204.9,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C203.5,465.4,204.1,464.8,204.9,464.8z"/>
</g>
<g id="XMLID_335_">
<path id="XMLID_338_" fill="#9B9A9A" d="M178,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H178
c-0.8,0-1.4-0.6-1.4-1.4V464C176.6,463.2,177.2,462.6,178,462.6z"/>
<path id="XMLID_336_" fill="#CFD0CF" d="M181,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H181
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C179.6,465.4,180.2,464.8,181,464.8z"/>
</g>
<g id="XMLID_330_">
<path id="XMLID_333_" fill="#9B9A9A" d="M154.1,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C152.7,463.2,153.3,462.6,154.1,462.6z"/>
<path id="XMLID_331_" fill="#CFD0CF" d="M157.1,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C155.6,465.4,156.3,464.8,157.1,464.8z"/>
</g>
<g id="XMLID_325_">
<path id="XMLID_328_" fill="#9B9A9A" d="M130.2,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C128.8,463.2,129.4,462.6,130.2,462.6z"/>
<path id="XMLID_326_" fill="#CFD0CF" d="M133.2,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C131.7,465.4,132.4,464.8,133.2,464.8z"/>
</g>
<g id="XMLID_320_">
<path id="XMLID_323_" fill="#9B9A9A" d="M106.3,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C104.9,463.2,105.5,462.6,106.3,462.6z"/>
<path id="XMLID_321_" fill="#CFD0CF" d="M109.3,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C107.8,465.4,108.5,464.8,109.3,464.8z"/>
</g>
<g id="XMLID_315_">
<path id="XMLID_318_" fill="#9B9A9A" d="M82.4,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H82.4
c-0.8,0-1.4-0.6-1.4-1.4V464C81,463.2,81.6,462.6,82.4,462.6z"/>
<path id="XMLID_316_" fill="#CFD0CF" d="M85.4,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H85.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C83.9,465.4,84.6,464.8,85.4,464.8z"/>
</g>
<g id="XMLID_310_">
<path id="XMLID_313_" fill="#9B9A9A" d="M58.5,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H58.5
c-0.8,0-1.4-0.6-1.4-1.4V464C57,463.2,57.7,462.6,58.5,462.6z"/>
<path id="XMLID_311_" fill="#CFD0CF" d="M61.4,464.8H75c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H61.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C60,465.4,60.6,464.8,61.4,464.8z"/>
</g>
<g id="XMLID_345_">
<path id="XMLID_348_" fill="#9B9A9A" d="M94.3,486.6h210.5c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H94.3
c-0.8,0-1.4-0.6-1.4-1.4V488C92.9,487.3,93.5,486.6,94.3,486.6z"/>
<path id="XMLID_346_" fill="#CFD0CF" d="M97.3,488.8h204.6c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H97.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C95.9,489.5,96.5,488.8,97.3,488.8z"/>
</g>
<g id="XMLID_240_">
<path id="XMLID_243_" fill="#9B9A9A" d="M231,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H231
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C229.6,415.1,230.2,414.5,231,414.5z"/>
<path id="XMLID_241_" fill="#CFD0CF" d="M234,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H234
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C232.6,417.3,233.2,416.7,234,416.7z"/>
</g>
<g id="XMLID_235_">
<path id="XMLID_238_" fill="#9B9A9A" d="M254.9,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C253.5,415.1,254.1,414.5,254.9,414.5z"/>
<path id="XMLID_236_" fill="#CFD0CF" d="M257.9,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C256.5,417.3,257.1,416.7,257.9,416.7z"/>
</g>
<g id="XMLID_230_">
<path id="XMLID_233_" fill="#9B9A9A" d="M278.9,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C277.4,415.1,278.1,414.5,278.9,414.5z"/>
<path id="XMLID_231_" fill="#CFD0CF" d="M281.8,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C280.4,417.3,281,416.7,281.8,416.7z"/>
</g>
<g id="XMLID_225_">
<path id="XMLID_228_" fill="#9B9A9A" d="M302.8,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C301.3,415.1,302,414.5,302.8,414.5z"/>
<path id="XMLID_226_" fill="#CFD0CF" d="M305.7,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C304.3,417.3,304.9,416.7,305.7,416.7z"/>
</g>
<g id="XMLID_220_">
<path id="XMLID_223_" fill="#9B9A9A" d="M326.7,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C325.2,415.1,325.9,414.5,326.7,414.5z"/>
<path id="XMLID_221_" fill="#CFD0CF" d="M329.6,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C328.2,417.3,328.8,416.7,329.6,416.7z"/>
</g>
<g id="XMLID_215_">
<path id="XMLID_218_" fill="#9B9A9A" d="M207.1,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C205.7,415.1,206.3,414.5,207.1,414.5z"/>
<path id="XMLID_216_" fill="#CFD0CF" d="M210.1,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C208.7,417.3,209.3,416.7,210.1,416.7z"/>
</g>
<g id="XMLID_210_">
<path id="XMLID_213_" fill="#9B9A9A" d="M183.6,414.5H203c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C182.1,415.1,182.8,414.5,183.6,414.5z"/>
<path id="XMLID_211_" fill="#CFD0CF" d="M186.5,416.7H200c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C185.1,417.3,185.7,416.7,186.5,416.7z"/>
</g>
<g id="XMLID_205_">
<path id="XMLID_208_" fill="#9B9A9A" d="M159.3,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C157.9,415.1,158.5,414.5,159.3,414.5z"/>
<path id="XMLID_206_" fill="#CFD0CF" d="M162.3,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C160.8,417.3,161.5,416.7,162.3,416.7z"/>
</g>
<g id="XMLID_200_">
<path id="XMLID_203_" fill="#9B9A9A" d="M135.4,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C134,415.1,134.6,414.5,135.4,414.5z"/>
<path id="XMLID_201_" fill="#CFD0CF" d="M138.4,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C136.9,417.3,137.6,416.7,138.4,416.7z"/>
</g>
<g id="XMLID_195_">
<path id="XMLID_198_" fill="#9B9A9A" d="M111.5,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C110.1,415.1,110.7,414.5,111.5,414.5z"/>
<path id="XMLID_196_" fill="#CFD0CF" d="M114.5,416.7H128c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C113,417.3,113.7,416.7,114.5,416.7z"/>
</g>
<g id="XMLID_190_">
<path id="XMLID_193_" fill="#9B9A9A" d="M87.6,414.5H107c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H87.6
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C86.1,415.1,86.8,414.5,87.6,414.5z"/>
<path id="XMLID_191_" fill="#CFD0CF" d="M90.5,416.7H104c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H90.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C89.1,417.3,89.7,416.7,90.5,416.7z"/>
</g>
<g id="XMLID_185_">
<path id="XMLID_188_" fill="#9B9A9A" d="M63.7,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H63.7
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C62.2,415.1,62.9,414.5,63.7,414.5z"/>
<path id="XMLID_186_" fill="#CFD0CF" d="M66.6,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H66.6
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C65.2,417.3,65.8,416.7,66.6,416.7z"/>
</g>
<g id="XMLID_300_">
<path id="XMLID_303_" fill="#9B9A9A" d="M218.6,390.5H238c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C217.2,391.1,217.8,390.5,218.6,390.5z"/>
<path id="XMLID_301_" fill="#CFD0CF" d="M221.6,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C220.2,393.3,220.8,392.7,221.6,392.7z"/>
</g>
<g id="XMLID_295_">
<path id="XMLID_298_" fill="#9B9A9A" d="M242.6,390.5H262c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C241.1,391.1,241.8,390.5,242.6,390.5z"/>
<path id="XMLID_296_" fill="#CFD0CF" d="M245.5,392.7H259c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C244.1,393.3,244.7,392.7,245.5,392.7z"/>
</g>
<g id="XMLID_290_">
<path id="XMLID_293_" fill="#9B9A9A" d="M266.5,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C265,391.1,265.7,390.5,266.5,390.5z"/>
<path id="XMLID_291_" fill="#CFD0CF" d="M269.4,392.7H283c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C268,393.3,268.6,392.7,269.4,392.7z"/>
</g>
<g id="XMLID_285_">
<path id="XMLID_288_" fill="#9B9A9A" d="M290.4,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C288.9,391.1,289.6,390.5,290.4,390.5z"/>
<path id="XMLID_286_" fill="#CFD0CF" d="M293.3,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C291.9,393.3,292.5,392.7,293.3,392.7z"/>
</g>
<g id="XMLID_280_">
<path id="XMLID_283_" fill="#9B9A9A" d="M314.3,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C312.8,391.1,313.5,390.5,314.3,390.5z"/>
<path id="XMLID_281_" fill="#CFD0CF" d="M317.2,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C315.8,393.3,316.4,392.7,317.2,392.7z"/>
</g>
<g id="XMLID_305_">
<path id="XMLID_308_" fill="#9B9A9A" d="M338.2,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C336.7,391.1,337.4,390.5,338.2,390.5z"/>
<path id="XMLID_306_" fill="#CFD0CF" d="M341.1,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C339.7,393.3,340.4,392.7,341.1,392.7z"/>
</g>
<g id="XMLID_275_">
<path id="XMLID_278_" fill="#9B9A9A" d="M194.7,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C193.3,391.1,193.9,390.5,194.7,390.5z"/>
<path id="XMLID_276_" fill="#CFD0CF" d="M197.7,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C196.3,393.3,196.9,392.7,197.7,392.7z"/>
</g>
<g id="XMLID_270_">
<path id="XMLID_273_" fill="#9B9A9A" d="M170.8,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C169.4,391.1,170,390.5,170.8,390.5z"/>
<path id="XMLID_271_" fill="#CFD0CF" d="M173.8,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C172.3,393.3,173,392.7,173.8,392.7z"/>
</g>
<g id="XMLID_265_">
<path id="XMLID_268_" fill="#9B9A9A" d="M146.9,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C145.5,391.1,146.1,390.5,146.9,390.5z"/>
<path id="XMLID_266_" fill="#CFD0CF" d="M149.9,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C148.4,393.3,149.1,392.7,149.9,392.7z"/>
</g>
<g id="XMLID_260_">
<path id="XMLID_263_" fill="#9B9A9A" d="M123,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H123
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C121.6,391.1,122.2,390.5,123,390.5z"/>
<path id="XMLID_261_" fill="#CFD0CF" d="M126,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H126
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C124.5,393.3,125.2,392.7,126,392.7z"/>
</g>
<g id="XMLID_255_">
<path id="XMLID_258_" fill="#9B9A9A" d="M99.1,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H99.1
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C97.7,391.1,98.3,390.5,99.1,390.5z"/>
<path id="XMLID_256_" fill="#CFD0CF" d="M102.1,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C100.6,393.3,101.3,392.7,102.1,392.7z"/>
</g>
<g id="XMLID_250_">
<path id="XMLID_253_" fill="#9B9A9A" d="M75.2,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H75.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C73.7,391.1,74.4,390.5,75.2,390.5z"/>
<path id="XMLID_251_" fill="#CFD0CF" d="M78.1,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H78.1
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C76.7,393.3,77.4,392.7,78.1,392.7z"/>
</g>
<g id="XMLID_245_">
<path id="XMLID_248_" fill="#9B9A9A" d="M51.3,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H51.3
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C49.8,391.1,50.5,390.5,51.3,390.5z"/>
<path id="XMLID_246_" fill="#CFD0CF" d="M54.2,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H54.2
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C52.8,393.3,53.4,392.7,54.2,392.7z"/>
</g>
<g id="XMLID_476_">
<path id="XMLID_479_" fill="#60605D" d="M13.5,462.6h40.1c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4V464C12,463.2,12.7,462.6,13.5,462.6z"/>
<path id="XMLID_477_" fill="#868580" d="M16.4,464.8h34.2c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,465.4,15.6,464.8,16.4,464.8z"/>
</g>
<g id="XMLID_470_">
<path id="XMLID_474_" fill="#60605D" d="M321.4,462.6h60.3c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-60.3
c-0.8,0-1.4-0.6-1.4-1.4V464C319.9,463.2,320.6,462.6,321.4,462.6z"/>
<path id="XMLID_471_" fill="#868580" d="M324.3,464.8h54.4c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-54.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C322.9,465.4,323.5,464.8,324.3,464.8z"/>
</g>
<g id="XMLID_445_">
<path id="XMLID_448_" fill="#60605D" d="M32.8,486.6h26.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H32.8
c-0.8,0-1.4-0.6-1.4-1.4V488C31.3,487.3,32,486.6,32.8,486.6z"/>
<path id="XMLID_446_" fill="#868580" d="M35.7,488.8h20.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H35.7
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C34.3,489.5,34.9,488.8,35.7,488.8z"/>
</g>
<g id="XMLID_440_">
<path id="XMLID_443_" fill="#60605D" d="M63.7,486.6h26.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H63.7
c-0.8,0-1.4-0.6-1.4-1.4V488C62.2,487.3,62.9,486.6,63.7,486.6z"/>
<path id="XMLID_441_" fill="#868580" d="M66.6,488.8h20.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H66.6
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C65.2,489.5,65.8,488.8,66.6,488.8z"/>
</g>
<g id="XMLID_385_">
<path id="XMLID_388_" fill="#60605D" d="M399.1,390.5h32.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-32.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C397.6,391.1,398.3,390.5,399.1,390.5z"/>
<path id="XMLID_386_" fill="#868580" d="M402,392.7h26.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H402
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C400.6,393.3,401.2,392.7,402,392.7z"/>
</g>
<g id="XMLID_380_">
<path id="XMLID_383_" fill="#60605D" d="M435.5,390.5H468c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-32.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C434.1,391.1,434.7,390.5,435.5,390.5z"/>
<path id="XMLID_381_" fill="#868580" d="M438.5,392.7H465c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-26.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C437.1,393.3,437.7,392.7,438.5,392.7z"/>
</g>
<g id="XMLID_435_">
<path id="XMLID_438_" fill="#60605D" d="M309.1,486.6h25.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-25.8
c-0.8,0-1.4-0.6-1.4-1.4V488C307.7,487.3,308.3,486.6,309.1,486.6z"/>
<path id="XMLID_436_" fill="#868580" d="M312.1,488.8H332c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-19.9
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C310.7,489.5,311.3,488.8,312.1,488.8z"/>
</g>
<g id="XMLID_430_">
<path id="XMLID_433_" fill="#60605D" d="M339.5,486.6h25.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-25.8
c-0.8,0-1.4-0.6-1.4-1.4V488C338,487.3,338.7,486.6,339.5,486.6z"/>
<path id="XMLID_431_" fill="#868580" d="M342.4,488.8h19.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-19.9
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C341,489.5,341.6,488.8,342.4,488.8z"/>
</g>
<g id="XMLID_405_">
<path id="XMLID_408_" fill="#60605D" d="M13.5,438.5H42c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C12,439.2,12.7,438.5,13.5,438.5z"/>
<path id="XMLID_406_" fill="#868580" d="M16.4,440.7H39c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,441.4,15.6,440.7,16.4,440.7z"/>
</g>
<g id="XMLID_400_">
<path id="XMLID_403_" fill="#60605D" d="M46.7,438.5h19.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H46.7
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C45.3,439.2,45.9,438.5,46.7,438.5z"/>
<path id="XMLID_401_" fill="#868580" d="M49.7,440.7H63c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H49.7
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C48.3,441.4,48.9,440.7,49.7,440.7z"/>
</g>
<g id="XMLID_395_">
<path id="XMLID_398_" fill="#60605D" d="M362.1,390.5h19.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C360.7,391.1,361.3,390.5,362.1,390.5z"/>
<path id="XMLID_396_" fill="#868580" d="M365.1,392.7h13.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C363.6,393.3,364.3,392.7,365.1,392.7z"/>
</g>
<g id="XMLID_375_">
<path id="XMLID_378_" fill="#60605D" d="M13.5,414.5h45.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C12,415.1,12.7,414.5,13.5,414.5z"/>
<path id="XMLID_376_" fill="#868580" d="M16.4,416.7h39.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,417.3,15.6,416.7,16.4,416.7z"/>
</g>
<g id="XMLID_370_">
<path id="XMLID_373_" fill="#60605D" d="M13.5,390.5h33.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C12,391.1,12.7,390.5,13.5,390.5z"/>
<path id="XMLID_371_" fill="#868580" d="M16.4,392.7h27.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,393.3,15.6,392.7,16.4,392.7z"/>
</g>
<g id="XMLID_528_">
<path id="XMLID_28_" fill="#60605D" d="M350.8,414.5h30.5c0.8,0,1.4,0.6,1.4,1.4v43.7c0,0.8-0.6,1.4-1.4,1.4h-23.5
c-0.8,0-1.4-0.6-1.4-1.4c0,0,0-16.2,0-18.7c0-2.4-1.5-3.2-3.7-3.2c-3,0-3.3-1.8-3.3-3c0-1.1,0-18.8,0-18.8
C349.4,415.1,350.1,414.5,350.8,414.5z"/>
<path id="XMLID_558_" fill="#868580" d="M353.7,416.6h24.8c0.8,0,1.4,0.6,1.4,1.4v37.7c0,0.8-0.6,1.4-1.4,1.4h-17.8
c-0.8,0-1.4-0.6-1.4-1.4c0,0,0-13.8,0-16.6c0-2-1.9-3-3.6-3c-3.1,0-3.4-2.1-3.4-3.1s0-15,0-15
C352.3,417.2,352.9,416.6,353.7,416.6z"/>
</g>
<g id="XMLID_531_">
<path id="XMLID_561_" fill="#60605D" d="M13.4,352h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C11.9,352.6,12.6,352,13.4,352z"/>
<path id="XMLID_559_" fill="#868580" d="M16.3,354.2h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C14.9,354.8,15.5,354.2,16.3,354.2z"/>
</g>
<g id="XMLID_568_">
<path id="XMLID_571_" fill="#60605D" d="M50.7,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H50.7
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C49.3,352.6,49.9,352,50.7,352z"/>
<path id="XMLID_569_" fill="#868580" d="M53.7,354.2H74c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H53.7
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C52.2,354.8,52.9,354.2,53.7,354.2z"/>
</g>
<g id="XMLID_573_">
<path id="XMLID_576_" fill="#60605D" d="M81.1,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H81.1
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C79.6,352.6,80.3,352,81.1,352z"/>
<path id="XMLID_574_" fill="#868580" d="M84,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H84
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C82.6,354.8,83.2,354.2,84,354.2z"/>
</g>
<g id="XMLID_578_">
<path id="XMLID_581_" fill="#60605D" d="M111.4,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C110,352.6,110.7,352,111.4,352z"/>
<path id="XMLID_579_" fill="#868580" d="M114.4,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C113,354.8,113.6,354.2,114.4,354.2z"/>
</g>
<g id="XMLID_583_">
<path id="XMLID_586_" fill="#60605D" d="M141.8,352H168c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C140.4,352.6,141,352,141.8,352z"/>
<path id="XMLID_584_" fill="#868580" d="M144.8,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C143.3,354.8,144,354.2,144.8,354.2z"/>
</g>
<g id="XMLID_588_">
<path id="XMLID_591_" fill="#60605D" d="M172.2,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C170.8,352.6,171.4,352,172.2,352z"/>
<path id="XMLID_589_" fill="#868580" d="M175.2,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C173.7,354.8,174.4,354.2,175.2,354.2z"/>
</g>
<g id="XMLID_613_">
<path id="XMLID_616_" fill="#60605D" d="M212.5,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C211.1,352.6,211.7,352,212.5,352z"/>
<path id="XMLID_614_" fill="#868580" d="M215.5,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C214,354.8,214.7,354.2,215.5,354.2z"/>
</g>
<g id="XMLID_608_">
<path id="XMLID_611_" fill="#60605D" d="M242.9,352H269c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C241.4,352.6,242.1,352,242.9,352z"/>
<path id="XMLID_609_" fill="#868580" d="M245.8,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C244.4,354.8,245,354.2,245.8,354.2z"/>
</g>
<g id="XMLID_603_">
<path id="XMLID_606_" fill="#60605D" d="M273.2,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C271.8,352.6,272.5,352,273.2,352z"/>
<path id="XMLID_604_" fill="#868580" d="M276.2,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C274.8,354.8,275.4,354.2,276.2,354.2z"/>
</g>
<g id="XMLID_598_">
<path id="XMLID_601_" fill="#60605D" d="M303.6,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C302.2,352.6,302.8,352,303.6,352z"/>
<path id="XMLID_599_" fill="#868580" d="M306.6,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C305.1,354.8,305.8,354.2,306.6,354.2z"/>
</g>
<g id="XMLID_593_">
<path id="XMLID_596_" fill="#60605D" d="M334,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H334
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C332.6,352.6,333.2,352,334,352z"/>
<path id="XMLID_594_" fill="#868580" d="M337,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H337
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C335.5,354.8,336.2,354.2,337,354.2z"/>
</g>
<g id="XMLID_425_">
<path id="XMLID_428_" fill="#60605D" d="M483.8,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,391.1,483,390.5,483.8,390.5z"/>
<path id="XMLID_426_" fill="#868580" d="M486.8,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,393.3,486,392.7,486.8,392.7z"/>
</g>
<g id="XMLID_450_">
<path id="XMLID_453_" fill="#60605D" d="M508.1,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,391.1,507.3,390.5,508.1,390.5z"/>
<path id="XMLID_451_" fill="#868580" d="M511,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,393.3,510.2,392.7,511,392.7z"/>
</g>
<g id="XMLID_455_">
<path id="XMLID_458_" fill="#60605D" d="M532.3,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,391.1,531.6,390.5,532.3,390.5z"/>
<path id="XMLID_456_" fill="#868580" d="M535.3,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,393.3,534.5,392.7,535.3,392.7z"/>
</g>
<g id="XMLID_460_">
<path id="XMLID_463_" fill="#60605D" d="M556.6,390.5H576c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C555.2,391.1,555.8,390.5,556.6,390.5z"/>
<path id="XMLID_461_" fill="#868580" d="M559.6,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C558.2,393.3,558.8,392.7,559.6,392.7z"/>
</g>
<g id="XMLID_465_">
<path id="XMLID_468_" fill="#60605D" d="M556.6,414.8H576c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C555.2,415.4,555.8,414.8,556.6,414.8z"/>
<path id="XMLID_466_" fill="#868580" d="M559.6,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C558.2,417.6,558.8,417,559.6,417z"/>
</g>
<g id="XMLID_508_">
<path id="XMLID_511_" fill="#60605D" d="M556.6,438.7H576c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C555.2,439.4,555.8,438.7,556.6,438.7z"/>
<path id="XMLID_509_" fill="#868580" d="M559.6,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C558.2,441.6,558.8,440.9,559.6,440.9z"/>
</g>
<g id="XMLID_532_">
<path id="XMLID_551_" fill="#60605D" d="M556.6,463.5H576c0.8,0,1.4,0.6,1.4,1.4v43.9c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-43.9C555.2,464.2,555.8,463.5,556.6,463.5z"/>
<path id="XMLID_549_" fill="#868580" d="M559.6,465.7h13.5c0.8,0,1.4,0.6,1.4,1.4v37.6c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-37.6C558.2,466.4,558.8,465.7,559.6,465.7z"/>
</g>
</g>
<g id="grill">
<path id="XMLID_137_" fill="#777878" d="M5.6,254.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,255.1,5.4,254.9,5.6,254.9z"/>
<path id="XMLID_135_" fill="#777878" d="M5.6,262.4H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,262.5,5.4,262.4,5.6,262.4z"/>
<path id="XMLID_133_" fill="#777878" d="M5.6,269.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,270,5.4,269.9,5.6,269.9z"/>
<path id="XMLID_131_" fill="#777878" d="M5.6,277.4H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,277.5,5.4,277.4,5.6,277.4z"/>
<path id="XMLID_129_" fill="#777878" d="M5.6,284.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,285,5.4,284.9,5.6,284.9z"/>
<path id="XMLID_127_" fill="#777878" d="M5.6,292.4H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,292.5,5.4,292.4,5.6,292.4z"/>
<path id="XMLID_125_" fill="#777878" d="M5.6,299.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,300,5.4,299.9,5.6,299.9z"/>
</g>
<g id="plaque">
<path id="XMLID_51_" fill="#EAEAEA" d="M12.5,338.4v-14.2c0-0.5,0.4-1,1-1h60.7c0.1,0,0.3,0,0.4,0.1c-0.2-0.2-0.4-0.4-0.7-0.4
H13.1c-0.5,0-1,0.4-1,1v14.2c0,0.4,0.2,0.7,0.6,0.9C12.6,338.8,12.5,338.6,12.5,338.4z"/>
<path id="XMLID_60_" fill="#777878" d="M74.3,323.1c0.1,0.1,0.1,0.3,0.1,0.5v14.2c0,0.5-0.4,1-1,1H12.7c-0.2,0-0.3-0.1-0.5-0.1
c0.2,0.3,0.5,0.5,0.8,0.5h60.7c0.5,0,1-0.4,1-1v-14.3C74.8,323.6,74.6,323.3,74.3,323.1z"/>
</g>
<g id="a1200_x5F_logo">
<path id="XMLID_85_" fill="#EC2127" d="M29.6,328.5l-1.6,0.4l-0.3-1.6l1.6-0.4L29.6,328.5z"/>
<path id="XMLID_79_" fill="#0B0B0B" d="M25.9,329.7h-1.3h-0.1h-0.1l-1.2,4l-1.4-4H21l0,0h-1.4v0.2h0.9v5.8h0.2v-5.5l2,5.5h0.2
l0.5-1.7l1.3-4v5.8h0.6l0,0h1.4v-0.2H26v-5.9H25.9z"/>
<path id="XMLID_76_" fill="#0B0B0B" d="M17.2,329.6L17.2,329.6H17l-0.5,1.4l-1.7,4.8H15l0.6-1.8h1.9l0.6,1.8h1.2l0,0H20v-0.2h-0.7
L17.2,329.6z M15.7,333.7l0.9-2.5l0.9,2.5H15.7z"/>
<path id="XMLID_73_" fill="#0B0B0B" d="M41.1,335.5h-0.7l-2.1-6l0,0h-0.2l-0.5,1.4l-1.6,4.8h0.2l0.6-1.8h1.9l0.6,1.8h1.2l0,0h0.6
V335.5z M36.9,333.7l0.9-2.5l0.9,2.5H36.9z"/>
<path id="XMLID_71_" fill="#0B0B0B" d="M29.1,329.9h0.8v-0.2h-1.4l0,0h-0.7v5.8h-0.6v0.2h1.3h0.1h1.3v-0.2h-0.8L29.1,329.9z"/>
<path id="XMLID_69_" fill="#0B0B0B" d="M33.5,333.8h0.9c0,0.3,0,1,0,1.2c0,0.3-0.3,0.6-0.6,0.6c-0.8,0.1-1.6-0.1-1.7-0.7
c-0.3-1.1-0.2-2.5-0.1-3.7c0-0.8,0.7-1.4,1.5-1.4s1.5,0.6,1.6,1.4c0,0.1,0,0.2,0,0.2h0.4v-1.1c0,0-0.1-0.2-0.2-0.3
c-0.6-0.4-1.5-0.6-2.4-0.4c-1.6,0.4-2.7,2.2-2,4.3c0.4,1.3,1.9,2.4,3.7,1.8c0.8-0.3,1.3-1,1.3-1.9l0,0v-0.2h-2.2v0.2H33.5z"/>
<path id="XMLID_66_" fill="#0B0B0B" d="M46.7,333.8l1.4-1.9v1.9H46.7z M49,335.8l0.1-0.2c-0.1,0-0.1,0-0.2,0s-0.1,0-0.2-0.1
c-0.1-0.1-0.1-0.1-0.1-0.2c0-0.1,0-0.1,0-0.2l0.1-4.3h-0.2c-0.4,0.6-0.9,1.3-1.5,2.1c-0.6,0.8-1.1,1.5-1.5,2.1
c-0.1,0.1-0.2,0.2-0.3,0.3s-0.2,0.1-0.2,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.2,0l-0.1,0.2h1.7l0.1-0.2
c-0.2,0-0.3,0-0.4-0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.2,0.2-0.4
c0.1-0.2,0.2-0.3,0.3-0.4H48c0,0.4,0,0.7,0,0.9s0,0.3,0,0.3c0,0.1,0,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2,0-0.2,0l-0.1,0.2L49,335.8L49,335.8z"/>
<path id="XMLID_64_" fill="#0B0B0B" d="M56.2,331.1c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2h-0.2l-0.1,0.3h0.9l-1.1,3
c0,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0-0.2,0-0.4,0.1c-0.2,0-0.3,0-0.4,0l-0.1,0.2h2.6l0.1-0.3
c-0.1,0-0.2,0-0.3,0s-0.2-0.1-0.3-0.1l-0.1-0.1c0,0,0-0.1,0-0.2c0,0,0,0,0-0.1c0,0,0,0,0-0.1l0.9-2.5c0-0.1,0.1-0.3,0.2-0.6
c0.1-0.3,0.2-0.5,0.3-0.7L56.2,331.1z"/>
<path id="XMLID_62_" fill="#0B0B0B" d="M60.7,331.4c-0.2-0.2-0.6-0.4-1-0.4c-0.3,0-0.5,0-0.8,0.1c-0.2,0.1-0.5,0.2-0.6,0.4
c-0.2,0.1-0.4,0.3-0.5,0.5c-0.1,0.2-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0,0.3s0.1,0.1,0.3,0.1c0.2,0,0.3-0.1,0.5-0.2
c0.1-0.1,0.2-0.3,0.2-0.6c0-0.1,0-0.2,0-0.2c0-0.1,0-0.1,0-0.1c0.1-0.1,0.2-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.6-0.1
c0.2,0,0.4,0.1,0.5,0.2c0.1,0.2,0.1,0.4,0.1,0.7c0,0.2-0.1,0.5-0.2,0.6c-0.1,0.2-0.3,0.3-0.5,0.5c-0.1,0.1-0.3,0.2-0.5,0.3
s-0.4,0.2-0.7,0.3c-0.2,0.1-0.4,0.2-0.5,0.2c-0.2,0.1-0.3,0.2-0.5,0.3c-0.2,0.1-0.3,0.2-0.4,0.3c-0.1,0.1-0.2,0.2-0.3,0.3
l-0.2,0.6H60l0.3-0.7h-3c0.2-0.2,0.4-0.3,0.6-0.4s0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.8-0.3c0.2-0.1,0.5-0.2,0.7-0.3
c0.3-0.2,0.5-0.3,0.6-0.5c0.2-0.2,0.3-0.5,0.3-0.8C61,332,61,331.7,60.7,331.4z"/>
<path id="XMLID_59_" fill="#0B0B0B" d="M65.5,331.6c-0.2-0.3-0.6-0.5-1.1-0.5c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.2-0.7,0.4-0.9,0.7
c-0.3,0.3-0.5,0.6-0.7,1c-0.2,0.4-0.3,0.8-0.4,1.2c-0.1,0.5,0,0.9,0.2,1.2c0.2,0.3,0.6,0.5,1.1,0.5c0.4,0,0.8-0.1,1.1-0.3
c0.3-0.2,0.6-0.4,0.9-0.7c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.3-0.8,0.4-1.2C65.8,332.3,65.8,331.9,65.5,331.6z M64.7,333.5
c-0.1,0.3-0.3,0.7-0.5,1c-0.2,0.4-0.5,0.6-0.7,0.8s-0.5,0.3-0.8,0.3s-0.5-0.1-0.6-0.3s-0.1-0.5-0.1-0.9c0-0.3,0.1-0.6,0.3-0.9
c0.1-0.3,0.3-0.7,0.5-1c0.2-0.3,0.4-0.6,0.7-0.8c0.3-0.2,0.5-0.3,0.8-0.3s0.5,0.1,0.6,0.3c0.1,0.2,0.1,0.5,0.1,0.9
C64.9,332.9,64.9,333.2,64.7,333.5z"/>
<path id="XMLID_56_" fill="#0B0B0B" d="M70.3,331.6c-0.2-0.3-0.6-0.5-1.1-0.5c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.2-0.7,0.4-0.9,0.7
c-0.3,0.3-0.5,0.6-0.7,1c-0.2,0.4-0.3,0.8-0.4,1.2c-0.1,0.5,0,0.9,0.2,1.2c0.2,0.3,0.6,0.5,1.1,0.5c0.4,0,0.8-0.1,1.1-0.3
c0.3-0.2,0.6-0.4,0.9-0.7c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.3-0.8,0.4-1.2S70.6,331.9,70.3,331.6z M69.5,333.5
c-0.1,0.3-0.3,0.7-0.5,1c-0.2,0.4-0.5,0.6-0.7,0.8s-0.5,0.3-0.8,0.3s-0.5-0.1-0.6-0.3s-0.1-0.5-0.1-0.9c0-0.3,0.1-0.6,0.3-0.9
c0.1-0.3,0.3-0.7,0.5-1c0.2-0.3,0.4-0.6,0.7-0.8c0.3-0.2,0.5-0.3,0.8-0.3s0.5,0.1,0.6,0.3c0.1,0.2,0.1,0.5,0.1,0.9
C69.7,332.9,69.7,333.2,69.5,333.5z"/>
</g>
<g id="lights">
<path id="XMLID_91_" fill="#525056" d="M542.2,351.3H560c0.1,0,0.2,0.1,0.2,0.2v2.4c0,0.1-0.1,0.2-0.2,0.2h-17.8
c-0.1,0-0.2-0.1-0.2-0.2v-2.4C542,351.4,542.1,351.3,542.2,351.3z"/>
<path id="XMLID_89_" fill="#525056" d="M542.2,361.6H560c0.1,0,0.2,0.1,0.2,0.2v2.4c0,0.1-0.1,0.2-0.2,0.2h-17.8
c-0.1,0-0.2-0.1-0.2-0.2v-2.4C542,361.7,542.1,361.6,542.2,361.6z"/>
<path id="XMLID_87_" fill="#B9D432" d="M542.2,371.9H560c0.1,0,0.2,0.1,0.2,0.2v2.4c0,0.1-0.1,0.2-0.2,0.2h-17.8
c-0.1,0-0.2-0.1-0.2-0.2v-2.4C542,372,542.1,371.9,542.2,371.9z"/>
<path id="XMLID_494_" fill-rule="evenodd" fill="#E6E414" d="M557.9,374h-13.6c-0.3,0-0.6-0.3-0.6-0.6v-0.3c0-0.3,0.3-0.6,0.6-0.6
h13.6c0.3,0,0.6,0.3,0.6,0.6v0.3C558.5,373.8,558.2,374,557.9,374z"/>
</g>
<g id="amiga_x5F_logo_x5F_big">
<g id="XMLID_50_">
<g id="XMLID_75_">
<polygon id="XMLID_77_" fill="#777878" points="401.1,365.9 407.5,357.9 407.5,356.8 400.2,365.9 "/>
<path id="XMLID_78_" fill="#777878" d="M412.1,350.4v19.5c0,1,0,1.7,0,1.9c0,0.8,0.2,1.4,0.6,1.8c0.2,0.2,0.4,0.4,0.8,0.5
c-0.1,0-0.1-0.1-0.2-0.1c-0.3-0.4-0.5-1-0.6-1.8c0-0.2,0-0.8,0-1.9v-19.8h-0.6V350.4z"/>
<path id="XMLID_80_" fill="#777878" d="M397.4,374.5v0.4h-6.6l-0.1,0.3h7.3v-0.6C397.8,374.5,397.6,374.5,397.4,374.5z"/>
<path id="XMLID_88_" fill="#777878" d="M407.5,367h-8.1l-1.5,1.9l-1.7,2c-0.3,0.4-0.5,0.9-0.7,1.2c-0.1,0.3-0.2,0.6-0.1,0.8
c0,0.3,0.2,0.6,0.5,0.8c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.2-0.4-0.5-0.4-0.7c0-0.3,0-0.6,0.1-0.8c0.1-0.4,0.4-0.8,0.7-1.2l1.7-2
l1.5-1.9h7.6L407.5,367z"/>
<path id="XMLID_90_" fill="#777878" d="M414.3,374.4l-0.1,0.4h-9.9l-0.1,0.3h10.6l0.2-0.6C414.7,374.5,414.5,374.5,414.3,374.4z
"/>
</g>
<g id="XMLID_61_">
<path id="XMLID_63_" fill="#777878" d="M425.5,355.2l-0.2-1.7l-4.2,16.9c-0.2,0.7-0.2,1.2-0.2,1.7c0,0.6,0.3,1.1,0.7,1.5
c0.2,0.1,0.4,0.2,0.6,0.3c-0.4-0.4-0.7-0.8-0.7-1.4c0-0.4,0.1-1,0.2-1.7L425.5,355.2z"/>
<polygon id="XMLID_86_" fill="#777878" points="432.4,368 432.8,367.3 430.3,351 429.7,351 "/>
<path id="XMLID_92_" fill="#777878" d="M451.6,351l-0.1,0.3c-1.2,0-2.1,0.2-2.7,0.8c-0.6,0.5-1.1,1.5-1.4,3l-3.9,15.5
c-0.2,1-0.4,1.7-0.3,2.2c0,0.4,0.2,0.8,0.6,1.1c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.3-0.4-0.6-0.5-1c0-0.5,0.1-1.2,0.3-2.2l3.9-15.6
c0.4-1.5,0.9-2.5,1.4-3c0.6-0.5,1.5-0.7,2.7-0.7l0.2-0.6H451.6z"/>
<path id="XMLID_93_" fill="#777878" d="M445.8,374.8h-11.5l-0.1,0.3h12.2l0.1-0.6c-0.2,0-0.4,0-0.6,0L445.8,374.8z"/>
<polygon id="XMLID_94_" fill="#777878" points="442.7,353.8 428.9,374.8 428.7,374.8 428.7,375.2 429.5,375.2 442.2,355.8
"/>
<path id="XMLID_102_" fill="#777878" d="M423.5,374.8h-7.4l-0.1,0.3h8.1l0.2-0.6c-0.2,0-0.4,0-0.7-0.1L423.5,374.8z"/>
</g>
<g id="XMLID_58_">
<line id="XMLID_31_" fill="none" x1="454.5" y1="351.3" x2="454.4" y2="351.6"/>
<path id="XMLID_82_" fill="#777878" d="M460.5,374.8h-11.4l-0.1,0.3h12.1l0.2-0.6c-0.2,0-0.4,0-0.7,0L460.5,374.8z"/>
<path id="XMLID_101_" fill="#777878" d="M465.9,351l-0.1,0.3c-1.1,0-1.9,0.2-2.4,0.7c-0.6,0.5-1,1.5-1.4,3l-3.9,15.5
c-0.3,1.1-0.4,1.8-0.4,2.2s0.2,0.8,0.5,1c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.2-0.4-0.5-0.4-0.9s0.1-1.1,0.4-2.2l3.9-15.5
c0.4-1.5,0.8-2.5,1.4-3s1.4-0.7,2.4-0.7l0.2-0.6H465.9z"/>
</g>
<g id="XMLID_52_">
<path id="XMLID_53_" fill="#777878" d="M488.6,351.2l-1.2,6.6h-0.1c0,0.1,0,0.2,0,0.3h0.6l1.2-6.6c0,0,0-0.7-0.2-0.9
c-0.2-0.2-0.4-0.2-0.4-0.2h-0.1C488.5,350.7,488.6,351.2,488.6,351.2z"/>
<path id="XMLID_54_" fill="#777878" d="M472.1,372.3c0.6,0.6,1.2,1.1,1.9,1.4c-0.4-0.3-0.9-0.6-1.3-1.1
c-1.2-1.3-1.8-3.1-1.9-5.4c-0.1-2.8,0.6-5.4,1.7-7.9s3.2-4.4,4.9-5.6c1.7-1.2,3.9-1.9,5.6-1.9c0.7,0,1.1,0.1,1.5,0.2
c-0.5-0.4-1.1-0.6-2.1-0.6c-1.7,0-3.9,0.7-5.6,1.9s-3.8,3.1-4.9,5.6s-1.8,5.1-1.7,7.9C470.3,369.2,470.9,371,472.1,372.3z"/>
<path id="XMLID_97_" fill="#777878" d="M488.4,363.6c-0.6,0-1.1,0.2-1.5,0.4c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.3,0.8-0.5,1.8
l-1.8,7.2c-2.5,1-5.2,1.6-8.1,1.6c-2.2,0-4-0.4-5.6-1.1c0.2,0.1,0.3,0.2,0.5,0.3c1.6,0.8,3.5,1.2,5.7,1.2c2.9,0,5.6-0.5,8.1-1.6
l1.8-7.2c0.2-1,0.4-1.6,0.5-1.8c0.2-0.4,0.5-0.7,0.8-0.9c0.3-0.2,0.8-0.3,1.5-0.4l0.1-0.7h-0.6L488.4,363.6z"/>
</g>
<g id="XMLID_55_">
<path id="XMLID_57_" fill="#777878" d="M492.3,374.5v0.4h-6.6l-0.1,0.3h7.3v-0.6C492.6,374.5,492.4,374.5,492.3,374.5z"/>
<path id="XMLID_84_" fill="#777878" d="M506.9,350.4v19.5c0,1,0,1.7,0,1.9c0,0.8,0.2,1.4,0.6,1.8c0.2,0.2,0.4,0.4,0.8,0.5
c-0.1,0-0.1-0.1-0.2-0.1c-0.3-0.4-0.5-1-0.6-1.8c0-0.2,0-0.8,0-1.9v-19.8h-0.6V350.4z"/>
<polygon id="XMLID_100_" fill="#777878" points="496,365.9 503,357.2 503,356.1 495.1,365.9 "/>
<path id="XMLID_103_" fill="#777878" d="M502.3,367h-8.1l-1.5,1.9l-1.7,2c-0.3,0.4-0.5,0.9-0.7,1.2c-0.1,0.3-0.2,0.6-0.1,0.8
c0,0.3,0.2,0.6,0.5,0.8c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.2-0.4-0.5-0.4-0.7c0-0.3,0-0.6,0.1-0.8c0.1-0.4,0.4-0.8,0.7-1.2l1.7-2
l1.5-1.9h7.5V367z"/>
<path id="XMLID_104_" fill="#777878" d="M509.1,374.4l-0.1,0.4h-9.9l-0.1,0.3h10.6l0.2-0.6C509.5,374.5,509.3,374.5,509.1,374.4
z"/>
</g>
</g>
<g id="XMLID_29_">
<g id="XMLID_120_">
<path id="XMLID_126_" fill="#E8E8E8" d="M391.4,374.9c0.6-0.1,1.2-0.3,1.7-0.7c0.7-0.5,1.6-1.5,2.8-3l16.5-20.4h0.2v-0.3h-0.8
l-16.5,20.4c-1.2,1.5-2.1,2.5-2.8,3c-0.5,0.3-1.1,0.6-1.7,0.7l-0.2,0.6h0.7L391.4,374.9z"/>
<polygon id="XMLID_128_" fill="#E8E8E8" points="408.1,357.1 407.5,357.9 407.4,365.9 401.2,365.9 401,366.2 408,366.2 "/>
<path id="XMLID_130_" fill="#E8E8E8" d="M404.9,374.9c1-0.1,1.6-0.2,1.8-0.3c0.3-0.2,0.6-0.5,0.9-1.1c0.3-0.5,0.4-1.5,0.4-2.8
v-3.5h-0.6v3.2c0,1.3-0.1,2.2-0.4,2.8c-0.3,0.5-0.5,0.9-0.9,1.1c-0.2,0.1-0.8,0.2-1.8,0.3l-0.2,0.6h0.7L404.9,374.9z"/>
</g>
<g id="XMLID_70_">
<path id="XMLID_72_" fill="#E8E8E8" d="M422.1,351.3h8.2V351h-8.7l-0.2,0.6c0.2,0,0.5,0,0.7,0V351.3z"/>
<path id="XMLID_114_" fill="#E8E8E8" d="M434.9,374.9c1.3,0,2.3-0.2,2.9-0.8c0.6-0.5,1.1-1.5,1.5-3l4.2-17l-1.1,1.6l-3.7,15
c-0.4,1.5-0.9,2.5-1.5,3s-1.6,0.8-2.9,0.8l-0.2,0.6h0.7L434.9,374.9z"/>
<polygon id="XMLID_116_" fill="#E8E8E8" points="433,368.3 444.3,351.3 452.2,351.3 452.3,351 443.7,351 432.9,367.3 "/>
<polygon id="XMLID_118_" fill="#E8E8E8" points="426.1,354 425.8,355.3 428.7,375.2 429.2,375.2 "/>
<path id="XMLID_132_" fill="#E8E8E8" d="M416.8,374.9c1,0,1.7-0.2,2.2-0.6c0.9-0.7,1.5-1.7,1.9-3.1l4.6-17.9
c-0.5-0.5-1-0.9-1.4-1.1l0,0c0.3,0.2,0.5,0.4,0.8,0.7l-4.6,17.9c-0.4,1.4-1,2.4-1.9,3.1c-0.5,0.4-1.2,0.6-2.2,0.6l-0.1,0.6h0.7
V374.9z"/>
</g>
<g id="XMLID_67_">
<path id="XMLID_110_" fill="#E8E8E8" d="M455.2,351.3h11.2l0.1-0.3h-11.9l-0.2,0.6c0.2,0,0.5,0,0.7,0.1L455.2,351.3z"/>
<path id="XMLID_112_" fill="#E8E8E8" d="M449.8,374.9c1.2,0,2.1-0.2,2.6-0.7s1-1.5,1.4-3l3.9-15.5c0.2-1,0.3-1.7,0.3-2.2
c0-0.4-0.2-0.8-0.5-1c-0.1-0.1-0.3-0.1-0.4-0.2c0.2,0.2,0.4,0.5,0.4,0.9c0,0.5-0.1,1.2-0.3,2.2l-3.9,15.5
c-0.4,1.6-0.9,2.6-1.4,3c-0.5,0.5-1.4,0.7-2.6,0.7l-0.2,0.6h0.7V374.9z"/>
</g>
<g id="XMLID_32_">
<path id="XMLID_33_" fill="#E8E8E8" d="M478.4,363.9c0.2,0,0.4,0,0.6,0l0.1-0.4h9.8l0.1-0.3h-10.5L478.4,363.9z"/>
<path id="XMLID_106_" fill="#E8E8E8" d="M474.5,374c0.9,0.6,1.8,0.8,2.8,0.8c0.6,0,1.4-0.2,2.3-0.5l1.6-6.4
c0.3-1.1,0.4-1.8,0.4-2.1c0-0.4-0.2-0.8-0.6-1.1c-0.1-0.1-0.3-0.2-0.5-0.2c0.3,0.3,0.5,0.6,0.5,1c0,0.3-0.1,1-0.4,2.1L479,374
c-0.9,0.3-1.7,0.5-2.3,0.5C475.9,374.5,475.2,374.3,474.5,374z"/>
<path id="XMLID_108_" fill="#E8E8E8" d="M467.2,371.2c-1.1-1.7-1.7-3.6-1.8-5.7c-0.2-4.6,1.7-8.3,5.7-11.3
c3.1-2.3,6.6-3.3,10.7-3.5c0.4,0,1.4-0.1,2.8-0.1c1.1,0,2.5,0,4.4,0.2c0,0,0-0.1-0.1-0.1c-0.2-0.2-0.4-0.2-0.4-0.2
c-2-0.2-3.3-0.2-4.5-0.2c-1.4,0-2.4,0.1-2.8,0.1c-4,0.2-7.6,1.3-10.7,3.5c-4,3-5.9,6.7-5.7,11.3c0.1,2.1,0.7,4,1.8,5.7
c1.1,1.7,2.4,2.9,4,3.7c0,0,0,0,0.1,0C469.4,373.8,468.2,372.7,467.2,371.2z"/>
<path id="XMLID_136_" fill="#E8E8E8" d="M487.4,358.2h0.6c-0.2-2.1-0.3-3.6-1.2-4.5c-0.6-0.6-1-1-1.6-1.3c0.3,0.2,0.6,0.6,1,0.9
C487.1,354.3,487.2,355.9,487.4,358.2z"/>
</g>
<g id="XMLID_27_">
<path id="XMLID_95_" fill="#E8E8E8" d="M499.8,374.9c1-0.1,1.6-0.2,1.8-0.3c0.3-0.2,0.6-0.5,0.9-1.1c0.3-0.5,0.4-1.5,0.4-2.8
v-3.4h-0.6v3.1c0,1.3-0.1,2.2-0.4,2.8c-0.3,0.5-0.5,0.9-0.9,1.1c-0.2,0.1-0.8,0.2-1.8,0.3l-0.2,0.6h0.7L499.8,374.9z"/>
<path id="XMLID_138_" fill="#E8E8E8" d="M486.3,374.9c0.6-0.1,1.2-0.3,1.7-0.7c0.7-0.5,1.6-1.5,2.8-3l16.5-20.4h0.2v-0.3h-0.8
l-16.5,20.4c-1.2,1.5-2.1,2.5-2.8,3c-0.5,0.3-1.1,0.6-1.7,0.7l-0.2,0.6h0.7L486.3,374.9z"/>
<polygon id="XMLID_139_" fill="#E8E8E8" points="503,357.2 502.4,357.9 502.2,365.9 496.1,365.9 495.8,366.2 502.8,366.2
"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 55 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 84 KiB

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="-261 285 87.2 221" xml:space="preserve">
<g id="XMLID_2_">
<g id="XMLID_698_">
<path fill="#60605D" d="M-214.2,367.6h-6v-50c0-18.4-9.3-26.6-30.2-26.6v-6c24,0,36.2,11,36.2,32.6V367.6z"/>
</g>
<polygon id="XMLID_697_" fill="#868580" points="-207.6,362 -216.2,362 -216.2,360.4 -208.3,360.4 -209,358.4 -216.2,358.4
-216.2,356.8 -209.7,356.8 -210.6,354.4 -216.2,354.4 -216.2,352.8 -211.3,352.8 -212.2,350.4 -222.2,350.4 -223.1,352.8
-217.8,352.8 -217.8,354.4 -223.7,354.4 -224.6,356.8 -217.8,356.8 -217.8,358.4 -225.1,358.4 -225.9,360.4 -217.8,360.4
-217.8,362 -226.5,362 -227.8,365.6 -206.2,365.6 "/>
<path id="XMLID_695_" fill="#C9C9C9" d="M-253.8,364.4h72.8c4,0,7.2,3.2,7.2,7.2v127.2c0,4-3.2,7.2-7.2,7.2h-72.8
c-4,0-7.2-3.2-7.2-7.2V371.6C-261,367.6-257.8,364.4-253.8,364.4z"/>
<path id="XMLID_693_" fill="#DCDBDB" d="M-242.2,390.4h50.4c1.3,0,2.4,1.1,2.4,2.4v70.4c0,1.3-1.1,2.4-2.4,2.4h-50.4
c-1.3,0-2.4-1.1-2.4-2.4v-70.4C-244.6,391.4-243.5,390.4-242.2,390.4z"/>
<g id="XMLID_688_">
<path id="XMLID_691_" fill="#60605D" d="M-242.2,376.5h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-244.6,377.6-243.5,376.5-242.2,376.5z"/>
<path id="XMLID_689_" fill="#868580" d="M-242.2,374.4h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-244.6,375.4-243.5,374.4-242.2,374.4z"/>
</g>
<g id="XMLID_683_">
<path id="XMLID_686_" fill="#60605D" d="M-207.8,376.5h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-210.2,377.6-209.1,376.5-207.8,376.5z"/>
<path id="XMLID_684_" fill="#868580" d="M-207.8,374.4h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-210.2,375.4-209.1,374.4-207.8,374.4z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg6053"
viewBox="0 0 201 208"
height="208"
width="201"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="game.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1141"
id="namedview15"
showgrid="false"
inkscape:zoom="1.1346154"
inkscape:cx="-54.177965"
inkscape:cy="104"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6053" />
<defs
id="defs6055" />
<metadata
id="metadata6058">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-844.36216)"
id="layer1">
<path
id="path986"
style="fill:#3b3b3b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 181.76913,1030.0746 11.28375,0 0,7.3612 -11.28375,0 0,-7.3612 z M 2.1478797,845.89083 l -1.20499996,1.1075 -0.3875,1.39875 0.19375,201.53002 0.46624996,1.0325 1.03,0.6587 196.1087503,0.1738 1.305,-0.7338 0.65875,-1.225 -0.2725,-179.79497 -1.39875,0 0,-8.19875 1.10625,0.2725 0,-2.7975 -15.095,-13.25 -2.99125,-0.175 -0.9325,0.835 -16.04625,0 -1.39875,1.39875 -3.26375,0.0975 -107.79375,0 10e-4,-0.9325 -26.5,-0.195 0.0962,-1.03 -23.6837503,-0.17375 0.002,10e-4 z" />
<g
transform="matrix(1.25,0,0,-1.25,0.56249974,848.4047)"
id="g988">
<path
id="path990"
style="fill:none;stroke:#424242;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 0.149,-161.224 0.373,-0.821 0.821,-0.522 156.897,-0.149 1.044,0.597 0.523,0.969 -0.224,143.841 -1.119,0 0,6.566 0.895,-0.224 0,2.238 -12.086,10.594 -2.388,0.149 -0.746,-0.671 -12.832,0 -1.119,-1.119 -2.611,-0.075 -86.245,0 0,0.746 -21.188,0.15 0.074,0.82 L 1.268,2.014 0.298,1.119 0,0 0,0 Z" />
</g>
<g
transform="matrix(1.25,0,0,-1.25,26.022,846.72595)"
id="g992">
<path
id="path994"
style="fill:none;stroke:#858586;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 0,-52.896 0.373,-0.671 0.522,-0.224 23.128,0" />
</g>
<path
id="path996"
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 6.9978797,1037.5321 11.2837503,0 0,-7.3675 -11.2837503,0 0,7.3675 z" />
<g
transform="matrix(1.25,0,0,-1.25,176.16713,1046.6958)"
id="g998">
<path
id="path1000"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,87.757 -0.895,1.044 -119.37,-0.149 -1.045,-0.746 0,-88.018 L 0,0 Z" />
</g>
<path
id="path1002"
style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.86288,856.71208 28.8325,0 0,54.09 -28.8325,0 0,-54.09 z m -61.57,-11.055 0,67.1275 1.94375,1.49625 103.18625,0 1.71,-1.885 0,-66.735 -106.83625,0 -0.004,-0.004 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,295 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="566.929px" height="129.21px" viewBox="0 0 566.929 129.21" enable-background="new 0 0 566.929 129.21"
xml:space="preserve">
<g id="Ebene_2">
</g>
<g>
<g enable-background="new ">
<g>
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="280.5195" y1="41.1528" x2="280.5195" y2="128.0767">
<stop offset="0.3503" style="stop-color:#F8F8F8"/>
<stop offset="0.7157" style="stop-color:#C9C9C9"/>
</linearGradient>
<path fill="url(#SVGID_1_)" d="M314.466,41.153l29.807,0.189c0.568,0,4.658,0.663-0.453,1.999
c-4.084,1.063-7.43,0.661-8.764,5.979l-16.086,64.575c-1.336,5.769,3.152,10.742,8.955,12.301c1.313,0.32,1.393,1.715-0.158,1.8
l-19.586-0.724l-23.795,0.805c-1.728,0-1.795-1.794,0.085-2.125c5.562-0.567,10.478-5.151,11.548-8.913l15.643-56.077
c0.002-0.846-0.436-1.287-0.914-1.287c-0.35,0-0.723,0.236-0.965,0.719l-44.044,63.917c-1.22,1.967-3.14,3.271-4.838,3.271
c-1.835,0-3.412-1.521-3.578-5.375l-4.433-59.588c-0.048-0.826-0.744-1.454-1.438-1.454c-0.478,0-0.956,0.297-1.222,1.029
l-15.107,47.273c-1.237,3.593-1.325,7.104,0.147,9.646c1.463,2.611,5.229,5.803,9.64,6.701c1.714,0.412,1.628,2.125-0.004,2.209
l-15.824-0.662l-13.293,0.498c-1.561-0.084-1.393-1.631,0.004-1.883c4.578-0.979,9.826-5.638,12.205-12.267l19.571-62.897
c0.821-2.376-0.476-5.236-2.852-5.804l-6.055-1.229c-1.063-0.082-1.215-1.632,0.002-1.632l34.736-0.282l3.482,54.755l2.548-3.1
l33.147-49.172C312.984,43.683,313.968,42.134,314.466,41.153z"/>
<path d="M282.789,128.577c-0.439-0.336-0.721-0.885-0.715-1.438l0,0c0.017-1.149,1.001-1.98,2.225-2.174l0,0l0.027-0.006
l0.043-0.004c5.083-0.46,9.815-4.928,10.685-8.187l0,0l15.581-55.852l-44.048,63.92c-1.372,2.18-3.473,3.711-5.686,3.744l0,0
c-1.196,0.013-2.412-0.545-3.218-1.644l0,0c-0.812-1.096-1.27-2.636-1.359-4.66l0,0l-4.432-59.601
c-0.002-0.292-0.342-0.518-0.439-0.512l0,0c-0.008,0.004-0.017,0.004-0.027,0.004l0,0c-0.037,0-0.095,0-0.245,0.327l0,0
l-15.114,47.295c-0.582,1.689-0.889,3.343-0.889,4.837l0,0c0,1.529,0.317,2.88,0.963,3.995l0,0
c1.27,2.314,4.902,5.408,9.001,6.216l0,0c1.134,0.255,2.012,1.101,2.019,2.18l0,0c0.014,1.132-1.046,1.981-2.201,2l0,0
l-0.058,0.002l-15.822-0.661l-13.303,0.497l-0.043-0.002c-1.048-0.002-2.078-0.789-2.053-1.84l0,0
c0.014-1.059,0.874-1.847,1.902-2.019l0,0c4.122-0.852,9.223-5.29,11.461-11.587l0,0l19.579-62.925
c0.129-0.373,0.193-0.769,0.193-1.165l0,0c0.002-1.568-0.99-3.044-2.298-3.332l0,0l-6.008-1.221
c-1.043-0.115-1.721-1.01-1.703-1.875l0,0c-0.004-0.42,0.153-0.885,0.506-1.231l0,0c0.35-0.348,0.855-0.52,1.343-0.516l0,0
l35.681-0.288l3.382,53.167l0.906-1.1l33.1-49.101c0.412-0.671,1.393-2.221,1.85-3.125l0,0l0.278-0.551l30.42,0.192
c0.506,0.031,1.437,0.116,2.311,0.574l0,0c0.259,0.159,0.736,0.456,0.773,1.206l0,0c-0.077,0.897-0.635,1.161-1.092,1.428l0,0
c-0.51,0.261-1.194,0.496-2.195,0.759l0,0c-2.138,0.547-3.968,0.733-5.244,1.334l0,0c-1.258,0.611-2.148,1.451-2.799,3.92l0,0
l-16.082,64.559c-0.146,0.621-0.214,1.227-0.214,1.815l0,0c-0.026,4.268,3.657,8.002,8.43,9.287l0,0
c0.945,0.224,1.738,0.93,1.759,1.943l0,0c0.005,1.096-1.052,1.819-2.095,1.827l0,0l-0.054,0.002l-19.602-0.725l-23.782,0.804
c-0.004,0-0.008,0-0.012,0l0,0C283.779,129.074,283.224,128.917,282.789,128.577L282.789,128.577z M284.351,127.074
l23.838-0.806l18.807,0.695c-5.114-1.617-9.239-5.779-9.265-11.028l0,0c-0.002-0.746,0.087-1.503,0.268-2.284l0,0l16.087-64.575
c0.683-2.847,2.131-4.465,3.902-5.25l0,0c1.749-0.792,3.635-0.937,5.578-1.453l0,0c0.047-0.012,0.094-0.024,0.14-0.037l0,0
l-28.643-0.181c-0.553,0.99-1.303,2.17-1.656,2.75l0,0l-33.172,49.208l-4.192,5.097l-3.583-56.34l-31.957,0.258l4.446,0.904
c2.441,0.607,3.862,2.942,3.866,5.286l0,0c0,0.607-0.095,1.223-0.292,1.788l0,0l-19.583,62.938
c-2.42,6.682-7.531,11.459-12.446,12.784l0,0l12.593-0.472l15.813,0.661c0.093-0.009,0.159-0.025,0.205-0.042l0,0
c-0.064-0.056-0.191-0.136-0.394-0.186l0,0c-4.758-0.995-8.658-4.285-10.307-7.18l0,0c-0.852-1.47-1.225-3.183-1.225-4.983l0,0
c0-1.766,0.356-3.627,0.99-5.467l0,0l15.12-47.31c0.332-1.016,1.245-1.716,2.163-1.689l0,0c1.289,0.031,2.329,1.038,2.435,2.381
l0,0l4.434,59.619c0.075,1.801,0.489,2.948,0.963,3.576l0,0c0.485,0.626,0.974,0.827,1.617,0.841l0,0
c1.181,0.033,2.919-1.042,4.013-2.839l0,0l44.007-63.864c0.364-0.692,1.033-1.2,1.825-1.204l0,0
c0.547-0.004,1.088,0.275,1.42,0.707l0,0c0.338,0.433,0.493,0.984,0.491,1.575l0,0l0.002,0.006v0.139l-15.682,56.211
c-1.266,4.242-6.329,8.924-12.339,9.625l0,0c-0.199,0.035-0.332,0.085-0.419,0.131l0,0
C284.258,127.071,284.302,127.074,284.351,127.074L284.351,127.074z"/>
</g>
</g>
</g>
</g>
<g>
<g enable-background="new ">
<g>
<g>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="366.2729" y1="40.9282" x2="366.2729" y2="127.9106">
<stop offset="0.3503" style="stop-color:#F8F8F8"/>
<stop offset="0.7157" style="stop-color:#C9C9C9"/>
</linearGradient>
<path fill="url(#SVGID_2_)" d="M359.425,40.928l40.012,0.331c1.883,0,2.766,3.332-1,3.664c-4.02,0.354-8.225,3.215-9.213,6.641
l-18.748,64.8c-0.904,3.438,1.594,9.183,8.051,9.669c1.063,0.246,1.061,1.877,0.08,1.877l-23.631-0.906l-22.697,0.686
c-1.232,0-0.896-1.629,0.154-1.795c3.111-0.567,12.154-4.076,13.879-9.634l20.902-64.692c1.309-4.656-3.016-6.949-7.922-8.095
C358.23,43.304,358.447,41.011,359.425,40.928z"/>
<path d="M378.567,128.909l-23.601-0.905l-22.688,0.684c-0.466,0.007-0.964-0.152-1.31-0.503l0,0
c-0.347-0.346-0.484-0.805-0.48-1.199l0,0c0.017-0.946,0.649-1.87,1.765-2.074l0,0c1.394-0.249,4.396-1.25,7.141-2.83l0,0
c2.772-1.573,5.256-3.759,5.967-6.128l0,0l20.89-64.654c0.14-0.494,0.198-0.94,0.198-1.343l0,0
c-0.011-1.41-0.699-2.438-2.036-3.391l0,0c-1.326-0.927-3.256-1.631-5.328-2.112l0,0c-0.559-0.099-0.999-0.5-1.203-0.895l0,0
c-0.222-0.411-0.292-0.83-0.295-1.237l0,0c0.005-0.481,0.103-0.957,0.343-1.406l0,0c0.228-0.432,0.7-0.921,1.414-0.984l0,0
l0.046-0.002l40.049,0.33c1.554,0.023,2.613,1.308,2.615,2.68l0,0c0.033,1.493-1.355,2.853-3.528,2.98l0,0
c-3.64,0.282-7.577,3.06-8.341,5.923l0,0l-18.74,64.777c-0.097,0.361-0.148,0.768-0.148,1.201l0,0
c0.021,2.933,2.246,6.833,7.308,7.215l0,0l0.069,0.006l0.079,0.019c1.071,0.253,1.595,1.223,1.581,2.029l0,0
c-0.003,0.402-0.111,0.824-0.403,1.195l0,0c-0.276,0.364-0.781,0.626-1.323,0.626l0,0
C378.592,128.909,378.58,128.909,378.567,128.909L378.567,128.909z M377.115,126.852c-5.262-1.019-7.84-5.458-7.82-9.032l0,0
c0-0.594,0.07-1.17,0.221-1.734l0,0l18.747-64.799c1.214-3.99,5.686-6.932,10.086-7.36l0,0c1.625-0.208,1.671-0.715,1.704-0.988
l0,0c0-0.357-0.309-0.678-0.624-0.68l0,0l-39.771-0.328c-0.037,0.094-0.072,0.251-0.07,0.39l0,0
c-0.002,0.08,0.01,0.151,0.021,0.201l0,0c2.188,0.52,4.295,1.258,5.947,2.402l0,0c1.666,1.141,2.905,2.851,2.893,5.032l0,0
c0.002,0.603-0.09,1.233-0.282,1.921l0,0l-20.899,64.679c-1.018,3.199-3.918,5.548-6.878,7.26l0,0
c-2.466,1.408-4.993,2.362-6.781,2.833l0,0l21.378-0.647L377.115,126.852L377.115,126.852z"/>
</g>
</g>
</g>
</g>
<g>
<g enable-background="new ">
<g>
<g>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="432.9819" y1="36.8979" x2="432.9819" y2="127.8481">
<stop offset="0.3503" style="stop-color:#F8F8F8"/>
<stop offset="0.7157" style="stop-color:#C9C9C9"/>
</linearGradient>
<path fill="url(#SVGID_3_)" d="M464.128,36.898c4.105,0,8.133,0.34,12.004,1.062c2.461,0.496,5.475,1.62,4.738,3.746
l-5.906,15.057c-0.467,1.534-1.244,2.462-2.031,2.462c-1.094,0-2.207-1.792-2.551-6.244c-0.195-2.436,0.197-11.205-3.146-11.393
c-0.85-0.046-1.695-0.067-2.543-0.067c-5.363,0-10.688,0.885-15.43,2.396c-18.068,5.767-29.525,15.623-37.08,32.453
c-7.385,16.19-3.738,33.692,1.479,39.662c3.557,4.065,11.865,6.874,18.252,6.874c3.75,0,6.836-0.971,7.904-3.225
c3.457-8.307,5.133-18.494,4.809-23.15c0.014-5.647-2.201-6.086-6.41-6.866c-2.951-0.313-3.895-2.228,1.615-2.228
c0.293,0,0.604,0.006,0.936,0.02c1.771-0.012,3.492-0.018,5.189-0.018c3.881,0,7.602,0.021,11.299,0.039
c3.473,0.019,6.924,0.035,10.473,0.035c3.246,0,6.576-0.017,10.072-0.06c0.98,0.483,0.896,0.897-0.088,1.384
c-5.973,0.896-8.352,2.043-8.924,4.254c-2.311,7.85-4.383,16.438-8.123,24.488c-1.33,2.883-7.605,5.626-9.648,6.204
c-6.354,2.263-16.916,4.063-26.975,4.063c-8.072,0-15.822-1.16-20.813-4.184c-18.713-11.438-22.078-33.127-14.438-47.428
C400.123,54.96,434.261,36.898,464.128,36.898z"/>
<path d="M402.708,124.517c-12.916-7.888-18.738-20.608-18.732-32.545l0,0c0-5.78,1.356-11.39,3.934-16.207l0,0
c11.65-21.742,45.962-39.819,76.22-39.867l0,0v1v1c-29.481-0.048-63.445,17.999-74.457,38.811l0,0
c-2.409,4.504-3.695,9.795-3.695,15.264l0,0c0.008,11.303,5.468,23.312,17.77,30.837l0,0c4.69,2.859,12.321,4.049,20.296,4.038
l0,0c9.934,0.005,20.445-1.794,26.701-4.025l0,0c0.903-0.253,2.967-1.072,4.874-2.147l0,0c1.921-1.054,3.698-2.475,4.14-3.517
l0,0c3.688-7.93,5.753-16.466,8.063-24.315l0,0c0.348-1.418,1.398-2.544,2.974-3.272l0,0c0.896-0.426,1.977-0.774,3.296-1.08
l0,0c-2.17,0.016-4.283,0.022-6.362,0.022l0,0c-3.552,0-7.005-0.017-10.478-0.035l0,0c-3.697-0.017-7.416-0.038-11.294-0.038
l0,0c-1.695,0-3.413,0.006-5.23,0.017l0,0c-0.318-0.013-0.615-0.019-0.895-0.019l0,0c-0.887-0.014-1.592,0.053-2.105,0.139l0,0
c0.181,0.039,0.381,0.072,0.596,0.095l0,0l0.027,0.002l0.05,0.009c2.085,0.4,3.839,0.667,5.237,1.815l0,0
c1.408,1.185,1.998,3.086,1.989,5.981l0,0c0,0,0,0,0,0.02l0,0c0.026,0.392,0.038,0.818,0.038,1.275l0,0
c-0.009,5.254-1.692,14.506-4.941,22.337l0,0c-1.426,2.861-4.932,3.777-8.809,3.796l0,0c-6.67-0.038-15.076-2.803-19.005-7.216
l0,0c-3.354-3.879-5.881-11.648-5.9-20.854l0,0c0-6.263,1.207-13.178,4.262-19.878l0,0
c7.631-17.053,19.421-27.189,37.688-32.994l0,0c4.841-1.542,10.261-2.443,15.735-2.443l0,0c0.863,0,1.727,0.021,2.599,0.067l0,0
c1.324,0.072,2.228,1.042,2.717,2.074l0,0c0.514,1.057,0.789,2.327,0.97,3.643l0,0c0.356,2.613,0.308,5.481,0.4,6.599l0,0
c0.222,3.23,0.994,4.917,1.411,5.228l0,0c0.107,0.093,0.135,0.091,0.141,0.091l0,0c0,0,0.002,0,0.002,0.002l0,0
c0-0.008,0.122-0.002,0.367-0.295l0,0c0.233-0.28,0.505-0.785,0.707-1.459l0,0l0.017-0.05l5.898-15.034
c0.046-0.135,0.059-0.236,0.059-0.316l0,0c0.021-0.28-0.248-0.703-1.074-1.154l0,0c-0.789-0.432-1.931-0.771-2.958-0.975l0,0
c-3.803-0.709-7.77-1.044-11.818-1.044l0,0v-1v-1c4.158,0,8.247,0.345,12.199,1.082l0,0c1.162,0.236,2.445,0.594,3.529,1.177
l0,0c1.049,0.564,2.102,1.474,2.122,2.914l0,0c0.003,0.322-0.057,0.642-0.179,1l0,0l-5.9,15.043
c-0.543,1.631-1.344,2.999-2.969,3.109l0,0c-1.16-0.023-1.954-0.897-2.465-2.036l0,0c-0.535-1.177-0.903-2.83-1.083-5.127l0,0
c-0.126-1.924-0.031-7.288-1.171-9.513l0,0c-0.385-0.741-0.688-0.939-1.033-0.96l0,0c-0.83-0.046-1.657-0.065-2.487-0.065l0,0
c-5.255-0.002-10.483,0.868-15.126,2.348l0,0c-17.869,5.729-28.992,15.304-36.476,31.915l0,0
c-2.925,6.411-4.083,13.044-4.083,19.052l0,0c-0.02,8.812,2.548,16.308,5.405,19.537l0,0c3.184,3.719,11.396,6.57,17.499,6.532
l0,0c3.624,0.019,6.29-1.007,6.98-2.609l0,0c3.12-7.475,4.78-16.659,4.771-21.523l0,0c0-0.43-0.015-0.825-0.036-1.177l0,0
l-0.002-0.034V96.53c0,0-0.002,0-0.002-0.053l0,0c-0.009-2.705-0.526-3.821-1.276-4.451l0,0
c-0.752-0.662-2.193-1.001-4.285-1.374l0,0c-0.786-0.09-1.463-0.271-2.019-0.551l0,0c-0.522-0.29-1.14-0.667-1.2-1.608l0,0
c-0.005-0.499,0.282-0.927,0.579-1.162l0,0c0.305-0.249,0.644-0.398,1.044-0.524l0,0c0.798-0.242,1.866-0.368,3.363-0.371l0,0
c0.307,0,0.631,0.007,0.931,0.021l0,0c1.772-0.013,3.495-0.019,5.194-0.019l0,0c3.885,0,7.607,0.022,11.305,0.04l0,0
c3.473,0.019,6.921,0.035,10.467,0.035l0,0c3.243-0.002,6.567-0.017,10.061-0.061l0,0l0.236-0.005l0.217,0.107
c0.512,0.289,1.158,0.554,1.251,1.559l0,0c-0.124,1.084-0.796,1.293-1.333,1.617l0,0l-0.144,0.071l-0.155,0.023
c-2.944,0.438-4.961,0.947-6.205,1.548l0,0c-1.251,0.619-1.675,1.173-1.908,2l0,0c-2.302,7.813-4.382,16.457-8.174,24.623l0,0
c-0.891,1.845-2.916,3.238-4.976,4.42l0,0c-2.072,1.162-4.169,2.002-5.245,2.308l0,0c-6.515,2.314-17.129,4.118-27.31,4.123l0,0
C415.871,128.837,408,127.704,402.708,124.517L402.708,124.517z"/>
</g>
</g>
</g>
</g>
<path fill="#878787" d="M558.181,127.465v-4.979h-1.861v-0.668h4.477v0.668h-1.867v4.979H558.181z"/>
<path fill="#878787" d="M561.539,127.465v-5.646h1.125l1.338,4c0.123,0.371,0.213,0.65,0.271,0.836
c0.063-0.205,0.164-0.508,0.299-0.905l1.352-3.931h1.006v5.646h-0.719v-4.727l-1.643,4.727h-0.674l-1.633-4.808v4.808H561.539z"/>
<g>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="60.5488" y1="-1452.3516" x2="60.5488" y2="-1385.2856" gradientTransform="matrix(1 0 0 -1 2.3501 -1325.8926)">
<stop offset="0.0604" style="stop-color:#53B848"/>
<stop offset="0.5549" style="stop-color:#65CCEC"/>
<stop offset="0.5832" style="stop-color:#61C3E7"/>
<stop offset="0.6882" style="stop-color:#55A7D8"/>
<stop offset="0.7933" style="stop-color:#4D92CD"/>
<stop offset="0.8976" style="stop-color:#4886C6"/>
<stop offset="1" style="stop-color:#4682C4"/>
</linearGradient>
<polygon fill="url(#SVGID_4_)" points="28.491,59.393 52.378,59.393 97.306,126.459 73.637,126.459 "/>
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="72.5547" y1="-1452.2881" x2="179.0126" y2="-1325.4164" gradientTransform="matrix(1 0 0 -1 2.3501 -1325.8926)">
<stop offset="0" style="stop-color:#6EBE44"/>
<stop offset="0.0011" style="stop-color:#6EBE44"/>
<stop offset="0.2454" style="stop-color:#BCDA20"/>
<stop offset="0.4194" style="stop-color:#ECEB09"/>
<stop offset="0.5055" style="stop-color:#FFF200"/>
<stop offset="0.5783" style="stop-color:#FBCA08"/>
<stop offset="0.6794" style="stop-color:#F79A11"/>
<stop offset="0.7753" style="stop-color:#F47419"/>
<stop offset="0.8635" style="stop-color:#F1581F"/>
<stop offset="0.9411" style="stop-color:#F04822"/>
<stop offset="1" style="stop-color:#EF4223"/>
</linearGradient>
<polygon fill="url(#SVGID_5_)" points="158.261,0.001 181.93,0.001 97.553,126.459 74.98,126.459 "/>
</g>
<g>
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="32.0576" y1="-1452.3506" x2="32.0576" y2="-1385.2856" gradientTransform="matrix(1 0 0 -1 2.3501 -1325.8926)">
<stop offset="0.0604" style="stop-color:#53B848"/>
<stop offset="0.5549" style="stop-color:#65CCEC"/>
<stop offset="0.5832" style="stop-color:#61C3E7"/>
<stop offset="0.6882" style="stop-color:#55A7D8"/>
<stop offset="0.7933" style="stop-color:#4D92CD"/>
<stop offset="0.8976" style="stop-color:#4886C6"/>
<stop offset="1" style="stop-color:#4682C4"/>
</linearGradient>
<polygon fill="url(#SVGID_6_)" points="0,59.393 23.889,59.393 68.816,126.458 45.147,126.458 "/>
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="44.064" y1="-1452.2871" x2="150.5213" y2="-1325.4163" gradientTransform="matrix(1 0 0 -1 2.3501 -1325.8926)">
<stop offset="0" style="stop-color:#6EBE44"/>
<stop offset="0.0011" style="stop-color:#6EBE44"/>
<stop offset="0.2454" style="stop-color:#BCDA20"/>
<stop offset="0.4194" style="stop-color:#ECEB09"/>
<stop offset="0.5055" style="stop-color:#FFF200"/>
<stop offset="0.5783" style="stop-color:#FBCA08"/>
<stop offset="0.6794" style="stop-color:#F79A11"/>
<stop offset="0.7753" style="stop-color:#F47419"/>
<stop offset="0.8635" style="stop-color:#F1581F"/>
<stop offset="0.9411" style="stop-color:#F04822"/>
<stop offset="1" style="stop-color:#EF4223"/>
</linearGradient>
<polygon fill="url(#SVGID_7_)" points="129.769,0 153.438,0 69.063,126.458 46.489,126.458 "/>
</g>
<g>
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="163.7061" y1="38.0801" x2="163.7061" y2="128.0903">
<stop offset="0.3503" style="stop-color:#F8F8F8"/>
<stop offset="0.7157" style="stop-color:#C9C9C9"/>
</linearGradient>
<path fill="url(#SVGID_8_)" d="M154.313,97.063l-11.644,16.511c-3.452,5.399,3.078,11.04,10.279,12.354
c0.66,0.513,0.548,2.163-0.415,2.163c-0.105,0-0.219-0.02-0.345-0.063c-0.144-0.063-2.86-1.194-9.034-1.771
c-1.652-0.156-4.623-0.663-8.245-0.663c-1.248,0-2.571,0.062-3.947,0.214l-13.024,1.834c-1.232-0.082-1.229-1.551,0.002-1.882
c6.293-0.813,13.835-5.481,18.259-11.771l52.979-73.901c0.875-1.269,2.745-2.007,4.565-2.007c2.279,0,4.474,1.158,4.517,3.887
l1.745,73.983c0.566,6.204,4.724,8.829,9.962,10.294c0.732,0.495,0.411,1.477-0.086,1.645c-0.34-0.007-6.801-0.105-14.522-1.254
c-1.807-0.267-3.22-0.421-4.946-0.421c-1.493,0-3.221,0.116-5.64,0.373c-3.029,0.32-1.598,0.366-13.862,0.91
c-0.466,0.022-0.919-0.099-1.017-0.888c0.109-0.91,1.48-1.349,1.918-1.465c4.9-1.358,7.317-3.816,8.392-9.847
c1.16-6.631,0.85-12.269,0.694-18.071L154.313,97.063z M173.393,92.741c2.696,0,5.234,0.015,7.125,0.056L179.816,62
c-0.133-0.4-0.313-0.605-0.519-0.605c-0.169,0-0.357,0.145-0.546,0.439c-6.558,9.313-15.59,20.729-22.065,29.973
c-0.415,0.729-0.001,0.979,0.98,0.979c0.157,0.015,0.688,0.02,1.498,0.02c1.393,0,3.607-0.016,6.142-0.027
C167.84,92.759,170.696,92.741,173.393,92.741"/>
<path d="M152.533,129.088c-0.23,0.002-0.456-0.042-0.669-0.114l0,0l-0.036-0.013l-0.039-0.017c-0.031-0.015-2.65-1.127-8.73-1.695
l0,0c-1.722-0.163-4.612-0.656-8.149-0.658l0,0c-1.216,0-2.503,0.062-3.809,0.205l0,0l-13.125,1.848l-0.105-0.006
c-1.026-0.017-1.9-0.914-1.856-1.844l0,0c-0.006-0.916,0.684-1.756,1.668-2.002l0,0l0.064-0.019l0.064-0.006
c5.928-0.746,13.334-5.301,17.576-11.362l0,0l52.967-73.887c1.179-1.655,3.311-2.422,5.39-2.438l0,0
c1.305,0.002,2.629,0.323,3.696,1.121l0,0c1.074,0.79,1.809,2.118,1.819,3.742l0,0l1.744,73.946
c0.572,5.681,4.13,7.903,9.232,9.391l0,0l0.155,0.043l0.135,0.092c0.586,0.381,0.885,1.055,0.87,1.616l0,0
c-0.029,0.767-0.35,1.46-1.189,1.803l0,0l-0.166,0.058l-0.18-0.004c-0.354-0.007-6.859-0.105-14.648-1.262l0,0
c-1.79-0.266-3.135-0.411-4.799-0.411l0,0c-1.44-0.002-3.133,0.112-5.535,0.367l0,0c-2.978,0.314-1.688,0.373-13.937,0.914l0,0
c-0.072,0.002-0.116,0-0.128,0l0,0c-0.325,0.002-0.788-0.054-1.208-0.384l0,0c-0.423-0.333-0.645-0.857-0.705-1.38l0,0
l-0.015-0.122l0.015-0.12c0.139-0.966,0.814-1.474,1.328-1.776l0,0c0.539-0.311,1.057-0.462,1.316-0.532l0,0
c4.65-1.38,6.546-3.232,7.675-9.058l0,0c0.661-3.779,0.835-7.231,0.835-10.606l0,0c0-2.11-0.069-4.192-0.13-6.297l0,0
l-25.096-0.154l-11.318,16.047c-0.563,0.883-0.792,1.712-0.793,2.526l0,0c-0.135,3.433,4.824,7.333,10.41,8.303l0,0l0.238,0.043
l0.195,0.151c0.632,0.521,0.792,1.2,0.804,1.826l0,0c-0.004,0.44-0.096,0.895-0.369,1.323l0,0c-0.253,0.419-0.81,0.803-1.424,0.803
l0,0C152.559,129.088,152.546,129.088,152.533,129.088L152.533,129.088z M143.246,125.261c5.473,0.512,8.313,1.454,9.117,1.759l0,0
c0.001-0.019,0.002-0.038,0.002-0.058l0,0c0-0.047-0.005-0.094-0.013-0.136l0,0c-5.933-1.258-11.505-5.107-11.634-10.188l0,0
c-0.002-1.208,0.36-2.443,1.133-3.644l0,0l11.646-16.51l0.298-0.428l28.075,0.173l0.027,0.967c0.064,2.423,0.158,4.835,0.158,7.319
l0,0c0.002,3.445-0.178,7.028-0.866,10.955l0,0c-1.021,6.235-3.96,9.298-9.119,10.638l0,0c-0.183,0.035-0.621,0.205-0.905,0.375
l0,0c11.97-0.535,10.449-0.57,13.503-0.893l0,0c2.437-0.259,4.2-0.379,5.746-0.379l0,0c1.786,0,3.268,0.163,5.093,0.433l0,0
c5.646,0.84,10.62,1.112,12.971,1.201l0,0c-4.847-1.563-8.941-4.615-9.469-10.806l0,0l-0.002-0.033l-1.747-74.025
c-0.031-1.098-0.417-1.711-1.021-2.184l0,0c-0.609-0.462-1.521-0.721-2.495-0.719l0,0c-1.563-0.019-3.17,0.692-3.753,1.589l0,0
l-52.973,73.893c-4.064,5.747-10.508,10.144-16.537,11.712l0,0l10.37-1.461c1.417-0.157,2.777-0.22,4.06-0.222l0,0
C138.614,124.591,141.667,125.111,143.246,125.261L143.246,125.261z M154.307,98.062l0.006-0.998L154.307,98.062L154.307,98.062z
M180.496,93.795c-1.877-0.039-4.412-0.056-7.104-0.054l0,0V91.74c2.232,0,4.356,0.01,6.102,0.036l0,0l-0.646-28.35
c-6.368,8.949-14.75,19.6-20.933,28.37l0,0c0.228,0.005,0.685,0.01,1.249,0.008l0,0c1.386,0,3.602-0.015,6.136-0.026l0,0
c2.534-0.019,5.392-0.037,8.093-0.037l0,0v2.001c-2.693-0.002-5.547,0.017-8.083,0.035l0,0c-2.534,0.011-4.747,0.027-6.146,0.027
l0,0c-0.815-0.002-1.295-0.002-1.576-0.021l0,0c-0.396-0.006-0.752-0.032-1.145-0.188l0,0c-0.41-0.114-0.957-0.705-0.918-1.313l0,0
c0.006-0.403,0.139-0.696,0.292-0.972l0,0l0.024-0.045l0.025-0.033c6.5-9.281,15.533-20.696,22.043-29.94l0,0
c0.269-0.385,0.603-0.852,1.386-0.897l0,0c0.452-0.006,0.843,0.251,1.044,0.5l0,0c0.214,0.251,0.33,0.512,0.425,0.79l0,0
l0.046,0.143l0.731,31.991L180.496,93.795L180.496,93.795z"/>
</g>
<g>
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="505.1401" y1="38.209" x2="505.1401" y2="128.2114">
<stop offset="0.3503" style="stop-color:#F8F8F8"/>
<stop offset="0.7157" style="stop-color:#C9C9C9"/>
</linearGradient>
<path fill="url(#SVGID_9_)" d="M551.406,126.374c0.732,0.481,0.398,1.464-0.086,1.632c-0.34-0.006-6.801-0.105-14.521-1.238
c-1.834-0.271-3.254-0.43-5.002-0.43c-1.479,0-3.188,0.113-5.584,0.366c-3.041,0.317-1.598,0.364-13.877,0.91
c-0.457,0.021-0.904-0.099-1.002-0.888c0.107-0.908,1.48-1.338,1.906-1.467c4.908-1.348,7.326-3.814,8.404-9.845
c1.158-6.618,0.838-12.256,0.684-18.069l-26.588-0.152l-11.645,16.512c-3.439,5.393,3.09,11.023,10.289,12.338
c0.662,0.521,0.539,2.168-0.422,2.168c-0.107,0-0.223-0.021-0.352-0.063c-0.146-0.061-2.859-1.184-9.021-1.773
c-1.65-0.156-4.625-0.662-8.246-0.662c-1.248,0-2.57,0.059-3.945,0.213l-13.035,1.834c-1.221-0.084-1.219-1.551,0.004-1.881
c6.305-0.814,13.834-5.472,18.27-11.771l52.98-73.885c0.875-1.274,2.744-2.013,4.563-2.013c2.281,0,4.48,1.163,4.521,3.891
l1.744,73.972C542,122.283,546.169,124.896,551.406,126.374z M514.792,92.873c2.705,0,5.256,0.016,7.152,0.057l-0.689-30.813
c-0.137-0.4-0.318-0.605-0.521-0.605c-0.172,0-0.355,0.144-0.539,0.44c-6.568,9.325-15.592,20.739-22.078,29.97
c-0.404,0.732-0.002,0.98,0.979,0.98c0.191,0.018,0.945,0.021,2.078,0.021c1.377,0,3.32-0.012,5.516-0.021
C509.218,92.889,512.083,92.873,514.792,92.873"/>
<path d="M493.962,129.21c-0.242,0-0.459-0.047-0.656-0.11l0,0l-0.047-0.015l-0.031-0.013c-0.063-0.025-2.661-1.119-8.733-1.703l0,0
c-1.721-0.164-4.616-0.656-8.152-0.658l0,0c-1.217,0-2.501,0.058-3.807,0.204l0,0l-13.136,1.849l-0.106-0.008
c-1.025-0.02-1.892-0.918-1.847-1.844l0,0c-0.009-0.913,0.679-1.751,1.66-2l0,0l0.063-0.019l0.066-0.007
c5.94-0.747,13.335-5.289,17.586-11.362l0,0l52.968-73.869c1.179-1.661,3.311-2.429,5.388-2.446l0,0
c1.308,0.002,2.633,0.323,3.7,1.121l0,0c1.075,0.792,1.812,2.122,1.82,3.746l0,0l1.744,73.939c0.562,5.683,4.129,7.894,9.233,9.396
l0,0l-0.271,0.962l0.271-0.962l0.146,0.04l0.13,0.085c0.593,0.374,0.894,1.054,0.877,1.607l0,0
c-0.036,0.773-0.346,1.45-1.174,1.803l0,0l-0.173,0.062l-0.183-0.004c-0.358-0.006-6.86-0.106-14.648-1.248l0,0
c-1.82-0.271-3.171-0.419-4.856-0.419l0,0c-1.427,0-3.101,0.11-5.48,0.361l0,0c-2.988,0.313-1.685,0.371-13.947,0.915l0,0
c-0.053,0.002-0.093,0-0.123,0l0,0c-0.32,0.002-0.781-0.053-1.203-0.384l0,0c-0.425-0.334-0.644-0.858-0.701-1.383l0,0
l-0.015-0.117l0.015-0.121c0.136-0.968,0.815-1.474,1.325-1.774l0,0c0.533-0.306,1.053-0.461,1.308-0.54l0,0
c4.657-1.367,6.553-3.228,7.685-9.052l0,0c0.654-3.743,0.828-7.169,0.828-10.52l0,0c0-2.138-0.072-4.247-0.133-6.384l0,0
l-25.098-0.144l-11.319,16.047c-0.559,0.881-0.786,1.707-0.788,2.517l0,0c-0.134,3.429,4.824,7.327,10.415,8.3l0,0l0.244,0.043
l0.196,0.157c0.622,0.52,0.781,1.195,0.792,1.817l0,0c-0.003,0.443-0.096,0.898-0.37,1.327l0,0
c-0.254,0.421-0.81,0.807-1.428,0.807l0,0C493.986,129.21,493.974,129.21,493.962,129.21L493.962,129.21z M484.683,125.38
c5.496,0.524,8.346,1.477,9.11,1.765l0,0c0.003-0.021,0.004-0.045,0.003-0.068l0,0c0-0.047-0.005-0.094-0.013-0.136l0,0
c-5.934-1.259-11.505-5.105-11.636-10.182l0,0c-0.002-1.204,0.361-2.434,1.13-3.632l0,0l11.943-16.938l28.078,0.161l0.027,0.968
c0.062,2.451,0.159,4.891,0.159,7.404l0,0c0,3.419-0.178,6.974-0.857,10.868l0,0c-1.025,6.231-3.965,9.305-9.101,10.625l0,0
c-0.204,0.047-0.638,0.217-0.921,0.385l0,0c11.963-0.536,10.435-0.572,13.5-0.892l0,0c2.414-0.255,4.157-0.372,5.688-0.372l0,0
c1.811,0,3.3,0.166,5.146,0.439l0,0c5.623,0.825,10.58,1.099,12.942,1.188l0,0c-4.831-1.574-8.92-4.615-9.437-10.805l0,0
l-0.004-0.036l-1.743-74.008c-0.032-1.096-0.416-1.711-1.023-2.185l0,0c-0.609-0.465-1.524-0.724-2.499-0.722l0,0
c-1.559-0.017-3.166,0.692-3.75,1.597l0,0l-52.975,73.877c-4.07,5.749-10.494,10.134-16.522,11.706l0,0l10.354-1.456
c1.418-0.159,2.777-0.219,4.058-0.219l0,0C480.047,124.711,483.101,125.23,484.683,125.38L484.683,125.38z M459.447,126.936
l-0.003-0.002C459.444,126.935,459.445,126.935,459.447,126.936L459.447,126.936z M521.921,93.928
c-1.882-0.04-4.43-0.056-7.131-0.056l0,0v-2c2.242,0,4.378,0.01,6.131,0.038l0,0l-0.635-28.358
c-6.378,8.958-14.751,19.604-20.941,28.36l0,0c0.297,0.007,0.975,0.013,1.828,0.011l0,0c1.37,0,3.314-0.011,5.509-0.021l0,0
c2.53-0.013,5.397-0.029,8.108-0.029l0,0v2c-2.705,0-5.567,0.016-8.099,0.028l0,0c-2.193,0.01-4.138,0.022-5.519,0.022l0,0
c-1.137-0.002-1.827,0-2.154-0.023l0,0c-0.398-0.007-0.754-0.032-1.149-0.188l0,0c-0.416-0.117-0.953-0.718-0.911-1.313l0,0
c0.004-0.405,0.138-0.692,0.282-0.962l0,0l0.025-0.047l0.032-0.044c6.511-9.265,15.535-20.68,22.045-29.921l0,0
c0.26-0.391,0.607-0.873,1.391-0.913l0,0c0.455-0.004,0.839,0.253,1.039,0.497l0,0c0.214,0.249,0.331,0.507,0.429,0.786l0,0
l0.049,0.145l0.716,32.012L521.921,93.928L521.921,93.928z M514.791,93.872v0.002V93.872L514.791,93.872z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Amiga 1200</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>192753</color>
</image>
<image name="band2" extra="true">
<color>5F87C0</color>
</image>
<image name="band3" extra="true">
<color>F3AD2D</color>
</image>
<image name="band4" extra="true">
<color>ED2224</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,787 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="-6 246.3 598.9 301.7" xml:space="preserve">
<g id="XMLID_1_">
<path id="base" fill="#CFD0CF" d="M2.9,392.4c0,0-5,0-7,0c-1.7,0-1.9-0.2-1.9-2.9S-6,251.1-6,249c0-2.1,0.3-2.7,2.7-2.7
s583,0,587.9,0s5.1,0.4,5.1,5.1c0,4.2,0,24.9,0,29c0,0.6,0,0.7-0.7,0.7c-0.8,0-2.1,0-3,0c-0.7,0-0.8,0.2-0.8,0.7
c0,6.2,0,52.7,0,52.7v44.8c0,0,4.5,0,6.7,0c0.9,0,1,0.3,1,0.6c0,2.1,0,8.6,0,11.3c0,1-0.1,1.2-1.5,1.2
C558.7,392.4,2.9,392.4,2.9,392.4z"/>
<path id="outline" fill="none" stroke="#9B9A9A" stroke-width="2" stroke-miterlimit="10" d="M-0.2,392.4c0-41,0-74.8,0-75.7
c0-2.2,0-3.7,3.7-3.7c3.6,0,557.9,0,581.7,0"/>
<path id="keyboard" fill="#CFD0CF" d="M6.7,548c-5.7,0-6.9-4.5-6.9-8.6c0-4.1,0-220.4,0-222.6s0-3.7,3.7-3.7s578.8,0,582.5,0
s3.7,1.4,3.7,3.7c0,2.2,0,218.5,0,222.6c0,4.1-1.1,8.6-6.9,8.6C577.1,548,12.5,548,6.7,548z"/>
<g id="holes">
<path id="XMLID_123_" fill="#0C0C0D" d="M210.4,351H362c0.4,0,0.6,0.3,0.6,0.6V375c0,0.4-0.3,0.6-0.6,0.6H210.4
c-0.4,0-0.6-0.3-0.6-0.6v-23.4C209.8,351.3,210,351,210.4,351z"/>
<path id="XMLID_121_" fill="#0C0C0D" d="M48.8,351H200c0.4,0,0.6,0.3,0.6,0.6V375c0,0.4-0.3,0.6-0.6,0.6H48.8
c-0.4,0-0.6-0.3-0.6-0.6v-23.4C48.2,351.3,48.4,351,48.8,351z"/>
<path id="XMLID_119_" fill="#0C0C0D" d="M11.7,351h22.9c0.4,0,0.6,0.3,0.6,0.6V375c0,0.4-0.3,0.6-0.6,0.6H11.7
c-0.4,0-0.6-0.3-0.6-0.6v-23.4C11,351.3,11.3,351,11.7,351z"/>
<path id="XMLID_117_" fill="#0C0C0D" d="M368.2,489.5v21c0,0.4-0.3,0.6-0.6,0.6H30.3c-0.4,0-0.6-0.3-0.6-0.6v-21.1
c0,0,0.8-2.8-2.1-2.8c-2.5,0-16.3,0-16.3,0c-0.4,0-0.6-0.3-0.6-0.6v-96.3c0-0.4,0.3-0.6,0.6-0.6h372.2c0.4,0,0.6,0.3,0.6,0.6V486
c0,0.4-0.3,0.6-0.6,0.6c0,0-9.6,0-12.8,0C367.5,486.6,368.2,489.5,368.2,489.5z"/>
<path id="XMLID_115_" fill="#0C0C0D" d="M470.2,414.8c0.4,0,0.6-0.3,0.6-0.6v-24.4c0-0.4-0.3-0.6-0.6-0.6h-73.3
c-0.4,0-0.6,0.3-0.6,0.6v24.4c0,0.4,0.3,0.6,0.6,0.6H470.2z"/>
<path id="XMLID_113_" fill="#0C0C0D" d="M578.2,511.3c0.4,0,0.6-0.3,0.6-0.6v-121c0-0.4-0.3-0.6-0.6-0.6h-96.9
c-0.4,0-0.6,0.3-0.6,0.6v121c0,0.4,0.3,0.6,0.6,0.6H578.2z"/>
<path id="XMLID_111_" fill="#0C0C0D" d="M446.4,458.3v-21.5c0-0.4-0.3-0.6-0.6-0.6h-24.6c-0.4,0-0.6,0.3-0.6,0.6v21.5
c0,0,0.3,1.7-1.9,1.7c-11.9,0-21.8,0-21.8,0c-0.4,0-0.6,0.3-0.6,0.6v25.3c0,0.4,0.3,0.6,0.6,0.6h73.3c0.4,0,0.6-0.3,0.6-0.6v-25.3
c0-0.4-0.3-0.6-0.6-0.6c0,0-9.8,0-22.2,0C445.6,460,446.4,458.3,446.4,458.3z"/>
</g>
<g id="keys">
<g id="XMLID_21_">
<path id="XMLID_65_" fill="#9B9A9A" d="M237.8,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C236.3,439.2,237,438.5,237.8,438.5z"/>
<path id="XMLID_34_" fill="#CFD0CF" d="M240.7,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C239.3,441.4,240,440.7,240.7,440.7z"/>
</g>
<g id="XMLID_165_">
<path id="XMLID_168_" fill="#9B9A9A" d="M261.7,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C260.3,439.2,260.9,438.5,261.7,438.5z"/>
<path id="XMLID_166_" fill="#CFD0CF" d="M264.7,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C263.2,441.4,263.9,440.7,264.7,440.7z"/>
</g>
<g id="XMLID_170_">
<path id="XMLID_173_" fill="#9B9A9A" d="M285.6,438.5H305c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C284.2,439.2,284.8,438.5,285.6,438.5z"/>
<path id="XMLID_171_" fill="#CFD0CF" d="M288.6,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C287.1,441.4,287.8,440.7,288.6,440.7z"/>
</g>
<g id="XMLID_175_">
<path id="XMLID_178_" fill="#9B9A9A" d="M309.5,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C308.1,439.2,308.7,438.5,309.5,438.5z"/>
<path id="XMLID_176_" fill="#CFD0CF" d="M312.5,440.7H326c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C311,441.4,311.7,440.7,312.5,440.7z"/>
</g>
<g id="XMLID_180_">
<path id="XMLID_183_" fill="#9B9A9A" d="M333.4,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C332,439.2,332.6,438.5,333.4,438.5z"/>
<path id="XMLID_181_" fill="#CFD0CF" d="M336.4,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C335,441.4,335.6,440.7,336.4,440.7z"/>
</g>
<g id="XMLID_390_">
<path id="XMLID_393_" fill="#9B9A9A" d="M399.1,461.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C397.6,462.3,398.3,461.7,399.1,461.7z"/>
<path id="XMLID_391_" fill="#CFD0CF" d="M402,463.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H402
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C400.6,464.5,401.2,463.9,402,463.9z"/>
</g>
<g id="XMLID_410_">
<path id="XMLID_413_" fill="#9B9A9A" d="M448.5,461.7H468c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C447.1,462.3,447.7,461.7,448.5,461.7z"/>
<path id="XMLID_411_" fill="#CFD0CF" d="M451.5,463.9H465c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C450,464.5,450.7,463.9,451.5,463.9z"/>
</g>
<g id="XMLID_415_">
<path id="XMLID_418_" fill="#9B9A9A" d="M423.8,461.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C422.4,462.3,423,461.7,423.8,461.7z"/>
<path id="XMLID_416_" fill="#CFD0CF" d="M426.8,463.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C425.3,464.5,426,463.9,426.8,463.9z"/>
</g>
<g id="XMLID_420_">
<path id="XMLID_423_" fill="#9B9A9A" d="M423.8,437.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V439C422.4,438.2,423,437.6,423.8,437.6z"/>
<path id="XMLID_421_" fill="#CFD0CF" d="M426.8,439.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C425.3,440.4,426,439.8,426.8,439.8z"/>
</g>
<g id="XMLID_503_">
<path id="XMLID_506_" fill="#9B9A9A" d="M483.8,414.8h19.4c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,415.4,483,414.8,483.8,414.8z"/>
<path id="XMLID_504_" fill="#CFD0CF" d="M486.8,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,417.6,486,417,486.8,417z"/>
</g>
<g id="XMLID_486_">
<path id="XMLID_501_" fill="#9B9A9A" d="M508.1,414.8h19.4c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,415.4,507.3,414.8,508.1,414.8z"/>
<path id="XMLID_499_" fill="#CFD0CF" d="M511,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,417.6,510.2,417,511,417z"/>
</g>
<g id="XMLID_481_">
<path id="XMLID_484_" fill="#9B9A9A" d="M532.3,414.8h19.4c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,415.4,531.6,414.8,532.3,414.8z"/>
<path id="XMLID_482_" fill="#CFD0CF" d="M535.3,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,417.6,534.5,417,535.3,417z"/>
</g>
<g id="XMLID_523_">
<path id="XMLID_526_" fill="#9B9A9A" d="M483.8,438.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,439.4,483,438.7,483.8,438.7z"/>
<path id="XMLID_524_" fill="#CFD0CF" d="M486.8,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,441.6,486,440.9,486.8,440.9z"/>
</g>
<g id="XMLID_518_">
<path id="XMLID_521_" fill="#9B9A9A" d="M508.1,438.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,439.4,507.3,438.7,508.1,438.7z"/>
<path id="XMLID_519_" fill="#CFD0CF" d="M511,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,441.6,510.2,440.9,511,440.9z"/>
</g>
<g id="XMLID_513_">
<path id="XMLID_516_" fill="#9B9A9A" d="M532.3,438.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,439.4,531.6,438.7,532.3,438.7z"/>
<path id="XMLID_514_" fill="#CFD0CF" d="M535.3,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,441.6,534.5,440.9,535.3,440.9z"/>
</g>
<g id="XMLID_543_">
<path id="XMLID_546_" fill="#9B9A9A" d="M483.8,463.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,463.8,483,463.2,483.8,463.2z"/>
<path id="XMLID_544_" fill="#CFD0CF" d="M486.8,465.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,466,486,465.4,486.8,465.4z"/>
</g>
<g id="XMLID_538_">
<path id="XMLID_541_" fill="#9B9A9A" d="M508.1,463.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,463.8,507.3,463.2,508.1,463.2z"/>
<path id="XMLID_539_" fill="#CFD0CF" d="M511,465.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,466,510.2,465.4,511,465.4z"/>
</g>
<g id="XMLID_533_">
<path id="XMLID_536_" fill="#9B9A9A" d="M532.3,463.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,463.8,531.6,463.2,532.3,463.2z"/>
<path id="XMLID_534_" fill="#CFD0CF" d="M535.3,465.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,466,534.5,465.4,535.3,465.4z"/>
</g>
<g id="XMLID_563_">
<path id="XMLID_566_" fill="#9B9A9A" d="M483.8,487.6h43.7c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-43.7
c-0.8,0-1.4-0.6-1.4-1.4V489C482.4,488.3,483,487.6,483.8,487.6z"/>
<path id="XMLID_564_" fill="#CFD0CF" d="M486.8,489.8h37.8c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-37.8
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C485.3,490.5,486,489.8,486.8,489.8z"/>
</g>
<g id="XMLID_553_">
<path id="XMLID_556_" fill="#9B9A9A" d="M532.3,487.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V489C530.9,488.3,531.6,487.6,532.3,487.6z"/>
<path id="XMLID_554_" fill="#CFD0CF" d="M535.3,489.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C533.9,490.5,534.5,489.8,535.3,489.8z"/>
</g>
<g id="XMLID_30_">
<path id="XMLID_83_" fill="#9B9A9A" d="M213.9,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C212.4,439.2,213.1,438.5,213.9,438.5z"/>
<path id="XMLID_74_" fill="#CFD0CF" d="M216.8,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C215.4,441.4,216,440.7,216.8,440.7z"/>
</g>
<g id="XMLID_98_">
<path id="XMLID_109_" fill="#9B9A9A" d="M190,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H190
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C188.5,439.2,189.2,438.5,190,438.5z"/>
<path id="XMLID_99_" fill="#CFD0CF" d="M192.9,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C191.5,441.4,192.1,440.7,192.9,440.7z"/>
</g>
<g id="XMLID_140_">
<path id="XMLID_143_" fill="#9B9A9A" d="M166.1,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C164.6,439.2,165.3,438.5,166.1,438.5z"/>
<path id="XMLID_141_" fill="#CFD0CF" d="M169,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H169
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C167.6,441.4,168.2,440.7,169,440.7z"/>
</g>
<g id="XMLID_145_">
<path id="XMLID_148_" fill="#9B9A9A" d="M142.1,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C140.7,439.2,141.4,438.5,142.1,438.5z"/>
<path id="XMLID_146_" fill="#CFD0CF" d="M145.1,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C143.7,441.4,144.3,440.7,145.1,440.7z"/>
</g>
<g id="XMLID_150_">
<path id="XMLID_153_" fill="#9B9A9A" d="M118.2,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C116.8,439.2,117.4,438.5,118.2,438.5z"/>
<path id="XMLID_151_" fill="#CFD0CF" d="M121.2,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C119.8,441.4,120.4,440.7,121.2,440.7z"/>
</g>
<g id="XMLID_155_">
<path id="XMLID_158_" fill="#9B9A9A" d="M94.3,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H94.3
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C92.9,439.2,93.5,438.5,94.3,438.5z"/>
<path id="XMLID_156_" fill="#CFD0CF" d="M97.3,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H97.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C95.9,441.4,96.5,440.7,97.3,440.7z"/>
</g>
<g id="XMLID_160_">
<path id="XMLID_163_" fill="#9B9A9A" d="M70.4,438.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H70.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C69,439.2,69.6,438.5,70.4,438.5z"/>
<path id="XMLID_161_" fill="#CFD0CF" d="M73.4,440.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H73.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C71.9,441.4,72.6,440.7,73.4,440.7z"/>
</g>
<g id="XMLID_365_">
<path id="XMLID_368_" fill="#9B9A9A" d="M225.8,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C224.4,463.2,225.1,462.6,225.8,462.6z"/>
<path id="XMLID_366_" fill="#CFD0CF" d="M228.8,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C227.4,465.4,228,464.8,228.8,464.8z"/>
</g>
<g id="XMLID_360_">
<path id="XMLID_363_" fill="#9B9A9A" d="M249.8,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C248.3,463.2,249,462.6,249.8,462.6z"/>
<path id="XMLID_361_" fill="#CFD0CF" d="M252.7,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C251.3,465.4,251.9,464.8,252.7,464.8z"/>
</g>
<g id="XMLID_355_">
<path id="XMLID_358_" fill="#9B9A9A" d="M273.7,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C272.2,463.2,272.9,462.6,273.7,462.6z"/>
<path id="XMLID_356_" fill="#CFD0CF" d="M276.6,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C275.2,465.4,275.8,464.8,276.6,464.8z"/>
</g>
<g id="XMLID_350_">
<path id="XMLID_353_" fill="#9B9A9A" d="M297.6,462.6H317c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C296.1,463.2,296.8,462.6,297.6,462.6z"/>
<path id="XMLID_351_" fill="#CFD0CF" d="M300.5,464.8H314c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C299.1,465.4,299.7,464.8,300.5,464.8z"/>
</g>
<g id="XMLID_340_">
<path id="XMLID_343_" fill="#9B9A9A" d="M201.9,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C200.5,463.2,201.1,462.6,201.9,462.6z"/>
<path id="XMLID_341_" fill="#CFD0CF" d="M204.9,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C203.5,465.4,204.1,464.8,204.9,464.8z"/>
</g>
<g id="XMLID_335_">
<path id="XMLID_338_" fill="#9B9A9A" d="M178,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H178
c-0.8,0-1.4-0.6-1.4-1.4V464C176.6,463.2,177.2,462.6,178,462.6z"/>
<path id="XMLID_336_" fill="#CFD0CF" d="M181,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H181
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C179.6,465.4,180.2,464.8,181,464.8z"/>
</g>
<g id="XMLID_330_">
<path id="XMLID_333_" fill="#9B9A9A" d="M154.1,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C152.7,463.2,153.3,462.6,154.1,462.6z"/>
<path id="XMLID_331_" fill="#CFD0CF" d="M157.1,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C155.6,465.4,156.3,464.8,157.1,464.8z"/>
</g>
<g id="XMLID_325_">
<path id="XMLID_328_" fill="#9B9A9A" d="M130.2,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C128.8,463.2,129.4,462.6,130.2,462.6z"/>
<path id="XMLID_326_" fill="#CFD0CF" d="M133.2,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C131.7,465.4,132.4,464.8,133.2,464.8z"/>
</g>
<g id="XMLID_320_">
<path id="XMLID_323_" fill="#9B9A9A" d="M106.3,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4V464C104.9,463.2,105.5,462.6,106.3,462.6z"/>
<path id="XMLID_321_" fill="#CFD0CF" d="M109.3,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C107.8,465.4,108.5,464.8,109.3,464.8z"/>
</g>
<g id="XMLID_315_">
<path id="XMLID_318_" fill="#9B9A9A" d="M82.4,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H82.4
c-0.8,0-1.4-0.6-1.4-1.4V464C81,463.2,81.6,462.6,82.4,462.6z"/>
<path id="XMLID_316_" fill="#CFD0CF" d="M85.4,464.8h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H85.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C83.9,465.4,84.6,464.8,85.4,464.8z"/>
</g>
<g id="XMLID_310_">
<path id="XMLID_313_" fill="#9B9A9A" d="M58.5,462.6h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H58.5
c-0.8,0-1.4-0.6-1.4-1.4V464C57,463.2,57.7,462.6,58.5,462.6z"/>
<path id="XMLID_311_" fill="#CFD0CF" d="M61.4,464.8H75c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H61.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C60,465.4,60.6,464.8,61.4,464.8z"/>
</g>
<g id="XMLID_345_">
<path id="XMLID_348_" fill="#9B9A9A" d="M94.3,486.6h210.5c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H94.3
c-0.8,0-1.4-0.6-1.4-1.4V488C92.9,487.3,93.5,486.6,94.3,486.6z"/>
<path id="XMLID_346_" fill="#CFD0CF" d="M97.3,488.8h204.6c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H97.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C95.9,489.5,96.5,488.8,97.3,488.8z"/>
</g>
<g id="XMLID_240_">
<path id="XMLID_243_" fill="#9B9A9A" d="M231,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H231
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C229.6,415.1,230.2,414.5,231,414.5z"/>
<path id="XMLID_241_" fill="#CFD0CF" d="M234,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H234
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C232.6,417.3,233.2,416.7,234,416.7z"/>
</g>
<g id="XMLID_235_">
<path id="XMLID_238_" fill="#9B9A9A" d="M254.9,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C253.5,415.1,254.1,414.5,254.9,414.5z"/>
<path id="XMLID_236_" fill="#CFD0CF" d="M257.9,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C256.5,417.3,257.1,416.7,257.9,416.7z"/>
</g>
<g id="XMLID_230_">
<path id="XMLID_233_" fill="#9B9A9A" d="M278.9,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C277.4,415.1,278.1,414.5,278.9,414.5z"/>
<path id="XMLID_231_" fill="#CFD0CF" d="M281.8,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C280.4,417.3,281,416.7,281.8,416.7z"/>
</g>
<g id="XMLID_225_">
<path id="XMLID_228_" fill="#9B9A9A" d="M302.8,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C301.3,415.1,302,414.5,302.8,414.5z"/>
<path id="XMLID_226_" fill="#CFD0CF" d="M305.7,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C304.3,417.3,304.9,416.7,305.7,416.7z"/>
</g>
<g id="XMLID_220_">
<path id="XMLID_223_" fill="#9B9A9A" d="M326.7,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C325.2,415.1,325.9,414.5,326.7,414.5z"/>
<path id="XMLID_221_" fill="#CFD0CF" d="M329.6,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C328.2,417.3,328.8,416.7,329.6,416.7z"/>
</g>
<g id="XMLID_215_">
<path id="XMLID_218_" fill="#9B9A9A" d="M207.1,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C205.7,415.1,206.3,414.5,207.1,414.5z"/>
<path id="XMLID_216_" fill="#CFD0CF" d="M210.1,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C208.7,417.3,209.3,416.7,210.1,416.7z"/>
</g>
<g id="XMLID_210_">
<path id="XMLID_213_" fill="#9B9A9A" d="M183.6,414.5H203c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C182.1,415.1,182.8,414.5,183.6,414.5z"/>
<path id="XMLID_211_" fill="#CFD0CF" d="M186.5,416.7H200c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C185.1,417.3,185.7,416.7,186.5,416.7z"/>
</g>
<g id="XMLID_205_">
<path id="XMLID_208_" fill="#9B9A9A" d="M159.3,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C157.9,415.1,158.5,414.5,159.3,414.5z"/>
<path id="XMLID_206_" fill="#CFD0CF" d="M162.3,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C160.8,417.3,161.5,416.7,162.3,416.7z"/>
</g>
<g id="XMLID_200_">
<path id="XMLID_203_" fill="#9B9A9A" d="M135.4,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C134,415.1,134.6,414.5,135.4,414.5z"/>
<path id="XMLID_201_" fill="#CFD0CF" d="M138.4,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C136.9,417.3,137.6,416.7,138.4,416.7z"/>
</g>
<g id="XMLID_195_">
<path id="XMLID_198_" fill="#9B9A9A" d="M111.5,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C110.1,415.1,110.7,414.5,111.5,414.5z"/>
<path id="XMLID_196_" fill="#CFD0CF" d="M114.5,416.7H128c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C113,417.3,113.7,416.7,114.5,416.7z"/>
</g>
<g id="XMLID_190_">
<path id="XMLID_193_" fill="#9B9A9A" d="M87.6,414.5H107c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H87.6
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C86.1,415.1,86.8,414.5,87.6,414.5z"/>
<path id="XMLID_191_" fill="#CFD0CF" d="M90.5,416.7H104c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H90.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C89.1,417.3,89.7,416.7,90.5,416.7z"/>
</g>
<g id="XMLID_185_">
<path id="XMLID_188_" fill="#9B9A9A" d="M63.7,414.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H63.7
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C62.2,415.1,62.9,414.5,63.7,414.5z"/>
<path id="XMLID_186_" fill="#CFD0CF" d="M66.6,416.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H66.6
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C65.2,417.3,65.8,416.7,66.6,416.7z"/>
</g>
<g id="XMLID_300_">
<path id="XMLID_303_" fill="#9B9A9A" d="M218.6,390.5H238c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C217.2,391.1,217.8,390.5,218.6,390.5z"/>
<path id="XMLID_301_" fill="#CFD0CF" d="M221.6,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C220.2,393.3,220.8,392.7,221.6,392.7z"/>
</g>
<g id="XMLID_295_">
<path id="XMLID_298_" fill="#9B9A9A" d="M242.6,390.5H262c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C241.1,391.1,241.8,390.5,242.6,390.5z"/>
<path id="XMLID_296_" fill="#CFD0CF" d="M245.5,392.7H259c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C244.1,393.3,244.7,392.7,245.5,392.7z"/>
</g>
<g id="XMLID_290_">
<path id="XMLID_293_" fill="#9B9A9A" d="M266.5,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C265,391.1,265.7,390.5,266.5,390.5z"/>
<path id="XMLID_291_" fill="#CFD0CF" d="M269.4,392.7H283c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C268,393.3,268.6,392.7,269.4,392.7z"/>
</g>
<g id="XMLID_285_">
<path id="XMLID_288_" fill="#9B9A9A" d="M290.4,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C288.9,391.1,289.6,390.5,290.4,390.5z"/>
<path id="XMLID_286_" fill="#CFD0CF" d="M293.3,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C291.9,393.3,292.5,392.7,293.3,392.7z"/>
</g>
<g id="XMLID_280_">
<path id="XMLID_283_" fill="#9B9A9A" d="M314.3,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C312.8,391.1,313.5,390.5,314.3,390.5z"/>
<path id="XMLID_281_" fill="#CFD0CF" d="M317.2,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C315.8,393.3,316.4,392.7,317.2,392.7z"/>
</g>
<g id="XMLID_305_">
<path id="XMLID_308_" fill="#9B9A9A" d="M338.2,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C336.7,391.1,337.4,390.5,338.2,390.5z"/>
<path id="XMLID_306_" fill="#CFD0CF" d="M341.1,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C339.7,393.3,340.4,392.7,341.1,392.7z"/>
</g>
<g id="XMLID_275_">
<path id="XMLID_278_" fill="#9B9A9A" d="M194.7,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C193.3,391.1,193.9,390.5,194.7,390.5z"/>
<path id="XMLID_276_" fill="#CFD0CF" d="M197.7,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C196.3,393.3,196.9,392.7,197.7,392.7z"/>
</g>
<g id="XMLID_270_">
<path id="XMLID_273_" fill="#9B9A9A" d="M170.8,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C169.4,391.1,170,390.5,170.8,390.5z"/>
<path id="XMLID_271_" fill="#CFD0CF" d="M173.8,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C172.3,393.3,173,392.7,173.8,392.7z"/>
</g>
<g id="XMLID_265_">
<path id="XMLID_268_" fill="#9B9A9A" d="M146.9,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C145.5,391.1,146.1,390.5,146.9,390.5z"/>
<path id="XMLID_266_" fill="#CFD0CF" d="M149.9,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C148.4,393.3,149.1,392.7,149.9,392.7z"/>
</g>
<g id="XMLID_260_">
<path id="XMLID_263_" fill="#9B9A9A" d="M123,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H123
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C121.6,391.1,122.2,390.5,123,390.5z"/>
<path id="XMLID_261_" fill="#CFD0CF" d="M126,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H126
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C124.5,393.3,125.2,392.7,126,392.7z"/>
</g>
<g id="XMLID_255_">
<path id="XMLID_258_" fill="#9B9A9A" d="M99.1,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H99.1
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C97.7,391.1,98.3,390.5,99.1,390.5z"/>
<path id="XMLID_256_" fill="#CFD0CF" d="M102.1,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C100.6,393.3,101.3,392.7,102.1,392.7z"/>
</g>
<g id="XMLID_250_">
<path id="XMLID_253_" fill="#9B9A9A" d="M75.2,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H75.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C73.7,391.1,74.4,390.5,75.2,390.5z"/>
<path id="XMLID_251_" fill="#CFD0CF" d="M78.1,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H78.1
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C76.7,393.3,77.4,392.7,78.1,392.7z"/>
</g>
<g id="XMLID_245_">
<path id="XMLID_248_" fill="#9B9A9A" d="M51.3,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H51.3
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C49.8,391.1,50.5,390.5,51.3,390.5z"/>
<path id="XMLID_246_" fill="#CFD0CF" d="M54.2,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H54.2
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C52.8,393.3,53.4,392.7,54.2,392.7z"/>
</g>
<g id="XMLID_476_">
<path id="XMLID_479_" fill="#60605D" d="M13.5,462.6h40.1c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4V464C12,463.2,12.7,462.6,13.5,462.6z"/>
<path id="XMLID_477_" fill="#868580" d="M16.4,464.8h34.2c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,465.4,15.6,464.8,16.4,464.8z"/>
</g>
<g id="XMLID_470_">
<path id="XMLID_474_" fill="#60605D" d="M321.4,462.6h60.3c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-60.3
c-0.8,0-1.4-0.6-1.4-1.4V464C319.9,463.2,320.6,462.6,321.4,462.6z"/>
<path id="XMLID_471_" fill="#868580" d="M324.3,464.8h54.4c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-54.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C322.9,465.4,323.5,464.8,324.3,464.8z"/>
</g>
<g id="XMLID_445_">
<path id="XMLID_448_" fill="#60605D" d="M32.8,486.6h26.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H32.8
c-0.8,0-1.4-0.6-1.4-1.4V488C31.3,487.3,32,486.6,32.8,486.6z"/>
<path id="XMLID_446_" fill="#868580" d="M35.7,488.8h20.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H35.7
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C34.3,489.5,34.9,488.8,35.7,488.8z"/>
</g>
<g id="XMLID_440_">
<path id="XMLID_443_" fill="#60605D" d="M63.7,486.6h26.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H63.7
c-0.8,0-1.4-0.6-1.4-1.4V488C62.2,487.3,62.9,486.6,63.7,486.6z"/>
<path id="XMLID_441_" fill="#868580" d="M66.6,488.8h20.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H66.6
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C65.2,489.5,65.8,488.8,66.6,488.8z"/>
</g>
<g id="XMLID_385_">
<path id="XMLID_388_" fill="#60605D" d="M399.1,390.5h32.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-32.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C397.6,391.1,398.3,390.5,399.1,390.5z"/>
<path id="XMLID_386_" fill="#868580" d="M402,392.7h26.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H402
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C400.6,393.3,401.2,392.7,402,392.7z"/>
</g>
<g id="XMLID_380_">
<path id="XMLID_383_" fill="#60605D" d="M435.5,390.5H468c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-32.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C434.1,391.1,434.7,390.5,435.5,390.5z"/>
<path id="XMLID_381_" fill="#868580" d="M438.5,392.7H465c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-26.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C437.1,393.3,437.7,392.7,438.5,392.7z"/>
</g>
<g id="XMLID_435_">
<path id="XMLID_438_" fill="#60605D" d="M309.1,486.6h25.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-25.8
c-0.8,0-1.4-0.6-1.4-1.4V488C307.7,487.3,308.3,486.6,309.1,486.6z"/>
<path id="XMLID_436_" fill="#868580" d="M312.1,488.8H332c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-19.9
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C310.7,489.5,311.3,488.8,312.1,488.8z"/>
</g>
<g id="XMLID_430_">
<path id="XMLID_433_" fill="#60605D" d="M339.5,486.6h25.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-25.8
c-0.8,0-1.4-0.6-1.4-1.4V488C338,487.3,338.7,486.6,339.5,486.6z"/>
<path id="XMLID_431_" fill="#868580" d="M342.4,488.8h19.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-19.9
c-0.8,0-1.4-0.6-1.4-1.4v-13.4C341,489.5,341.6,488.8,342.4,488.8z"/>
</g>
<g id="XMLID_405_">
<path id="XMLID_408_" fill="#60605D" d="M13.5,438.5H42c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C12,439.2,12.7,438.5,13.5,438.5z"/>
<path id="XMLID_406_" fill="#868580" d="M16.4,440.7H39c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,441.4,15.6,440.7,16.4,440.7z"/>
</g>
<g id="XMLID_400_">
<path id="XMLID_403_" fill="#60605D" d="M46.7,438.5h19.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H46.7
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C45.3,439.2,45.9,438.5,46.7,438.5z"/>
<path id="XMLID_401_" fill="#868580" d="M49.7,440.7H63c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H49.7
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C48.3,441.4,48.9,440.7,49.7,440.7z"/>
</g>
<g id="XMLID_395_">
<path id="XMLID_398_" fill="#60605D" d="M362.1,390.5h19.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C360.7,391.1,361.3,390.5,362.1,390.5z"/>
<path id="XMLID_396_" fill="#868580" d="M365.1,392.7h13.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C363.6,393.3,364.3,392.7,365.1,392.7z"/>
</g>
<g id="XMLID_375_">
<path id="XMLID_378_" fill="#60605D" d="M13.5,414.5h45.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C12,415.1,12.7,414.5,13.5,414.5z"/>
<path id="XMLID_376_" fill="#868580" d="M16.4,416.7h39.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,417.3,15.6,416.7,16.4,416.7z"/>
</g>
<g id="XMLID_370_">
<path id="XMLID_373_" fill="#60605D" d="M13.5,390.5h33.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.5
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C12,391.1,12.7,390.5,13.5,390.5z"/>
<path id="XMLID_371_" fill="#868580" d="M16.4,392.7h27.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.4
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C15,393.3,15.6,392.7,16.4,392.7z"/>
</g>
<g id="XMLID_528_">
<path id="XMLID_28_" fill="#60605D" d="M350.8,414.5h30.5c0.8,0,1.4,0.6,1.4,1.4v43.7c0,0.8-0.6,1.4-1.4,1.4h-23.5
c-0.8,0-1.4-0.6-1.4-1.4c0,0,0-16.2,0-18.7c0-2.4-1.5-3.2-3.7-3.2c-3,0-3.3-1.8-3.3-3c0-1.1,0-18.8,0-18.8
C349.4,415.1,350.1,414.5,350.8,414.5z"/>
<path id="XMLID_558_" fill="#868580" d="M353.7,416.6h24.8c0.8,0,1.4,0.6,1.4,1.4v37.7c0,0.8-0.6,1.4-1.4,1.4h-17.8
c-0.8,0-1.4-0.6-1.4-1.4c0,0,0-13.8,0-16.6c0-2-1.9-3-3.6-3c-3.1,0-3.4-2.1-3.4-3.1s0-15,0-15
C352.3,417.2,352.9,416.6,353.7,416.6z"/>
</g>
<g id="XMLID_531_">
<path id="XMLID_561_" fill="#60605D" d="M13.4,352h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H13.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C11.9,352.6,12.6,352,13.4,352z"/>
<path id="XMLID_559_" fill="#868580" d="M16.3,354.2h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H16.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C14.9,354.8,15.5,354.2,16.3,354.2z"/>
</g>
<g id="XMLID_568_">
<path id="XMLID_571_" fill="#60605D" d="M50.7,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H50.7
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C49.3,352.6,49.9,352,50.7,352z"/>
<path id="XMLID_569_" fill="#868580" d="M53.7,354.2H74c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H53.7
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C52.2,354.8,52.9,354.2,53.7,354.2z"/>
</g>
<g id="XMLID_573_">
<path id="XMLID_576_" fill="#60605D" d="M81.1,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H81.1
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C79.6,352.6,80.3,352,81.1,352z"/>
<path id="XMLID_574_" fill="#868580" d="M84,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H84
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C82.6,354.8,83.2,354.2,84,354.2z"/>
</g>
<g id="XMLID_578_">
<path id="XMLID_581_" fill="#60605D" d="M111.4,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C110,352.6,110.7,352,111.4,352z"/>
<path id="XMLID_579_" fill="#868580" d="M114.4,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C113,354.8,113.6,354.2,114.4,354.2z"/>
</g>
<g id="XMLID_583_">
<path id="XMLID_586_" fill="#60605D" d="M141.8,352H168c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C140.4,352.6,141,352,141.8,352z"/>
<path id="XMLID_584_" fill="#868580" d="M144.8,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C143.3,354.8,144,354.2,144.8,354.2z"/>
</g>
<g id="XMLID_588_">
<path id="XMLID_591_" fill="#60605D" d="M172.2,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C170.8,352.6,171.4,352,172.2,352z"/>
<path id="XMLID_589_" fill="#868580" d="M175.2,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C173.7,354.8,174.4,354.2,175.2,354.2z"/>
</g>
<g id="XMLID_613_">
<path id="XMLID_616_" fill="#60605D" d="M212.5,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C211.1,352.6,211.7,352,212.5,352z"/>
<path id="XMLID_614_" fill="#868580" d="M215.5,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C214,354.8,214.7,354.2,215.5,354.2z"/>
</g>
<g id="XMLID_608_">
<path id="XMLID_611_" fill="#60605D" d="M242.9,352H269c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C241.4,352.6,242.1,352,242.9,352z"/>
<path id="XMLID_609_" fill="#868580" d="M245.8,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C244.4,354.8,245,354.2,245.8,354.2z"/>
</g>
<g id="XMLID_603_">
<path id="XMLID_606_" fill="#60605D" d="M273.2,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C271.8,352.6,272.5,352,273.2,352z"/>
<path id="XMLID_604_" fill="#868580" d="M276.2,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C274.8,354.8,275.4,354.2,276.2,354.2z"/>
</g>
<g id="XMLID_598_">
<path id="XMLID_601_" fill="#60605D" d="M303.6,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-26.2
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C302.2,352.6,302.8,352,303.6,352z"/>
<path id="XMLID_599_" fill="#868580" d="M306.6,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-20.3
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C305.1,354.8,305.8,354.2,306.6,354.2z"/>
</g>
<g id="XMLID_593_">
<path id="XMLID_596_" fill="#60605D" d="M334,352h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4H334
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C332.6,352.6,333.2,352,334,352z"/>
<path id="XMLID_594_" fill="#868580" d="M337,354.2h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H337
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C335.5,354.8,336.2,354.2,337,354.2z"/>
</g>
<g id="XMLID_425_">
<path id="XMLID_428_" fill="#60605D" d="M483.8,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C482.4,391.1,483,390.5,483.8,390.5z"/>
<path id="XMLID_426_" fill="#868580" d="M486.8,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C485.3,393.3,486,392.7,486.8,392.7z"/>
</g>
<g id="XMLID_450_">
<path id="XMLID_453_" fill="#60605D" d="M508.1,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C506.6,391.1,507.3,390.5,508.1,390.5z"/>
<path id="XMLID_451_" fill="#868580" d="M511,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H511
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C509.6,393.3,510.2,392.7,511,392.7z"/>
</g>
<g id="XMLID_455_">
<path id="XMLID_458_" fill="#60605D" d="M532.3,390.5h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C530.9,391.1,531.6,390.5,532.3,390.5z"/>
<path id="XMLID_456_" fill="#868580" d="M535.3,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C533.9,393.3,534.5,392.7,535.3,392.7z"/>
</g>
<g id="XMLID_460_">
<path id="XMLID_463_" fill="#60605D" d="M556.6,390.5H576c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C555.2,391.1,555.8,390.5,556.6,390.5z"/>
<path id="XMLID_461_" fill="#868580" d="M559.6,392.7h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C558.2,393.3,558.8,392.7,559.6,392.7z"/>
</g>
<g id="XMLID_465_">
<path id="XMLID_468_" fill="#60605D" d="M556.6,414.8H576c0.8,0,1.4,0.6,1.4,1.4V436c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C555.2,415.4,555.8,414.8,556.6,414.8z"/>
<path id="XMLID_466_" fill="#868580" d="M559.6,417h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C558.2,417.6,558.8,417,559.6,417z"/>
</g>
<g id="XMLID_508_">
<path id="XMLID_511_" fill="#60605D" d="M556.6,438.7H576c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-19.8C555.2,439.4,555.8,438.7,556.6,438.7z"/>
<path id="XMLID_509_" fill="#868580" d="M559.6,440.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C558.2,441.6,558.8,440.9,559.6,440.9z"/>
</g>
<g id="XMLID_532_">
<path id="XMLID_551_" fill="#60605D" d="M556.6,463.5H576c0.8,0,1.4,0.6,1.4,1.4v43.9c0,0.8-0.6,1.4-1.4,1.4h-19.4
c-0.8,0-1.4-0.6-1.4-1.4v-43.9C555.2,464.2,555.8,463.5,556.6,463.5z"/>
<path id="XMLID_549_" fill="#868580" d="M559.6,465.7h13.5c0.8,0,1.4,0.6,1.4,1.4v37.6c0,0.8-0.6,1.4-1.4,1.4h-13.5
c-0.8,0-1.4-0.6-1.4-1.4v-37.6C558.2,466.4,558.8,465.7,559.6,465.7z"/>
</g>
</g>
<g id="grill">
<path id="XMLID_137_" fill="#777878" d="M5.6,254.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,255.1,5.4,254.9,5.6,254.9z"/>
<path id="XMLID_135_" fill="#777878" d="M5.6,262.4H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,262.5,5.4,262.4,5.6,262.4z"/>
<path id="XMLID_133_" fill="#777878" d="M5.6,269.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,270,5.4,269.9,5.6,269.9z"/>
<path id="XMLID_131_" fill="#777878" d="M5.6,277.4H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,277.5,5.4,277.4,5.6,277.4z"/>
<path id="XMLID_129_" fill="#777878" d="M5.6,284.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,285,5.4,284.9,5.6,284.9z"/>
<path id="XMLID_127_" fill="#777878" d="M5.6,292.4H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,292.5,5.4,292.4,5.6,292.4z"/>
<path id="XMLID_125_" fill="#777878" d="M5.6,299.9H577c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H5.6
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C5.3,300,5.4,299.9,5.6,299.9z"/>
</g>
<g id="plaque">
<path id="XMLID_51_" fill="#EAEAEA" d="M12.5,338.4v-14.2c0-0.5,0.4-1,1-1h60.7c0.1,0,0.3,0,0.4,0.1c-0.2-0.2-0.4-0.4-0.7-0.4
H13.1c-0.5,0-1,0.4-1,1v14.2c0,0.4,0.2,0.7,0.6,0.9C12.6,338.8,12.5,338.6,12.5,338.4z"/>
<path id="XMLID_60_" fill="#777878" d="M74.3,323.1c0.1,0.1,0.1,0.3,0.1,0.5v14.2c0,0.5-0.4,1-1,1H12.7c-0.2,0-0.3-0.1-0.5-0.1
c0.2,0.3,0.5,0.5,0.8,0.5h60.7c0.5,0,1-0.4,1-1v-14.3C74.8,323.6,74.6,323.3,74.3,323.1z"/>
</g>
<g id="a1200_x5F_logo">
<path id="XMLID_85_" fill="#EC2127" d="M29.6,328.5l-1.6,0.4l-0.3-1.6l1.6-0.4L29.6,328.5z"/>
<path id="XMLID_79_" fill="#0B0B0B" d="M25.9,329.7h-1.3h-0.1h-0.1l-1.2,4l-1.4-4H21l0,0h-1.4v0.2h0.9v5.8h0.2v-5.5l2,5.5h0.2
l0.5-1.7l1.3-4v5.8h0.6l0,0h1.4v-0.2H26v-5.9H25.9z"/>
<path id="XMLID_76_" fill="#0B0B0B" d="M17.2,329.6L17.2,329.6H17l-0.5,1.4l-1.7,4.8H15l0.6-1.8h1.9l0.6,1.8h1.2l0,0H20v-0.2h-0.7
L17.2,329.6z M15.7,333.7l0.9-2.5l0.9,2.5H15.7z"/>
<path id="XMLID_73_" fill="#0B0B0B" d="M41.1,335.5h-0.7l-2.1-6l0,0h-0.2l-0.5,1.4l-1.6,4.8h0.2l0.6-1.8h1.9l0.6,1.8h1.2l0,0h0.6
V335.5z M36.9,333.7l0.9-2.5l0.9,2.5H36.9z"/>
<path id="XMLID_71_" fill="#0B0B0B" d="M29.1,329.9h0.8v-0.2h-1.4l0,0h-0.7v5.8h-0.6v0.2h1.3h0.1h1.3v-0.2h-0.8L29.1,329.9z"/>
<path id="XMLID_69_" fill="#0B0B0B" d="M33.5,333.8h0.9c0,0.3,0,1,0,1.2c0,0.3-0.3,0.6-0.6,0.6c-0.8,0.1-1.6-0.1-1.7-0.7
c-0.3-1.1-0.2-2.5-0.1-3.7c0-0.8,0.7-1.4,1.5-1.4s1.5,0.6,1.6,1.4c0,0.1,0,0.2,0,0.2h0.4v-1.1c0,0-0.1-0.2-0.2-0.3
c-0.6-0.4-1.5-0.6-2.4-0.4c-1.6,0.4-2.7,2.2-2,4.3c0.4,1.3,1.9,2.4,3.7,1.8c0.8-0.3,1.3-1,1.3-1.9l0,0v-0.2h-2.2v0.2H33.5z"/>
<path id="XMLID_66_" fill="#0B0B0B" d="M46.7,333.8l1.4-1.9v1.9H46.7z M49,335.8l0.1-0.2c-0.1,0-0.1,0-0.2,0s-0.1,0-0.2-0.1
c-0.1-0.1-0.1-0.1-0.1-0.2c0-0.1,0-0.1,0-0.2l0.1-4.3h-0.2c-0.4,0.6-0.9,1.3-1.5,2.1c-0.6,0.8-1.1,1.5-1.5,2.1
c-0.1,0.1-0.2,0.2-0.3,0.3s-0.2,0.1-0.2,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.2,0l-0.1,0.2h1.7l0.1-0.2
c-0.2,0-0.3,0-0.4-0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.2,0.2-0.4
c0.1-0.2,0.2-0.3,0.3-0.4H48c0,0.4,0,0.7,0,0.9s0,0.3,0,0.3c0,0.1,0,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2,0-0.2,0l-0.1,0.2L49,335.8L49,335.8z"/>
<path id="XMLID_64_" fill="#0B0B0B" d="M56.2,331.1c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2h-0.2l-0.1,0.3h0.9l-1.1,3
c0,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0-0.2,0-0.4,0.1c-0.2,0-0.3,0-0.4,0l-0.1,0.2h2.6l0.1-0.3
c-0.1,0-0.2,0-0.3,0s-0.2-0.1-0.3-0.1l-0.1-0.1c0,0,0-0.1,0-0.2c0,0,0,0,0-0.1c0,0,0,0,0-0.1l0.9-2.5c0-0.1,0.1-0.3,0.2-0.6
c0.1-0.3,0.2-0.5,0.3-0.7L56.2,331.1z"/>
<path id="XMLID_62_" fill="#0B0B0B" d="M60.7,331.4c-0.2-0.2-0.6-0.4-1-0.4c-0.3,0-0.5,0-0.8,0.1c-0.2,0.1-0.5,0.2-0.6,0.4
c-0.2,0.1-0.4,0.3-0.5,0.5c-0.1,0.2-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0,0.3s0.1,0.1,0.3,0.1c0.2,0,0.3-0.1,0.5-0.2
c0.1-0.1,0.2-0.3,0.2-0.6c0-0.1,0-0.2,0-0.2c0-0.1,0-0.1,0-0.1c0.1-0.1,0.2-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.6-0.1
c0.2,0,0.4,0.1,0.5,0.2c0.1,0.2,0.1,0.4,0.1,0.7c0,0.2-0.1,0.5-0.2,0.6c-0.1,0.2-0.3,0.3-0.5,0.5c-0.1,0.1-0.3,0.2-0.5,0.3
s-0.4,0.2-0.7,0.3c-0.2,0.1-0.4,0.2-0.5,0.2c-0.2,0.1-0.3,0.2-0.5,0.3c-0.2,0.1-0.3,0.2-0.4,0.3c-0.1,0.1-0.2,0.2-0.3,0.3
l-0.2,0.6H60l0.3-0.7h-3c0.2-0.2,0.4-0.3,0.6-0.4s0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.8-0.3c0.2-0.1,0.5-0.2,0.7-0.3
c0.3-0.2,0.5-0.3,0.6-0.5c0.2-0.2,0.3-0.5,0.3-0.8C61,332,61,331.7,60.7,331.4z"/>
<path id="XMLID_59_" fill="#0B0B0B" d="M65.5,331.6c-0.2-0.3-0.6-0.5-1.1-0.5c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.2-0.7,0.4-0.9,0.7
c-0.3,0.3-0.5,0.6-0.7,1c-0.2,0.4-0.3,0.8-0.4,1.2c-0.1,0.5,0,0.9,0.2,1.2c0.2,0.3,0.6,0.5,1.1,0.5c0.4,0,0.8-0.1,1.1-0.3
c0.3-0.2,0.6-0.4,0.9-0.7c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.3-0.8,0.4-1.2C65.8,332.3,65.8,331.9,65.5,331.6z M64.7,333.5
c-0.1,0.3-0.3,0.7-0.5,1c-0.2,0.4-0.5,0.6-0.7,0.8s-0.5,0.3-0.8,0.3s-0.5-0.1-0.6-0.3s-0.1-0.5-0.1-0.9c0-0.3,0.1-0.6,0.3-0.9
c0.1-0.3,0.3-0.7,0.5-1c0.2-0.3,0.4-0.6,0.7-0.8c0.3-0.2,0.5-0.3,0.8-0.3s0.5,0.1,0.6,0.3c0.1,0.2,0.1,0.5,0.1,0.9
C64.9,332.9,64.9,333.2,64.7,333.5z"/>
<path id="XMLID_56_" fill="#0B0B0B" d="M70.3,331.6c-0.2-0.3-0.6-0.5-1.1-0.5c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.2-0.7,0.4-0.9,0.7
c-0.3,0.3-0.5,0.6-0.7,1c-0.2,0.4-0.3,0.8-0.4,1.2c-0.1,0.5,0,0.9,0.2,1.2c0.2,0.3,0.6,0.5,1.1,0.5c0.4,0,0.8-0.1,1.1-0.3
c0.3-0.2,0.6-0.4,0.9-0.7c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.3-0.8,0.4-1.2S70.6,331.9,70.3,331.6z M69.5,333.5
c-0.1,0.3-0.3,0.7-0.5,1c-0.2,0.4-0.5,0.6-0.7,0.8s-0.5,0.3-0.8,0.3s-0.5-0.1-0.6-0.3s-0.1-0.5-0.1-0.9c0-0.3,0.1-0.6,0.3-0.9
c0.1-0.3,0.3-0.7,0.5-1c0.2-0.3,0.4-0.6,0.7-0.8c0.3-0.2,0.5-0.3,0.8-0.3s0.5,0.1,0.6,0.3c0.1,0.2,0.1,0.5,0.1,0.9
C69.7,332.9,69.7,333.2,69.5,333.5z"/>
</g>
<g id="lights">
<path id="XMLID_91_" fill="#525056" d="M542.2,351.3H560c0.1,0,0.2,0.1,0.2,0.2v2.4c0,0.1-0.1,0.2-0.2,0.2h-17.8
c-0.1,0-0.2-0.1-0.2-0.2v-2.4C542,351.4,542.1,351.3,542.2,351.3z"/>
<path id="XMLID_89_" fill="#525056" d="M542.2,361.6H560c0.1,0,0.2,0.1,0.2,0.2v2.4c0,0.1-0.1,0.2-0.2,0.2h-17.8
c-0.1,0-0.2-0.1-0.2-0.2v-2.4C542,361.7,542.1,361.6,542.2,361.6z"/>
<path id="XMLID_87_" fill="#B9D432" d="M542.2,371.9H560c0.1,0,0.2,0.1,0.2,0.2v2.4c0,0.1-0.1,0.2-0.2,0.2h-17.8
c-0.1,0-0.2-0.1-0.2-0.2v-2.4C542,372,542.1,371.9,542.2,371.9z"/>
<path id="XMLID_494_" fill-rule="evenodd" fill="#E6E414" d="M557.9,374h-13.6c-0.3,0-0.6-0.3-0.6-0.6v-0.3c0-0.3,0.3-0.6,0.6-0.6
h13.6c0.3,0,0.6,0.3,0.6,0.6v0.3C558.5,373.8,558.2,374,557.9,374z"/>
</g>
<g id="amiga_x5F_logo_x5F_big">
<g id="XMLID_50_">
<g id="XMLID_75_">
<polygon id="XMLID_77_" fill="#777878" points="401.1,365.9 407.5,357.9 407.5,356.8 400.2,365.9 "/>
<path id="XMLID_78_" fill="#777878" d="M412.1,350.4v19.5c0,1,0,1.7,0,1.9c0,0.8,0.2,1.4,0.6,1.8c0.2,0.2,0.4,0.4,0.8,0.5
c-0.1,0-0.1-0.1-0.2-0.1c-0.3-0.4-0.5-1-0.6-1.8c0-0.2,0-0.8,0-1.9v-19.8h-0.6V350.4z"/>
<path id="XMLID_80_" fill="#777878" d="M397.4,374.5v0.4h-6.6l-0.1,0.3h7.3v-0.6C397.8,374.5,397.6,374.5,397.4,374.5z"/>
<path id="XMLID_88_" fill="#777878" d="M407.5,367h-8.1l-1.5,1.9l-1.7,2c-0.3,0.4-0.5,0.9-0.7,1.2c-0.1,0.3-0.2,0.6-0.1,0.8
c0,0.3,0.2,0.6,0.5,0.8c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.2-0.4-0.5-0.4-0.7c0-0.3,0-0.6,0.1-0.8c0.1-0.4,0.4-0.8,0.7-1.2l1.7-2
l1.5-1.9h7.6L407.5,367z"/>
<path id="XMLID_90_" fill="#777878" d="M414.3,374.4l-0.1,0.4h-9.9l-0.1,0.3h10.6l0.2-0.6C414.7,374.5,414.5,374.5,414.3,374.4z
"/>
</g>
<g id="XMLID_61_">
<path id="XMLID_63_" fill="#777878" d="M425.5,355.2l-0.2-1.7l-4.2,16.9c-0.2,0.7-0.2,1.2-0.2,1.7c0,0.6,0.3,1.1,0.7,1.5
c0.2,0.1,0.4,0.2,0.6,0.3c-0.4-0.4-0.7-0.8-0.7-1.4c0-0.4,0.1-1,0.2-1.7L425.5,355.2z"/>
<polygon id="XMLID_86_" fill="#777878" points="432.4,368 432.8,367.3 430.3,351 429.7,351 "/>
<path id="XMLID_92_" fill="#777878" d="M451.6,351l-0.1,0.3c-1.2,0-2.1,0.2-2.7,0.8c-0.6,0.5-1.1,1.5-1.4,3l-3.9,15.5
c-0.2,1-0.4,1.7-0.3,2.2c0,0.4,0.2,0.8,0.6,1.1c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.3-0.4-0.6-0.5-1c0-0.5,0.1-1.2,0.3-2.2l3.9-15.6
c0.4-1.5,0.9-2.5,1.4-3c0.6-0.5,1.5-0.7,2.7-0.7l0.2-0.6H451.6z"/>
<path id="XMLID_93_" fill="#777878" d="M445.8,374.8h-11.5l-0.1,0.3h12.2l0.1-0.6c-0.2,0-0.4,0-0.6,0L445.8,374.8z"/>
<polygon id="XMLID_94_" fill="#777878" points="442.7,353.8 428.9,374.8 428.7,374.8 428.7,375.2 429.5,375.2 442.2,355.8
"/>
<path id="XMLID_102_" fill="#777878" d="M423.5,374.8h-7.4l-0.1,0.3h8.1l0.2-0.6c-0.2,0-0.4,0-0.7-0.1L423.5,374.8z"/>
</g>
<g id="XMLID_58_">
<line id="XMLID_31_" fill="none" x1="454.5" y1="351.3" x2="454.4" y2="351.6"/>
<path id="XMLID_82_" fill="#777878" d="M460.5,374.8h-11.4l-0.1,0.3h12.1l0.2-0.6c-0.2,0-0.4,0-0.7,0L460.5,374.8z"/>
<path id="XMLID_101_" fill="#777878" d="M465.9,351l-0.1,0.3c-1.1,0-1.9,0.2-2.4,0.7c-0.6,0.5-1,1.5-1.4,3l-3.9,15.5
c-0.3,1.1-0.4,1.8-0.4,2.2s0.2,0.8,0.5,1c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.2-0.4-0.5-0.4-0.9s0.1-1.1,0.4-2.2l3.9-15.5
c0.4-1.5,0.8-2.5,1.4-3s1.4-0.7,2.4-0.7l0.2-0.6H465.9z"/>
</g>
<g id="XMLID_52_">
<path id="XMLID_53_" fill="#777878" d="M488.6,351.2l-1.2,6.6h-0.1c0,0.1,0,0.2,0,0.3h0.6l1.2-6.6c0,0,0-0.7-0.2-0.9
c-0.2-0.2-0.4-0.2-0.4-0.2h-0.1C488.5,350.7,488.6,351.2,488.6,351.2z"/>
<path id="XMLID_54_" fill="#777878" d="M472.1,372.3c0.6,0.6,1.2,1.1,1.9,1.4c-0.4-0.3-0.9-0.6-1.3-1.1
c-1.2-1.3-1.8-3.1-1.9-5.4c-0.1-2.8,0.6-5.4,1.7-7.9s3.2-4.4,4.9-5.6c1.7-1.2,3.9-1.9,5.6-1.9c0.7,0,1.1,0.1,1.5,0.2
c-0.5-0.4-1.1-0.6-2.1-0.6c-1.7,0-3.9,0.7-5.6,1.9s-3.8,3.1-4.9,5.6s-1.8,5.1-1.7,7.9C470.3,369.2,470.9,371,472.1,372.3z"/>
<path id="XMLID_97_" fill="#777878" d="M488.4,363.6c-0.6,0-1.1,0.2-1.5,0.4c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.3,0.8-0.5,1.8
l-1.8,7.2c-2.5,1-5.2,1.6-8.1,1.6c-2.2,0-4-0.4-5.6-1.1c0.2,0.1,0.3,0.2,0.5,0.3c1.6,0.8,3.5,1.2,5.7,1.2c2.9,0,5.6-0.5,8.1-1.6
l1.8-7.2c0.2-1,0.4-1.6,0.5-1.8c0.2-0.4,0.5-0.7,0.8-0.9c0.3-0.2,0.8-0.3,1.5-0.4l0.1-0.7h-0.6L488.4,363.6z"/>
</g>
<g id="XMLID_55_">
<path id="XMLID_57_" fill="#777878" d="M492.3,374.5v0.4h-6.6l-0.1,0.3h7.3v-0.6C492.6,374.5,492.4,374.5,492.3,374.5z"/>
<path id="XMLID_84_" fill="#777878" d="M506.9,350.4v19.5c0,1,0,1.7,0,1.9c0,0.8,0.2,1.4,0.6,1.8c0.2,0.2,0.4,0.4,0.8,0.5
c-0.1,0-0.1-0.1-0.2-0.1c-0.3-0.4-0.5-1-0.6-1.8c0-0.2,0-0.8,0-1.9v-19.8h-0.6V350.4z"/>
<polygon id="XMLID_100_" fill="#777878" points="496,365.9 503,357.2 503,356.1 495.1,365.9 "/>
<path id="XMLID_103_" fill="#777878" d="M502.3,367h-8.1l-1.5,1.9l-1.7,2c-0.3,0.4-0.5,0.9-0.7,1.2c-0.1,0.3-0.2,0.6-0.1,0.8
c0,0.3,0.2,0.6,0.5,0.8c0.1,0.1,0.3,0.2,0.5,0.2c-0.3-0.2-0.4-0.5-0.4-0.7c0-0.3,0-0.6,0.1-0.8c0.1-0.4,0.4-0.8,0.7-1.2l1.7-2
l1.5-1.9h7.5V367z"/>
<path id="XMLID_104_" fill="#777878" d="M509.1,374.4l-0.1,0.4h-9.9l-0.1,0.3h10.6l0.2-0.6C509.5,374.5,509.3,374.5,509.1,374.4
z"/>
</g>
</g>
<g id="XMLID_29_">
<g id="XMLID_120_">
<path id="XMLID_126_" fill="#E8E8E8" d="M391.4,374.9c0.6-0.1,1.2-0.3,1.7-0.7c0.7-0.5,1.6-1.5,2.8-3l16.5-20.4h0.2v-0.3h-0.8
l-16.5,20.4c-1.2,1.5-2.1,2.5-2.8,3c-0.5,0.3-1.1,0.6-1.7,0.7l-0.2,0.6h0.7L391.4,374.9z"/>
<polygon id="XMLID_128_" fill="#E8E8E8" points="408.1,357.1 407.5,357.9 407.4,365.9 401.2,365.9 401,366.2 408,366.2 "/>
<path id="XMLID_130_" fill="#E8E8E8" d="M404.9,374.9c1-0.1,1.6-0.2,1.8-0.3c0.3-0.2,0.6-0.5,0.9-1.1c0.3-0.5,0.4-1.5,0.4-2.8
v-3.5h-0.6v3.2c0,1.3-0.1,2.2-0.4,2.8c-0.3,0.5-0.5,0.9-0.9,1.1c-0.2,0.1-0.8,0.2-1.8,0.3l-0.2,0.6h0.7L404.9,374.9z"/>
</g>
<g id="XMLID_70_">
<path id="XMLID_72_" fill="#E8E8E8" d="M422.1,351.3h8.2V351h-8.7l-0.2,0.6c0.2,0,0.5,0,0.7,0V351.3z"/>
<path id="XMLID_114_" fill="#E8E8E8" d="M434.9,374.9c1.3,0,2.3-0.2,2.9-0.8c0.6-0.5,1.1-1.5,1.5-3l4.2-17l-1.1,1.6l-3.7,15
c-0.4,1.5-0.9,2.5-1.5,3s-1.6,0.8-2.9,0.8l-0.2,0.6h0.7L434.9,374.9z"/>
<polygon id="XMLID_116_" fill="#E8E8E8" points="433,368.3 444.3,351.3 452.2,351.3 452.3,351 443.7,351 432.9,367.3 "/>
<polygon id="XMLID_118_" fill="#E8E8E8" points="426.1,354 425.8,355.3 428.7,375.2 429.2,375.2 "/>
<path id="XMLID_132_" fill="#E8E8E8" d="M416.8,374.9c1,0,1.7-0.2,2.2-0.6c0.9-0.7,1.5-1.7,1.9-3.1l4.6-17.9
c-0.5-0.5-1-0.9-1.4-1.1l0,0c0.3,0.2,0.5,0.4,0.8,0.7l-4.6,17.9c-0.4,1.4-1,2.4-1.9,3.1c-0.5,0.4-1.2,0.6-2.2,0.6l-0.1,0.6h0.7
V374.9z"/>
</g>
<g id="XMLID_67_">
<path id="XMLID_110_" fill="#E8E8E8" d="M455.2,351.3h11.2l0.1-0.3h-11.9l-0.2,0.6c0.2,0,0.5,0,0.7,0.1L455.2,351.3z"/>
<path id="XMLID_112_" fill="#E8E8E8" d="M449.8,374.9c1.2,0,2.1-0.2,2.6-0.7s1-1.5,1.4-3l3.9-15.5c0.2-1,0.3-1.7,0.3-2.2
c0-0.4-0.2-0.8-0.5-1c-0.1-0.1-0.3-0.1-0.4-0.2c0.2,0.2,0.4,0.5,0.4,0.9c0,0.5-0.1,1.2-0.3,2.2l-3.9,15.5
c-0.4,1.6-0.9,2.6-1.4,3c-0.5,0.5-1.4,0.7-2.6,0.7l-0.2,0.6h0.7V374.9z"/>
</g>
<g id="XMLID_32_">
<path id="XMLID_33_" fill="#E8E8E8" d="M478.4,363.9c0.2,0,0.4,0,0.6,0l0.1-0.4h9.8l0.1-0.3h-10.5L478.4,363.9z"/>
<path id="XMLID_106_" fill="#E8E8E8" d="M474.5,374c0.9,0.6,1.8,0.8,2.8,0.8c0.6,0,1.4-0.2,2.3-0.5l1.6-6.4
c0.3-1.1,0.4-1.8,0.4-2.1c0-0.4-0.2-0.8-0.6-1.1c-0.1-0.1-0.3-0.2-0.5-0.2c0.3,0.3,0.5,0.6,0.5,1c0,0.3-0.1,1-0.4,2.1L479,374
c-0.9,0.3-1.7,0.5-2.3,0.5C475.9,374.5,475.2,374.3,474.5,374z"/>
<path id="XMLID_108_" fill="#E8E8E8" d="M467.2,371.2c-1.1-1.7-1.7-3.6-1.8-5.7c-0.2-4.6,1.7-8.3,5.7-11.3
c3.1-2.3,6.6-3.3,10.7-3.5c0.4,0,1.4-0.1,2.8-0.1c1.1,0,2.5,0,4.4,0.2c0,0,0-0.1-0.1-0.1c-0.2-0.2-0.4-0.2-0.4-0.2
c-2-0.2-3.3-0.2-4.5-0.2c-1.4,0-2.4,0.1-2.8,0.1c-4,0.2-7.6,1.3-10.7,3.5c-4,3-5.9,6.7-5.7,11.3c0.1,2.1,0.7,4,1.8,5.7
c1.1,1.7,2.4,2.9,4,3.7c0,0,0,0,0.1,0C469.4,373.8,468.2,372.7,467.2,371.2z"/>
<path id="XMLID_136_" fill="#E8E8E8" d="M487.4,358.2h0.6c-0.2-2.1-0.3-3.6-1.2-4.5c-0.6-0.6-1-1-1.6-1.3c0.3,0.2,0.6,0.6,1,0.9
C487.1,354.3,487.2,355.9,487.4,358.2z"/>
</g>
<g id="XMLID_27_">
<path id="XMLID_95_" fill="#E8E8E8" d="M499.8,374.9c1-0.1,1.6-0.2,1.8-0.3c0.3-0.2,0.6-0.5,0.9-1.1c0.3-0.5,0.4-1.5,0.4-2.8
v-3.4h-0.6v3.1c0,1.3-0.1,2.2-0.4,2.8c-0.3,0.5-0.5,0.9-0.9,1.1c-0.2,0.1-0.8,0.2-1.8,0.3l-0.2,0.6h0.7L499.8,374.9z"/>
<path id="XMLID_138_" fill="#E8E8E8" d="M486.3,374.9c0.6-0.1,1.2-0.3,1.7-0.7c0.7-0.5,1.6-1.5,2.8-3l16.5-20.4h0.2v-0.3h-0.8
l-16.5,20.4c-1.2,1.5-2.1,2.5-2.8,3c-0.5,0.3-1.1,0.6-1.7,0.7l-0.2,0.6h0.7L486.3,374.9z"/>
<polygon id="XMLID_139_" fill="#E8E8E8" points="503,357.2 502.4,357.9 502.2,365.9 496.1,365.9 495.8,366.2 502.8,366.2
"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 55 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 84 KiB

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="-261 285 87.2 221" xml:space="preserve">
<g id="XMLID_2_">
<g id="XMLID_698_">
<path fill="#60605D" d="M-214.2,367.6h-6v-50c0-18.4-9.3-26.6-30.2-26.6v-6c24,0,36.2,11,36.2,32.6V367.6z"/>
</g>
<polygon id="XMLID_697_" fill="#868580" points="-207.6,362 -216.2,362 -216.2,360.4 -208.3,360.4 -209,358.4 -216.2,358.4
-216.2,356.8 -209.7,356.8 -210.6,354.4 -216.2,354.4 -216.2,352.8 -211.3,352.8 -212.2,350.4 -222.2,350.4 -223.1,352.8
-217.8,352.8 -217.8,354.4 -223.7,354.4 -224.6,356.8 -217.8,356.8 -217.8,358.4 -225.1,358.4 -225.9,360.4 -217.8,360.4
-217.8,362 -226.5,362 -227.8,365.6 -206.2,365.6 "/>
<path id="XMLID_695_" fill="#C9C9C9" d="M-253.8,364.4h72.8c4,0,7.2,3.2,7.2,7.2v127.2c0,4-3.2,7.2-7.2,7.2h-72.8
c-4,0-7.2-3.2-7.2-7.2V371.6C-261,367.6-257.8,364.4-253.8,364.4z"/>
<path id="XMLID_693_" fill="#DCDBDB" d="M-242.2,390.4h50.4c1.3,0,2.4,1.1,2.4,2.4v70.4c0,1.3-1.1,2.4-2.4,2.4h-50.4
c-1.3,0-2.4-1.1-2.4-2.4v-70.4C-244.6,391.4-243.5,390.4-242.2,390.4z"/>
<g id="XMLID_688_">
<path id="XMLID_691_" fill="#60605D" d="M-242.2,376.5h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-244.6,377.6-243.5,376.5-242.2,376.5z"/>
<path id="XMLID_689_" fill="#868580" d="M-242.2,374.4h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-244.6,375.4-243.5,374.4-242.2,374.4z"/>
</g>
<g id="XMLID_683_">
<path id="XMLID_686_" fill="#60605D" d="M-207.8,376.5h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-210.2,377.6-209.1,376.5-207.8,376.5z"/>
<path id="XMLID_684_" fill="#868580" d="M-207.8,374.4h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-210.2,375.4-209.1,374.4-207.8,374.4z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg6053"
viewBox="0 0 201 208"
height="208"
width="201"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="game.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1141"
id="namedview15"
showgrid="false"
inkscape:zoom="1.1346154"
inkscape:cx="-54.177965"
inkscape:cy="104"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6053" />
<defs
id="defs6055" />
<metadata
id="metadata6058">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-844.36216)"
id="layer1">
<path
id="path986"
style="fill:#3b3b3b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 181.76913,1030.0746 11.28375,0 0,7.3612 -11.28375,0 0,-7.3612 z M 2.1478797,845.89083 l -1.20499996,1.1075 -0.3875,1.39875 0.19375,201.53002 0.46624996,1.0325 1.03,0.6587 196.1087503,0.1738 1.305,-0.7338 0.65875,-1.225 -0.2725,-179.79497 -1.39875,0 0,-8.19875 1.10625,0.2725 0,-2.7975 -15.095,-13.25 -2.99125,-0.175 -0.9325,0.835 -16.04625,0 -1.39875,1.39875 -3.26375,0.0975 -107.79375,0 10e-4,-0.9325 -26.5,-0.195 0.0962,-1.03 -23.6837503,-0.17375 0.002,10e-4 z" />
<g
transform="matrix(1.25,0,0,-1.25,0.56249974,848.4047)"
id="g988">
<path
id="path990"
style="fill:none;stroke:#424242;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 0.149,-161.224 0.373,-0.821 0.821,-0.522 156.897,-0.149 1.044,0.597 0.523,0.969 -0.224,143.841 -1.119,0 0,6.566 0.895,-0.224 0,2.238 -12.086,10.594 -2.388,0.149 -0.746,-0.671 -12.832,0 -1.119,-1.119 -2.611,-0.075 -86.245,0 0,0.746 -21.188,0.15 0.074,0.82 L 1.268,2.014 0.298,1.119 0,0 0,0 Z" />
</g>
<g
transform="matrix(1.25,0,0,-1.25,26.022,846.72595)"
id="g992">
<path
id="path994"
style="fill:none;stroke:#858586;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 0,-52.896 0.373,-0.671 0.522,-0.224 23.128,0" />
</g>
<path
id="path996"
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 6.9978797,1037.5321 11.2837503,0 0,-7.3675 -11.2837503,0 0,7.3675 z" />
<g
transform="matrix(1.25,0,0,-1.25,176.16713,1046.6958)"
id="g998">
<path
id="path1000"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,87.757 -0.895,1.044 -119.37,-0.149 -1.045,-0.746 0,-88.018 L 0,0 Z" />
</g>
<path
id="path1002"
style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.86288,856.71208 28.8325,0 0,54.09 -28.8325,0 0,-54.09 z m -61.57,-11.055 0,67.1275 1.94375,1.49625 103.18625,0 1.71,-1.885 0,-66.735 -106.83625,0 -0.004,-0.004 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,173 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny"
id="svg7148" inkscape:version="0.48.4 r9939" sodipodi:docname="Commodore_logo.svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-64 344.8 482 105.2"
xml:space="preserve">
<g>
<g id="Logo">
<path id="path3002" fill="#002255" d="M-11.4,344.8c-29.1,0-52.6,23.6-52.6,52.6c0,29.1,23.6,52.6,52.6,52.6c5.6,0,11-0.9,16-2.5
v-26.3c-4.4,2.5-9.5,4-14.9,4c-16,0-28.9-12.5-28.9-27.8s13-27.8,28.9-27.8c5.5,0,10.6,1.5,14.9,4v-26.3
C-0.4,345.7-5.8,344.8-11.4,344.8z"/>
<polygon id="polygon9367" fill="#002255" points="5.1,377.4 5.1,377.4 44.3,377.4 26.7,395.7 5.1,395.7 "/>
<polygon id="polygon9369" fill="#FF0000" points="5.1,417.7 5.1,417.7 44.3,417.7 26.7,399.4 5.1,399.4 "/>
</g>
<g id="Commodore">
<path id="path3067" inkscape:connector-curvature="0" fill="#002255" d="M110.6,391.1c5,0,9-1.4,12.2-4c3.2-2.7,4.8-6.4,4.9-11.3
c-0.1-4.9-1.7-8.7-4.9-11.4s-7.2-4-12.2-4s-9,1.4-12.2,4s-4.8,6.5-4.9,11.4c0.1,4.9,1.7,8.7,4.9,11.3
C101.6,389.7,105.6,391.1,110.6,391.1z M110.6,384c-2.3-0.1-4-0.9-5.1-2.5s-1.6-3.5-1.5-5.8c0-2.3,0.5-4.2,1.5-5.8
c1-1.6,2.7-2.4,5.1-2.5c2.3,0.1,4,0.9,5.1,2.5s1.6,3.5,1.5,5.8c0,2.2-0.5,4.2-1.5,5.8C114.6,383.1,112.9,383.9,110.6,384z"/>
<path id="path3069" inkscape:connector-curvature="0" fill="#002255" d="M131.8,390.4H142V378c0-3.1,0.5-5.5,1.5-7
s2.4-2.2,4.2-2.2c1.4,0,2.5,0.6,3.1,1.7s1,2.5,1,4.2v15.8H162v-12.4c0-3.1,0.5-5.5,1.5-7s2.4-2.2,4.2-2.2c1.4,0,2.5,0.6,3.1,1.7
s1,2.5,1,4.2v15.8H182v-17.3c0.1-4-0.6-7.1-2-9.4c-1.4-2.2-4.2-3.4-8.4-3.4c-2.1,0-4.1,0.4-5.9,1.3s-3.3,2.3-4.5,4.3
c-0.8-1.9-2-3.3-3.6-4.3c-1.6-0.9-3.5-1.4-5.6-1.4c-2.3,0-4.5,0.5-6.3,1.5c-1.9,1-3.3,2.5-4.4,4.6h-0.1v-5.4h-9.3L131.8,390.4
L131.8,390.4z"/>
<path id="path3071" inkscape:connector-curvature="0" fill="#002255" d="M187.5,390.4h10.2V378c0-3.1,0.5-5.5,1.5-7
s2.4-2.2,4.2-2.2c1.4,0,2.5,0.6,3.1,1.7s1,2.5,1,4.2v15.8h10.2v-12.4c0-3.1,0.5-5.5,1.5-7s2.4-2.2,4.2-2.2c1.4,0,2.5,0.6,3.1,1.7
s1,2.5,1,4.2v15.8h10.2v-17.3c0.1-4-0.6-7.1-2-9.4c-1.4-2.2-4.2-3.4-8.4-3.4c-2.1,0-4.1,0.4-5.9,1.3c-1.8,0.9-3.3,2.3-4.5,4.3
c-0.8-1.9-2-3.3-3.6-4.3c-1.6-0.9-3.5-1.4-5.6-1.4c-2.3,0-4.5,0.5-6.3,1.5c-1.9,1-3.3,2.5-4.4,4.6h-0.1v-5.4h-9.3L187.5,390.4
L187.5,390.4z"/>
<path id="path3073" inkscape:connector-curvature="0" fill="#002255" d="M258.8,391.1c5,0,9-1.4,12.2-4c3.2-2.7,4.8-6.4,4.9-11.3
c-0.1-4.9-1.7-8.7-4.9-11.4c-3.2-2.7-7.2-4-12.2-4s-9,1.4-12.2,4c-3.2,2.6-4.8,6.5-4.9,11.4c0.1,4.9,1.7,8.7,4.9,11.3
C249.8,389.7,253.9,391.1,258.8,391.1z M258.8,384c-2.3-0.1-4-0.9-5.1-2.5s-1.6-3.5-1.5-5.8c0-2.3,0.5-4.2,1.5-5.8
c1-1.6,2.7-2.4,5.1-2.5c2.3,0.1,4,0.9,5.1,2.5s1.6,3.5,1.5,5.8c0,2.2-0.5,4.2-1.5,5.8C262.8,383.1,261.2,383.9,258.8,384z"/>
<path id="path3075" inkscape:connector-curvature="0" fill="#002255" d="M311.7,348.1h-10.2v16.7h-0.1c-1.3-1.7-2.8-2.8-4.5-3.5
s-3.6-1-5.6-1c-4.1,0.2-7.2,1.7-9.3,4.7c-2.1,3-3.2,6.4-3.2,10.1c0,4.5,1.2,8.2,3.4,11.2c2.3,3,5.6,4.6,10,4.7
c2.4,0,4.5-0.6,6.3-1.7s3.1-2.5,3.8-4.2h0.1v5.3h9.4L311.7,348.1L311.7,348.1z M289.1,375.4c0-2,0.5-3.7,1.6-5.1s2.6-2.1,4.6-2.2
c1.9,0,3.4,0.8,4.5,2.2c1.1,1.4,1.7,3.2,1.7,5.5c0,2.2-0.7,4-1.8,5.4s-2.6,2.1-4.4,2.1c-1.9,0-3.4-0.8-4.5-2.2
C289.7,379.7,289.1,377.8,289.1,375.4L289.1,375.4z"/>
<path id="path3077" inkscape:connector-curvature="0" fill="#002255" d="M332.6,391.1c5,0,9-1.4,12.2-4c3.2-2.7,4.8-6.4,4.9-11.3
c-0.1-4.9-1.7-8.7-4.9-11.4c-3.2-2.7-7.2-4-12.2-4s-9,1.4-12.2,4c-3.2,2.7-4.8,6.5-4.9,11.4c0.1,4.9,1.7,8.7,4.9,11.3
C323.6,389.7,327.7,391.1,332.6,391.1z M332.6,384c-2.3-0.1-4-0.9-5.1-2.5c-1-1.6-1.6-3.5-1.5-5.8c0-2.3,0.5-4.2,1.5-5.8
c1-1.6,2.7-2.4,5.1-2.5c2.3,0.1,4,0.9,5.1,2.5c1,1.6,1.6,3.5,1.5,5.8c0,2.2-0.5,4.2-1.5,5.8C336.7,383.1,335,383.9,332.6,384z"/>
<path id="path3079" inkscape:connector-curvature="0" fill="#002255" d="M375.4,360.7c-0.5-0.1-1.1-0.2-1.7-0.2
c-0.6-0.1-1.2-0.1-1.8-0.1c-2.2,0-4,0.6-5.3,1.7c-1.4,1.1-2.5,2.6-3.4,4.4h-0.1v-5.4h-9.3v29.4H364v-12.4c0-2.9,0.6-5.2,1.9-6.8
c1.3-1.6,3.1-2.4,5.5-2.4c0.6,0,1.2,0,1.7,0c0.6,0,1.1,0.1,1.7,0.3L375.4,360.7z"/>
<path id="path3081" inkscape:connector-curvature="0" fill="#002255" d="M407.3,378.7v-1.9c0.1-4.5-1.1-8.4-3.3-11.5
c-2.3-3.2-6.1-4.8-11.5-5c-4.7,0-8.4,1.4-11.3,4c-2.9,2.7-4.4,6.4-4.4,11.3c0.1,4.9,1.7,8.7,4.9,11.3c3.2,2.7,7.2,4,12.2,4.1
c1.9,0,3.8-0.1,5.6-0.4c1.8-0.3,3.6-0.8,5.2-1.4V382c-1.5,0.8-3.1,1.4-4.6,1.7c-1.5,0.4-3,0.5-4.4,0.5c-2.5,0-4.5-0.4-6-1.3
s-2.4-2.3-2.7-4.3L407.3,378.7L407.3,378.7z M386.8,372.9c0.1-1.7,0.6-3.2,1.5-4.3c0.9-1.2,2.3-1.8,4.1-1.8c2,0,3.5,0.6,4.3,1.8
c0.9,1.2,1.3,2.6,1.3,4.3H386.8z"/>
<path id="path3064" sodipodi:nodetypes="sssssccsssssccss" inkscape:connector-curvature="0" fill="#002255" d="M71.8,390.7
c-4.4-1.2-7.8-3.2-10.6-6.3c-2.8-3.1-4.1-5.9-4.9-10.9c-1.5-9.8,2.7-18.8,10.8-22.7c4.1-2,9.6-3,15.1-3c3.4,0,6.4,0.6,9.2,1.1
l-0.9,8.8c0,0-0.7-0.2-2.7-0.7c-1.9-0.5-3.8-0.7-5.7-0.7c-3.8,0-7.5,1-9.9,2.9c-5.7,4.4-5.7,15.9,0.2,20.7c3.6,3,10.1,4,15.9,2.5
l2.7-0.7l0.8,8.9c-1.7,0.4-5.3,1.1-9.7,1.1C76.3,391.7,74.5,391.5,71.8,390.7z"/>
</g>
<rect id="Line" x="49" y="395.8" fill="#002255" width="369" height="3"/>
<g id="Amiga">
<path id="path6187" fill="#FF0000" d="M104.7,443.9c0-0.5-0.1-0.9-0.4-1c-0.3-0.2-0.6-0.3-1.1-0.3c-1.6-0.3-2.5-0.9-2.8-1.8
c-0.3-1-0.4-2.2-0.4-3.7l-1.6-30.8c0-1.1-0.1-2-0.3-2.8c-0.2-0.7-0.9-1.1-2.2-1.2c-1.1,0-1.9,0.4-2.4,1s-1,1.4-1.6,2.2l-19.8,27.8
l-3.3,4.7c-0.7,1-1.4,1.9-2.1,2.8c-0.8,0.9-1.8,1.4-3,1.6c-0.7,0.1-1.3,0.2-1.9,0.4c-0.6,0.2-0.9,0.7-1,1.5c0,0.5,0.2,0.8,0.5,0.9
s0.7,0.2,1.1,0.2c1.1,0,2.3-0.1,3.5-0.2s2.3-0.2,3.5-0.2c1.1,0,2.1,0.1,3.1,0.2s2.1,0.1,3.1,0.2c0.5,0,0.9-0.1,1.3-0.3
c0.4-0.2,0.6-0.6,0.6-1.1c-0.1-0.8-0.5-1.2-1.4-1.3s-1.7-0.3-2.6-0.5s-1.3-0.8-1.4-1.9c0.2-1.1,0.9-2.7,2.2-4.7
c1.3-2,2.2-3.5,2.8-4.3h12.3c0.1,1.3,0.1,2.6,0.2,3.9s0.1,2.6,0.1,3.9c-0.1,1.8-0.5,2.9-1.4,3.2c-0.9,0.3-1.8,0.5-2.6,0.5
c-0.9,0-1.4,0.6-1.4,1.5c0,0.4,0.1,0.7,0.4,0.9c0.3,0.2,0.6,0.2,1,0.2c1.7,0,3.4-0.1,5.1-0.2s3.4-0.2,5.1-0.2
c1.1,0,2.3,0.1,3.4,0.1c1.1,0.1,2.3,0.1,3.4,0.1c0.5,0,1-0.1,1.3-0.2C104.5,444.8,104.7,444.5,104.7,443.9L104.7,443.9z
M89.5,428.2H79.2l9.8-14.3L89.5,428.2z"/>
<path id="path4766" fill="#FF0000" d="M194.1,404.7c0-0.4-0.1-0.6-0.4-0.8c-0.2-0.2-0.5-0.3-0.9-0.3c-0.6,0-1.1,0-1.6,0.1
c-0.5,0-1.1,0.1-1.6,0.2c-1.4,0.1-2.7,0.2-4.1,0.3c-1.4,0-2.8,0-4.2,0c-1,0-2-0.1-3.1-0.1c-1-0.1-2-0.1-3.1-0.1
c-0.5,0-0.9,0.1-1.3,0.4s-0.6,0.7-0.6,1.2c0.2,0.9,0.9,1.4,2.1,1.3c1.2-0.1,1.9,0.5,2.1,1.6c0,0.3,0,0.6-0.1,1
c-0.1,0.3-0.2,0.6-0.3,1l-7.8,27c-0.3,1.3-0.6,2.4-1,3.3s-1.2,1.5-2.5,1.8c-0.6,0.1-1.3,0.2-2.1,0.4c-0.8,0.2-1.3,0.7-1.3,1.4
c0,0.4,0.2,0.7,0.5,0.9c0.3,0.2,0.7,0.3,1.1,0.3c1.3,0,2.7-0.1,4-0.2c1.4-0.1,2.7-0.2,4.1-0.2c1.5,0,2.9,0.1,4.4,0.2
s2.9,0.1,4.4,0.2c0.6,0,1.3,0,2.1-0.1c0.8-0.1,1.2-0.5,1.3-1.3c-0.1-0.8-0.5-1.2-1.2-1.3c-0.7-0.1-1.5-0.2-2.2-0.4
c-0.7-0.2-1.1-0.9-1.2-2.1c0-0.5,0.1-1,0.2-1.5s0.3-1,0.4-1.5l7.8-27.1c0.3-1.1,0.6-1.9,1-2.4s1.2-0.9,2.3-1.1
c0.6-0.1,1.2-0.2,1.9-0.5C193.7,405.8,194,405.4,194.1,404.7L194.1,404.7z"/>
<path id="path4768" fill="#FF0000" d="M234.7,405c-0.1-0.7-0.8-1.1-2-1.4c-1.3-0.3-2.6-0.4-4-0.5s-2.3-0.1-2.8-0.1
c-5.2,0-10.6,1.1-16.2,3.1c-5.6,2.1-10.4,5.1-14.4,9.1s-6.1,8.9-6.2,14.7c0.1,3.7,1.1,6.7,3.2,9.1s4.6,4.2,7.8,5.4
c3.1,1.2,6.3,1.8,9.7,1.8c2,0,4-0.1,6.1-0.4c2-0.2,4-0.6,6-1.1c0.7-0.1,1.4-0.3,1.9-0.6c0.5-0.2,0.9-0.7,1.2-1.5
c0.5-1.5,1-3.1,1.5-4.7s0.9-3.2,1.3-4.7c0.7-2.2,1.6-3.6,2.6-4s1.9-0.6,2.7-0.6c0.8,0,1.2-0.5,1.2-1.5c0-0.4-0.2-0.7-0.5-0.9
c-0.3-0.2-0.7-0.3-1-0.3c-1.5,0-3.1,0.1-4.6,0.2c-1.6,0.1-3.1,0.2-4.7,0.2c-1.5,0-3-0.1-4.4-0.2c-1.5-0.1-3-0.2-4.4-0.2
c-0.5,0-1,0.1-1.4,0.3c-0.5,0.2-0.7,0.6-0.7,1.1c0.1,0.7,0.5,1.1,1.2,1.2c0.8,0.1,1.5,0.2,2.3,0.5c0.8,0.2,1.2,0.9,1.2,2
c-0.1,1.2-0.4,2.7-1.1,4.8c-0.6,2-1.2,3.6-1.6,4.9c-0.2,0.9-0.6,1.6-1,2s-1.1,0.6-2.1,0.6c-3.6-0.1-6.4-1.2-8.2-3.5
c-1.9-2.3-2.8-5.1-2.8-8.6c0-3.2,0.7-6.4,2-9.4c1.3-3,3.1-5.7,5.3-8c2.2-2.2,5-4.1,8.2-5.7c3.3-1.6,6.5-2.4,9.7-2.5
c1.5,0,2.4,0.3,2.8,0.9c0.3,0.6,0.5,1.6,0.4,3c0,0.4,0,0.7-0.1,1.1c0,0.4-0.1,0.7-0.1,1.1c0,0.6,0.1,1.2,0.3,1.7
c0.2,0.5,0.7,0.8,1.4,0.8c0.8-0.1,1.3-0.4,1.7-1.1s0.6-1.4,0.8-2c0.2-0.5,0.5-1.5,1-3.1C234.3,406.4,234.6,405.4,234.7,405
L234.7,405L234.7,405z"/>
<path id="path4770" fill="#FF0000" d="M270.1,443.9c0-0.5-0.1-0.9-0.4-1c-0.3-0.2-0.6-0.3-1.1-0.3c-1.6-0.3-2.5-0.9-2.8-1.8
c-0.3-1-0.4-2.2-0.4-3.7l-1.6-30.8c0-1.1-0.1-2-0.3-2.8c-0.2-0.7-0.9-1.1-2.2-1.2c-1.1,0-1.9,0.4-2.4,1s-1,1.4-1.6,2.2l-19.8,27.8
l-3.3,4.7c-0.7,1-1.4,1.9-2.1,2.8c-0.8,0.9-1.8,1.4-3,1.6c-0.7,0.1-1.3,0.2-1.9,0.4c-0.6,0.2-0.9,0.7-1,1.5c0,0.5,0.2,0.8,0.5,0.9
c0.3,0.1,0.7,0.2,1.1,0.2c1.1,0,2.3-0.1,3.5-0.2c1.2-0.1,2.3-0.2,3.5-0.2c1.1,0,2.1,0.1,3.1,0.2c1.1,0.1,2.1,0.1,3.1,0.2
c0.5,0,0.9-0.1,1.3-0.3c0.4-0.2,0.6-0.6,0.6-1.1c-0.1-0.8-0.5-1.2-1.4-1.3c-0.9-0.1-1.7-0.3-2.6-0.5c-0.9-0.2-1.3-0.8-1.4-1.9
c0.2-1.1,0.9-2.7,2.2-4.7c1.3-2,2.2-3.5,2.8-4.3h12.4c0.1,1.3,0.1,2.6,0.2,3.9s0.1,2.6,0.1,3.9c-0.1,1.8-0.5,2.9-1.4,3.2
c-0.9,0.3-1.8,0.5-2.6,0.5c-0.9,0-1.4,0.6-1.4,1.5c0,0.4,0.1,0.7,0.4,0.9c0.3,0.2,0.6,0.2,1,0.2c1.7,0,3.4-0.1,5.1-0.2
s3.4-0.2,5.1-0.2c1.1,0,2.3,0.1,3.4,0.1c1.1,0.1,2.3,0.1,3.4,0.1c0.5,0,1-0.1,1.3-0.2C269.9,444.8,270.1,444.5,270.1,443.9
L270.1,443.9z M254.8,428.2h-10.3l9.8-14.3L254.8,428.2z"/>
<path id="path4764" fill="#FF0000" d="M167.9,404.9c0-0.4-0.1-0.7-0.4-0.9c-0.2-0.2-0.5-0.3-0.9-0.3c-1.3,0-2.6,0-3.9,0.1
s-2.6,0.1-3.9,0.1c-0.7,0-1.7-0.1-3.1-0.1c-1.4,0-2.3,0.1-2.8,0.5c-0.1,0.1-0.2,0.3-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4l-17,25.7
l-0.7-25.3c0-0.5,0-0.9-0.1-1.2c-0.1-0.4-0.4-0.5-0.9-0.6c-1.4,0-2.9,0-4.3,0.1c-1.4,0-2.9,0-4.3,0c-0.8,0-1.6-0.1-2.4-0.1
c-0.8-0.1-1.6-0.1-2.4-0.1c-0.5,0-1,0.1-1.5,0.2c-0.5,0.2-0.7,0.5-0.8,1.1c0.2,1,1,1.5,2.3,1.4c1.4,0,2.1,0.5,2.3,1.4
c0,0.7-0.2,1.4-0.4,2.1c-0.3,0.7-0.5,1.4-0.7,2c-1.5,4.2-3,8.3-4.5,12.5s-3,8.3-4.6,12.5c-0.6,1.8-1.2,3-1.8,3.7
c-0.6,0.7-1.8,1.2-3.7,1.5c-0.5,0.1-1,0.2-1.4,0.5c-0.4,0.2-0.6,0.6-0.6,1.2c0,0.5,0.2,0.8,0.5,1c0.3,0.1,0.7,0.2,1.2,0.2
c1.1,0,2.2,0,3.3-0.1c1.1-0.1,2.2-0.1,3.3-0.1c1,0,2,0.1,3,0.2s2,0.1,3,0.2c0.5,0,0.9-0.1,1.3-0.3c0.4-0.2,0.6-0.6,0.7-1.1
c-0.1-0.9-0.5-1.3-1.4-1.4c-0.9-0.1-1.8-0.2-2.7-0.4s-1.4-1-1.4-2.4c0.1-1.9,0.8-4.8,2.1-8.7c1.3-3.8,2.6-7.6,4.1-11.2
c1.4-3.6,2.4-6,2.9-7.3l0.7,29.4c0,0.9,0.1,1.6,0.3,2.2c0.2,0.5,0.8,0.8,1.8,0.8c1,0,1.8-0.4,2.4-1.1c0.6-0.7,1.1-1.4,1.6-2.2
l19.8-29.1l-6.5,24.6c-0.2,1.1-0.5,2.1-0.9,3.2s-1.2,1.7-2.3,2c-0.7,0-1.4,0.2-2.2,0.3c-0.8,0.2-1.3,0.7-1.4,1.5
c0,0.5,0.2,0.8,0.5,1c0.3,0.2,0.7,0.3,1.1,0.3c1.4,0,2.9-0.1,4.3-0.2s2.9-0.2,4.3-0.2c1.5,0,3,0.1,4.4,0.2c1.5,0.1,3,0.2,4.4,0.2
c0.6,0,1-0.1,1.5-0.3c0.4-0.2,0.7-0.6,0.7-1.2c-0.1-0.7-0.4-1.2-1.1-1.3c-0.7-0.1-1.4-0.3-2.1-0.5c-0.7-0.2-1.1-0.8-1.1-1.9
c0-0.7,0.1-1.5,0.3-2.3c0.2-0.8,0.3-1.5,0.5-2.2l6.3-25.3c0.2-1.1,0.5-2,0.9-2.6s1.1-1,2.3-1.2c0.6,0,1.2-0.2,1.8-0.4
C167.5,406.1,167.9,405.7,167.9,404.9L167.9,404.9z"/>
</g>
<g id="_x31_">
<path fill="#002255" d="M286.3,414.4l-3.9,2.5l0.2-11.4l4.8-3.1h9.4V446l-10.6,0.1L286.3,414.4L286.3,414.4z M287.5,412.3V445h8.2
v-41.3h-7.9l-4,2.6l-0.1,8.5L287.5,412.3z"/>
<polygon fill="#002255" points="288.6,443.8 288.7,410.1 284.8,412.6 284.9,406.9 288.1,404.8 294.5,404.9 294.5,443.8 "/>
</g>
<g id="_x32_">
<path fill="#002255" d="M321.8,436.2h10v10h-32.3l16.3-18.7c1.2-1.3,2.4-2.7,3.5-4.1c2-2.6,4.3-5.9,2.3-9.1
c-1.3-2.2-4.6-2.2-6.6-1.1c-1.5,0.8-2.4,2.3-2.6,3.9c-0.2,1-0.1,2.8,0.7,3.5l1.5,1.4l-6.2,8.4l-1.9-2.1c-2.4-2.6-3.9-5.8-4.2-9.4
c-0.3-3.2,0.4-6.5,2-9.2s3.9-4.8,6.8-6c3.2-1.4,6.8-1.6,10.2-0.9c4.7,1,9.1,4.7,10.6,9.3c1.2,3.8,1.1,6.8-0.3,10.6
c-1.2,3.2-3.3,6-5.5,8.5C324.8,432.8,323.3,434.5,321.8,436.2L321.8,436.2z M319.3,437.3c2-2.4,4-4.6,6-6.9
c2.1-2.5,4.1-5.1,5.3-8.2c1.3-3.5,1.4-6.3,0.3-9.8c-1.4-4.2-5.5-7.6-9.8-8.5c-3.2-0.7-6.5-0.5-9.5,0.8c-2.6,1.2-4.8,3.1-6.3,5.6
c-1.5,2.6-2.2,5.6-1.9,8.5c0.3,3.3,1.7,6.3,3.9,8.7l0.9,1l4.8-6.4l-0.8-0.7c-1.1-1-1.3-3.1-1.1-4.5c0.3-2,1.4-3.8,3.2-4.8
c2.6-1.3,6.5-1.1,8.1,1.6c2.3,3.7,0.1,7.4-2.4,10.5c-1.1,1.4-2.3,2.7-3.5,4.1l-14.6,16.8h28.6v-7.7L319.3,437.3L319.3,437.3z"/>
<path fill="#002255" d="M329.5,443.8h-24.9l12.9-14.9c3.8-4.3,9.6-10,6-15.9c-1.9-3.1-6.3-3.7-9.6-2c-4.6,2.3-4.9,8.9-2.4,11.2
l-3.3,4.4c-8.7-9.6-1.1-24.6,12.6-21.7c3.8,0.8,7.6,3.9,8.9,7.8c1.1,3.3,1,5.8-0.2,9.1c-2,5.4-7.3,10-12.6,16.7h12.6V443.8z"/>
</g>
<g>
<path fill="none" d="M352,409.8c-10.2-0.3-8.5,19.7-5.7,25c1.2,2.3,2.9,3.5,5.7,3.5c2.8,0,4.8-1.1,6.1-3.4
C361,429.9,362.2,410.1,352,409.8z M358.5,429.6c-0.2,1.4-0.7,3.4-1.4,4.7c-1.1,2-2.8,2.8-5.1,2.8l0,0h-0.1c-0.1,0-0.2,0-0.3,0
c-2-0.1-3.2-1-4.2-2.9c-0.7-1.3-1.1-3.2-1.4-4.6c-0.4-2.2-0.6-4.5-0.6-6.7c0-3.4,0.6-9,3.7-11.1c0.9-0.6,1.9-0.8,3-0.8
c5.6,0.2,6.8,7.4,7,11.8C359.1,425,358.9,427.4,358.5,429.6z"/>
<path fill="none" d="M363.3,408.9c-2.7-3.9-6.5-5.8-11.2-5.8s-8.4,1.9-11.1,5.8c-3.1,4.3-3.9,9.9-3.9,15.2
c0,5.2,0.9,10.8,3.9,15.2c2.7,3.8,6.5,5.8,11.1,5.8c4.7,0,8.4-1.9,11.1-5.7c3.1-4.3,3.9-9.8,3.9-14.9
C367.1,419.1,366.3,413.3,363.3,408.9z M362.3,438.6c-2.5,3.5-5.9,5.2-10.2,5.2c-4.3,0-7.7-1.8-10.2-5.3s-3.7-8.4-3.7-14.5
s1.2-11,3.7-14.5s5.9-5.3,10.2-5.3c4.4,0,7.8,1.8,10.2,5.3c2.4,3.5,3.6,8.5,3.6,14.8C366,430.4,364.7,435.2,362.3,438.6z"/>
<path fill="#002255" d="M352,411c-1.1,0-2.1,0.2-3,0.8c-3.1,2.1-3.7,7.7-3.7,11.1c0,2.2,0.2,4.5,0.6,6.7c0.3,1.4,0.7,3.3,1.4,4.6
c1,1.9,2.2,2.8,4.2,2.9c0.1,0,0.2,0,0.3,0h0.1l0,0c2.3,0,4-0.8,5.1-2.8c0.7-1.3,1.2-3.2,1.4-4.7c0.4-2.3,0.5-4.6,0.4-6.9
C358.8,418.4,357.6,411.1,352,411z M356.3,433.1c-1,2.1-2.6,2.7-4.1,2.7c-1.6,0-3-0.3-4-2.6c-0.9-2.1-1.5-6-1.5-9.1
c0-3.8,0.4-7.5,1.7-9.6c0.9-1.5,2.5-2.1,3.7-2.1c1.3,0,2.8,0.9,3.7,2.5c1.2,2.1,1.7,5.5,1.7,9.2
C357.6,427.3,357.3,430.9,356.3,433.1z"/>
<path fill="#002255" d="M364.2,408.2c-2.9-4.2-7-6.3-12.1-6.3s-9.2,2.1-12.1,6.2c-3.2,4.5-4.1,10.4-4.1,15.8
c0,5.5,0.9,11.3,4.1,15.9c2.9,4.1,7,6.3,12.1,6.3c5,0,9.1-2.1,12-6.2c3.2-4.5,4.1-10.2,4.1-15.6
C368.3,418.9,367.4,412.9,364.2,408.2z M363.2,439.3c-2.7,3.8-6.5,5.7-11.1,5.7c-4.7,0-8.4-1.9-11.1-5.8c-3.1-4.4-3.9-10-3.9-15.2
s0.9-10.8,3.9-15.2c2.7-3.8,6.5-5.8,11.1-5.8c4.7,0,8.5,1.9,11.2,5.8c3.1,4.4,3.9,10.2,3.9,15.5
C367.1,429.5,366.3,435,363.2,439.3z"/>
<path fill="#002255" d="M362.3,409.5c-2.4-3.5-5.8-5.3-10.2-5.3c-4.3,0-7.7,1.8-10.2,5.3s-3.7,8.3-3.7,14.5s1.2,11,3.7,14.5
s5.9,5.3,10.2,5.3c4.3,0,7.7-1.7,10.2-5.2s3.7-8.2,3.7-14.3C366,418,364.8,413.1,362.3,409.5z M358.1,434.8
c-1.3,2.3-3.3,3.4-6.1,3.4c-2.8,0-4.5-1.2-5.7-3.5c-2.8-5.2-4.5-25.2,5.7-25C362.2,410.1,361,429.9,358.1,434.8z"/>
</g>
<g>
<path fill="none" d="M386.8,410.2c-10.2-0.3-8.5,19.7-5.7,25c1.2,2.3,2.9,3.5,5.7,3.5c2.8,0,4.8-1.1,6.1-3.4
C395.8,430.2,397.1,410.5,386.8,410.2z M393.4,430c-0.2,1.4-0.7,3.4-1.4,4.7c-1.1,2-2.8,2.8-5.1,2.8l0,0h-0.1c-0.1,0-0.2,0-0.3,0
c-2-0.1-3.2-1-4.2-2.9c-0.7-1.3-1.1-3.2-1.4-4.6c-0.4-2.2-0.6-4.5-0.6-6.7c0-3.4,0.6-9,3.7-11.1c0.9-0.6,1.9-0.8,3-0.8
c5.6,0.2,6.8,7.4,7,11.8C393.9,425.4,393.7,427.7,393.4,430z"/>
<path fill="none" d="M398.1,409.2c-2.7-3.9-6.5-5.8-11.2-5.8s-8.4,1.9-11.1,5.8c-3.1,4.3-3.9,9.9-3.9,15.2
c0,5.2,0.9,10.8,3.9,15.2c2.7,3.8,6.5,5.8,11.1,5.8c4.7,0,8.4-1.9,11.1-5.7c3.1-4.3,3.9-9.8,3.9-14.9
C402,419.5,401.2,413.7,398.1,409.2z M397.1,439c-2.5,3.5-5.9,5.2-10.2,5.2c-4.3,0-7.7-1.8-10.2-5.3s-3.7-8.4-3.7-14.5
s1.2-11,3.7-14.5s5.9-5.3,10.2-5.3c4.4,0,7.8,1.8,10.2,5.3c2.4,3.5,3.6,8.5,3.6,14.8C400.8,430.8,399.6,435.6,397.1,439z"/>
<path fill="#002255" d="M386.8,411.3c-1.1,0-2.1,0.2-3,0.8c-3.1,2.1-3.7,7.7-3.7,11.1c0,2.2,0.2,4.5,0.6,6.7
c0.3,1.4,0.7,3.3,1.4,4.6c1,1.9,2.2,2.8,4.2,2.9c0.1,0,0.2,0,0.3,0h0.1l0,0c2.3,0,4-0.8,5.1-2.8c0.7-1.3,1.2-3.2,1.4-4.7
c0.4-2.3,0.5-4.6,0.4-6.9C393.6,418.7,392.4,411.5,386.8,411.3z M391.1,433.4c-1,2.1-2.6,2.7-4.1,2.7c-1.6,0-3-0.3-4-2.6
c-0.9-2.1-1.5-6-1.5-9.1c0-3.8,0.4-7.5,1.7-9.6c0.9-1.5,2.5-2.1,3.7-2.1c1.3,0,2.8,0.9,3.7,2.6c1.2,2.1,1.7,5.5,1.7,9.2
C392.4,427.7,392.1,431.3,391.1,433.4z"/>
<path fill="#002255" d="M399,408.6c-2.9-4.2-7-6.3-12.1-6.3s-9.2,2.1-12.1,6.2c-3.2,4.5-4.1,10.4-4.1,15.8
c0,5.5,0.9,11.3,4.1,15.9c2.9,4.1,7,6.3,12.1,6.3c5,0,9.1-2.1,12-6.2c3.2-4.5,4.1-10.2,4.1-15.6
C403.1,419.2,402.2,413.2,399,408.6z M398,439.7c-2.7,3.8-6.5,5.7-11.1,5.7c-4.7,0-8.4-1.9-11.1-5.8c-3.1-4.4-3.9-10-3.9-15.2
s0.9-10.8,3.9-15.2c2.7-3.8,6.5-5.8,11.1-5.8c4.7,0,8.5,1.9,11.2,5.8c3.1,4.4,3.9,10.2,3.9,15.5C402,429.9,401.1,435.4,398,439.7z
"/>
<path fill="#002255" d="M397.2,409.9c-2.4-3.5-5.8-5.3-10.2-5.3c-4.3,0-7.7,1.8-10.2,5.3s-3.7,8.3-3.7,14.5s1.2,11,3.7,14.5
s5.9,5.3,10.2,5.3c4.3,0,7.7-1.7,10.2-5.2s3.7-8.2,3.7-14.3C400.8,418.4,399.6,413.4,397.2,409.9z M392.9,435.2
c-1.3,2.3-3.3,3.4-6.1,3.4c-2.8,0-4.5-1.2-5.7-3.5c-2.8-5.2-4.5-25.2,5.7-25C397.1,410.5,395.8,430.2,392.9,435.2z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Amiga 1200</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>192753</color>
</image>
<image name="band2" extra="true">
<color>5BA079</color>
</image>
<image name="band3" extra="true">
<color>F9EA38</color>
</image>
<image name="band4" extra="true">
<color>ED2224</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,699 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 427.4 301.7" xml:space="preserve">
<path id="base" fill-rule="evenodd" fill="#CFD0CF" d="M9.9,146.1c0,0-6,0-8,0c-1.7,0-1.9-0.2-1.9-2.9C0,140.6,0,4.8,0,2.7
C0,0.6,0.3,0,2.7,0c2.4,0,411.5,0,416.4,0c4.9,0,5.1,0.4,5.1,5.1c0,4.2,0,24.9,0,29c0,0.6,0,0.7-0.7,0.7c-0.8,0-2.1,0-3,0
c-0.7,0-0.8,0.2-0.8,0.7c0,6.2,0,52.7,0,52.7v44.8c0,0,4.5,0,6.7,0c0.9,0,1,0.3,1,0.6c0,2.1,0,8.6,0,11.3c0,1-0.1,1.2-1.5,1.2
C393.3,146.1,9.9,146.1,9.9,146.1z"/>
<path id="outline" fill-rule="evenodd" fill="none" stroke="#9B9A9A" stroke-width="2" stroke-miterlimit="10" d="M5.8,146.1
c0-41,0-74.8,0-75.7c0-2.2,0-3.7,3.7-3.7c3.6,0,386.4,0,410.3,0"/>
<path id="keyboard" fill-rule="evenodd" fill="#CFD0CF" d="M12.7,301.7c-5.7,0-6.9-4.5-6.9-8.6c0-4.1,0-220.4,0-222.6
c0-2.2,0-3.7,3.7-3.7c3.7,0,407.4,0,411,0c3.7,0,3.7,1.4,3.7,3.7c0,2.2,0,218.5,0,222.6c0,4.1-1.1,8.6-6.9,8.6
C411.6,301.7,18.5,301.7,12.7,301.7z"/>
<g id="holes">
<path id="XMLID_123_" fill-rule="evenodd" fill="#0C0C0D" d="M216.4,104.7H368c0.4,0,0.6,0.3,0.6,0.6v23.4c0,0.4-0.3,0.6-0.6,0.6
H216.4c-0.4,0-0.6-0.3-0.6-0.6v-23.4C215.8,105,216,104.7,216.4,104.7z"/>
<path id="XMLID_37_" fill-rule="evenodd" fill="#0C0C0D" d="M382.7,104.7H413c0.4,0,0.6,0.3,0.6,0.6v23.4c0,0.4-0.3,0.6-0.6,0.6
h-30.3c-0.4,0-0.6-0.3-0.6-0.6v-23.4C382,105,382.3,104.7,382.7,104.7z"/>
<path id="XMLID_121_" fill-rule="evenodd" fill="#0C0C0D" d="M54.8,104.7H206c0.4,0,0.6,0.3,0.6,0.6v23.4c0,0.4-0.3,0.6-0.6,0.6
H54.8c-0.4,0-0.6-0.3-0.6-0.6v-23.4C54.2,105,54.4,104.7,54.8,104.7z"/>
<path id="XMLID_119_" fill-rule="evenodd" fill="#0C0C0D" d="M17.7,104.7h22.9c0.4,0,0.6,0.3,0.6,0.6v23.4c0,0.4-0.3,0.6-0.6,0.6
H17.7c-0.4,0-0.6-0.3-0.6-0.6v-23.4C17,105,17.3,104.7,17.7,104.7z"/>
<path id="XMLID_117_" fill-rule="evenodd" fill="#0C0C0D" d="M414.2,240c0,1.1,0,24.3,0,24.3c0,0.4-0.3,0.6-0.6,0.6H36.3
c-0.4,0-0.6-0.3-0.6-0.6v-21.1c0,0,0.8-2.8-2.1-2.8c-2.5,0-16.3,0-16.3,0c-0.4,0-0.6-0.3-0.6-0.6v-96.3c0-0.4,0.3-0.6,0.6-0.6H413
c0.4,0,0.6,0.3,0.6,0.6c0,0,0,22.2,0,23.4s-0.7,1.5-2.6,1.5c-1.4,0-17.5,0-19,0c-1.5,0-1.9,0.7-1.9,1.5c0,0.7,0,68.6,0,68.6
c0,0.4,0.1,0.6,0.6,0.6c0.5,0,18.8,0,22.1,0C414,239,414.2,239.5,414.2,240z"/>
</g>
<g id="grill">
<path id="XMLID_137_" fill-rule="evenodd" fill="#777878" d="M7.7,8.6h408.9c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H7.7
c-0.2,0-0.3-0.1-0.3-0.3V8.9C7.4,8.8,7.5,8.6,7.7,8.6z"/>
<path id="XMLID_135_" fill-rule="evenodd" fill="#777878" d="M7.7,16.1h408.9c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H7.7
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C7.4,16.2,7.5,16.1,7.7,16.1z"/>
<path id="XMLID_133_" fill-rule="evenodd" fill="#777878" d="M7.7,23.6h408.9c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H7.7
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C7.4,23.7,7.5,23.6,7.7,23.6z"/>
<path id="XMLID_131_" fill-rule="evenodd" fill="#777878" d="M7.7,31.1h408.9c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H7.7
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C7.4,31.2,7.5,31.1,7.7,31.1z"/>
<path id="XMLID_129_" fill-rule="evenodd" fill="#777878" d="M7.7,38.6h408.9c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H7.7
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C7.4,38.7,7.5,38.6,7.7,38.6z"/>
<path id="XMLID_127_" fill-rule="evenodd" fill="#777878" d="M7.7,46.1h408.9c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H7.7
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C7.4,46.2,7.5,46.1,7.7,46.1z"/>
<path id="XMLID_125_" fill-rule="evenodd" fill="#777878" d="M7.7,53.6h408.9c0.2,0,0.3,0.1,0.3,0.3v3.3c0,0.2-0.1,0.3-0.3,0.3H7.7
c-0.2,0-0.3-0.1-0.3-0.3v-3.3C7.4,53.7,7.5,53.6,7.7,53.6z"/>
</g>
<g id="keys">
<g id="XMLID_21_">
<path id="XMLID_65_" fill-rule="evenodd" fill="#9B9A9A" d="M243.8,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C242.3,192.9,243,192.2,243.8,192.2z"/>
<path id="XMLID_34_" fill-rule="evenodd" fill="#CFD0CF" d="M246.7,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C245.3,195.1,246,194.4,246.7,194.4z"/>
</g>
<g id="XMLID_165_">
<path id="XMLID_168_" fill-rule="evenodd" fill="#9B9A9A" d="M267.7,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C266.3,192.9,266.9,192.2,267.7,192.2z"/>
<path id="XMLID_166_" fill-rule="evenodd" fill="#CFD0CF" d="M270.7,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C269.2,195.1,269.9,194.4,270.7,194.4z"/>
</g>
<g id="XMLID_170_">
<path id="XMLID_173_" fill-rule="evenodd" fill="#9B9A9A" d="M291.6,192.2H311c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C290.2,192.9,290.8,192.2,291.6,192.2z"/>
<path id="XMLID_171_" fill-rule="evenodd" fill="#CFD0CF" d="M294.6,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C293.1,195.1,293.8,194.4,294.6,194.4z"/>
</g>
<g id="XMLID_175_">
<path id="XMLID_178_" fill-rule="evenodd" fill="#9B9A9A" d="M315.5,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C314.1,192.9,314.7,192.2,315.5,192.2z"/>
<path id="XMLID_176_" fill-rule="evenodd" fill="#CFD0CF" d="M318.5,194.4H332c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C317,195.1,317.7,194.4,318.5,194.4z"/>
</g>
<g id="XMLID_180_">
<path id="XMLID_183_" fill-rule="evenodd" fill="#9B9A9A" d="M339.4,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C338,192.9,338.6,192.2,339.4,192.2z"/>
<path id="XMLID_181_" fill-rule="evenodd" fill="#CFD0CF" d="M342.4,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C341,195.1,341.6,194.4,342.4,194.4z"/>
</g>
<g id="XMLID_30_">
<path id="XMLID_83_" fill-rule="evenodd" fill="#9B9A9A" d="M219.9,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C218.4,192.9,219.1,192.2,219.9,192.2z"/>
<path id="XMLID_74_" fill-rule="evenodd" fill="#CFD0CF" d="M222.8,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C221.4,195.1,222,194.4,222.8,194.4z"/>
</g>
<g id="XMLID_98_">
<path id="XMLID_109_" fill-rule="evenodd" fill="#9B9A9A" d="M196,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H196c-0.8,0-1.4-0.6-1.4-1.4v-19.8C194.5,192.9,195.2,192.2,196,192.2z"/>
<path id="XMLID_99_" fill-rule="evenodd" fill="#CFD0CF" d="M198.9,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C197.5,195.1,198.1,194.4,198.9,194.4z"/>
</g>
<g id="XMLID_140_">
<path id="XMLID_143_" fill-rule="evenodd" fill="#9B9A9A" d="M172.1,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C170.6,192.9,171.3,192.2,172.1,192.2z"/>
<path id="XMLID_141_" fill-rule="evenodd" fill="#CFD0CF" d="M175,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H175c-0.8,0-1.4-0.6-1.4-1.4v-13.5C173.6,195.1,174.2,194.4,175,194.4z"/>
</g>
<g id="XMLID_145_">
<path id="XMLID_148_" fill-rule="evenodd" fill="#9B9A9A" d="M148.1,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C146.7,192.9,147.4,192.2,148.1,192.2z"/>
<path id="XMLID_146_" fill-rule="evenodd" fill="#CFD0CF" d="M151.1,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C149.7,195.1,150.3,194.4,151.1,194.4z"/>
</g>
<g id="XMLID_150_">
<path id="XMLID_153_" fill-rule="evenodd" fill="#9B9A9A" d="M124.2,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C122.8,192.9,123.4,192.2,124.2,192.2z"/>
<path id="XMLID_151_" fill-rule="evenodd" fill="#CFD0CF" d="M127.2,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C125.8,195.1,126.4,194.4,127.2,194.4z"/>
</g>
<g id="XMLID_155_">
<path id="XMLID_158_" fill-rule="evenodd" fill="#9B9A9A" d="M100.3,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C98.9,192.9,99.5,192.2,100.3,192.2z"/>
<path id="XMLID_156_" fill-rule="evenodd" fill="#CFD0CF" d="M103.3,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C101.9,195.1,102.5,194.4,103.3,194.4z"/>
</g>
<g id="XMLID_160_">
<path id="XMLID_163_" fill-rule="evenodd" fill="#9B9A9A" d="M76.4,192.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H76.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C75,192.9,75.6,192.2,76.4,192.2z"/>
<path id="XMLID_161_" fill-rule="evenodd" fill="#CFD0CF" d="M79.4,194.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H79.4c-0.8,0-1.4-0.6-1.4-1.4v-13.5C77.9,195.1,78.6,194.4,79.4,194.4z"/>
</g>
<g id="XMLID_365_">
<path id="XMLID_368_" fill-rule="evenodd" fill="#9B9A9A" d="M231.8,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C230.4,216.9,231.1,216.3,231.8,216.3z"/>
<path id="XMLID_366_" fill-rule="evenodd" fill="#CFD0CF" d="M234.8,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C233.4,219.1,234,218.5,234.8,218.5z"/>
</g>
<g id="XMLID_360_">
<path id="XMLID_363_" fill-rule="evenodd" fill="#9B9A9A" d="M255.8,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C254.3,216.9,255,216.3,255.8,216.3z"/>
<path id="XMLID_361_" fill-rule="evenodd" fill="#CFD0CF" d="M258.7,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C257.3,219.1,257.9,218.5,258.7,218.5z"/>
</g>
<g id="XMLID_355_">
<path id="XMLID_358_" fill-rule="evenodd" fill="#9B9A9A" d="M279.7,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C278.2,216.9,278.9,216.3,279.7,216.3z"/>
<path id="XMLID_356_" fill-rule="evenodd" fill="#CFD0CF" d="M282.6,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C281.2,219.1,281.8,218.5,282.6,218.5z"/>
</g>
<g id="XMLID_350_">
<path id="XMLID_353_" fill-rule="evenodd" fill="#9B9A9A" d="M303.6,216.3H323c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C302.1,216.9,302.8,216.3,303.6,216.3z"/>
<path id="XMLID_351_" fill-rule="evenodd" fill="#CFD0CF" d="M306.5,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C305.1,219.1,305.7,218.5,306.5,218.5z"/>
</g>
<g id="XMLID_420_">
<path id="XMLID_423_" fill-rule="evenodd" fill="#9B9A9A" d="M320.3,240.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C318.8,241,319.5,240.3,320.3,240.3z"/>
<path id="XMLID_421_" fill-rule="evenodd" fill="#CFD0CF" d="M323.2,242.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4V244C321.8,243.2,322.4,242.5,323.2,242.5z"/>
</g>
<g id="XMLID_415_">
<path id="XMLID_418_" fill-rule="evenodd" fill="#9B9A9A" d="M344.2,240.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C342.7,241,343.4,240.3,344.2,240.3z"/>
<path id="XMLID_416_" fill-rule="evenodd" fill="#CFD0CF" d="M347.1,242.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4V244C345.7,243.2,346.4,242.5,347.1,242.5z"/>
</g>
<g id="XMLID_410_">
<path id="XMLID_413_" fill-rule="evenodd" fill="#9B9A9A" d="M368.1,240.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C366.7,241,367.3,240.3,368.1,240.3z"/>
<path id="XMLID_411_" fill-rule="evenodd" fill="#CFD0CF" d="M371.1,242.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4V244C369.6,243.2,370.3,242.5,371.1,242.5z"/>
</g>
<g id="XMLID_390_">
<path id="XMLID_393_" fill-rule="evenodd" fill="#9B9A9A" d="M392,240.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H392c-0.8,0-1.4-0.6-1.4-1.4v-19.8C390.6,241,391.2,240.3,392,240.3z"/>
<path id="XMLID_391_" fill-rule="evenodd" fill="#CFD0CF" d="M395,242.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H395c-0.8,0-1.4-0.6-1.4-1.4V244C393.5,243.2,394.2,242.5,395,242.5z"/>
</g>
<g id="XMLID_385_">
<path id="XMLID_388_" fill-rule="evenodd" fill="#9B9A9A" d="M368,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H368c-0.8,0-1.4-0.6-1.4-1.4v-19.8C366.5,216.9,367.2,216.3,368,216.3z"/>
<path id="XMLID_386_" fill-rule="evenodd" fill="#CFD0CF" d="M370.9,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C369.5,219.1,370.2,218.5,370.9,218.5z"/>
</g>
<g id="XMLID_340_">
<path id="XMLID_343_" fill-rule="evenodd" fill="#9B9A9A" d="M207.9,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C206.5,216.9,207.1,216.3,207.9,216.3z"/>
<path id="XMLID_341_" fill-rule="evenodd" fill="#CFD0CF" d="M210.9,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C209.5,219.1,210.1,218.5,210.9,218.5z"/>
</g>
<g id="XMLID_335_">
<path id="XMLID_338_" fill-rule="evenodd" fill="#9B9A9A" d="M184,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H184c-0.8,0-1.4-0.6-1.4-1.4v-19.8C182.6,216.9,183.2,216.3,184,216.3z"/>
<path id="XMLID_336_" fill-rule="evenodd" fill="#CFD0CF" d="M187,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H187c-0.8,0-1.4-0.6-1.4-1.4v-13.5C185.6,219.1,186.2,218.5,187,218.5z"/>
</g>
<g id="XMLID_330_">
<path id="XMLID_333_" fill-rule="evenodd" fill="#9B9A9A" d="M160.1,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C158.7,216.9,159.3,216.3,160.1,216.3z"/>
<path id="XMLID_331_" fill-rule="evenodd" fill="#CFD0CF" d="M163.1,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C161.6,219.1,162.3,218.5,163.1,218.5z"/>
</g>
<g id="XMLID_325_">
<path id="XMLID_328_" fill-rule="evenodd" fill="#9B9A9A" d="M136.2,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C134.8,216.9,135.4,216.3,136.2,216.3z"/>
<path id="XMLID_326_" fill-rule="evenodd" fill="#CFD0CF" d="M139.2,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C137.7,219.1,138.4,218.5,139.2,218.5z"/>
</g>
<g id="XMLID_320_">
<path id="XMLID_323_" fill-rule="evenodd" fill="#9B9A9A" d="M112.3,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C110.9,216.9,111.5,216.3,112.3,216.3z"/>
<path id="XMLID_321_" fill-rule="evenodd" fill="#CFD0CF" d="M115.3,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C113.8,219.1,114.5,218.5,115.3,218.5z"/>
</g>
<g id="XMLID_315_">
<path id="XMLID_318_" fill-rule="evenodd" fill="#9B9A9A" d="M88.4,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H88.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C87,216.9,87.6,216.3,88.4,216.3z"/>
<path id="XMLID_316_" fill-rule="evenodd" fill="#CFD0CF" d="M91.4,218.5h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H91.4c-0.8,0-1.4-0.6-1.4-1.4v-13.5C89.9,219.1,90.6,218.5,91.4,218.5z"/>
</g>
<g id="XMLID_310_">
<path id="XMLID_313_" fill-rule="evenodd" fill="#9B9A9A" d="M64.5,216.3h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H64.5c-0.8,0-1.4-0.6-1.4-1.4v-19.8C63,216.9,63.7,216.3,64.5,216.3z"/>
<path id="XMLID_311_" fill-rule="evenodd" fill="#CFD0CF" d="M67.4,218.5H81c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H67.4c-0.8,0-1.4-0.6-1.4-1.4v-13.5C66,219.1,66.6,218.5,67.4,218.5z"/>
</g>
<g id="XMLID_345_">
<path id="XMLID_348_" fill-rule="evenodd" fill="#9B9A9A" d="M100.3,240.3h185.5c0.8,0,1.4,0.6,1.4,1.4v19.8
c0,0.8-0.6,1.4-1.4,1.4H100.3c-0.8,0-1.4-0.6-1.4-1.4v-19.8C98.9,241,99.5,240.3,100.3,240.3z"/>
<path id="XMLID_346_" fill-rule="evenodd" fill="#CFD0CF" d="M103.3,242.5h179.6c0.8,0,1.4,0.6,1.4,1.4v13.5
c0,0.8-0.6,1.4-1.4,1.4H103.3c-0.8,0-1.4-0.6-1.4-1.4V244C101.9,243.2,102.5,242.5,103.3,242.5z"/>
</g>
<g id="XMLID_240_">
<path id="XMLID_243_" fill-rule="evenodd" fill="#9B9A9A" d="M237,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H237c-0.8,0-1.4-0.6-1.4-1.4v-19.8C235.6,168.8,236.2,168.2,237,168.2z"/>
<path id="XMLID_241_" fill-rule="evenodd" fill="#CFD0CF" d="M240,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H240c-0.8,0-1.4-0.6-1.4-1.4v-13.5C238.6,171,239.2,170.4,240,170.4z"/>
</g>
<g id="XMLID_235_">
<path id="XMLID_238_" fill-rule="evenodd" fill="#9B9A9A" d="M260.9,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C259.5,168.8,260.1,168.2,260.9,168.2z"/>
<path id="XMLID_236_" fill-rule="evenodd" fill="#CFD0CF" d="M263.9,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C262.5,171,263.1,170.4,263.9,170.4z"/>
</g>
<g id="XMLID_230_">
<path id="XMLID_233_" fill-rule="evenodd" fill="#9B9A9A" d="M284.9,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C283.4,168.8,284.1,168.2,284.9,168.2z"/>
<path id="XMLID_231_" fill-rule="evenodd" fill="#CFD0CF" d="M287.8,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C286.4,171,287,170.4,287.8,170.4z"/>
</g>
<g id="XMLID_225_">
<path id="XMLID_228_" fill-rule="evenodd" fill="#9B9A9A" d="M308.8,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C307.3,168.8,308,168.2,308.8,168.2z"/>
<path id="XMLID_226_" fill-rule="evenodd" fill="#CFD0CF" d="M311.7,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C310.3,171,310.9,170.4,311.7,170.4z"/>
</g>
<g id="XMLID_220_">
<path id="XMLID_223_" fill-rule="evenodd" fill="#9B9A9A" d="M332.7,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C331.2,168.8,331.9,168.2,332.7,168.2z"/>
<path id="XMLID_221_" fill-rule="evenodd" fill="#CFD0CF" d="M335.6,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C334.2,171,334.8,170.4,335.6,170.4z"/>
</g>
<g id="XMLID_215_">
<path id="XMLID_218_" fill-rule="evenodd" fill="#9B9A9A" d="M213.1,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C211.7,168.8,212.3,168.2,213.1,168.2z"/>
<path id="XMLID_216_" fill-rule="evenodd" fill="#CFD0CF" d="M216.1,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C214.7,171,215.3,170.4,216.1,170.4z"/>
</g>
<g id="XMLID_210_">
<path id="XMLID_213_" fill-rule="evenodd" fill="#9B9A9A" d="M189.6,168.2H209c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C188.1,168.8,188.8,168.2,189.6,168.2z"/>
<path id="XMLID_211_" fill-rule="evenodd" fill="#CFD0CF" d="M192.5,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C191.1,171,191.7,170.4,192.5,170.4z"/>
</g>
<g id="XMLID_205_">
<path id="XMLID_208_" fill-rule="evenodd" fill="#9B9A9A" d="M165.3,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C163.9,168.8,164.5,168.2,165.3,168.2z"/>
<path id="XMLID_206_" fill-rule="evenodd" fill="#CFD0CF" d="M168.3,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C166.8,171,167.5,170.4,168.3,170.4z"/>
</g>
<g id="XMLID_200_">
<path id="XMLID_203_" fill-rule="evenodd" fill="#9B9A9A" d="M141.4,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C140,168.8,140.6,168.2,141.4,168.2z"/>
<path id="XMLID_201_" fill-rule="evenodd" fill="#CFD0CF" d="M144.4,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C142.9,171,143.6,170.4,144.4,170.4z"/>
</g>
<g id="XMLID_195_">
<path id="XMLID_198_" fill-rule="evenodd" fill="#9B9A9A" d="M117.5,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C116.1,168.8,116.7,168.2,117.5,168.2z"/>
<path id="XMLID_196_" fill-rule="evenodd" fill="#CFD0CF" d="M120.5,170.4H134c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C119,171,119.7,170.4,120.5,170.4z"/>
</g>
<g id="XMLID_190_">
<path id="XMLID_193_" fill-rule="evenodd" fill="#9B9A9A" d="M93.6,168.2H113c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H93.6c-0.8,0-1.4-0.6-1.4-1.4v-19.8C92.1,168.8,92.8,168.2,93.6,168.2z"/>
<path id="XMLID_191_" fill-rule="evenodd" fill="#CFD0CF" d="M96.5,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H96.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C95.1,171,95.7,170.4,96.5,170.4z"/>
</g>
<g id="XMLID_185_">
<path id="XMLID_188_" fill-rule="evenodd" fill="#9B9A9A" d="M69.7,168.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H69.7c-0.8,0-1.4-0.6-1.4-1.4v-19.8C68.2,168.8,68.9,168.2,69.7,168.2z"/>
<path id="XMLID_186_" fill-rule="evenodd" fill="#CFD0CF" d="M72.6,170.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H72.6c-0.8,0-1.4-0.6-1.4-1.4v-13.5C71.2,171,71.8,170.4,72.6,170.4z"/>
</g>
<g id="XMLID_300_">
<path id="XMLID_303_" fill-rule="evenodd" fill="#9B9A9A" d="M224.6,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C223.2,144.8,223.8,144.2,224.6,144.2z"/>
<path id="XMLID_301_" fill-rule="evenodd" fill="#CFD0CF" d="M227.6,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C226.2,147,226.8,146.4,227.6,146.4z"/>
</g>
<g id="XMLID_295_">
<path id="XMLID_298_" fill-rule="evenodd" fill="#9B9A9A" d="M248.6,144.2H268c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C247.1,144.8,247.8,144.2,248.6,144.2z"/>
<path id="XMLID_296_" fill-rule="evenodd" fill="#CFD0CF" d="M251.5,146.4H265c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C250.1,147,250.7,146.4,251.5,146.4z"/>
</g>
<g id="XMLID_290_">
<path id="XMLID_293_" fill-rule="evenodd" fill="#9B9A9A" d="M272.5,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C271,144.8,271.7,144.2,272.5,144.2z"/>
<path id="XMLID_291_" fill-rule="evenodd" fill="#CFD0CF" d="M275.4,146.4H289c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C274,147,274.6,146.4,275.4,146.4z"/>
</g>
<g id="XMLID_285_">
<path id="XMLID_288_" fill-rule="evenodd" fill="#9B9A9A" d="M296.4,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C294.9,144.8,295.6,144.2,296.4,144.2z"/>
<path id="XMLID_286_" fill-rule="evenodd" fill="#CFD0CF" d="M299.3,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C297.9,147,298.5,146.4,299.3,146.4z"/>
</g>
<g id="XMLID_280_">
<path id="XMLID_283_" fill-rule="evenodd" fill="#9B9A9A" d="M320.3,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C318.8,144.8,319.5,144.2,320.3,144.2z"/>
<path id="XMLID_281_" fill-rule="evenodd" fill="#CFD0CF" d="M323.2,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C321.8,147,322.4,146.4,323.2,146.4z"/>
</g>
<g id="XMLID_305_">
<path id="XMLID_308_" fill-rule="evenodd" fill="#9B9A9A" d="M344.2,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C342.7,144.8,343.4,144.2,344.2,144.2z"/>
<path id="XMLID_306_" fill-rule="evenodd" fill="#CFD0CF" d="M347.1,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C345.7,147,346.4,146.4,347.1,146.4z"/>
</g>
<g id="XMLID_275_">
<path id="XMLID_278_" fill-rule="evenodd" fill="#9B9A9A" d="M200.7,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C199.3,144.8,199.9,144.2,200.7,144.2z"/>
<path id="XMLID_276_" fill-rule="evenodd" fill="#CFD0CF" d="M203.7,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C202.3,147,202.9,146.4,203.7,146.4z"/>
</g>
<g id="XMLID_270_">
<path id="XMLID_273_" fill-rule="evenodd" fill="#9B9A9A" d="M176.8,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C175.4,144.8,176,144.2,176.8,144.2z"/>
<path id="XMLID_271_" fill-rule="evenodd" fill="#CFD0CF" d="M179.8,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C178.3,147,179,146.4,179.8,146.4z"/>
</g>
<g id="XMLID_265_">
<path id="XMLID_268_" fill-rule="evenodd" fill="#9B9A9A" d="M152.9,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C151.5,144.8,152.1,144.2,152.9,144.2z"/>
<path id="XMLID_266_" fill-rule="evenodd" fill="#CFD0CF" d="M155.9,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C154.4,147,155.1,146.4,155.9,146.4z"/>
</g>
<g id="XMLID_260_">
<path id="XMLID_263_" fill-rule="evenodd" fill="#9B9A9A" d="M129,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H129c-0.8,0-1.4-0.6-1.4-1.4v-19.8C127.6,144.8,128.2,144.2,129,144.2z"/>
<path id="XMLID_261_" fill-rule="evenodd" fill="#CFD0CF" d="M132,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H132c-0.8,0-1.4-0.6-1.4-1.4v-13.5C130.5,147,131.2,146.4,132,146.4z"/>
</g>
<g id="XMLID_255_">
<path id="XMLID_258_" fill-rule="evenodd" fill="#9B9A9A" d="M105.1,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C103.7,144.8,104.3,144.2,105.1,144.2z"/>
<path id="XMLID_256_" fill-rule="evenodd" fill="#CFD0CF" d="M108.1,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.5c-0.8,0-1.4-0.6-1.4-1.4v-13.5C106.6,147,107.3,146.4,108.1,146.4z"/>
</g>
<g id="XMLID_250_">
<path id="XMLID_253_" fill-rule="evenodd" fill="#9B9A9A" d="M81.2,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H81.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C79.7,144.8,80.4,144.2,81.2,144.2z"/>
<path id="XMLID_251_" fill-rule="evenodd" fill="#CFD0CF" d="M84.1,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H84.1c-0.8,0-1.4-0.6-1.4-1.4v-13.5C82.7,147,83.4,146.4,84.1,146.4z"/>
</g>
<g id="XMLID_245_">
<path id="XMLID_248_" fill-rule="evenodd" fill="#9B9A9A" d="M57.3,144.2h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H57.3c-0.8,0-1.4-0.6-1.4-1.4v-19.8C55.8,144.8,56.5,144.2,57.3,144.2z"/>
<path id="XMLID_246_" fill-rule="evenodd" fill="#CFD0CF" d="M60.2,146.4h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H60.2c-0.8,0-1.4-0.6-1.4-1.4v-13.5C58.8,147,59.4,146.4,60.2,146.4z"/>
</g>
<g id="XMLID_476_">
<path id="XMLID_479_" fill-rule="evenodd" fill="#60605D" d="M19.5,216.3h40.1c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H19.5c-0.8,0-1.4-0.6-1.4-1.4v-19.8C18,216.9,18.7,216.3,19.5,216.3z"/>
<path id="XMLID_477_" fill-rule="evenodd" fill="#868580" d="M22.4,218.5h34.2c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H22.4c-0.8,0-1.4-0.6-1.4-1.4v-13.5C21,219.1,21.6,218.5,22.4,218.5z"/>
</g>
<g id="XMLID_470_">
<path id="XMLID_474_" fill-rule="evenodd" fill="#60605D" d="M327.4,216.3h36.1c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-36.1c-0.8,0-1.4-0.6-1.4-1.4v-19.8C325.9,216.9,326.6,216.3,327.4,216.3z"/>
<path id="XMLID_471_" fill-rule="evenodd" fill="#868580" d="M330.3,218.5h30.2c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-30.2c-0.8,0-1.4-0.6-1.4-1.4v-13.5C328.9,219.1,329.5,218.5,330.3,218.5z"/>
</g>
<g id="XMLID_445_">
<path id="XMLID_448_" fill-rule="evenodd" fill="#60605D" d="M38.8,240.3h26.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H38.8c-0.8,0-1.4-0.6-1.4-1.4v-19.8C37.3,241,38,240.3,38.8,240.3z"/>
<path id="XMLID_446_" fill-rule="evenodd" fill="#868580" d="M41.7,242.5h20.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H41.7c-0.8,0-1.4-0.6-1.4-1.4V244C40.3,243.2,40.9,242.5,41.7,242.5z"/>
</g>
<g id="XMLID_440_">
<path id="XMLID_443_" fill-rule="evenodd" fill="#60605D" d="M69.7,240.3h26.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H69.7c-0.8,0-1.4-0.6-1.4-1.4v-19.8C68.2,241,68.9,240.3,69.7,240.3z"/>
<path id="XMLID_441_" fill-rule="evenodd" fill="#868580" d="M72.6,242.5h20.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H72.6c-0.8,0-1.4-0.6-1.4-1.4V244C71.2,243.2,71.8,242.5,72.6,242.5z"/>
</g>
<g id="XMLID_435_">
<path id="XMLID_438_" fill-rule="evenodd" fill="#60605D" d="M290.1,240.3h25.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-25.8c-0.8,0-1.4-0.6-1.4-1.4v-19.8C288.6,241,289.3,240.3,290.1,240.3z"/>
<path id="XMLID_436_" fill-rule="evenodd" fill="#868580" d="M293,242.5h19.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H293c-0.8,0-1.4-0.6-1.4-1.4V244C291.6,243.2,292.2,242.5,293,242.5z"/>
</g>
<g id="XMLID_405_">
<path id="XMLID_408_" fill-rule="evenodd" fill="#60605D" d="M19.5,192.2h28.5c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H19.5c-0.8,0-1.4-0.6-1.4-1.4v-19.8C18,192.9,18.7,192.2,19.5,192.2z"/>
<path id="XMLID_406_" fill-rule="evenodd" fill="#868580" d="M22.4,194.4H45c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H22.4c-0.8,0-1.4-0.6-1.4-1.4v-13.5C21,195.1,21.6,194.4,22.4,194.4z"/>
</g>
<g id="XMLID_400_">
<path id="XMLID_403_" fill-rule="evenodd" fill="#60605D" d="M52.7,192.2h19.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H52.7c-0.8,0-1.4-0.6-1.4-1.4v-19.8C51.3,192.9,51.9,192.2,52.7,192.2z"/>
<path id="XMLID_401_" fill-rule="evenodd" fill="#868580" d="M55.7,194.4H69c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H55.7c-0.8,0-1.4-0.6-1.4-1.4v-13.5C54.3,195.1,54.9,194.4,55.7,194.4z"/>
</g>
<g id="XMLID_395_">
<path id="XMLID_398_" fill-rule="evenodd" fill="#60605D" d="M368.1,144.2h19.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C366.7,144.8,367.3,144.2,368.1,144.2z"/>
<path id="XMLID_396_" fill-rule="evenodd" fill="#868580" d="M371.1,146.4h13.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C369.6,147,370.3,146.4,371.1,146.4z"/>
</g>
<g id="XMLID_380_">
<path id="XMLID_383_" fill-rule="evenodd" fill="#60605D" d="M391.8,144.2H411c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-19.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C390.4,144.8,391,144.2,391.8,144.2z"/>
<path id="XMLID_381_" fill-rule="evenodd" fill="#868580" d="M394.8,146.4h13.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-13.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C393.3,147,394,146.4,394.8,146.4z"/>
</g>
<g id="XMLID_375_">
<path id="XMLID_378_" fill-rule="evenodd" fill="#60605D" d="M19.5,168.2h45.8c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H19.5c-0.8,0-1.4-0.6-1.4-1.4v-19.8C18,168.8,18.7,168.2,19.5,168.2z"/>
<path id="XMLID_376_" fill-rule="evenodd" fill="#868580" d="M22.4,170.4h39.9c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H22.4c-0.8,0-1.4-0.6-1.4-1.4v-13.5C21,171,21.6,170.4,22.4,170.4z"/>
</g>
<g id="XMLID_370_">
<path id="XMLID_373_" fill-rule="evenodd" fill="#60605D" d="M19.5,144.2h33.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H19.5c-0.8,0-1.4-0.6-1.4-1.4v-19.8C18,144.8,18.7,144.2,19.5,144.2z"/>
<path id="XMLID_371_" fill-rule="evenodd" fill="#868580" d="M22.4,146.4h27.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H22.4c-0.8,0-1.4-0.6-1.4-1.4v-13.5C21,147,21.6,146.4,22.4,146.4z"/>
</g>
<g id="XMLID_528_">
<path id="XMLID_28_" fill-rule="evenodd" fill="#60605D" d="M356.8,168.2h30.5c0.8,0,1.4,0.6,1.4,1.4v43.7c0,0.8-0.6,1.4-1.4,1.4
h-23.5c-0.8,0-1.4-0.6-1.4-1.4c0,0,0-16.2,0-18.7c0-2.4-1.5-3.2-3.7-3.2c-3,0-3.3-1.8-3.3-3c0-1.1,0-18.8,0-18.8
C355.4,168.8,356.1,168.2,356.8,168.2z"/>
<path id="XMLID_558_" fill-rule="evenodd" fill="#868580" d="M359.7,170.3h24.8c0.8,0,1.4,0.6,1.4,1.4v37.7c0,0.8-0.6,1.4-1.4,1.4
h-17.8c-0.8,0-1.4-0.6-1.4-1.4c0,0,0-13.8,0-16.6c0-2-1.9-3-3.6-3c-3.1,0-3.4-2.1-3.4-3.1s0-15,0-15
C358.3,170.9,358.9,170.3,359.7,170.3z"/>
</g>
<g id="XMLID_531_">
<path id="XMLID_561_" fill-rule="evenodd" fill="#60605D" d="M19.4,105.7h19.4c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H19.4c-0.8,0-1.4-0.6-1.4-1.4v-19.8C17.9,106.3,18.6,105.7,19.4,105.7z"/>
<path id="XMLID_559_" fill-rule="evenodd" fill="#868580" d="M22.3,107.9h13.5c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H22.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C20.9,108.5,21.5,107.9,22.3,107.9z"/>
</g>
<g id="XMLID_568_">
<path id="XMLID_571_" fill-rule="evenodd" fill="#60605D" d="M56.7,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H56.7c-0.8,0-1.4-0.6-1.4-1.4v-19.8C55.3,106.3,55.9,105.7,56.7,105.7z"/>
<path id="XMLID_569_" fill-rule="evenodd" fill="#868580" d="M59.7,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H59.7c-0.8,0-1.4-0.6-1.4-1.4v-13.5C58.2,108.5,58.9,107.9,59.7,107.9z"/>
</g>
<g id="XMLID_573_">
<path id="XMLID_576_" fill-rule="evenodd" fill="#60605D" d="M87.1,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H87.1c-0.8,0-1.4-0.6-1.4-1.4v-19.8C85.6,106.3,86.3,105.7,87.1,105.7z"/>
<path id="XMLID_574_" fill-rule="evenodd" fill="#868580" d="M90,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4H90
c-0.8,0-1.4-0.6-1.4-1.4v-13.5C88.6,108.5,89.2,107.9,90,107.9z"/>
</g>
<g id="XMLID_578_">
<path id="XMLID_581_" fill-rule="evenodd" fill="#60605D" d="M117.4,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C116,106.3,116.7,105.7,117.4,105.7z"/>
<path id="XMLID_579_" fill-rule="evenodd" fill="#868580" d="M120.4,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C119,108.5,119.6,107.9,120.4,107.9z"/>
</g>
<g id="XMLID_583_">
<path id="XMLID_586_" fill-rule="evenodd" fill="#60605D" d="M147.8,105.7H174c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C146.4,106.3,147,105.7,147.8,105.7z"/>
<path id="XMLID_584_" fill-rule="evenodd" fill="#868580" d="M150.8,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C149.3,108.5,150,107.9,150.8,107.9z"/>
</g>
<g id="XMLID_588_">
<path id="XMLID_591_" fill-rule="evenodd" fill="#60605D" d="M178.2,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C176.8,106.3,177.4,105.7,178.2,105.7z"/>
<path id="XMLID_589_" fill-rule="evenodd" fill="#868580" d="M181.2,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C179.7,108.5,180.4,107.9,181.2,107.9z"/>
</g>
<g id="XMLID_613_">
<path id="XMLID_616_" fill-rule="evenodd" fill="#60605D" d="M218.5,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C217.1,106.3,217.7,105.7,218.5,105.7z"/>
<path id="XMLID_614_" fill-rule="evenodd" fill="#868580" d="M221.5,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C220,108.5,220.7,107.9,221.5,107.9z"/>
</g>
<g id="XMLID_608_">
<path id="XMLID_611_" fill-rule="evenodd" fill="#60605D" d="M248.9,105.7H275c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C247.4,106.3,248.1,105.7,248.9,105.7z"/>
<path id="XMLID_609_" fill-rule="evenodd" fill="#868580" d="M251.8,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C250.4,108.5,251,107.9,251.8,107.9z"/>
</g>
<g id="XMLID_603_">
<path id="XMLID_606_" fill-rule="evenodd" fill="#60605D" d="M279.2,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C277.8,106.3,278.5,105.7,279.2,105.7z"/>
<path id="XMLID_604_" fill-rule="evenodd" fill="#868580" d="M282.2,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C280.8,108.5,281.4,107.9,282.2,107.9z"/>
</g>
<g id="XMLID_598_">
<path id="XMLID_601_" fill-rule="evenodd" fill="#60605D" d="M309.6,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C308.2,106.3,308.8,105.7,309.6,105.7z"/>
<path id="XMLID_599_" fill-rule="evenodd" fill="#868580" d="M312.6,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C311.1,108.5,311.8,107.9,312.6,107.9z"/>
</g>
<g id="XMLID_593_">
<path id="XMLID_596_" fill-rule="evenodd" fill="#60605D" d="M340,105.7h26.2c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
H340c-0.8,0-1.4-0.6-1.4-1.4v-19.8C338.6,106.3,339.2,105.7,340,105.7z"/>
<path id="XMLID_594_" fill-rule="evenodd" fill="#868580" d="M343,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
H343c-0.8,0-1.4-0.6-1.4-1.4v-13.5C341.5,108.5,342.2,107.9,343,107.9z"/>
</g>
<g id="XMLID_122_">
<path id="XMLID_487_" fill-rule="evenodd" fill="#60605D" d="M384.8,105.7H411c0.8,0,1.4,0.6,1.4,1.4v19.8c0,0.8-0.6,1.4-1.4,1.4
h-26.2c-0.8,0-1.4-0.6-1.4-1.4v-19.8C383.4,106.3,384,105.7,384.8,105.7z"/>
<path id="XMLID_124_" fill-rule="evenodd" fill="#868580" d="M387.8,107.9h20.3c0.8,0,1.4,0.6,1.4,1.4v13.5c0,0.8-0.6,1.4-1.4,1.4
h-20.3c-0.8,0-1.4-0.6-1.4-1.4v-13.5C386.4,108.5,387,107.9,387.8,107.9z"/>
</g>
</g>
<g id="lights">
<path id="XMLID_91_" fill-rule="evenodd" fill="#BAD532" d="M399.1,177.2h8.7c0,0,0.1,0.1,0.1,0.2v2.8c0,0.1,0,0.2-0.1,0.2h-8.7
c0,0-0.1-0.1-0.1-0.2v-2.8C399,177.3,399.1,177.2,399.1,177.2z"/>
<path id="XMLID_89_" fill-rule="evenodd" fill="#525056" d="M399.1,201h8.7c0,0,0.1,0.1,0.1,0.2v2.8c0,0.1,0,0.2-0.1,0.2h-8.7
c0,0-0.1-0.1-0.1-0.2v-2.8C399,201.1,399.1,201,399.1,201z"/>
<path id="XMLID_87_" fill-rule="evenodd" fill="#525056" d="M399.1,224.9h8.7c0,0,0.1,0.1,0.1,0.2v2.8c0,0.1,0,0.2-0.1,0.2h-8.7
c0,0-0.1-0.1-0.1-0.2v-2.8C399,225,399.1,224.9,399.1,224.9z"/>
<path id="XMLID_494_" fill-rule="evenodd" fill="#E7E514" d="M406.4,179.6h-5.9c-0.3,0-0.6-0.3-0.6-0.6v-0.4c0-0.3,0.3-0.6,0.6-0.6
h5.9c0.3,0,0.6,0.3,0.6,0.6v0.4C407.1,179.4,406.8,179.6,406.4,179.6z"/>
</g>
<g id="plaque">
<path id="XMLID_51_" fill-rule="evenodd" fill="#EAEAEA" d="M18.5,92.1V77.9c0-0.5,0.4-1,1-1h60.7c0.1,0,0.3,0,0.4,0.1
c-0.2-0.2-0.4-0.4-0.7-0.4H19.1c-0.5,0-1,0.4-1,1v14.2c0,0.4,0.2,0.7,0.6,0.9C18.6,92.5,18.5,92.3,18.5,92.1z"/>
<path id="XMLID_60_" fill-rule="evenodd" fill="#777878" d="M80.3,76.8c0.1,0.1,0.1,0.3,0.1,0.5v14.2c0,0.5-0.4,1-1,1H18.7
c-0.2,0-0.3-0.1-0.5-0.1c0.2,0.3,0.5,0.5,0.8,0.5h60.7c0.5,0,1-0.4,1-1V77.6C80.8,77.3,80.6,77,80.3,76.8z"/>
</g>
<g id="a600_x5F_logo">
<path id="XMLID_430_" fill="#192753" d="M46.9,89.1l1.3-2l0.3,2H46.9z M50.1,91.2l0.1-0.2c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.2-0.2c0-0.1-0.1-0.1-0.1-0.2l-0.7-4.5h-0.3c-0.4,0.6-0.8,1.3-1.3,2.2
c-0.5,0.8-1,1.6-1.4,2.3c-0.1,0.1-0.2,0.3-0.3,0.3c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.2,0l-0.1,0.2h2
l0.1-0.2c-0.2,0-0.4,0-0.5-0.1c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0.1-0.2,0.2-0.4
c0.1-0.2,0.2-0.3,0.3-0.4h1.8c0.1,0.4,0.1,0.7,0.1,0.9c0,0.2,0,0.3,0,0.4c0,0.1,0,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1
c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0-0.3,0l-0.1,0.2H50.1z"/>
<path id="XMLID_427_" fill="#192753" d="M55.8,88.3c-0.2-0.3-0.5-0.4-0.9-0.4c-0.2,0-0.5,0-0.7,0.1c-0.2,0.1-0.5,0.2-0.7,0.4
c0.2-0.5,0.5-1,0.9-1.4c0.4-0.4,0.9-0.6,1.4-0.8l0.3,0v-0.3c-0.5,0.1-1,0.2-1.4,0.4c-0.4,0.2-0.8,0.5-1.1,0.8
c-0.3,0.3-0.6,0.7-0.8,1.2c-0.2,0.4-0.3,0.9-0.3,1.4c0,0.5,0.1,0.9,0.4,1.2c0.3,0.3,0.6,0.4,1.1,0.4c0.3,0,0.6-0.1,0.8-0.2
c0.3-0.1,0.5-0.3,0.7-0.5c0.2-0.2,0.3-0.4,0.5-0.7c0.1-0.3,0.2-0.5,0.2-0.8C56.2,88.8,56.1,88.5,55.8,88.3z M55,90.6
c-0.3,0.3-0.5,0.5-0.9,0.5c-0.3,0-0.5-0.1-0.6-0.3s-0.2-0.5-0.2-0.9c0-0.2,0-0.5,0.1-0.7c0-0.2,0.1-0.3,0.1-0.4
c0.2-0.1,0.3-0.3,0.5-0.3c0.2-0.1,0.4-0.1,0.6-0.1c0.3,0,0.5,0.1,0.6,0.3c0.2,0.2,0.2,0.4,0.2,0.8C55.4,89.8,55.3,90.2,55,90.6z"/>
<path id="XMLID_115_" fill="#192753" d="M60.5,87.6c-0.3-0.3-0.7-0.4-1.2-0.4c-0.3,0-0.7,0.1-1,0.2c-0.3,0.1-0.6,0.3-0.8,0.6
c-0.2,0.3-0.4,0.5-0.5,0.9c-0.1,0.3-0.2,0.7-0.2,1c0,0.4,0.1,0.8,0.4,1.1c0.3,0.3,0.7,0.4,1.2,0.4c0.4,0,0.7-0.1,1-0.2
c0.3-0.1,0.6-0.3,0.8-0.6c0.2-0.2,0.4-0.5,0.5-0.9c0.1-0.3,0.2-0.7,0.2-1C60.9,88.2,60.8,87.9,60.5,87.6z M60,89.3
c-0.1,0.3-0.2,0.6-0.3,0.9c-0.2,0.3-0.4,0.6-0.6,0.7c-0.2,0.2-0.4,0.2-0.7,0.2c-0.3,0-0.5-0.1-0.6-0.3c-0.1-0.2-0.2-0.4-0.2-0.8
c0-0.2,0-0.5,0.1-0.8c0.1-0.3,0.2-0.6,0.3-0.8c0.1-0.3,0.3-0.5,0.5-0.7c0.2-0.2,0.5-0.2,0.7-0.2c0.3,0,0.5,0.1,0.6,0.3
c0.1,0.2,0.2,0.4,0.2,0.8C60.1,88.7,60.1,89,60,89.3z"/>
<path id="XMLID_105_" fill="#192753" d="M65.1,87.6c-0.3-0.3-0.7-0.4-1.2-0.4c-0.3,0-0.7,0.1-1,0.2c-0.3,0.1-0.6,0.3-0.8,0.6
c-0.2,0.3-0.4,0.5-0.5,0.9s-0.2,0.7-0.2,1c0,0.4,0.1,0.8,0.4,1.1c0.3,0.3,0.7,0.4,1.2,0.4c0.4,0,0.7-0.1,1-0.2
c0.3-0.1,0.6-0.3,0.8-0.6c0.2-0.2,0.4-0.5,0.5-0.9c0.1-0.3,0.2-0.7,0.2-1C65.6,88.2,65.4,87.9,65.1,87.6z M64.7,89.3
c-0.1,0.3-0.2,0.6-0.3,0.9c-0.2,0.3-0.4,0.6-0.6,0.7c-0.2,0.2-0.4,0.2-0.7,0.2c-0.3,0-0.5-0.1-0.6-0.3c-0.1-0.2-0.2-0.4-0.2-0.8
c0-0.2,0-0.5,0.1-0.8c0.1-0.3,0.2-0.6,0.3-0.8c0.1-0.3,0.3-0.5,0.5-0.7c0.2-0.2,0.5-0.2,0.7-0.2c0.3,0,0.5,0.1,0.6,0.3
c0.1,0.2,0.2,0.4,0.2,0.8C64.8,88.7,64.7,89,64.7,89.3z"/>
<path id="path3002" fill="#192753" d="M26,78.3c-3.4,0-6.1,2.7-6.1,6.1c0,3.4,2.7,6.1,6.1,6.1c0.7,0,1.3-0.1,1.9-0.3v-3.1
c-0.5,0.3-1.1,0.5-1.7,0.5c-1.9,0-3.4-1.5-3.4-3.2c0-1.8,1.5-3.2,3.4-3.2c0.6,0,1.2,0.2,1.7,0.5v-3.1C27.3,78.4,26.6,78.3,26,78.3z
"/>
<polygon id="polygon9367" fill="#192753" points="27.9,82.1 27.9,82.1 32.5,82.1 30.4,84.3 27.9,84.3 "/>
<polygon id="polygon9369" fill="#ED2224" points="27.9,86.8 27.9,86.8 32.5,86.8 30.4,84.7 27.9,84.7 "/>
<path id="path3067" inkscape:connector-curvature="0" fill="#192753" d="M43.8,82.9c0.5,0,1-0.2,1.3-0.4c0.3-0.3,0.5-0.7,0.5-1.2
c0-0.5-0.2-0.9-0.5-1.2c-0.3-0.3-0.8-0.4-1.3-0.4c-0.5,0-1,0.2-1.3,0.4c-0.3,0.3-0.5,0.7-0.5,1.2c0,0.5,0.2,0.9,0.5,1.2
C42.8,82.8,43.3,82.9,43.8,82.9z M43.8,82.1c-0.3,0-0.4-0.1-0.6-0.3c-0.1-0.2-0.2-0.4-0.2-0.6c0-0.2,0.1-0.5,0.2-0.6
c0.1-0.2,0.3-0.3,0.6-0.3c0.3,0,0.4,0.1,0.6,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,0.2-0.1,0.5-0.2,0.6S44.1,82.1,43.8,82.1z"/>
<path id="path3069" inkscape:connector-curvature="0" fill="#192753" d="M46.1,82.8h1.1v-1.4c0-0.3,0.1-0.6,0.2-0.8
c0.1-0.2,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.3,0.2c0.1,0.1,0.1,0.3,0.1,0.5v1.7h1.1v-1.4c0-0.3,0.1-0.6,0.2-0.8
c0.1-0.2,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.3,0.2c0.1,0.1,0.1,0.3,0.1,0.5v1.7h1.1v-1.9c0-0.4-0.1-0.8-0.2-1
c-0.2-0.2-0.5-0.4-0.9-0.4c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.4,0.3-0.5,0.5c-0.1-0.2-0.2-0.4-0.4-0.5c-0.2-0.1-0.4-0.2-0.6-0.2
c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.4,0.3-0.5,0.5h0v-0.6h-1V82.8z"/>
<path id="path3071" inkscape:connector-curvature="0" fill="#192753" d="M52.2,82.8h1.1v-1.4c0-0.3,0.1-0.6,0.2-0.8
c0.1-0.2,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.3,0.2c0.1,0.1,0.1,0.3,0.1,0.5v1.7h1.1v-1.4c0-0.3,0.1-0.6,0.2-0.8
c0.1-0.2,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.3,0.2c0.1,0.1,0.1,0.3,0.1,0.5v1.7h1.1v-1.9c0-0.4-0.1-0.8-0.2-1
c-0.2-0.2-0.5-0.4-0.9-0.4c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.4,0.3-0.5,0.5c-0.1-0.2-0.2-0.4-0.4-0.5c-0.2-0.1-0.4-0.2-0.6-0.2
c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.4,0.3-0.5,0.5h0v-0.6h-1V82.8z"/>
<path id="path3073" inkscape:connector-curvature="0" fill="#192753" d="M60,82.9c0.5,0,1-0.2,1.3-0.4c0.3-0.3,0.5-0.7,0.5-1.2
c0-0.5-0.2-0.9-0.5-1.2c-0.3-0.3-0.8-0.4-1.3-0.4c-0.5,0-1,0.2-1.3,0.4c-0.3,0.3-0.5,0.7-0.5,1.2c0,0.5,0.2,0.9,0.5,1.2
C59,82.8,59.4,82.9,60,82.9z M60,82.1c-0.3,0-0.4-0.1-0.6-0.3s-0.2-0.4-0.2-0.6c0-0.2,0.1-0.5,0.2-0.6c0.1-0.2,0.3-0.3,0.6-0.3
c0.3,0,0.4,0.1,0.6,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,0.2-0.1,0.5-0.2,0.6C60.4,82,60.2,82.1,60,82.1z"/>
<path id="path3075" inkscape:connector-curvature="0" fill="#192753" d="M65.8,78.2h-1.1V80h0c-0.1-0.2-0.3-0.3-0.5-0.4
c-0.2-0.1-0.4-0.1-0.6-0.1c-0.4,0-0.8,0.2-1,0.5c-0.2,0.3-0.4,0.7-0.4,1.1c0,0.5,0.1,0.9,0.4,1.2c0.2,0.3,0.6,0.5,1.1,0.5
c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.3-0.3,0.4-0.5h0v0.6h1V78.2z M63.3,81.2c0-0.2,0.1-0.4,0.2-0.6c0.1-0.2,0.3-0.2,0.5-0.2
c0.2,0,0.4,0.1,0.5,0.2c0.1,0.2,0.2,0.4,0.2,0.6c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.2-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2
C63.4,81.7,63.3,81.5,63.3,81.2L63.3,81.2z"/>
<path id="path3077" inkscape:connector-curvature="0" fill="#192753" d="M68,82.9c0.5,0,1-0.2,1.3-0.4c0.3-0.3,0.5-0.7,0.5-1.2
c0-0.5-0.2-0.9-0.5-1.2c-0.3-0.3-0.8-0.4-1.3-0.4c-0.5,0-1,0.2-1.3,0.4c-0.3,0.3-0.5,0.7-0.5,1.2c0,0.5,0.2,0.9,0.5,1.2
C67.1,82.8,67.5,82.9,68,82.9z M68,82.1c-0.3,0-0.4-0.1-0.6-0.3c-0.1-0.2-0.2-0.4-0.2-0.6c0-0.2,0.1-0.5,0.2-0.6
c0.1-0.2,0.3-0.3,0.6-0.3c0.3,0,0.4,0.1,0.6,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,0.2-0.1,0.5-0.2,0.6C68.5,82,68.3,82.1,68,82.1z"/>
<path id="path3079" inkscape:connector-curvature="0" fill="#192753" d="M72.7,79.6c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0
c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.3,0.3-0.4,0.5h0v-0.6h-1v3.2h1.1v-1.4c0-0.3,0.1-0.6,0.2-0.7c0.1-0.2,0.3-0.3,0.6-0.3
c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0L72.7,79.6z"/>
<path id="path3081" inkscape:connector-curvature="0" fill="#192753" d="M76.2,81.6v-0.2c0-0.5-0.1-0.9-0.4-1.3
c-0.2-0.3-0.7-0.5-1.3-0.5c-0.5,0-0.9,0.2-1.2,0.4c-0.3,0.3-0.5,0.7-0.5,1.2c0,0.5,0.2,0.9,0.5,1.2c0.3,0.3,0.8,0.4,1.3,0.4
c0.2,0,0.4,0,0.6,0s0.4-0.1,0.6-0.2v-0.8c-0.2,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.3,0.1-0.5,0.1c-0.3,0-0.5,0-0.7-0.1
c-0.2-0.1-0.3-0.3-0.3-0.5H76.2z M74,80.9c0-0.2,0.1-0.3,0.2-0.5c0.1-0.1,0.2-0.2,0.4-0.2c0.2,0,0.4,0.1,0.5,0.2
c0.1,0.1,0.1,0.3,0.1,0.5H74z"/>
<path id="path3064" sodipodi:nodetypes="sssssccsssssccss" inkscape:connector-curvature="0" fill="#192753" d="M39.6,82.9
c-0.5-0.1-0.8-0.3-1.2-0.7c-0.3-0.3-0.4-0.6-0.5-1.2c-0.2-1.1,0.3-2.1,1.2-2.5c0.4-0.2,1-0.3,1.6-0.3c0.4,0,0.7,0.1,1,0.1l-0.1,1
c0,0-0.1,0-0.3-0.1c-0.2-0.1-0.4-0.1-0.6-0.1c-0.4,0-0.8,0.1-1.1,0.3c-0.6,0.5-0.6,1.7,0,2.3c0.4,0.3,1.1,0.4,1.7,0.3l0.3-0.1
l0.1,1c-0.2,0-0.6,0.1-1.1,0.1C40.1,83,39.9,82.9,39.6,82.9z"/>
<rect id="XMLID_36_" x="35.4" y="84.3" fill="#192753" width="43.4" height="0.4"/>
</g>
<g id="amiga_x5F_logo_x5F_big">
<g id="XMLID_50_">
<g id="XMLID_75_">
<polygon id="XMLID_77_" fill="#777878" points="318.4,88 324,81 324.1,80 317.6,88 "/>
<path id="XMLID_78_" fill="#777878" d="M328,74.5l0,17c0,0.9,0,1.5,0,1.6c0,0.7,0.2,1.2,0.5,1.6c0.2,0.2,0.4,0.3,0.7,0.4
c-0.1,0-0.1-0.1-0.1-0.1c-0.3-0.3-0.5-0.8-0.5-1.6c0-0.2,0-0.7,0-1.6l0-17.3H328z"/>
<path id="XMLID_80_" fill="#777878" d="M315.2,95.5l0,0.3h-5.8l-0.1,0.3h6.4l0-0.5C315.5,95.5,315.4,95.5,315.2,95.5z"/>
<path id="XMLID_88_" fill="#777878" d="M324,89h-7.1l-1.3,1.6l-1.4,1.8c-0.3,0.4-0.5,0.7-0.6,1.1c-0.1,0.2-0.1,0.5-0.1,0.7
c0,0.3,0.2,0.5,0.4,0.7c0.1,0.1,0.3,0.2,0.4,0.2c-0.2-0.2-0.3-0.4-0.4-0.6c0-0.2,0-0.5,0.1-0.7c0.1-0.3,0.3-0.7,0.6-1.1l1.4-1.8
l1.3-1.6h6.6L324,89z"/>
<path id="XMLID_90_" fill="#777878" d="M329.9,95.5l-0.1,0.4h-8.7l-0.1,0.3h9.2l0.1-0.5C330.3,95.5,330.1,95.5,329.9,95.5z"/>
</g>
<g id="XMLID_61_">
<path id="XMLID_63_" fill="#777878" d="M339.8,78.7l-0.2-1.5L335.9,92c-0.1,0.6-0.2,1.1-0.2,1.5c0,0.5,0.2,0.9,0.6,1.3
c0.1,0.1,0.3,0.2,0.5,0.3c-0.4-0.3-0.6-0.7-0.6-1.3c0-0.4,0-0.9,0.2-1.5L339.8,78.7z"/>
<polygon id="XMLID_86_" fill="#777878" points="345.8,89.8 346.2,89.2 343.9,74.9 343.5,74.9 "/>
<path id="XMLID_92_" fill="#777878" d="M362.6,74.9l-0.1,0.3c-1,0-1.8,0.2-2.3,0.7c-0.5,0.4-0.9,1.3-1.3,2.6L355.5,92
c-0.2,0.9-0.3,1.5-0.3,1.9c0,0.4,0.2,0.7,0.5,0.9c0.1,0.1,0.2,0.1,0.4,0.2c-0.2-0.2-0.4-0.5-0.4-0.8c0-0.4,0.1-1.1,0.3-1.9
l3.4-13.6c0.3-1.3,0.7-2.2,1.3-2.6c0.5-0.4,1.3-0.7,2.3-0.7l0.2-0.5H362.6z"/>
<path id="XMLID_93_" fill="#777878" d="M357.5,95.8h-10.1l-0.1,0.3H358l0.1-0.5c-0.2,0-0.4,0-0.6,0L357.5,95.8z"/>
<polygon id="XMLID_94_" fill="#777878" points="354.8,77.4 342.7,95.8 342.5,95.8 342.6,96.1 343.2,96.1 354.4,79.1 "/>
<path id="XMLID_102_" fill="#777878" d="M338,95.8h-6.5l-0.1,0.3h7.1l0.1-0.5c-0.2,0-0.4,0-0.6,0L338,95.8z"/>
</g>
<g id="XMLID_58_">
<line id="XMLID_31_" fill="#777878" x1="365.1" y1="75.3" x2="365.1" y2="75.5"/>
<path id="XMLID_82_" fill="#777878" d="M370.4,95.8h-10l-0.1,0.3h10.6l0.1-0.5c-0.2,0-0.4,0-0.6,0L370.4,95.8z"/>
<path id="XMLID_101_" fill="#777878" d="M375,74.9l-0.1,0.3c-0.9,0-1.7,0.2-2.1,0.6c-0.5,0.4-0.9,1.3-1.2,2.6L368.2,92
c-0.2,1-0.4,1.6-0.3,1.9c0,0.4,0.2,0.7,0.5,0.9c0.1,0.1,0.2,0.1,0.4,0.2c-0.2-0.2-0.4-0.5-0.4-0.8c0-0.3,0.1-1,0.3-1.9l3.4-13.5
c0.3-1.3,0.7-2.2,1.2-2.6c0.5-0.4,1.2-0.6,2.1-0.6l0.2-0.5H375z"/>
</g>
<g id="XMLID_52_">
<path id="XMLID_53_" fill="#777878" d="M394.9,75.1l-1,5.8h-0.1c0,0.1,0,0.2,0,0.3h0.5l1-5.8c0,0,0-0.6-0.2-0.8
c-0.2-0.2-0.3-0.2-0.3-0.2c0,0-0.1,0-0.1,0C394.9,74.7,394.9,75.1,394.9,75.1z"/>
<path id="XMLID_54_" fill="#777878" d="M380.5,93.6c0.5,0.5,1.1,0.9,1.6,1.2c-0.4-0.2-0.8-0.6-1.1-0.9c-1-1.1-1.6-2.7-1.7-4.8
c-0.1-2.4,0.5-4.7,1.5-6.9c1-2.2,2.8-3.8,4.3-4.9c1.5-1.1,3.4-1.6,4.9-1.6c0.6,0,1,0.1,1.3,0.2c-0.5-0.3-1-0.5-1.8-0.5
c-1.5,0-3.4,0.6-4.9,1.6c-1.5,1.1-3.3,2.7-4.3,4.9c-1,2.2-1.6,4.5-1.5,6.9C378.9,90.9,379.5,92.5,380.5,93.6z"/>
<path id="XMLID_97_" fill="#777878" d="M394.7,86c-0.5,0-1,0.1-1.3,0.3c-0.3,0.2-0.5,0.4-0.7,0.8c-0.1,0.2-0.2,0.7-0.4,1.6
l-1.6,6.3c-2.2,0.9-4.6,1.4-7.1,1.4c-1.9,0-3.5-0.3-4.9-1c0.1,0.1,0.3,0.2,0.4,0.3c1.4,0.7,3,1,5,1c2.5,0,4.9-0.5,7.1-1.4
l1.6-6.3c0.2-0.8,0.3-1.4,0.4-1.6c0.2-0.3,0.4-0.6,0.7-0.8c0.3-0.2,0.7-0.3,1.3-0.3l0.1-0.6h-0.6L394.7,86z"/>
</g>
<g id="XMLID_55_">
<path id="XMLID_57_" fill="#777878" d="M398.1,95.5l0,0.3h-5.8l-0.1,0.3h6.4l0-0.5C398.4,95.5,398.3,95.5,398.1,95.5z"/>
<path id="XMLID_84_" fill="#777878" d="M411,74.5l0,17c0,0.9,0,1.5,0,1.6c0,0.7,0.2,1.2,0.5,1.6c0.2,0.2,0.4,0.3,0.7,0.4
c-0.1,0-0.1-0.1-0.1-0.1c-0.3-0.3-0.5-0.8-0.5-1.6c0-0.2,0-0.7,0-1.6l0-17.3H411z"/>
<polygon id="XMLID_100_" fill="#777878" points="401.4,88 407.5,80.4 407.5,79.5 400.6,88 "/>
<path id="XMLID_103_" fill="#777878" d="M406.9,89h-7.1l-1.3,1.6l-1.4,1.8c-0.3,0.4-0.5,0.7-0.6,1.1c-0.1,0.2-0.1,0.5-0.1,0.7
c0,0.3,0.2,0.5,0.4,0.7c0.1,0.1,0.3,0.2,0.4,0.2c-0.2-0.2-0.3-0.4-0.4-0.6c0-0.2,0-0.5,0.1-0.7c0.1-0.3,0.3-0.7,0.6-1.1l1.4-1.8
l1.3-1.6h6.6L406.9,89z"/>
<path id="XMLID_104_" fill="#777878" d="M412.9,95.5l-0.1,0.4h-8.7l-0.1,0.3h9.2l0.1-0.5C413.2,95.5,413,95.5,412.9,95.5z"/>
</g>
</g>
<g id="XMLID_29_">
<g id="XMLID_120_">
<path id="XMLID_126_" fill="#E8E8E8" d="M310,95.8c0.6-0.1,1.1-0.3,1.5-0.6c0.6-0.4,1.4-1.3,2.4-2.6l14.4-17.9h0.2v-0.3h-0.7
l-14.4,17.9c-1,1.3-1.9,2.2-2.4,2.6c-0.4,0.3-0.9,0.5-1.5,0.6l-0.1,0.5h0.6L310,95.8z"/>
<polygon id="XMLID_128_" fill="#E8E8E8" points="324.6,80.3 324,81 323.9,88 318.6,88 318.3,88.3 324.4,88.3 "/>
<path id="XMLID_130_" fill="#E8E8E8" d="M321.8,95.8c0.9-0.1,1.4-0.2,1.6-0.2c0.3-0.1,0.5-0.5,0.8-0.9c0.2-0.5,0.3-1.3,0.3-2.4
l0-3H324l0,2.8c0,1.2-0.1,2-0.3,2.4c-0.2,0.5-0.5,0.8-0.8,0.9c-0.1,0.1-0.7,0.1-1.6,0.2l-0.2,0.5h0.6L321.8,95.8z"/>
</g>
<g id="XMLID_70_">
<path id="XMLID_72_" fill="#E8E8E8" d="M336.8,75.2h7.2l0-0.3h-7.6l-0.2,0.5c0.2,0,0.4,0,0.6,0L336.8,75.2z"/>
<path id="XMLID_114_" fill="#E8E8E8" d="M348,95.8c1.1,0,2-0.2,2.5-0.7c0.5-0.4,1-1.3,1.3-2.6l3.7-14.8l-0.9,1.4l-3.3,13.1
c-0.3,1.3-0.8,2.2-1.3,2.6c-0.5,0.4-1.4,0.7-2.5,0.7l-0.2,0.5h0.6L348,95.8z"/>
<polygon id="XMLID_116_" fill="#E8E8E8" points="346.4,90.1 356.2,75.2 363.1,75.2 363.2,74.9 355.7,74.9 346.2,89.2 "/>
<polygon id="XMLID_118_" fill="#E8E8E8" points="340.3,77.6 340,78.7 342.6,96.1 343,96.1 "/>
<path id="XMLID_132_" fill="#E8E8E8" d="M332.1,95.8c0.8,0,1.5-0.2,1.9-0.5c0.8-0.6,1.3-1.5,1.6-2.7l4-15.7
c-0.5-0.5-0.9-0.8-1.2-0.9c0,0,0,0,0,0c0.2,0.2,0.5,0.4,0.7,0.7l-4,15.7c-0.3,1.2-0.9,2.1-1.6,2.7c-0.4,0.3-1.1,0.5-1.9,0.5
l-0.1,0.5h0.6L332.1,95.8z"/>
</g>
<g id="XMLID_67_">
<path id="XMLID_110_" fill="#E8E8E8" d="M365.7,75.2h9.8l0.1-0.3h-10.4l-0.2,0.5c0.2,0,0.4,0,0.6,0.1L365.7,75.2z"/>
<path id="XMLID_112_" fill="#E8E8E8" d="M361,95.8c1.1,0,1.8-0.2,2.3-0.6c0.5-0.4,0.9-1.3,1.2-2.7l3.4-13.5
c0.2-0.8,0.3-1.5,0.3-1.9c0-0.4-0.2-0.7-0.5-0.9c-0.1-0.1-0.2-0.1-0.4-0.2c0.2,0.2,0.3,0.5,0.3,0.8c0,0.4-0.1,1.1-0.3,1.9
L364,92.3c-0.3,1.4-0.8,2.3-1.2,2.7c-0.5,0.4-1.2,0.6-2.3,0.6l-0.2,0.5h0.6L361,95.8z"/>
</g>
<g id="XMLID_32_">
<path id="XMLID_33_" fill="#E8E8E8" d="M386,86.2c0.2,0,0.4,0,0.6,0l0.1-0.3h8.6l0.1-0.3h-9.2L386,86.2z"/>
<path id="XMLID_106_" fill="#E8E8E8" d="M382.6,95c0.8,0.5,1.6,0.7,2.5,0.7c0.6,0,1.2-0.2,2-0.5l1.4-5.6c0.2-0.9,0.3-1.5,0.3-1.8
c0-0.4-0.2-0.7-0.5-1c-0.1-0.1-0.3-0.2-0.4-0.2c0.3,0.3,0.4,0.5,0.5,0.9c0,0.3-0.1,0.9-0.3,1.8l-1.4,5.6c-0.8,0.3-1.5,0.5-2,0.5
C383.9,95.5,383.2,95.3,382.6,95z"/>
<path id="XMLID_108_" fill="#E8E8E8" d="M376.3,92.6c-0.9-1.5-1.5-3.1-1.5-5c-0.2-4,1.5-7.3,5-9.9c2.7-2,5.8-2.9,9.3-3.1
c0.3,0,1.2-0.1,2.4-0.1c1,0,2.2,0,3.8,0.2c0,0,0-0.1-0.1-0.1c-0.2-0.2-0.3-0.2-0.3-0.2c-1.7-0.2-2.9-0.2-3.9-0.2
c-1.2,0-2.1,0.1-2.4,0.1c-3.5,0.2-6.6,1.1-9.3,3.1c-3.5,2.6-5.1,5.9-5,9.9c0.1,1.9,0.6,3.5,1.5,5c0.9,1.5,2.1,2.5,3.5,3.2
c0,0,0,0,0,0C378.1,94.9,377.1,93.9,376.3,92.6z"/>
<path id="XMLID_136_" fill="#E8E8E8" d="M393.9,81.2h0.5c-0.1-1.8-0.2-3.1-1-3.9c-0.5-0.5-0.9-0.9-1.4-1.1
c0.3,0.2,0.6,0.5,0.9,0.8C393.6,77.9,393.7,79.3,393.9,81.2z"/>
</g>
<g id="XMLID_27_">
<path id="XMLID_95_" fill="#E8E8E8" d="M404.7,95.8c0.9-0.1,1.4-0.2,1.6-0.2c0.3-0.1,0.5-0.5,0.8-0.9c0.2-0.5,0.3-1.3,0.3-2.4
l0-3h-0.5l0,2.7c0,1.2-0.1,2-0.3,2.4c-0.2,0.5-0.5,0.8-0.8,0.9c-0.1,0.1-0.7,0.1-1.6,0.2l-0.2,0.5h0.6L404.7,95.8z"/>
<path id="XMLID_138_" fill="#E8E8E8" d="M392.9,95.8c0.6-0.1,1.1-0.3,1.5-0.6c0.6-0.4,1.4-1.3,2.4-2.6l14.4-17.9h0.2l0-0.3h-0.7
l-14.4,17.9c-1,1.3-1.9,2.2-2.4,2.6c-0.4,0.3-0.9,0.5-1.5,0.6l-0.1,0.5h0.6L392.9,95.8z"/>
<polygon id="XMLID_139_" fill="#E8E8E8" points="407.5,80.4 407,81 406.9,88 401.5,88 401.2,88.3 407.4,88.3 "/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 53 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 78 KiB

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="-261 285 87.2 221" xml:space="preserve">
<g id="XMLID_2_">
<g id="XMLID_698_">
<path fill="#60605D" d="M-214.2,367.6h-6v-50c0-18.4-9.3-26.6-30.2-26.6v-6c24,0,36.2,11,36.2,32.6V367.6z"/>
</g>
<polygon id="XMLID_697_" fill="#868580" points="-207.6,362 -216.2,362 -216.2,360.4 -208.3,360.4 -209,358.4 -216.2,358.4
-216.2,356.8 -209.7,356.8 -210.6,354.4 -216.2,354.4 -216.2,352.8 -211.3,352.8 -212.2,350.4 -222.2,350.4 -223.1,352.8
-217.8,352.8 -217.8,354.4 -223.7,354.4 -224.6,356.8 -217.8,356.8 -217.8,358.4 -225.1,358.4 -225.9,360.4 -217.8,360.4
-217.8,362 -226.5,362 -227.8,365.6 -206.2,365.6 "/>
<path id="XMLID_695_" fill="#C9C9C9" d="M-253.8,364.4h72.8c4,0,7.2,3.2,7.2,7.2v127.2c0,4-3.2,7.2-7.2,7.2h-72.8
c-4,0-7.2-3.2-7.2-7.2V371.6C-261,367.6-257.8,364.4-253.8,364.4z"/>
<path id="XMLID_693_" fill="#DCDBDB" d="M-242.2,390.4h50.4c1.3,0,2.4,1.1,2.4,2.4v70.4c0,1.3-1.1,2.4-2.4,2.4h-50.4
c-1.3,0-2.4-1.1-2.4-2.4v-70.4C-244.6,391.4-243.5,390.4-242.2,390.4z"/>
<g id="XMLID_688_">
<path id="XMLID_691_" fill="#60605D" d="M-242.2,376.5h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-244.6,377.6-243.5,376.5-242.2,376.5z"/>
<path id="XMLID_689_" fill="#868580" d="M-242.2,374.4h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-244.6,375.4-243.5,374.4-242.2,374.4z"/>
</g>
<g id="XMLID_683_">
<path id="XMLID_686_" fill="#60605D" d="M-207.8,376.5h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-210.2,377.6-209.1,376.5-207.8,376.5z"/>
<path id="XMLID_684_" fill="#868580" d="M-207.8,374.4h16c1.3,0,2.4,1.1,2.4,2.4v32c0,1.3-1.1,2.4-2.4,2.4h-16
c-1.3,0-2.4-1.1-2.4-2.4v-32C-210.2,375.4-209.1,374.4-207.8,374.4z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg6053"
viewBox="0 0 201 208"
height="208"
width="201"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="game.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1141"
id="namedview15"
showgrid="false"
inkscape:zoom="1.1346154"
inkscape:cx="-54.177965"
inkscape:cy="104"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6053" />
<defs
id="defs6055" />
<metadata
id="metadata6058">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-844.36216)"
id="layer1">
<path
id="path986"
style="fill:#3b3b3b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 181.76913,1030.0746 11.28375,0 0,7.3612 -11.28375,0 0,-7.3612 z M 2.1478797,845.89083 l -1.20499996,1.1075 -0.3875,1.39875 0.19375,201.53002 0.46624996,1.0325 1.03,0.6587 196.1087503,0.1738 1.305,-0.7338 0.65875,-1.225 -0.2725,-179.79497 -1.39875,0 0,-8.19875 1.10625,0.2725 0,-2.7975 -15.095,-13.25 -2.99125,-0.175 -0.9325,0.835 -16.04625,0 -1.39875,1.39875 -3.26375,0.0975 -107.79375,0 10e-4,-0.9325 -26.5,-0.195 0.0962,-1.03 -23.6837503,-0.17375 0.002,10e-4 z" />
<g
transform="matrix(1.25,0,0,-1.25,0.56249974,848.4047)"
id="g988">
<path
id="path990"
style="fill:none;stroke:#424242;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 0.149,-161.224 0.373,-0.821 0.821,-0.522 156.897,-0.149 1.044,0.597 0.523,0.969 -0.224,143.841 -1.119,0 0,6.566 0.895,-0.224 0,2.238 -12.086,10.594 -2.388,0.149 -0.746,-0.671 -12.832,0 -1.119,-1.119 -2.611,-0.075 -86.245,0 0,0.746 -21.188,0.15 0.074,0.82 L 1.268,2.014 0.298,1.119 0,0 0,0 Z" />
</g>
<g
transform="matrix(1.25,0,0,-1.25,26.022,846.72595)"
id="g992">
<path
id="path994"
style="fill:none;stroke:#858586;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 0,-52.896 0.373,-0.671 0.522,-0.224 23.128,0" />
</g>
<path
id="path996"
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 6.9978797,1037.5321 11.2837503,0 0,-7.3675 -11.2837503,0 0,7.3675 z" />
<g
transform="matrix(1.25,0,0,-1.25,176.16713,1046.6958)"
id="g998">
<path
id="path1000"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,87.757 -0.895,1.044 -119.37,-0.149 -1.045,-0.746 0,-88.018 L 0,0 Z" />
</g>
<path
id="path1002"
style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.86288,856.71208 28.8325,0 0,54.09 -28.8325,0 0,-54.09 z m -61.57,-11.055 0,67.1275 1.94375,1.49625 103.18625,0 1.71,-1.885 0,-66.735 -106.83625,0 -0.004,-0.004 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny"
id="svg7148" inkscape:version="0.48.4 r9939" sodipodi:docname="Commodore_logo.svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-54.3 345.6 482 105.2"
xml:space="preserve">
<g>
<g id="Logo">
<path id="path3002" fill="#002255" d="M-1.6,345.6c-29.1,0-52.6,23.6-52.6,52.6c0,29.1,23.6,52.6,52.6,52.6c5.6,0,11-0.9,16-2.5
v-26.3c-4.4,2.5-9.5,4-14.9,4c-16,0-28.9-12.5-28.9-27.8s13-27.8,28.9-27.8c5.5,0,10.6,1.5,14.9,4v-26.3
C9.4,346.5,4,345.6-1.6,345.6z"/>
<polygon id="polygon9367" fill="#002255" points="14.9,378.2 14.9,378.2 54.1,378.2 36.5,396.5 14.9,396.5 "/>
<polygon id="polygon9369" fill="#FF0000" points="14.9,418.4 14.9,418.4 54.1,418.4 36.5,400.2 14.9,400.2 "/>
</g>
<g id="Commodore">
<path id="path3067" inkscape:connector-curvature="0" fill="#002255" d="M120.4,391.9c5,0,9-1.4,12.2-4c3.2-2.7,4.8-6.4,4.9-11.3
c-0.1-4.9-1.7-8.7-4.9-11.4s-7.2-4-12.2-4c-5,0-9,1.4-12.2,4s-4.8,6.5-4.9,11.4c0.1,4.9,1.7,8.7,4.9,11.3
C111.4,390.5,115.4,391.9,120.4,391.9z M120.4,384.8c-2.3-0.1-4-0.9-5.1-2.5s-1.6-3.5-1.5-5.8c0-2.3,0.5-4.2,1.5-5.8
c1-1.6,2.7-2.4,5.1-2.5c2.3,0.1,4,0.9,5.1,2.5s1.6,3.5,1.5,5.8c0,2.2-0.5,4.2-1.5,5.8C124.4,383.9,122.7,384.7,120.4,384.8z"/>
<path id="path3069" inkscape:connector-curvature="0" fill="#002255" d="M141.6,391.2h10.2v-12.4c0-3.1,0.5-5.5,1.5-7
c1-1.5,2.4-2.2,4.2-2.2c1.4,0,2.5,0.6,3.1,1.7c0.6,1.1,1,2.5,1,4.2v15.8h10.2v-12.4c0-3.1,0.5-5.5,1.5-7c1-1.5,2.4-2.2,4.2-2.2
c1.4,0,2.5,0.6,3.1,1.7c0.6,1.1,1,2.5,1,4.2v15.8h10.2v-17.3c0.1-4-0.6-7.1-2-9.4c-1.4-2.2-4.2-3.4-8.4-3.4
c-2.1,0-4.1,0.4-5.9,1.3c-1.8,0.9-3.3,2.3-4.5,4.3c-0.8-1.9-2-3.3-3.6-4.3c-1.6-0.9-3.5-1.4-5.6-1.4c-2.3,0-4.5,0.5-6.3,1.5
c-1.9,1-3.3,2.5-4.4,4.6h-0.1v-5.4h-9.3L141.6,391.2L141.6,391.2z"/>
<path id="path3071" inkscape:connector-curvature="0" fill="#002255" d="M197.3,391.2h10.2v-12.4c0-3.1,0.5-5.5,1.5-7
c1-1.5,2.4-2.2,4.2-2.2c1.4,0,2.5,0.6,3.1,1.7c0.6,1.1,1,2.5,1,4.2v15.8h10.2v-12.4c0-3.1,0.5-5.5,1.5-7c1-1.5,2.4-2.2,4.2-2.2
c1.4,0,2.5,0.6,3.1,1.7c0.6,1.1,1,2.5,1,4.2v15.8h10.2v-17.3c0.1-4-0.6-7.1-2-9.4c-1.4-2.2-4.2-3.4-8.4-3.4
c-2.1,0-4.1,0.4-5.9,1.3c-1.8,0.9-3.3,2.3-4.5,4.3c-0.8-1.9-2-3.3-3.6-4.3c-1.6-0.9-3.5-1.4-5.6-1.4c-2.4,0-4.5,0.5-6.3,1.5
c-1.9,1-3.3,2.5-4.4,4.6h-0.1v-5.4h-9.3L197.3,391.2L197.3,391.2z"/>
<path id="path3073" inkscape:connector-curvature="0" fill="#002255" d="M268.6,391.9c5,0,9-1.4,12.2-4c3.2-2.7,4.8-6.4,4.9-11.3
c-0.1-4.9-1.7-8.7-4.9-11.4c-3.2-2.7-7.2-4-12.2-4c-5,0-9,1.4-12.2,4s-4.8,6.5-4.9,11.4c0.1,4.9,1.7,8.7,4.9,11.3
C259.6,390.5,263.7,391.9,268.6,391.9z M268.6,384.8c-2.3-0.1-4-0.9-5.1-2.5c-1.1-1.6-1.6-3.5-1.5-5.8c0-2.3,0.5-4.2,1.5-5.8
c1-1.6,2.7-2.4,5.1-2.5c2.3,0.1,4,0.9,5.1,2.5c1.1,1.6,1.6,3.5,1.6,5.8c0,2.2-0.5,4.2-1.6,5.8C272.6,383.9,271,384.7,268.6,384.8z
"/>
<path id="path3075" inkscape:connector-curvature="0" fill="#002255" d="M321.5,348.9h-10.2v16.7h-0.1c-1.3-1.7-2.8-2.8-4.5-3.5
c-1.7-0.7-3.6-1-5.6-1c-4.1,0.2-7.2,1.7-9.3,4.7c-2.1,3-3.2,6.4-3.2,10.1c0,4.5,1.2,8.2,3.4,11.2c2.3,3,5.6,4.6,10,4.7
c2.4,0,4.5-0.6,6.3-1.7c1.8-1.1,3.1-2.5,3.8-4.2h0.1v5.3h9.4L321.5,348.9L321.5,348.9z M298.9,376.2c0-2,0.5-3.7,1.6-5.1
c1.1-1.4,2.6-2.1,4.6-2.2c1.9,0,3.4,0.8,4.5,2.2c1.1,1.4,1.7,3.2,1.7,5.5c0,2.2-0.7,4-1.8,5.4c-1.2,1.4-2.6,2.1-4.4,2.1
c-1.9,0-3.4-0.8-4.5-2.2C299.5,380.5,298.9,378.6,298.9,376.2L298.9,376.2z"/>
<path id="path3077" inkscape:connector-curvature="0" fill="#002255" d="M342.4,391.9c5,0,9-1.4,12.2-4c3.2-2.7,4.8-6.4,4.9-11.3
c-0.1-4.9-1.7-8.7-4.9-11.4c-3.2-2.7-7.2-4-12.2-4c-5,0-9,1.4-12.2,4c-3.2,2.7-4.8,6.5-4.9,11.4c0.1,4.9,1.7,8.7,4.9,11.3
C333.4,390.5,337.5,391.9,342.4,391.9z M342.4,384.8c-2.3-0.1-4-0.9-5.1-2.5c-1-1.6-1.6-3.5-1.5-5.8c0-2.3,0.5-4.2,1.5-5.8
c1-1.6,2.7-2.4,5.1-2.5c2.3,0.1,4,0.9,5.1,2.5c1,1.6,1.6,3.5,1.5,5.8c0,2.2-0.5,4.2-1.5,5.8C346.5,383.9,344.8,384.7,342.4,384.8z
"/>
<path id="path3079" inkscape:connector-curvature="0" fill="#002255" d="M385.2,361.5c-0.5-0.1-1.1-0.2-1.7-0.2
c-0.6-0.1-1.2-0.1-1.8-0.1c-2.2,0-4,0.6-5.3,1.7c-1.4,1.1-2.5,2.6-3.4,4.4h-0.1v-5.4h-9.3v29.4h10.2v-12.4c0-2.9,0.6-5.2,1.9-6.8
c1.3-1.6,3.1-2.4,5.5-2.4c0.6,0,1.2,0,1.7,0c0.6,0,1.1,0.1,1.7,0.3L385.2,361.5z"/>
<path id="path3081" inkscape:connector-curvature="0" fill="#002255" d="M417.1,379.5v-1.9c0.1-4.5-1.1-8.4-3.3-11.5
c-2.3-3.2-6.1-4.8-11.5-5c-4.7,0-8.4,1.4-11.3,4c-2.9,2.7-4.4,6.4-4.4,11.3c0.1,4.9,1.7,8.7,4.9,11.3c3.2,2.7,7.2,4,12.2,4.1
c1.9,0,3.8-0.1,5.6-0.4c1.8-0.3,3.6-0.8,5.2-1.4v-7.2c-1.5,0.8-3.1,1.4-4.6,1.7c-1.5,0.4-3,0.5-4.4,0.5c-2.5,0-4.5-0.4-6-1.3
c-1.5-0.9-2.4-2.3-2.7-4.3L417.1,379.5L417.1,379.5z M396.6,373.7c0.1-1.7,0.6-3.2,1.5-4.3c0.9-1.2,2.3-1.8,4.1-1.8
c2,0,3.5,0.6,4.3,1.8c0.9,1.2,1.3,2.6,1.3,4.3H396.6z"/>
<path id="path3064" sodipodi:nodetypes="sssssccsssssccss" inkscape:connector-curvature="0" fill="#002255" d="M81.6,391.5
c-4.4-1.2-7.8-3.2-10.6-6.3c-2.8-3.1-4.1-5.9-4.9-10.9c-1.5-9.8,2.7-18.8,10.8-22.7c4.1-2,9.6-3,15.1-3c3.4,0,6.4,0.6,9.2,1.1
l-0.9,8.8c0,0-0.7-0.2-2.7-0.7c-1.9-0.5-3.8-0.7-5.7-0.7c-3.8,0-7.5,1-9.9,2.9c-5.7,4.4-5.7,15.9,0.2,20.7c3.6,3,10.1,4,15.9,2.5
l2.7-0.7l0.8,8.9c-1.7,0.4-5.3,1.1-9.7,1.1C86.1,392.5,84.3,392.3,81.6,391.5z"/>
</g>
<rect id="Line" x="58.8" y="396.6" fill="#002255" width="369" height="3"/>
<g id="Amiga">
<path id="path6187" fill="#FF0000" d="M119.5,444.7c0-0.5-0.1-0.9-0.4-1c-0.3-0.2-0.6-0.3-1.1-0.3c-1.6-0.3-2.5-0.9-2.8-1.8
c-0.3-1-0.4-2.2-0.4-3.7l-1.6-30.8c0-1.1-0.1-2-0.3-2.8c-0.2-0.7-0.9-1.1-2.2-1.2c-1.1,0-1.9,0.4-2.4,1c-0.5,0.6-1,1.4-1.6,2.2
l-19.8,27.8l-3.3,4.7c-0.7,1-1.4,1.9-2.1,2.8c-0.8,0.9-1.8,1.4-3,1.6c-0.7,0.1-1.3,0.2-1.9,0.4c-0.6,0.2-0.9,0.7-1,1.5
c0,0.5,0.2,0.8,0.5,0.9c0.3,0.1,0.7,0.2,1.1,0.2c1.1,0,2.3-0.1,3.5-0.2c1.2-0.1,2.3-0.2,3.5-0.2c1.1,0,2.1,0.1,3.1,0.2
c1,0.1,2.1,0.1,3.1,0.2c0.5,0,0.9-0.1,1.3-0.3c0.4-0.2,0.6-0.6,0.6-1.1c-0.1-0.8-0.5-1.2-1.4-1.3s-1.7-0.3-2.6-0.5
c-0.9-0.2-1.3-0.8-1.4-1.9c0.2-1.1,0.9-2.7,2.2-4.7c1.3-2,2.2-3.5,2.8-4.3h12.3c0.1,1.3,0.1,2.6,0.2,3.9c0.1,1.3,0.1,2.6,0.1,3.9
c-0.1,1.8-0.5,2.9-1.4,3.2c-0.9,0.3-1.8,0.5-2.6,0.5c-0.9,0-1.4,0.6-1.4,1.5c0,0.4,0.1,0.7,0.4,0.9c0.3,0.2,0.6,0.2,1,0.2
c1.7,0,3.4-0.1,5.1-0.2c1.7-0.1,3.4-0.2,5.1-0.2c1.1,0,2.3,0.1,3.4,0.1c1.1,0.1,2.3,0.1,3.4,0.1c0.5,0,1-0.1,1.3-0.2
C119.3,445.6,119.5,445.2,119.5,444.7L119.5,444.7z M104.3,428.9H94l9.8-14.3L104.3,428.9z"/>
<path id="path4766" fill="#FF0000" d="M208.9,405.5c0-0.4-0.1-0.6-0.4-0.8c-0.2-0.2-0.5-0.3-0.9-0.3c-0.6,0-1.1,0-1.6,0.1
c-0.5,0-1.1,0.1-1.6,0.2c-1.4,0.1-2.7,0.2-4.1,0.3c-1.4,0-2.8,0.1-4.2,0c-1,0-2-0.1-3.1-0.1c-1-0.1-2-0.1-3.1-0.1
c-0.5,0-0.9,0.1-1.3,0.4c-0.4,0.3-0.6,0.7-0.6,1.2c0.2,0.9,0.9,1.4,2.1,1.3c1.2-0.1,1.9,0.5,2.1,1.6c0,0.3,0,0.6-0.1,1
c-0.1,0.3-0.2,0.6-0.3,1l-7.8,27c-0.3,1.3-0.6,2.4-1,3.3c-0.4,0.9-1.2,1.5-2.5,1.8c-0.6,0.1-1.3,0.2-2.1,0.4
c-0.8,0.2-1.3,0.7-1.3,1.4c0,0.4,0.2,0.7,0.5,0.9c0.3,0.2,0.7,0.3,1.1,0.3c1.3,0,2.7-0.1,4-0.2c1.4-0.1,2.7-0.2,4.1-0.2
c1.5,0,2.9,0.1,4.4,0.2c1.5,0.1,2.9,0.1,4.4,0.1c0.6,0,1.3,0,2.1-0.1c0.8-0.1,1.2-0.5,1.3-1.3c-0.1-0.8-0.5-1.2-1.2-1.3
c-0.7-0.1-1.5-0.2-2.2-0.4c-0.7-0.2-1.1-0.9-1.2-2.1c0-0.5,0.1-1,0.2-1.5c0.1-0.5,0.3-1,0.4-1.5l7.8-27.1c0.3-1.1,0.6-1.9,1-2.4
c0.4-0.5,1.2-0.9,2.3-1.1c0.6-0.1,1.2-0.2,1.9-0.5C208.5,406.6,208.8,406.1,208.9,405.5L208.9,405.5z"/>
<path id="path4768" fill="#FF0000" d="M249.5,405.8c-0.1-0.7-0.8-1.1-2-1.4c-1.3-0.3-2.6-0.4-4-0.5c-1.4-0.1-2.3-0.1-2.8-0.1
c-5.2,0-10.6,1.1-16.2,3.1c-5.6,2.1-10.4,5.1-14.4,9.1c-4,4-6.1,8.9-6.2,14.7c0.1,3.7,1.1,6.7,3.2,9.1c2.1,2.4,4.6,4.2,7.8,5.4
c3.1,1.2,6.3,1.8,9.7,1.8c2,0,4-0.1,6.1-0.4c2-0.2,4-0.6,6-1.1c0.7-0.1,1.4-0.3,1.9-0.6c0.5-0.2,0.9-0.7,1.2-1.5
c0.5-1.5,1-3.1,1.5-4.7c0.4-1.6,0.9-3.2,1.3-4.7c0.7-2.2,1.6-3.6,2.6-4c1-0.4,1.9-0.6,2.7-0.6c0.8,0,1.2-0.5,1.2-1.5
c0-0.4-0.2-0.7-0.5-0.9c-0.3-0.2-0.7-0.3-1-0.3c-1.5,0-3.1,0.1-4.6,0.2c-1.6,0.1-3.1,0.2-4.7,0.2c-1.5,0-3-0.1-4.4-0.2
c-1.5-0.1-3-0.2-4.4-0.2c-0.5,0-1,0.1-1.4,0.3c-0.5,0.2-0.7,0.6-0.7,1.1c0.1,0.7,0.5,1.1,1.2,1.2c0.8,0.1,1.5,0.2,2.3,0.5
c0.8,0.2,1.2,0.9,1.2,2c-0.1,1.2-0.4,2.7-1.1,4.8c-0.6,2-1.2,3.6-1.6,4.9c-0.2,0.9-0.6,1.6-1,2c-0.4,0.4-1.1,0.6-2.1,0.6
c-3.6-0.1-6.4-1.2-8.2-3.5c-1.9-2.3-2.8-5.1-2.8-8.6c0-3.2,0.7-6.4,2-9.4c1.3-3,3.1-5.7,5.3-8c2.2-2.2,5-4.1,8.2-5.7
c3.3-1.6,6.5-2.4,9.7-2.5c1.5,0,2.4,0.3,2.8,0.9c0.3,0.6,0.5,1.6,0.4,3c0,0.4,0,0.7-0.1,1.1c0,0.4-0.1,0.7-0.1,1.1
c0,0.6,0.1,1.2,0.3,1.7c0.2,0.5,0.7,0.8,1.4,0.8c0.8-0.1,1.3-0.4,1.7-1.1c0.4-0.7,0.6-1.4,0.8-2c0.2-0.5,0.5-1.5,1-3.1
C249.1,407.2,249.4,406.2,249.5,405.8L249.5,405.8L249.5,405.8z"/>
<path id="path4770" fill="#FF0000" d="M284.9,444.7c0-0.5-0.1-0.9-0.4-1c-0.3-0.2-0.6-0.3-1.1-0.3c-1.6-0.3-2.5-0.9-2.8-1.8
c-0.3-1-0.4-2.2-0.4-3.7l-1.6-30.8c0-1.1-0.1-2-0.3-2.8c-0.2-0.7-0.9-1.1-2.2-1.2c-1.1,0-1.9,0.4-2.4,1c-0.5,0.6-1,1.4-1.6,2.2
l-19.8,27.8l-3.3,4.7c-0.7,1-1.4,1.9-2.1,2.8c-0.8,0.9-1.8,1.4-3,1.6c-0.7,0.1-1.3,0.2-1.9,0.4c-0.6,0.2-0.9,0.7-1,1.5
c0,0.5,0.2,0.8,0.5,0.9c0.3,0.1,0.7,0.2,1.1,0.2c1.1,0,2.3-0.1,3.5-0.2c1.2-0.1,2.3-0.2,3.5-0.2c1.1,0,2.1,0.1,3.1,0.2
c1.1,0.1,2.1,0.1,3.1,0.2c0.5,0,0.9-0.1,1.3-0.3c0.4-0.2,0.6-0.6,0.6-1.1c-0.1-0.8-0.5-1.2-1.4-1.3c-0.9-0.1-1.7-0.3-2.6-0.5
c-0.9-0.2-1.3-0.8-1.4-1.9c0.2-1.1,0.9-2.7,2.2-4.7c1.3-2,2.2-3.5,2.8-4.3h12.4c0.1,1.3,0.1,2.6,0.2,3.9c0.1,1.3,0.1,2.6,0.1,3.9
c-0.1,1.8-0.5,2.9-1.4,3.2c-0.9,0.3-1.8,0.5-2.6,0.5c-0.9,0-1.4,0.6-1.4,1.5c0,0.4,0.1,0.7,0.4,0.9c0.3,0.2,0.6,0.2,1,0.2
c1.7,0,3.4-0.1,5.1-0.2c1.7-0.1,3.4-0.2,5.1-0.2c1.1,0,2.3,0.1,3.4,0.1c1.1,0.1,2.3,0.1,3.4,0.1c0.5,0,1-0.1,1.3-0.2
C284.7,445.6,284.9,445.2,284.9,444.7L284.9,444.7z M269.6,428.9h-10.3l9.8-14.3L269.6,428.9z"/>
<path id="path4764" fill="#FF0000" d="M182.7,405.7c0-0.4-0.1-0.7-0.4-0.9c-0.2-0.2-0.5-0.3-0.9-0.3c-1.3,0-2.6,0-3.9,0.1
c-1.3,0.1-2.6,0.1-3.9,0.1c-0.7,0-1.7-0.1-3.1-0.1c-1.4,0-2.3,0.1-2.8,0.5c-0.1,0.1-0.2,0.3-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4
l-17,25.7l-0.7-25.3c0-0.5,0-0.9-0.1-1.2c-0.1-0.4-0.4-0.5-0.9-0.6c-1.4,0-2.9,0-4.3,0.1c-1.4,0-2.9,0-4.3,0
c-0.8,0-1.6-0.1-2.4-0.1c-0.8-0.1-1.6-0.1-2.4-0.1c-0.5,0-1,0.1-1.5,0.2c-0.5,0.2-0.7,0.5-0.8,1.1c0.2,1,1,1.5,2.3,1.4
c1.4,0,2.1,0.5,2.3,1.4c0,0.7-0.2,1.4-0.4,2.1c-0.3,0.7-0.5,1.4-0.7,2c-1.5,4.2-3,8.3-4.5,12.5c-1.5,4.2-3,8.3-4.6,12.5
c-0.6,1.8-1.2,3-1.8,3.7c-0.6,0.7-1.8,1.2-3.7,1.5c-0.5,0.1-1,0.2-1.4,0.5c-0.4,0.2-0.6,0.6-0.6,1.2c0,0.5,0.2,0.8,0.5,1
c0.3,0.1,0.7,0.2,1.2,0.2c1.1,0,2.2,0,3.3-0.1c1.1-0.1,2.2-0.1,3.3-0.1c1,0,2,0.1,3,0.2s2,0.1,3,0.2c0.5,0,0.9-0.1,1.3-0.4
c0.4-0.2,0.6-0.6,0.7-1.1c-0.1-0.9-0.5-1.3-1.4-1.4s-1.8-0.2-2.7-0.4c-0.9-0.2-1.4-1-1.4-2.4c0.1-1.9,0.8-4.8,2.1-8.7
c1.3-3.8,2.6-7.6,4.1-11.2c1.4-3.6,2.4-6,2.9-7.3l0.7,29.4c0,0.9,0.1,1.6,0.3,2.2c0.2,0.5,0.8,0.8,1.8,0.8c1,0,1.8-0.4,2.4-1.1
c0.6-0.7,1.1-1.4,1.6-2.2l19.8-29.1l-6.5,24.6c-0.2,1.1-0.5,2.1-0.9,3.2c-0.4,1.1-1.2,1.7-2.3,2c-0.7,0-1.4,0.2-2.2,0.3
c-0.8,0.2-1.3,0.7-1.4,1.5c0,0.5,0.2,0.8,0.5,1c0.3,0.2,0.7,0.3,1.1,0.3c1.4,0,2.9-0.1,4.3-0.2c1.4-0.1,2.9-0.2,4.3-0.2
c1.5,0,3,0.1,4.4,0.2c1.5,0.1,3,0.2,4.4,0.2c0.6,0,1-0.1,1.5-0.3c0.4-0.2,0.7-0.6,0.7-1.2c-0.1-0.7-0.4-1.2-1.1-1.3
c-0.7-0.1-1.4-0.3-2.1-0.5c-0.7-0.2-1.1-0.8-1.1-1.9c0-0.7,0.1-1.5,0.3-2.3c0.2-0.8,0.3-1.5,0.5-2.2l6.3-25.3
c0.2-1.1,0.5-2,0.9-2.6c0.4-0.6,1.1-1,2.3-1.2c0.6,0,1.2-0.2,1.8-0.4C182.3,406.9,182.7,406.4,182.7,405.7L182.7,405.7z"/>
</g>
<g>
<path fill="none" d="M385.3,410.6c-10.2-0.3-8.5,19.7-5.7,25c1.2,2.3,2.9,3.5,5.7,3.5c2.8,0,4.8-1.1,6.1-3.4
C394.3,430.6,395.6,410.9,385.3,410.6z M391.9,430.4c-0.2,1.4-0.7,3.4-1.4,4.7c-1.1,2-2.8,2.8-5.1,2.8c-2.3,0-3.6-0.9-4.7-2.9
c-0.7-1.3-1.1-3.2-1.4-4.6c-0.4-2.2-0.6-4.5-0.6-6.7c0-3.4,0.6-9,3.7-11.1c0.9-0.6,1.9-0.8,3-0.8c5.6,0.1,6.8,7.4,7,11.8
C392.4,425.8,392.2,428.1,391.9,430.4z"/>
<path fill="none" d="M396.6,409.7c-2.7-3.9-6.5-5.8-11.2-5.8c-4.7,0-8.4,1.9-11.1,5.8c-3.1,4.3-3.9,9.9-3.9,15.2
c0,5.2,0.9,10.8,3.9,15.2c2.7,3.8,6.5,5.8,11.1,5.8c4.7,0,8.4-1.9,11.1-5.7c3.1-4.3,3.9-9.8,3.9-14.9
C400.5,419.9,399.7,414.1,396.6,409.7z M395.6,439.4c-2.5,3.5-5.9,5.2-10.2,5.2c-4.3,0-7.7-1.8-10.2-5.3
c-2.5-3.5-3.7-8.4-3.7-14.5c0-6.1,1.2-11,3.7-14.5c2.5-3.5,5.9-5.3,10.2-5.3c4.4,0,7.8,1.8,10.2,5.3c2.4,3.5,3.6,8.5,3.6,14.8
C399.3,431.2,398.1,436,395.6,439.4z"/>
<path fill="#002255" d="M397.6,409c-2.9-4.2-7-6.3-12.1-6.3c-5.1,0-9.2,2.1-12.1,6.2c-3.2,4.5-4.1,10.4-4.1,15.8
c0,5.5,0.9,11.3,4.1,15.9c2.9,4.1,7,6.3,12.1,6.3c5,0,9.1-2.1,12-6.2c3.2-4.5,4.1-10.2,4.1-15.6
C401.6,419.7,400.8,413.6,397.6,409z M396.5,440.1c-2.7,3.8-6.5,5.7-11.1,5.7c-4.7,0-8.4-1.9-11.1-5.8c-3.1-4.4-3.9-10-3.9-15.2
c0-5.2,0.9-10.8,3.9-15.2c2.7-3.8,6.5-5.8,11.1-5.8c4.7,0,8.5,1.9,11.2,5.8c3.1,4.4,3.9,10.2,3.9,15.5
C400.5,430.3,399.6,435.8,396.5,440.1z"/>
<path fill="#002255" d="M385.3,411.7c-1.1,0-2.1,0.2-3,0.8c-3.1,2.1-3.7,7.7-3.7,11.1c0,2.2,0.2,4.5,0.6,6.7
c0.3,1.4,0.7,3.3,1.4,4.6c1.1,2,2.4,2.9,4.7,2.9c2.3,0,4-0.8,5.1-2.8c0.7-1.3,1.2-3.2,1.4-4.7c0.4-2.3,0.5-4.6,0.4-6.9
C392.1,419.1,390.9,411.9,385.3,411.7z M389.5,433.8c-1,2.1-2.6,2.7-4.1,2.7c-1.6,0-3-0.3-4-2.6c-0.9-2.1-1.5-6-1.5-9.1
c0-3.8,0.4-7.5,1.7-9.6c0.9-1.5,2.5-2.1,3.7-2.1c1.3,0,2.8,0.9,3.7,2.5c1.2,2.1,1.7,5.5,1.7,9.2
C390.8,428.1,390.5,431.7,389.5,433.8z"/>
<path fill="#002255" d="M395.7,410.3c-2.4-3.5-5.8-5.3-10.2-5.3c-4.3,0-7.7,1.8-10.2,5.3c-2.5,3.5-3.7,8.3-3.7,14.5
c0,6.2,1.2,11,3.7,14.5c2.5,3.5,5.9,5.3,10.2,5.3c4.3,0,7.7-1.7,10.2-5.2c2.5-3.5,3.7-8.2,3.7-14.3
C399.3,418.8,398.1,413.8,395.7,410.3z M391.5,435.6c-1.3,2.3-3.3,3.4-6.1,3.4c-2.8,0-4.5-1.2-5.7-3.5c-2.8-5.2-4.5-25.2,5.7-25
C395.6,410.9,394.3,430.6,391.5,435.6z"/>
</g>
<g>
<path fill="none" d="M348.8,410.6c-10.2-0.3-8.5,19.7-5.7,25c1.2,2.3,2.9,3.5,5.7,3.5c2.8,0,4.8-1.1,6.1-3.4
C357.8,430.6,359,410.9,348.8,410.6z M355.3,430.4c-0.2,1.4-0.7,3.4-1.4,4.7c-1.1,2-2.8,2.8-5.1,2.8h0c0,0-0.1,0-0.1,0
c-0.1,0-0.2,0-0.3,0c-2-0.1-3.2-1-4.2-2.9c-0.7-1.3-1.1-3.2-1.4-4.6c-0.4-2.2-0.6-4.5-0.6-6.7c0-3.4,0.6-9,3.7-11.1
c0.9-0.6,1.9-0.8,3-0.8c5.6,0.2,6.8,7.4,7,11.8C355.9,425.8,355.7,428.1,355.3,430.4z"/>
<path fill="none" d="M360.1,409.7c-2.7-3.9-6.5-5.8-11.2-5.8c-4.7,0-8.4,1.9-11.1,5.8c-3.1,4.3-3.9,9.9-3.9,15.2
c0,5.2,0.9,10.8,3.9,15.2c2.7,3.8,6.5,5.8,11.1,5.8c4.7,0,8.4-1.9,11.1-5.7c3.1-4.3,3.9-9.8,3.9-14.9
C363.9,419.9,363.1,414.1,360.1,409.7z M359.1,439.4c-2.5,3.5-5.9,5.2-10.2,5.2c-4.3,0-7.7-1.8-10.2-5.3
c-2.5-3.5-3.7-8.4-3.7-14.5c0-6.1,1.2-11,3.7-14.5c2.5-3.5,5.9-5.3,10.2-5.3c4.4,0,7.8,1.8,10.2,5.3c2.4,3.5,3.6,8.5,3.6,14.8
C362.8,431.2,361.5,436,359.1,439.4z"/>
<path fill="#002255" d="M348.8,411.7c-1.1,0-2.1,0.2-3,0.8c-3.1,2.1-3.7,7.7-3.7,11.1c0,2.2,0.2,4.5,0.6,6.7
c0.3,1.4,0.7,3.3,1.4,4.6c1,1.9,2.2,2.8,4.2,2.9c0.1,0,0.2,0,0.3,0c0,0,0.1,0,0.1,0h0c2.3,0,4-0.8,5.1-2.8
c0.7-1.3,1.2-3.2,1.4-4.7c0.4-2.3,0.5-4.6,0.4-6.9C355.6,419.1,354.4,411.9,348.8,411.7z M353.1,433.8c-1,2.1-2.6,2.7-4.1,2.7
c-1.6,0-3-0.3-4-2.6c-0.9-2.1-1.5-6-1.5-9.1c0-3.8,0.4-7.5,1.7-9.6c0.9-1.5,2.5-2.1,3.7-2.1c1.3,0,2.8,0.9,3.7,2.5
c1.2,2.1,1.7,5.5,1.7,9.2C354.4,428.1,354.1,431.7,353.1,433.8z"/>
<path fill="#002255" d="M361,409c-2.9-4.2-7-6.3-12.1-6.3c-5.1,0-9.2,2.1-12.1,6.2c-3.2,4.5-4.1,10.4-4.1,15.8
c0,5.5,0.9,11.3,4.1,15.9c2.9,4.1,7,6.3,12.1,6.3c5,0,9.1-2.1,12-6.2c3.2-4.5,4.1-10.2,4.1-15.6C365.1,419.7,364.2,413.6,361,409z
M360,440.1c-2.7,3.8-6.5,5.7-11.1,5.7c-4.7,0-8.4-1.9-11.1-5.8c-3.1-4.4-3.9-10-3.9-15.2c0-5.2,0.9-10.8,3.9-15.2
c2.7-3.8,6.5-5.8,11.1-5.8c4.7,0,8.5,1.9,11.2,5.8c3.1,4.4,3.9,10.2,3.9,15.5C363.9,430.3,363.1,435.8,360,440.1z"/>
<path fill="#002255" d="M359.1,410.3c-2.4-3.5-5.8-5.3-10.2-5.3c-4.3,0-7.7,1.8-10.2,5.3c-2.5,3.5-3.7,8.3-3.7,14.5
c0,6.2,1.2,11,3.7,14.5c2.5,3.5,5.9,5.3,10.2,5.3c4.3,0,7.7-1.7,10.2-5.2c2.5-3.5,3.7-8.2,3.7-14.3
C362.8,418.8,361.6,413.8,359.1,410.3z M354.9,435.6c-1.3,2.3-3.3,3.4-6.1,3.4c-2.8,0-4.5-1.2-5.7-3.5c-2.8-5.2-4.5-25.2,5.7-25
C359,410.9,357.8,430.6,354.9,435.6z"/>
</g>
<g>
<path fill="none" d="M313.3,424.2c-4.2-0.2-7.7,3.1-7.9,7.3c-0.2,4.2,3.1,7.7,7.3,7.9c4.2,0.2,7.7-3.1,7.9-7.3
C320.7,427.9,317.5,424.4,313.3,424.2z M312.7,438.4c-3.6-0.1-6.4-3.2-6.3-6.8c0.1-3.6,3.2-6.4,6.8-6.3c3.6,0.1,6.4,3.2,6.3,6.8
C319.4,435.7,316.3,438.5,312.7,438.4z"/>
<path fill="none" d="M322.7,421.5c-1.6-1.4-3.5-2.5-5.5-3.1c-1.2-0.4-2.5-0.6-3.8-0.7c-0.6,0-1.2,0-1.8,0c-0.1,0-0.1,0-0.2,0
c0.7-1.5,1.6-3,2.4-4.4c0.8-1.3,1.6-2.5,2.4-3.7c0.7-1,1.4-1.9,2.2-2.8l1.3-1.4l-7.9-1.3l-0.4,0.4c-1.5,1.6-2.9,3.5-4.1,5.3
c-1.6,2.4-3,4.9-4.3,7.5c-2,4-4.7,10.4-4.3,14.9c0.2,7.4,6.1,13.4,13.5,13.7c1.9,0.1,3.8-0.2,5.5-0.9c1.7-0.6,3.3-1.6,4.6-2.8
c2.7-2.5,4.3-5.9,4.5-9.6c0-0.4,0.1-0.7,0.1-1.1c0.1-2.1-0.3-4.1-1.2-5.9C325.1,424.1,324,422.7,322.7,421.5z M325.9,432.5
c-0.4,7.1-6.4,12.7-13.6,12.4c-6.9-0.3-12.4-5.9-12.5-12.7c-0.7-7.4,7.9-22.3,12.4-26.9l5.5,0.9c-2.5,2.8-6.4,9.1-8.1,13
c0.7-0.2,1.4-0.3,2.1-0.4c0.6-0.1,1.1-0.1,1.7,0c1.2,0.1,2.4,0.3,3.5,0.6c1.9,0.6,3.7,1.6,5.1,2.9c2.6,2.3,4.1,5.6,4,9.2
C326,431.9,326,432.2,325.9,432.5z"/>
<path fill="#002255" d="M326.8,425.1c-0.8-1.7-2-3.2-3.4-4.5c-1.7-1.5-3.7-2.7-5.9-3.4c-1.3-0.4-2.7-0.7-4.1-0.7
c-0.1,0-0.1,0-0.2,0c0.5-0.9,1-1.8,1.5-2.6c0.7-1.2,1.5-2.4,2.4-3.6c0.7-0.9,1.3-1.9,2.1-2.7l2.6-3l-10.6-1.7l-0.8,0.8
c-1.6,1.6-3,3.6-4.2,5.5c-1.6,2.4-3.1,5-4.4,7.6c-2.1,4.3-4.8,10.7-4.4,15.5c0.3,8,6.6,14.4,14.6,14.7c2,0.1,4.1-0.2,6-1
c1.8-0.7,3.5-1.7,5-3.1c2.9-2.7,4.7-6.4,4.9-10.3c0-0.4,0.1-0.8,0.1-1.1C328.3,429.4,327.8,427.2,326.8,425.1z M327,432.6
c-0.2,3.7-1.8,7.1-4.5,9.6c-1.3,1.2-2.9,2.2-4.6,2.8c-1.8,0.7-3.6,1-5.5,0.9c-7.4-0.3-13.3-6.3-13.5-13.7
c-0.4-4.6,2.3-10.9,4.3-14.9c1.3-2.6,2.7-5.1,4.3-7.5c1.2-1.8,2.6-3.8,4.1-5.3l0.4-0.4l7.9,1.3l-1.3,1.4c-0.8,0.9-1.5,1.9-2.2,2.8
c-0.8,1.2-1.6,2.4-2.4,3.7c-0.9,1.4-1.7,2.9-2.4,4.4c0.1,0,0.1,0,0.2,0c0.6-0.1,1.2-0.1,1.8,0c1.3,0.1,2.6,0.3,3.8,0.7
c2,0.6,3.9,1.7,5.5,3.1c1.3,1.2,2.3,2.6,3.1,4.1c0.9,1.8,1.3,3.9,1.2,5.9C327,431.9,327,432.3,327,432.6z"/>
<path fill="#002255" d="M316.9,419.4c-1.1-0.4-2.3-0.6-3.5-0.6c-0.6,0-1.1,0-1.7,0c-0.7,0.1-1.4,0.2-2.1,0.4
c1.6-4,5.6-10.2,8.1-13l-5.5-0.9c-4.5,4.7-13.1,19.5-12.4,26.9c0.2,6.8,5.6,12.4,12.5,12.7c7.2,0.3,13.2-5.2,13.6-12.4
c0-0.3,0.1-0.7,0.1-1c0.1-3.6-1.4-6.9-4-9.2C320.6,421,318.9,420,316.9,419.4z M312.6,439.4c-4.2-0.2-7.5-3.7-7.3-7.9
c0.2-4.2,3.7-7.5,7.9-7.3c4.2,0.2,7.5,3.7,7.3,7.9C320.4,436.3,316.8,439.6,312.6,439.4z"/>
<path fill="#002255" d="M313.2,425.3c-3.6-0.1-6.7,2.7-6.8,6.3c-0.1,3.6,2.7,6.7,6.3,6.8c3.6,0.1,6.7-2.7,6.8-6.3
C319.7,428.5,316.8,425.4,313.2,425.3z M312.9,437.1c-2.9,0-5.2-2.3-5.2-5.2c0-2.9,2.3-5.2,5.2-5.2c2.9,0,5.2,2.3,5.2,5.2
C318.1,434.8,315.7,437.1,312.9,437.1z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Amiga 600</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>E91C23</color>
</image>
<image name="band2" extra="true">
<color>00A651</color>
</image>
<image name="band3" extra="true">
<color>1C75BC</color>
</image>
<image name="band4" extra="true">
<color>3E3E3E</color>
</image>
</view>
</theme>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 260 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 261 KiB

View file

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="566.929px" height="92.175px" viewBox="0 0 566.929 92.175" enable-background="new 0 0 566.929 92.175"
xml:space="preserve">
<g>
<g>
<path d="M18.421,92.138l1.372-18.127h7.505l1.511,18.127h18.522L35.72,0.45H11.787L0,92.138H18.421 M26.213,58.883h-5.337
l2.706-35.63L26.213,58.883 M77.555,0.45H51.749v91.688h17.652V39.921l7.301,52.216h11.463l7.014-51.932v51.932h17.651V0.45
H86.987l-4.799,40.498L77.555,0.45 M116.043,11.608c-0.012,6.318-0.084,12.634-0.033,18.955c0.033,1.033,0.096,2.065,0.156,2.808
c0.134,1.565,0.257,2.042,0.518,3.058c0.268,1.004,0.72,2.259,1.432,3.368c0.334,0.531,0.71,1.036,1.269,1.646
c0.559,0.61,1.301,1.325,2.083,1.993c1.611,1.394,3.367,2.47,5.129,3.4c3.851,2.129,7.678,4.232,11.555,6.39
c0.52,0.329,1.071,0.605,1.619,1.137c1.332,1.28,1.328,2.768,1.309,4.191l0.074,1.98l0.028,12.415
c0.012,0.907-0.075,1.802-0.512,2.765c-0.149,0.28-0.354,0.539-0.6,0.75c-0.782,0.651-1.768,0.822-2.742,0.433
c-0.3-0.125-0.576-0.306-0.81-0.531c-0.982-0.945-0.869-2.287-1.01-3.438L135.5,54.243h-19.514l0.02,20.921
c0.016,2.568,0.033,5.002,0.589,7.518c0.299,1.297,0.776,2.645,1.5,3.852c0.724,1.207,1.691,2.273,2.826,3.106
c1.134,0.832,2.434,1.43,3.461,1.785c1.028,0.355,1.784,0.467,2.54,0.558s1.511,0.191,2.269,0.191l19.826-0.001
c0.898,0,1.798,0.04,2.905-0.265c1.109-0.304,2.422-0.844,3.557-1.565c1.137-0.722,2.096-1.625,2.756-2.593
c0.66-0.968,1.023-2.002,1.336-2.934s0.574-1.763,0.765-2.872c0.191-1.108,0.313-2.494,0.382-3.881
c0.066-1.387,0.033-2.775,0.033-4.163V59.203c0-0.276,0-0.553-0.008-1.174c-0.006-0.621-0.018-1.586-0.061-2.689
c-0.043-1.104-0.118-2.344-0.186-3.146c-0.067-0.801-0.127-1.163-0.201-1.523c-0.074-0.359-0.164-0.715-0.265-1.069
c-0.101-0.353-0.212-0.704-0.495-1.312c-0.281-0.607-0.733-1.473-1.278-2.277c-0.544-0.804-1.18-1.546-1.89-2.208
c-0.711-0.661-1.496-1.24-2.37-1.838c-1.807-1.227-3.822-2.482-5.766-3.56l-8.284-4.52c-0.499-0.272-0.991-0.557-1.466-0.869
c-0.476-0.313-0.935-0.647-1.211-0.857c-0.497-0.379-0.498-0.429-0.707-0.651c-0.082-0.093-0.161-0.188-0.298-0.413
c-0.312-0.497-0.689-1.371-0.759-2.11c-0.049-0.397-0.007-0.797-0.007-1.198c0.005-2.886-0.015-5.865,0.014-8.657
c-0.017-0.65-0.001-1.393,0.24-2.087c0.111-0.341,0.257-0.671,0.438-0.949c0.94-1.257,2.065-1.441,3.305-0.92
c0.282,0.147,0.542,0.359,0.762,0.606s0.4,0.527,0.529,0.83c0.128,0.302,0.206,0.625,0.257,1.072
c0.105,0.921,0.114,2.188,0.107,3.302V31.89h19.598c-0.021-5.63,0.068-11.255-0.063-16.891c-0.055-1.304-0.149-2.607-0.229-3.466
c-0.079-0.859-0.145-1.273-0.227-1.684c-0.085-0.411-0.185-0.817-0.301-1.221c-0.116-0.403-0.245-0.803-0.553-1.489
c-0.307-0.686-0.79-1.657-1.424-2.523c-0.634-0.866-1.419-1.625-2.302-2.24c-0.884-0.615-1.865-1.084-2.707-1.387
c-1.657-0.569-2.919-0.665-4.359-0.849c-0.706-0.075-1.414-0.145-2.124-0.139l-16.964,0.136c-1.947,0.063-3.875,0.305-5.903,0.873
c-0.618,0.189-1.198,0.427-1.75,0.719c-1.11,0.606-2.034,1.269-2.993,2.447c-0.483,0.599-0.994,1.363-1.413,2.174
C116.59,8.011,116.083,9.822,116.043,11.608 M163.976,0.45v14.789h9.775v76.898h19.598V15.239h9.701V0.45H163.976 M229.18,0.45
h-20.866v91.688h19.569V55.591c1.282,0.049,2.563-0.108,3.863,0.293c0.274,0.098,0.531,0.246,0.752,0.435
c0.904,0.776,0.834,1.767,0.973,2.703c0.17,1.881,0.037,3.771,0.084,5.654v27.461h19.568l-0.018-28.663
c-0.031-2.825-0.223-5.624-0.839-8.45c-0.173-0.638-0.402-1.276-0.688-1.905c-0.433-1.004-1.019-1.943-1.732-2.772
c-0.713-0.829-1.554-1.549-2.482-2.126s-1.947-1.011-3.006-1.285c0.511-0.127,1.017-0.287,1.519-0.48
c1.007-0.383,1.952-0.93,2.786-1.612c0.833-0.683,1.555-1.502,2.127-2.415c0.57-0.913,0.993-1.919,1.248-2.966
c0.209-0.75,0.384-1.504,0.525-2.262c0.459-3.09,0.623-6.187,0.561-9.291v-9.6c0.061-1.895-0.029-3.802-0.271-5.699
c-0.118-0.945-0.274-1.886-0.442-2.666c-0.167-0.781-0.346-1.402-0.578-2.004c-0.232-0.602-0.516-1.184-0.846-1.737
c-0.331-0.554-0.709-1.079-1.129-1.569c-0.656-0.7-1.396-1.321-2.201-1.844c-1.67-1.083-3.544-1.688-5.393-1.846
C237.91,0.438,233.543,0.581,229.18,0.45 M227.883,15.358c0.924,0.007,1.841,0.018,2.768,0.022c0.442,0.04,0.895,0.152,1.333,0.35
c1.273,0.838,1.338,1.902,1.454,2.93c0.082,1.154,0.078,2.315,0.117,3.474c-0.016,4.017,0.051,8.032-0.047,12.048
c-0.01,0.717-0.07,1.432-0.177,2.146c-0.033,0.334-0.131,0.663-0.288,0.96c-0.156,0.297-0.371,0.563-0.629,0.779
c-0.592,0.533-1.38,0.56-2.091,0.644c-0.81,0.077-1.627,0.086-2.44,0.029V15.358 M275.575,92.138l1.371-18.127h7.506l1.51,18.127
h18.522L292.874,0.45H268.94l-11.785,91.688H275.575 M283.368,58.883h-5.338l2.706-35.63L283.368,58.883 M351.087,6.108
c-0.671-1.077-1.538-2.035-2.546-2.802c-1.01-0.768-2.158-1.345-3.013-1.688s-1.415-0.451-1.974-0.55
c-0.561-0.099-1.12-0.187-1.682-0.252c-0.563-0.064-1.127-0.105-2.467-0.165c-1.34-0.059-3.455-0.191-5.571-0.192L308.46,0.45
v91.688l31.104-0.052c0.774-0.002,1.532-0.222,2.292-0.356c1.605-0.289,3.016-0.594,4.523-1.276
c0.793-0.356,1.646-0.831,2.421-1.416c0.774-0.585,1.472-1.282,2.13-2.356c0.658-1.075,1.277-2.526,1.732-4.301
c0.453-1.774,0.801-3.871,0.796-5.971l-0.136-62.58c-0.004-1.429-0.362-2.84-0.727-4.146
C352.233,8.379,351.758,7.185,351.087,6.108 M329.263,15.438c0.417,0,0.835-0.033,1.238,0.017c0.405,0.05,0.792,0.144,1.112,0.244
s0.57,0.209,0.795,0.359c0.224,0.15,0.421,0.342,0.578,0.562c0.678,1.017,0.594,2.464,0.654,3.747V73.17
c0,0.39-0.002,0.78-0.057,1.16c-0.057,0.378-0.149,0.746-0.271,1.065s-0.272,0.592-0.472,0.824
c-0.198,0.232-0.445,0.423-0.715,0.576c-0.27,0.153-0.554,0.339-0.865,0.339h-3.205V15.438H329.263"/>
</g>
<g>
<path d="M429.747,82.679l-21.398,0c-2.561-0.081-4.542-0.188-5.889-0.313c-1.109-0.104-1.934-0.477-2.565-1.178
c-0.588-0.59-0.938-1.54-1.046-2.821c-0.127-1.505-0.23-3.796-0.313-6.783V20.113c0-2.498,0.082-4.492,0.245-5.927
c0.142-1.25,0.579-2.192,1.366-2.913c0.689-0.691,1.471-1.078,2.391-1.18c1.098-0.122,3.085-0.185,5.906-0.185h21.303v14.871
h9.966V0.45h-33.769c-2.479,0-4.978,0.152-7.428,0.452c-2.611,0.322-4.953,1.41-6.992,3.267c-2.102,2.102-3.329,4.65-3.65,7.576
c-0.298,2.721-0.449,6.049-0.449,9.893V73.11c0,3.428,0.152,6.335,0.453,8.642c0.323,2.499,1.422,4.7,3.265,6.54
c1.84,1.843,4.101,2.962,6.722,3.329c2.444,0.344,5.592,0.518,9.351,0.518h32.626V67.809h-10.094V82.679z"/>
<path d="M506.18,16.3c0-1.792-0.064-3.528-0.193-5.16c-0.135-1.718-0.531-3.268-1.176-4.608c-0.66-1.364-1.656-2.554-2.963-3.535
c-1.298-0.971-3.1-1.693-5.408-2.155c-0.612-0.086-1.18-0.152-1.71-0.198c-0.517-0.042-1.182-0.084-1.997-0.129
c-0.836-0.042-1.92-0.064-3.229-0.064h-41.331v9.458h8.641v72.771h-8.641v9.458h28.522v-9.458h-8.769V50.451h20.678
c1.799,0,3.563-0.043,5.24-0.128c1.762-0.087,3.396-0.357,4.861-0.803c1.535-0.467,2.904-1.272,4.068-2.394
c1.165-1.123,2.082-2.667,2.729-4.612c0.359-1.171,0.585-2.487,0.676-3.914c0.084-1.38,0.084-3.208,0.002-5.397V16.3z
M495.45,19.9v11.482c0,2.177-0.063,3.971-0.188,5.334c-0.107,1.208-0.422,2.15-0.932,2.8c-0.484,0.618-1.316,1.057-2.473,1.304
c-1.317,0.282-3.27,0.426-5.803,0.426h-18.129V9.909h17.623c2.479,0,4.438,0.083,5.83,0.25c1.213,0.144,2.111,0.485,2.667,1.012
c0.548,0.521,0.917,1.423,1.096,2.68C495.346,15.289,495.45,17.325,495.45,19.9z"/>
<path d="M556.834,67.809v14.871l-21.398,0c-2.56-0.081-4.541-0.188-5.889-0.313c-1.107-0.104-1.935-0.477-2.563-1.178
c-0.588-0.59-0.94-1.54-1.047-2.822c-0.125-1.5-0.231-3.79-0.313-6.782V20.113c0-2.498,0.082-4.492,0.245-5.926
c0.146-1.252,0.579-2.194,1.368-2.914c0.689-0.692,1.472-1.078,2.389-1.18c1.098-0.122,3.085-0.185,5.906-0.185h21.303v14.871
h9.969V0.45h-33.771c-2.478,0-4.976,0.152-7.426,0.452c-2.613,0.322-4.955,1.41-6.994,3.267c-2.101,2.102-3.328,4.65-3.648,7.575
c-0.299,2.718-0.451,6.047-0.451,9.894V73.11c0,3.43,0.152,6.338,0.453,8.642c0.324,2.499,1.422,4.699,3.266,6.54
c1.84,1.843,4.103,2.962,6.721,3.329c2.445,0.344,5.591,0.518,9.352,0.518h32.626V67.809H556.834z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8 KiB

View file

@ -0,0 +1,24 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Manufacturer : Amstrad</text>
</text>
<text name="info2" extra="true">
<text>Year of Release : 1984</text>
</text>
<text name="info3" extra="true">
<text>OS : AMSDOS with Locomotive BASIC </text>
</text>
<text name="info4" extra="true">
<text>CPU : Zilog Z80A @ 4 MHz</text>
</text>
<text name="info5" extra="true">
<text>RAM : 64KB</text>
</text>
<text name="info6" extra="true">
<text>Sound Chip : General Instrument AY-3-8910</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>009ddc</color>
</image>
<image name="band2" extra="true">
<color>e03a3e</color>
</image>
<image name="band3" extra="true">
<color>fdb827</color>
</image>
<image name="band4" extra="true">
<color>61bb46</color>
</image>
</view>
</theme>

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 102 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -0,0 +1,210 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 489.5 837.3" xml:space="preserve">
<g>
<g>
<path fill="#A29583" d="M489.5,528V12c0-6.6-5.4-12-12-12h-465c-6.6,0-12,5.4-12,12v516c0,6.6,5.4,12,12,12h465
C484.1,540,489.5,534.6,489.5,528z"/>
</g>
<g>
<path fill="#D7250B" d="M369.6,99.4v-67c0-6.6-5.4-12-12-12h-62c-6.6,0-12,5.4-12,12v67c0,6.6,5.4,12,12,12h62
C364.2,111.4,369.6,106,369.6,99.4z"/>
</g>
<g>
<path fill="#D7250B" d="M473.6,217.4v-67c0-6.6-5.4-12-12-12h-62c-6.6,0-12,5.4-12,12v67c0,6.6,5.4,12,12,12h62
C468.2,229.4,473.6,224,473.6,217.4z"/>
</g>
<g>
<path fill="#A29583" d="M0.5,128.4V528c0,6.6,5.4,12,12,12h357.1c6.6,0,12-5.4,12-12V128.4c0-6.6-5.4-12-12-12H12.5
C5.9,116.4,0.5,121.8,0.5,128.4z"/>
<path fill="#2D241A" d="M0,528V128.4c0-6.9,5.6-12.5,12.5-12.5h357.1c6.9,0,12.5,5.6,12.5,12.5V528c0,6.9-5.6,12.5-12.5,12.5H12.5
C5.6,540.5,0,534.9,0,528z M381.1,128.4c0-6.3-5.2-11.5-11.5-11.5H12.5c-6.3,0-11.5,5.2-11.5,11.5V528c0,6.3,5.2,11.5,11.5,11.5
h357.1c6.3,0,11.5-5.2,11.5-11.5V128.4z"/>
</g>
<g>
<path fill="#685646" d="M50.2,475V181.3c0-6.6,5.4-12,12-12H324c6.6,0,12,5.4,12,12V475c0,6.6-5.4,12-12,12H62.2
C55.6,487,50.2,481.6,50.2,475z"/>
</g>
<g>
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M170.5,328.2"/>
</g>
<g>
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M240.7,340.2"/>
</g>
<g>
<path fill="#847863" d="M38.6,62.4v-40c0-6.6,5.4-12,12-12h40c6.6,0,12,5.4,12,12v40c0,6.6-5.4,12-12,12h-40
C44,74.4,38.6,69,38.6,62.4z"/>
</g>
<g>
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M211.5,312.6"/>
</g>
<g>
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M211.5,358"/>
</g>
<g>
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M350.6,352"/>
</g>
<g>
<g id="path5_1_">
<path inkscape:connector-curvature="0" fill="#A29583" d="M76.6,25C76.6,25,76.7,25,76.6,25c3.7,2.4,5.8,6.1,5.8,9.5
c0,3.5-1.9,5.7-1.9,8.7c0,2.8,1.9,4.6,1.9,8.6c0,3.1-1.7,6.4-4.6,8.7c-0.4-0.6-0.8-1.2-1.2-1.7L76.6,25L76.6,25L76.6,25z"/>
</g>
<g id="path7_1_">
<path inkscape:connector-curvature="0" fill="#A29583" d="M85.7,48.7c1.9,1.5,4.6,2.6,7.4,2.2c-0.2-2.4-1.7-5.3-3.7-6.9
c-1.8-1.5-4.5-2.7-7.2-2.3C82,44.4,83.6,47.1,85.7,48.7L85.7,48.7L85.7,48.7z"/>
</g>
<g id="path9_1_">
<path sodipodi:nodetypes="ccccccc" inkscape:connector-curvature="0" fill="#A29583" d="M76.7,24.9c-1.6-1-3.9-1.7-5.8-1.9
l0,32.7c2.2,0.4,4.3,1.5,5.8,3.4L76.7,24.9L76.7,24.9L76.7,24.9z"/>
</g>
<g id="path11_1_">
<path inkscape:connector-curvature="0" fill="#A29583" d="M65,23.3c2-0.3,4-0.4,5.8-0.2l0,32.4c-2-0.3-4-0.1-5.8,0.8L65,23.3
L65,23.3L65,23.3z"/>
</g>
<g id="path13_1_">
<path inkscape:connector-curvature="0" fill="#A29583" d="M59.2,24.9c1.9-0.8,3.9-1.3,5.8-1.6l0,33c-2.3,1-4.3,2.9-5.3,5.6
c-0.2-0.1-0.3-0.2-0.5-0.2L59.2,24.9L59.2,24.9L59.2,24.9z"/>
</g>
<g id="path15_1_">
<path inkscape:connector-curvature="0" fill="#A29583" d="M59.2,61.6c-2-0.9-3.1-1.4-5-2.7c-0.3-0.2-0.5-0.3-0.8-0.5l0-30.4
c0.1-0.1,0.3-0.2,0.4-0.3c1.7-1.1,3.5-2.1,5.4-2.8L59.2,61.6L59.2,61.6z"/>
</g>
<g id="path19_1_">
<path inkscape:connector-curvature="0" fill="#A29583" d="M53.4,58.4c-2.7-1.9-5.8-4.4-5.8-7.4c0-3,1.9-3.7,1.9-7.7
c0-4-1.9-4.9-1.9-7.8c0-3.2,3-5.6,5.8-7.5L53.4,58.4L53.4,58.4z"/>
</g>
</g>
<g>
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M306.3,346"/>
</g>
<g>
<rect x="262.9" y="301.5" transform="matrix(-0.7405 0.6721 -0.6721 -0.7405 730.9377 528.9033)" fill="#6D5A4B" width="1" height="208.1"/>
</g>
<g>
<rect x="159.1" y="250.6" transform="matrix(-0.67 0.7424 -0.7424 -0.67 626.1812 223.786)" fill="#6D5A4B" width="208.5" height="1"/>
</g>
<g>
<rect x="123" y="146.2" transform="matrix(-0.7423 0.67 -0.67 -0.7423 383.1797 354.2419)" fill="#6D5A4B" width="1" height="209.2"/>
</g>
<g>
<rect x="19.3" y="405.1" transform="matrix(-0.6723 0.7403 -0.7403 -0.6723 506.7256 586.8447)" fill="#6D5A4B" width="208.3" height="1"/>
</g>
<g>
<g>
<g>
<circle fill="#463A2D" cx="193" cy="328.5" r="36.5"/>
</g>
<g>
<path fill="#606060" d="M156,328.5c0-20.4,16.6-37,37-37s37,16.6,37,37s-16.6,37-37,37S156,348.9,156,328.5z M229,328.5
c0-19.9-16.1-36-36-36s-36,16.1-36,36s16.1,36,36,36S229,348.3,229,328.5z"/>
</g>
</g>
<g>
<g>
<ellipse fill="#3F3126" cx="390.6" cy="355.2" rx="24.5" ry="31.6"/>
</g>
<g>
<path fill="#606060" d="M365.6,355.2c0-17.7,11.2-32.1,25-32.1s25,14.4,25,32.1s-11.2,32.1-25,32.1S365.6,372.9,365.6,355.2z
M414.6,355.2c0-17.1-10.8-31.1-24-31.1s-24,13.9-24,31.1s10.8,31.1,24,31.1S414.6,372.4,414.6,355.2z"/>
</g>
</g>
<g>
<g>
<path fill="#372E24" d="M237.3,351.9l-44.2-6.2c-8.8,0-16-7.7-16-17.3c0-9.5,7.2-17.3,16-17.3l45.8,6.4"/>
<path fill="#606060" d="M176.5,328.5c0-9.8,7.4-17.8,16.5-17.8l45.9,6.4l-0.1,1l-45.8-6.4c-8.5,0-15.4,7.5-15.4,16.8
s7,16.8,15.5,16.8l44.3,6.2l-0.1,1l-44.2-6.2C183.9,346.2,176.5,338.3,176.5,328.5z"/>
</g>
<g>
<path fill="#372E24" d="M237.3,351.9c-3.4-4.1-5.5-9.9-5.5-16.3c0-7.3,2.8-13.8,7.1-18"/>
<path fill="#606060" d="M231.2,335.6c0-7.2,2.6-13.9,7.2-18.3l0.7,0.7c-4.4,4.3-6.9,10.7-6.9,17.6c0,6.1,1.9,11.8,5.4,16
l-0.8,0.6C233.2,347.8,231.2,341.9,231.2,335.6z"/>
</g>
</g>
<g>
<g>
<path fill="#403124" d="M390.6,386.8c-13.5,0-24.5-14.1-24.5-31.6c0-17.4,11-31.6,24.5-31.6H390l-64-13.8l-76,3.3v0
c-10.1,0-18.3,10.5-18.3,23.3c0,12.9,10,22.1,18,24.5l74.5,21.8l67.3,4.1"/>
</g>
<g>
<path fill="#606060" d="M231.2,336.5c0-13.2,8.4-23.8,18.8-23.8l0.5,0l75.5-3.3l0.1,0l63.9,13.8h0.5v1c-13.2,0-24,13.9-24,31.1
c0,15.8,9.2,28.9,21,30.8l3.9,0.2l-0.1,1l-0.9-0.1v0.1c-1,0-2.1-0.1-3.1-0.2l-63.4-3.9l-74.5-21.8
C242,359.2,231.2,350,231.2,336.5z M249.5,313.6c-9.6,0.3-17.3,10.5-17.3,22.8c0,13,10.3,21.8,17.7,24l74.4,21.8l58.6,3.6
c-10.1-4.1-17.4-16.3-17.4-30.5c0-16.1,9.3-29.4,21.3-31.7l-61-13.2L249.5,313.6L249.5,313.6z"/>
</g>
</g>
</g>
</g>
<g>
<g>
<g>
<path fill="#919D9C" d="M375.3,721.4c0-2.9,2.1-5.4,5-5.9c37.8-6.4,57.8,4.4,66.4,11.4c22.4,18.4,28.5,42.8,34.9,68.6
c2.2,8.9,4.5,18.1,7.5,27.2c1.1,3.2-0.7,6.6-3.8,7.6c-3.2,1.1-6.6-0.7-7.6-3.8c-3.2-9.5-5.5-19-7.8-28.1
c-6.2-24.9-11.5-46.4-30.8-62.2c-5.6-4.6-22.4-14.7-56.8-8.9c-3.3,0.6-6.4-1.7-6.9-4.9C375.3,722,375.3,721.7,375.3,721.4z"/>
</g>
<path fill-rule="evenodd" fill="#979577" d="M389.9,682.1v78.8c0,1.7-1.3,3-3,3h-1.8c-1.7,0-3-1.3-3-3v-78.8c0-1.7,1.3-3,3-3h1.8
C388.5,679.1,389.9,680.5,389.9,682.1z"/>
<polygon fill-rule="evenodd" fill="#919D9C" points="396.5,694.4 396.5,748.7 389,752.5 389,691.1 "/>
<polygon fill-rule="evenodd" fill="#919D9C" points="408.6,696.6 408.6,747.1 399.8,750.7 399.8,693.5 "/>
<polygon fill-rule="evenodd" fill="#919D9C" points="421.8,700.9 421.8,742.3 411.8,745.3 411.8,698.4 "/>
<polygon fill-rule="evenodd" fill="#919D9C" points="433.8,705.2 433.8,738.1 423.9,740.5 423.9,703.2 "/>
</g>
<path fill-rule="evenodd" fill="none" d="M385.7,624.4v194.3c0,10.3-8.4,18.7-18.7,18.7H49.6c-10.3,0-18.7-8.4-18.7-18.7V624.4
c0-10.3,8.4-26.8,18.7-26.8l317.4,8.1C377.3,605.7,385.7,614.1,385.7,624.4"/>
<path fill-rule="evenodd" fill="#9E9A7B" d="M385.7,624.4v194.3c0,10.3-8.4,18.7-18.7,18.7H49.6c-10.3,0-18.7-8.4-18.7-18.7V624.4
c0-10.3,8.4-26.8,18.7-26.8l317.4,8.1C377.3,605.7,385.7,614.1,385.7,624.4z"/>
<path fill-rule="evenodd" fill="#AAA584" d="M330.3,638.2v164.2c0,8-6.5,14.4-14.4,14.4h-215c-8,0-14.4-6.5-14.4-14.4V638.2
c0-8,6.5-14.4,14.4-14.4h215C323.8,623.8,330.3,630.2,330.3,638.2z"/>
<g>
<path fill-rule="evenodd" fill="#525B55" d="M367,651.4v134.1c0,4-3.2,7.2-7.2,7.2h-90.3c-4,0-7.2-3.2-7.2-7.2V651.4
c0-4,3.2-7.2,7.2-7.2h90.3C363.8,644.2,367,647.5,367,651.4z"/>
<path fill-rule="evenodd" fill="#6E766F" d="M329.7,650.2v137.1c0,1.7-1.3,3-3,3H267c-1.7,0-3-1.3-3-3V650.2c0-1.7,1.3-3,3-3h59.6
C328.3,647.2,329.7,648.6,329.7,650.2z"/>
<path fill-rule="evenodd" fill="#949F94" d="M364.6,650.2v137.1c0,1.7-1.3,3-3,3h-29.5c-1.7,0-3-1.3-3-3V650.2c0-1.7,1.3-3,3-3
h29.5C363.2,647.2,364.6,648.6,364.6,650.2z"/>
<path fill-rule="evenodd" fill="#4E453D" d="M268.8,650.2v137.1c0,1.7-1.1,3-2.4,3l0,0c-1.3,0-2.4-1.3-2.4-3V650.2
c0-1.7,1.1-3,2.4-3l0,0C267.8,647.2,268.8,648.6,268.8,650.2z"/>
</g>
<path fill-rule="evenodd" fill="#A19B7E" d="M148.4,653.9v25.9c0,4-3.2,7.2-7.2,7.2h-26.5c-4,0-7.2-3.2-7.2-7.2v-25.9
c0-4,3.2-7.2,7.2-7.2h26.5C145.2,646.6,148.4,649.9,148.4,653.9z"/>
<path fill="#A7A488" d="M386,626.6"/>
<path fill="#A7A488" d="M382,625.4c-11,3.7-22,7.3-33,11c-5.2,1.7-10.3,3.6-15.5,5c-0.8,0.2-1.6,0.6-2.5,0.4
c-1.1-0.6-0.9-1.7-0.9-2.7c0.3-5.4-2-9.6-6.3-12.8c-0.5-0.3-1.1-0.6-1-1.4c3.8-2.9,8.1-4.8,12.3-7c7.1-3.7,14.2-7.4,21.6-10.7
c1-0.5,2.2-0.8,3-1.7c3.8,0,7.7,0,11.5,0c0.2,0.6,0.8,0.6,1.3,0.8c8.4,3,13,9.2,13.4,18.1"/>
<path fill="#A7A488" d="M384.9,628.8"/>
<path fill="#A7A488" d="M384.9,630.4"/>
<path fill="#979378" d="M59.3,597.6c4,3,8,6.1,12.1,9.1c6.9,5.1,13.9,10.2,20.9,15.2c0.5,0.4,1.1,0.7,1.3,1.5
c0.1,1.4-0.8,1.9-1.4,2.5c-3.8,4-5.4,9.4-5.5,15.8c0,1.5,0.2,3.1-0.5,4.4c-0.9,0.7-1.9,0.2-2.7-0.2c-16.3-7.5-32.6-15.4-48.7-23.8
c-0.3-0.1-0.5-0.4-0.8-0.6c-0.2-0.2-0.3-0.5-0.5-0.7c0-0.4,0-0.8,0-1.2c0.5-8.5,3.5-14.7,8.6-19.2c1.8-1.6,3.9-2.2,5.9-2.9
C51.7,597.6,55.5,597.6,59.3,597.6z"/>
<path fill="#A7A488" d="M385.6,816.8"/>
<path fill="#A7A488" d="M385.6,819.7c-0.4,5.7-2.8,10.6-7.8,14.2c-4,2.9-8.5,3.8-13.3,3.4c-7.5-3.1-15-6.1-22.4-9.2
c-7.5-3.2-15-6.5-22.5-9.7c-0.8-0.3-1.4-0.9-2.1-1.3c0.6-0.7,1.4-0.9,2.2-1.1c5.4-1.7,8.6-5.3,9.9-10.6c0.2-0.7,0.2-1.5,0.8-2.1
c18.3,5.2,36.5,10.7,54.8,16.4"/>
<path fill="#A7A488" d="M386,817.7"/>
<path fill="#979378" d="M94.9,816.7c-4.8,2.5-9.6,5.1-14.5,7.5c-8.3,4-16.4,8.2-24.9,11.9c-0.7,0.3-1.3,0.7-2,1.1
c-6.1,0.5-11.9-0.3-16.6-4.6c-3.4-3.1-5.5-6.9-6-11.4c0-0.5,0.1-0.9,0.1-1.4c2.7-2.1,6.2-2.6,9.3-3.7c14.1-4.8,28.2-9.5,42.4-14.1
c0.9-0.3,1.9-0.8,2.9-0.3c0.6,0.5,0.6,1.2,0.6,1.8c0.5,5,2.6,9.1,7.2,11.7C94.1,815.7,94.7,816,94.9,816.7z"/>
<g>
<path id="path5" inkscape:connector-curvature="0" fill="#AAA584" d="M134.3,655.3C134.3,655.3,134.3,655.3,134.3,655.3
c2.5,1.6,4,4.2,4,6.6c0,2.4-1.3,4-1.3,6c0,2,1.3,3.2,1.3,6c0,2.1-1.2,4.4-3.2,6c-0.2-0.4-0.5-0.8-0.8-1.2L134.3,655.3L134.3,655.3
L134.3,655.3z"/>
<path id="path7" inkscape:connector-curvature="0" fill="#AAA584" d="M140.6,671.8c1.3,1,3.2,1.8,5.1,1.5
c-0.1-1.7-1.2-3.6-2.6-4.8c-1.3-1-3.2-1.9-5-1.6C138,668.8,139.1,670.7,140.6,671.8L140.6,671.8L140.6,671.8z"/>
<path id="path9" sodipodi:nodetypes="ccccccc" inkscape:connector-curvature="0" fill="#AAA584" d="M134.3,655.2
c-1.1-0.7-2.7-1.2-4-1.3l0,22.6c1.5,0.2,3,1.1,4,2.3L134.3,655.2L134.3,655.2L134.3,655.2z"/>
<path id="path11" inkscape:connector-curvature="0" fill="#AAA584" d="M126.3,654.1c1.4-0.2,2.8-0.3,4-0.1l0,22.4
c-1.4-0.2-2.8,0-4,0.5L126.3,654.1L126.3,654.1L126.3,654.1z"/>
<path id="path13" inkscape:connector-curvature="0" fill="#AAA584" d="M122.3,655.2c1.3-0.5,2.7-0.9,4-1.1l0,22.8
c-1.6,0.7-3,2-3.7,3.9c-0.1-0.1-0.2-0.1-0.4-0.2L122.3,655.2L122.3,655.2L122.3,655.2z"/>
<path id="path15" inkscape:connector-curvature="0" fill="#AAA584" d="M122.2,680.7c-1.4-0.6-2.1-1-3.5-1.9
c-0.2-0.1-0.4-0.2-0.5-0.4l0-21.1c0.1-0.1,0.2-0.1,0.3-0.2c1.2-0.8,2.5-1.4,3.7-1.9L122.2,680.7L122.2,680.7z"/>
<path id="path19" inkscape:connector-curvature="0" fill="#AAA584" d="M118.2,678.4c-1.9-1.3-4-3-4-5.1c0-2.1,1.3-2.6,1.3-5.4
c0-2.8-1.3-3.4-1.3-5.4c0-2.2,2.1-3.9,4-5.2L118.2,678.4L118.2,678.4z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 168 168" xml:space="preserve">
<g>
<polygon points="0,0 0,168 65.6,168 65.6,167.5 66,166.7 66.7,166 67.6,165.7 68,165.6 68.5,165.7 69.4,166 70,166.7 70.4,167.5
70.4,168 97.6,168 97.7,167.5 98,166.7 98.6,166 99.5,165.7 100,165.6 100.5,165.7 101.4,166 102,166.7 102.4,167.5 102.4,168
168,168 168,47.8 164,47.8 164,39.7 168,39.7 168,0 0,0 "/>
<polygon fill="#3C3C3C" points="110.1,94.2 110.1,94.7 109.8,95.6 109.1,96.2 108.2,96.6 107.7,96.6 107.3,96.6 106.4,96.2
105.8,95.6 105.4,94.7 105.3,94.2 105.4,93.7 105.8,92.9 106.4,92.2 107.3,91.9 107.7,91.8 108.2,91.9 109.1,92.2 109.8,92.9
110.1,93.7 110.1,94.2 "/>
<polygon fill="#3C3C3C" points="84,112 84.8,112 86.4,112.4 88.5,113.3 90.7,115.5 91.7,117.6 92,119.2 92,120 92,152 92,152.8
91.7,154.4 90.7,156.5 88.5,158.7 86.4,159.7 84.8,160 84,160 83.2,160 81.7,159.7 79.5,158.7 77.3,156.5 76.4,154.4 76,152.8
76,152 76,120 76,119.2 76.4,117.6 77.3,115.5 79.5,113.3 81.7,112.4 83.2,112 84,112 "/>
<polygon fill="none" stroke="#00FFFF" stroke-width="0.66" stroke-linecap="square" stroke-miterlimit="10" points="100,84
100,85.7 99.3,88.8 98.1,91.7 96.4,94.2 94.2,96.4 91.7,98.1 88.8,99.3 85.7,100 84,100 82.4,100 79.3,99.3 76.4,98.1 73.8,96.4
71.6,94.2 69.9,91.7 68.7,88.8 68.1,85.7 68,84 68.1,82.4 68.7,79.3 69.9,76.4 71.6,73.8 73.8,71.6 76.4,69.9 79.3,68.7 82.4,68.1
84,68 85.7,68.1 88.8,68.7 91.7,69.9 94.2,71.6 96.4,73.8 98.1,76.4 99.3,79.3 100,82.4 100,84 "/>
<path fill-rule="evenodd" fill="#3C3C3C" d="M100,84l-0.1,1.7l-0.7,3.1l-1.2,2.9l-1.7,2.5l-2.2,2.2l-2.5,1.7l-2.9,1.2l-3.1,0.7
L84,100l-1.6-0.1l-3.1-0.7l-2.9-1.2l-2.6-1.7l-2.2-2.2l-1.7-2.5l-1.2-2.9l-0.6-3.1L68,84l0.1-1.6l0.6-3.1l1.2-2.9l1.7-2.6l2.2-2.2
l2.6-1.7l2.9-1.2l3.1-0.6L84,68l1.7,0.1l3.1,0.6l2.9,1.2l2.5,1.7l2.2,2.2l1.7,2.6l1.2,2.9l0.7,3.1L100,84L100,84z M104,84l-0.1,2.1
l-0.8,3.9l-1.5,3.5l-2.2,3.2l-2.7,2.7l-3.2,2.2l-3.5,1.5l-3.9,0.8L84,104l-2-0.1l-3.9-0.8l-3.6-1.5l-3.2-2.2l-2.7-2.7l-2.2-3.2
L64.9,90l-0.8-3.9L64,84l0.1-2l0.8-3.9l1.6-3.6l2.2-3.2l2.7-2.7l3.2-2.2l3.6-1.6l3.9-0.8l2-0.1l2.1,0.1l3.9,0.8l3.5,1.6l3.2,2.2
l2.7,2.7l2.2,3.2l1.5,3.6L104,82L104,84L104,84z"/>
<g>
<polygon fill-rule="evenodd" fill="#FFFFFF" points="100,84 100,85.7 99.3,88.8 98.1,91.7 96.4,94.2 94.2,96.4 91.7,98.1
88.8,99.3 85.7,100 84,100 82.4,100 79.3,99.3 76.4,98.1 73.8,96.4 71.6,94.2 69.9,91.7 68.7,88.8 68.1,85.7 68,84 68.1,82.4
68.7,79.3 69.9,76.4 71.6,73.9 73.8,71.6 76.4,70 79.3,68.7 82.4,68.1 84,68 85.7,68.1 88.8,68.7 91.7,70 94.2,71.6 96.4,73.9
98.1,76.4 99.3,79.3 100,82.4 100,84 "/>
<path fill="#1A1A1A" d="M84,100.4l-1.6-0.1l-3.2-0.7l-2.9-1.2l-2.6-1.8l-2.2-2.2l-1.8-2.6l-1.2-3l-0.6-3.2L67.7,84l0.1-1.6
l0.6-3.2l1.2-3l1.8-2.6l2.2-2.3l2.6-1.7l2.9-1.3l3.2-0.6l1.7-0.1l1.7,0.1l3.2,0.6l3,1.3l2.6,1.7l2.2,2.3l1.8,2.6l1.2,3l0.7,3.2
l0.1,1.7l-0.1,1.7l-0.7,3.2l-1.2,2.9l-1.8,2.6l-2.2,2.2l-2.6,1.8l-3,1.2l-3.2,0.7L84,100.4z M84,68.4l-1.6,0.1l-3.1,0.6l-2.8,1.2
L74,72l-2.1,2.2l-1.7,2.5l-1.2,2.8l-0.6,3L68.4,84l0.1,1.7l0.6,3.1l1.2,2.8L72,94l2.1,2.1l2.5,1.7l2.8,1.2l3.1,0.6l1.6,0.1
l1.7-0.1l3.1-0.7l2.8-1.2L94,96l2.1-2.1l1.7-2.5l1.2-2.8l0.6-3.1l0.1-1.6l-0.1-1.6l-0.7-3.1l-1.2-2.8L96,74.1l-2.1-2.2l-2.5-1.6
l-2.8-1.2l-3-0.6L84,68.4z"/>
</g>
<g>
<g>
<rect x="38" y="3.8" fill="#ED1A24" width="85.6" height="6.6"/>
</g>
<g>
<rect x="38" y="10.4" fill="#FFFFFF" width="85.6" height="6.6"/>
</g>
<g>
<rect x="38" y="16.9" fill="#FFFFFF" width="85.6" height="6.6"/>
</g>
<g>
<rect x="38" y="23.5" fill="#FFFFFF" width="85.6" height="6.6"/>
</g>
<g>
<rect x="38" y="30" fill="#FFFFFF" width="85.6" height="7.7"/>
</g>
<g>
<g>
<rect x="38" y="10.2" fill="#231F20" width="85.6" height="0.3"/>
</g>
<g>
<rect x="38" y="16.8" fill="#231F20" width="85.6" height="0.3"/>
</g>
<g>
<rect x="38" y="23.3" fill="#231F20" width="85.6" height="0.3"/>
</g>
<g>
<rect x="38" y="29.9" fill="#231F20" width="85.6" height="0.3"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 2221.8999 685.15503"
height="685.15503"
width="2221.8999"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,548.124 1777.518,0 L 1777.518,0 0,0 0,548.124 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,685.155)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(25.5057,349.2907)"
id="g20"><path
id="path22"
style="fill:#61bb46;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.164,0.271 0.338,0.537 0.511,0.799 28.075,43.407 72.362,68.813 114.008,68.813 42.407,0 69.065,-23.344 104.119,-23.344 34.012,0 54.729,23.378 103.758,23.378 37.043,0 76.318,-20.257 104.292,-55.283 C 418.953,10.11 411.976,5.28 405.74,-0.028 L 0,0 Z" /></g><g
transform="translate(25.5057,349.2907)"
id="g24"><path
id="path26"
style="fill:none;stroke:#61bb46;stroke-width:2.9849999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.61299992;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 c 0.164,0.271 0.338,0.537 0.511,0.799 28.075,43.407 72.362,68.813 114.008,68.813 42.407,0 69.065,-23.344 104.119,-23.344 34.012,0 54.729,23.378 103.758,23.378 37.043,0 76.318,-20.257 104.292,-55.283 C 418.953,10.11 411.976,5.28 405.74,-0.028 L 0,0 0,0 Z" /></g><g
transform="translate(310.7118,458.0467)"
id="g28"><path
id="path30"
style="fill:#61bb46;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 17.796,22.952 31.333,55.36 26.427,88.494 -2.67,86.491 -36.702,67.889 -56.58,43.673 -74.617,21.674 -89.507,-10.951 -83.71,-42.643 -51.944,-43.635 -19.083,-24.588 0,0 Z" /></g><g
transform="translate(310.7118,458.0467)"
id="g32"><path
id="path34"
style="fill:none;stroke:#61bb46;stroke-width:2.9849999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.61299992;stroke-dasharray:none;stroke-opacity:1"
d="M 0,0 C 17.796,22.952 31.333,55.36 26.427,88.494 -2.67,86.491 -36.702,67.889 -56.58,43.673 -74.617,21.674 -89.507,-10.951 -83.71,-42.643 -51.944,-43.635 -19.083,-24.588 0,0 l 0,0 z" /></g><g
transform="translate(24.0574,349.9303)"
id="g36"><path
id="path38"
style="fill:#fdb827;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -12.09,-19.021 -20.456,-46.284 -22.676,-70.197 l 392.241,0.01 c 4.241,26.161 18.343,51.156 40.694,70.158 L 0,0 0.023,0 0,0 Z" /></g><g
transform="translate(4.943,210.1598)"
id="g40"><path
id="path42"
style="fill:#f5821f;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -3.812,24.424 -4.428,47.97 -2.034,69.572 l 389.186,0.01 C 383.345,46.156 386.54,21.777 396.168,-0.015 L 0,0 Z" /></g><g
transform="translate(4.943,210.1598)"
id="g44"><path
id="path46"
style="fill:none;stroke:#f5821f;stroke-width:2.9849999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.61299992;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 c -3.812,24.424 -4.428,47.97 -2.034,69.572 l 389.186,0.01 C 383.345,46.156 386.54,21.777 396.168,-0.015 L 0,0 0,0 Z" /></g><g
transform="translate(23.9631,140.5923)"
id="g48"><path
id="path50"
style="fill:#e03a3e;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C -9.19,23.373 -15.483,46.848 -19.02,69.567 L 377.148,69.553 C 389.413,41.785 412.11,18.195 444.07,6.072 443.12,3.952 442.205,1.925 441.323,-0.03 L 0,0 Z" /></g><g
transform="translate(23.9631,140.5923)"
id="g52"><path
id="path54"
style="fill:none;stroke:#e03a3e;stroke-width:2.9849999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.61299992;stroke-dasharray:none;stroke-opacity:1"
d="M 0,0 C -9.19,23.373 -15.483,46.848 -19.02,69.567 L 377.148,69.553 C 389.413,41.785 412.11,18.195 444.07,6.072 443.12,3.952 442.205,1.925 441.323,-0.03 L 0,0 0,0 Z" /></g><g
transform="translate(465.2853,140.5636)"
id="g56"><path
id="path58"
style="fill:#963d97;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -10.973,-24.224 -17.333,-36.797 -32.518,-60.006 -2.043,-3.117 -4.154,-6.305 -6.352,-9.523 l -365.683,-0.034 c -1.172,1.753 -2.332,3.504 -3.475,5.241 -13.672,20.911 -24.74,42.59 -33.294,64.352 L 0,0 Z" /></g><g
transform="translate(465.2853,140.5636)"
id="g60"><path
id="path62"
style="fill:none;stroke:#963d97;stroke-width:2.9849999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.61299992;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 c -10.973,-24.224 -17.333,-36.797 -32.518,-60.006 -2.043,-3.117 -4.154,-6.305 -6.352,-9.523 l -365.683,-0.034 c -1.172,1.753 -2.332,3.504 -3.475,5.241 -13.672,20.911 -24.74,42.59 -33.294,64.352 L 0,0 Z" /></g><g
transform="translate(426.4152,71.0348)"
id="g64"><path
id="path66"
style="fill:#009ddc;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -22.37,-32.906 -52.402,-69.118 -88.843,-69.461 -35.559,-0.325 -44.681,23.237 -92.924,22.971 -48.243,-0.27 -58.315,-23.383 -93.874,-23.049 -38.017,0.353 -67.538,35.916 -90.042,69.505 L 0,0 Z" /></g><g
transform="translate(426.4152,71.0348)"
id="g68"><path
id="path70"
style="fill:none;stroke:#009ddc;stroke-width:2.9849999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.61299992;stroke-dasharray:none;stroke-opacity:1"
d="m 0,0 c -22.37,-32.906 -52.402,-69.118 -88.843,-69.461 -35.559,-0.325 -44.681,23.237 -92.924,22.971 -48.243,-0.27 -58.315,-23.383 -93.874,-23.049 -38.017,0.353 -67.538,35.916 -90.042,69.505 L 0,0 Z" /></g><g
transform="translate(1411.5178,332.828)"
id="g72"><path
id="path74"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -28.983,0 -53.697,-8.797 -75.101,-26.678 -21.45,-17.92 -31.366,-37.266 -31.366,-59.408 0,-26.673 10.189,-47.396 31.788,-64.162 20.238,-15.655 44.76,-23.517 74.362,-23.517 l 108.684,0 0,41.247 -103.174,0 c -13.464,0 -25.559,4.537 -35.135,13.255 -9.631,8.78 -14.859,20.582 -14.859,33.779 0,12.58 5.039,23.795 14.275,31.967 9.314,8.236 21.587,12.279 35.719,12.279 l 35.034,0 c 2.485,0.006 4.769,-1.462 5.841,-3.767 1.078,-2.307 0.767,-5.045 -0.793,-7.038 l -39.704,-51.396 60.666,0 42.145,57.722 0,45.717 L 0,0 Z m -426.818,0 0,-228.319 55.197,0 0,180.426 c -0.003,1.758 0.671,3.458 1.886,4.708 1.22,1.249 2.857,1.947 4.592,1.944 l 35.065,0 c 14.589,0 27.612,-5.057 37.841,-14.839 9.457,-9.064 14.705,-20.407 14.708,-32.735 -0.003,-12.775 -5.734,-24.133 -15.923,-32.029 -10.081,-7.808 -22.534,-11.685 -36.629,-11.685 l -13.016,0 0,-41.236 36.992,0 c 25.449,0 46.423,8.202 64.115,24.941 17.687,16.696 26.109,36.266 26.109,60.271 0,24.873 -8.445,45.286 -26.059,62.682 -17.623,17.429 -38.14,25.862 -62.84,25.862 L -426.818,0 Z m -237.717,0 0,-228.319 55.252,0 0,180.426 c -0.006,1.758 0.674,3.458 1.889,4.708 1.214,1.249 2.865,1.947 4.583,1.944 l 35.027,0 c 14.578,0 27.612,-5.057 37.841,-14.839 9.46,-9.064 14.706,-20.407 14.706,-32.735 0,-12.752 -5.67,-24.127 -15.868,-32.029 -10.084,-7.811 -22.584,-11.685 -36.676,-11.685 l -13.005,0 0,-41.236 36.993,0 c 25.446,0 46.472,8.207 64.168,24.941 17.681,16.696 26.108,36.266 26.108,60.271 0,24.873 -8.454,45.286 -26.059,62.682 -17.626,17.423 -38.193,25.862 -62.892,25.862 L -664.535,0 Z m -153.86,0 c -25.839,0 -46.9,-8.495 -64.485,-25.969 -17.698,-17.583 -26.112,-37.126 -26.112,-59.841 0,-22.415 8.82,-42.218 27.548,-60.677 18.675,-18.402 39.526,-27.278 63.688,-27.278 l 35.4,0 0,41.233 -14.964,0 c -13.624,0 -25.786,4.426 -35.295,13.095 -9.506,8.657 -14.65,20.195 -14.65,32.996 0,12.956 5.042,24.488 14.438,32.799 9.34,8.271 21.322,12.389 34.868,12.389 l 37.628,0 c 1.721,0.003 3.372,-0.694 4.583,-1.944 1.215,-1.25 1.898,-2.95 1.892,-4.708 l 0,-125.874 55.197,0 0,173.779 -119.736,0 z m 1097.778,54.56 0,-71.087 0,-157.348 86.618,0 0,31.863 -32.32,0 c -1.72,-0.006 -3.371,0.692 -4.586,1.941 -1.214,1.259 -1.894,2.95 -1.874,4.711 l 0,151.451 c -0.023,1.767 0.665,3.467 1.874,4.717 1.215,1.25 2.866,1.947 4.586,1.941 l 32.32,0 0,31.811 -86.618,0 z m -111.939,0 0,-31.808 32.325,0 c 1.72,0.003 3.371,-0.694 4.586,-1.941 1.214,-1.25 1.895,-2.95 1.889,-4.717 l 0,-151.448 c 0.006,-1.755 -0.675,-3.453 -1.889,-4.711 -1.215,-1.25 -2.866,-1.947 -4.586,-1.941 l -32.325,0 0,-31.866 86.623,0 0,228.432 -86.623,0 z m -356.544,-228.325 55.197,0 0,228.325 -55.197,0 0,-228.325 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -0,0 +1,30 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Manufacturer : Apple Computer, Inc.</text>
</text>
<text name="info2" extra="true">
<text>Year of Release : 1977</text>
</text>
<text name="info3" extra="true">
<text>OS : Integer BASIC</text>
</text>
<text name="info4" extra="true">
<text>CPU : MOS Technology 6502 @ 1 Mhz</text>
</text>
<text name="info5" extra="true">
<text>RAM : 4KB to 64KB</text>
</text>
<text name="info6" extra="true">
<text>ROM : 8KB (Basic Integer)</text>
</text>
<text name="info7" extra="true">
<text>Sound : 1-bit speaker (built-in)</text>
</text>
<text name="info8" extra="true">
<text>Display : Lo-res (40×48, 16-color) Hi-res (280×192, 6 color)</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>00ADEF</color>
</image>
<image name="band2" extra="true">
<color>84849C</color>
</image>
<image name="band3" extra="true">
<color>231F20</color>
</image>
<image name="band4" extra="true">
<color>FFFFFF</color>
</image>
</view>
</theme>

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 196 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 196 KiB

View file

@ -0,0 +1,410 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 210.4025 418.76999"
height="418.76999"
width="210.4025"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,335.016 168.322,0 L 168.322,0 0,0 0,335.016 Z" /></clipPath><clipPath
id="clipPath28"
clipPathUnits="userSpaceOnUse"><path
id="path30"
d="m 7.99342,160.329 154.21258,0 0,-154.21316 -154.21258,0 0,154.21316 z" /></clipPath><linearGradient
id="linearGradient84"
spreadMethod="pad"
gradientTransform="matrix(39.822853,39.822853,39.822853,-39.822853,65.123558,63.310898)"
gradientUnits="userSpaceOnUse"
y2="0"
x2="1"
y1="0"
x1="0"><stop
id="stop86"
offset="0"
style="stop-opacity:1;stop-color:#a6a8ab" /><stop
id="stop88"
offset="1"
style="stop-opacity:1;stop-color:#e6e7e8" /></linearGradient><clipPath
id="clipPath96"
clipPathUnits="userSpaceOnUse"><path
id="path98"
d="m 0,335.016 168.322,0 L 168.322,0 0,0 0,335.016 Z" /></clipPath><clipPath
id="clipPath104"
clipPathUnits="userSpaceOnUse"><path
id="path106"
d="m 62.5988,105.659 44.8722,0 0,-44.873 -44.8722,0 0,44.873 z" /></clipPath><clipPath
id="clipPath120"
clipPathUnits="userSpaceOnUse"><path
id="path122"
d="m 56.9234,111.205 56.0936,0 0,-56.0943 -56.0936,0 0,56.0943 z" /></clipPath><clipPath
id="clipPath124"
clipPathUnits="userSpaceOnUse"><path
id="path126"
d="m 58.434,83.504 c 0,14.847 12.035,26.882 26.882,26.882 14.847,0 26.883,-12.035 26.883,-26.882 0,-14.847 -12.036,-26.883 -26.883,-26.883 -14.847,0 -26.882,12.036 -26.882,26.883 m 54.583,-0.346 c 0,15.49 -12.557,28.047 -28.047,28.047 -15.49,0 -28.047,-12.557 -28.047,-28.047 0,-15.49 12.557,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047" /></clipPath><linearGradient
id="linearGradient132"
spreadMethod="pad"
gradientTransform="matrix(39.664417,-39.664417,-39.664417,-39.664417,65.138191,102.98982)"
gradientUnits="userSpaceOnUse"
y2="0"
x2="1"
y1="0"
x1="0"><stop
id="stop134"
offset="0"
style="stop-opacity:0;stop-color:#ffffff" /><stop
id="stop136"
offset="0.20751882"
style="stop-opacity:1;stop-color:#ffffff" /><stop
id="stop138"
offset="0.5"
style="stop-opacity:1;stop-color:#ffffff" /><stop
id="stop140"
offset="0.79248118"
style="stop-opacity:1;stop-color:#ffffff" /><stop
id="stop142"
offset="1"
style="stop-opacity:0;stop-color:#ffffff" /></linearGradient><mask
id="mask144"
height="1"
width="1"
y="0"
x="0"
maskUnits="userSpaceOnUse"><g
id="g146"><g
id="g148"><g
id="g150"><g
id="g152"><path
id="path154"
style="fill:url(#linearGradient132);stroke:none"
d="m -32768,32767 65535,0 0,-65535 -65535,0 0,65535 z" /></g></g></g></g></mask><linearGradient
id="linearGradient156"
spreadMethod="pad"
gradientTransform="matrix(39.664417,-39.664417,-39.664417,-39.664417,65.138191,102.98982)"
gradientUnits="userSpaceOnUse"
y2="0"
x2="1"
y1="0"
x1="0"><stop
id="stop158"
offset="0"
style="stop-opacity:1;stop-color:#231f20" /><stop
id="stop160"
offset="0.20751882"
style="stop-opacity:1;stop-color:#231f20" /><stop
id="stop162"
offset="0.5"
style="stop-opacity:1;stop-color:#231f20" /><stop
id="stop164"
offset="0.79248118"
style="stop-opacity:1;stop-color:#231f20" /><stop
id="stop166"
offset="1"
style="stop-opacity:1;stop-color:#231f20" /></linearGradient><clipPath
id="clipPath190"
clipPathUnits="userSpaceOnUse"><path
id="path192"
d="m 56.9238,111.205 56.0942,0 0,-56.094 -56.0942,0 0,56.094 z" /></clipPath><clipPath
id="clipPath194"
clipPathUnits="userSpaceOnUse"><path
id="path196"
d="m 111.507,82.812 c 0,-14.847 -12.036,-26.883 -26.882,-26.883 -14.847,0 -26.883,12.036 -26.883,26.883 0,14.847 12.036,26.883 26.883,26.883 14.846,0 26.882,-12.036 26.882,-26.883 m -54.583,0.346 c 0,-15.49 12.556,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047 0,15.49 -12.557,28.047 -28.047,28.047 -15.491,0 -28.047,-12.557 -28.047,-28.047" /></clipPath><linearGradient
id="linearGradient202"
spreadMethod="pad"
gradientTransform="matrix(-39.664425,39.664425,39.664425,39.664425,104.80286,63.325817)"
gradientUnits="userSpaceOnUse"
y2="0"
x2="1"
y1="0"
x1="0"><stop
id="stop204"
offset="0"
style="stop-opacity:0;stop-color:#ffffff" /><stop
id="stop206"
offset="0.5"
style="stop-opacity:1;stop-color:#ffffff" /><stop
id="stop208"
offset="1"
style="stop-opacity:0;stop-color:#ffffff" /></linearGradient><mask
id="mask210"
height="1"
width="1"
y="0"
x="0"
maskUnits="userSpaceOnUse"><g
id="g212"><g
id="g214"><g
id="g216"><g
id="g218"><path
id="path220"
style="fill:url(#linearGradient202);stroke:none"
d="m -32768,32767 65535,0 0,-65535 -65535,0 0,65535 z" /></g></g></g></g></mask><linearGradient
id="linearGradient222"
spreadMethod="pad"
gradientTransform="matrix(-39.664425,39.664425,39.664425,39.664425,104.80286,63.325817)"
gradientUnits="userSpaceOnUse"
y2="0"
x2="1"
y1="0"
x1="0"><stop
id="stop224"
offset="0"
style="stop-opacity:1;stop-color:#ffffff" /><stop
id="stop226"
offset="0.5"
style="stop-opacity:1;stop-color:#ffffff" /><stop
id="stop228"
offset="1"
style="stop-opacity:1;stop-color:#ffffff" /></linearGradient><clipPath
id="clipPath256"
clipPathUnits="userSpaceOnUse"><path
id="path258"
d="m 58.5181,328.248 53.0619,0 0,-53.062 -53.0619,0 0,53.062 z" /></clipPath><clipPath
id="clipPath280"
clipPathUnits="userSpaceOnUse"><path
id="path282"
d="m 59.2057,327.408 51.5333,0 0,-51.534 -51.5333,0 0,51.534 z" /></clipPath><clipPath
id="clipPath296"
clipPathUnits="userSpaceOnUse"><path
id="path298"
d="m 51.8069,334.806 66.3311,0 0,-66.331 -66.3311,0 0,66.331 z" /></clipPath><clipPath
id="clipPath316"
clipPathUnits="userSpaceOnUse"><path
id="path318"
d="m 57.9564,252.304 53.0616,0 0,-53.062 -53.0616,0 0,53.062 z" /></clipPath><clipPath
id="clipPath340"
clipPathUnits="userSpaceOnUse"><path
id="path342"
d="m 58.644,251.463 51.534,0 0,-51.533 -51.534,0 0,51.533 z" /></clipPath><clipPath
id="clipPath356"
clipPathUnits="userSpaceOnUse"><path
id="path358"
d="m 51.2453,258.862 66.3317,0 0,-66.331 -66.3317,0 0,66.331 z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,418.77)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(85.0995,0)"
id="g20"><path
id="path22"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -45.962,0 -83.222,37.26 -83.222,83.222 0,45.963 37.26,83.222 83.222,83.222 45.962,0 83.222,-37.259 83.222,-83.222 C 83.222,37.26 45.962,0 0,0" /></g><g
id="g24"><g
id="g26" /><g
id="g32"><g
style="opacity:0.10000598"
id="g34"
clip-path="url(#clipPath28)"><g
id="g36"
transform="translate(85.0992,6.1158)"><path
id="path38"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 16.896,16.323 -8.253,0 0,18.674 -17.286,0 0,-18.674 -8.252,0 L 0,0 Z" /></g><g
id="g40"
transform="translate(139.622,28.6993)"><path
id="path42"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0.405,23.489 -5.43,17.654 -18.635,30.858 -30.858,18.635 -17.653,5.431 -23.489,-0.405 0,0 Z" /></g><g
id="g44"
transform="translate(162.2061,83.2215)"><path
id="path46"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -16.323,16.896 0,-8.252 -18.674,0 0,-17.287 18.674,0 0,-8.252 L 0,0 Z" /></g><g
id="g48"
transform="translate(139.6227,137.7441)"><path
id="path50"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -23.489,0.405 5.835,-5.835 -13.205,-13.205 12.224,-12.223 13.204,13.205 5.836,-5.835 L 0,0 Z" /></g><g
id="g52"
transform="translate(85.1005,160.3285)"><path
id="path54"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -16.896,-16.322 8.252,0 0,-18.675 17.287,0 0,18.674 8.252,0.001 L 0,0 Z" /></g><g
id="g56"
transform="translate(30.5779,137.7453)"><path
id="path58"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 -0.405,-23.489 5.43,-17.654 18.635,-30.859 30.858,-18.636 17.653,-5.431 23.488,0.405 0,0 Z" /></g><g
id="g60"
transform="translate(7.9934,83.223)"><path
id="path62"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 16.322,-16.895 0,8.251 18.675,0 0,17.286 -18.674,0 -0.001,8.253 L 0,0 Z" /></g><g
id="g64"
transform="translate(30.5767,28.7004)"><path
id="path66"
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 23.489,-0.405 17.654,5.43 30.859,18.635 18.636,30.858 5.431,17.653 -0.405,23.488 0,0 Z" /></g></g></g></g><g
transform="translate(84.1609,0.0119)"
id="g68"><path
id="path70"
style="fill:#6d6e70;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -45.529,0.504 -82.284,37.562 -82.284,83.21 0,45.649 36.755,82.707 82.284,83.211 -0.313,0.003 -0.625,0.012 -0.939,0.012 -45.962,0 -83.222,-37.26 -83.222,-83.223 0,-45.962 37.26,-83.222 83.222,-83.222 0.314,0 0.626,0.009 0.939,0.012" /></g></g></g><g
id="g72"><g
id="g74"><g
id="g80"><g
id="g82"><path
id="path90"
style="fill:url(#linearGradient84);stroke:none"
d="m 56.876,83.222 c 0,-15.551 12.608,-28.159 28.159,-28.159 l 0,0 c 15.552,0 28.159,12.608 28.159,28.159 l 0,0 c 0,15.552 -12.607,28.159 -28.159,28.159 l 0,0 c -15.551,0 -28.159,-12.607 -28.159,-28.159" /></g></g></g></g><g
id="g92"><g
clip-path="url(#clipPath96)"
id="g94"><g
id="g100"><g
id="g102" /><g
id="g108"><g
style="opacity:0.30000299"
id="g110"
clip-path="url(#clipPath104)"><g
id="g112"
transform="translate(85.035,60.786)"><path
id="path114"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -12.391,0 -22.436,10.045 -22.436,22.436 0,12.391 10.045,22.437 22.436,22.437 12.391,0 22.436,-10.046 22.436,-22.437 C 22.436,10.045 12.391,0 0,0" /></g></g></g></g><g
id="g116"><g
id="g118" /><g
id="g168"><g
style="opacity:0.14999402"
id="g170"
clip-path="url(#clipPath120)"><g
id="g172"><g
id="g174"
clip-path="url(#clipPath124)"><g
id="g176"><g
id="g178" /><g
id="g180"
mask="url(#mask144)"><g
id="g182"><path
id="path184"
style="fill:url(#linearGradient156);stroke:none"
d="m 58.434,83.504 c 0,14.847 12.035,26.882 26.882,26.882 14.847,0 26.883,-12.035 26.883,-26.882 0,-14.847 -12.036,-26.883 -26.883,-26.883 -14.847,0 -26.882,12.036 -26.882,26.883 m 54.583,-0.346 c 0,15.49 -12.557,28.047 -28.047,28.047 -15.49,0 -28.047,-12.557 -28.047,-28.047 0,-15.49 12.557,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047" /></g></g></g></g></g></g></g></g><g
id="g186"><g
id="g188" /><g
id="g230"><g
style="opacity:0.39999402"
id="g232"
clip-path="url(#clipPath190)"><g
id="g234"><g
id="g236"
clip-path="url(#clipPath194)"><g
id="g238"><g
id="g240" /><g
id="g242"
mask="url(#mask210)"><g
id="g244"><path
id="path246"
style="fill:url(#linearGradient222);stroke:none"
d="m 111.507,82.812 c 0,-14.847 -12.036,-26.883 -26.882,-26.883 -14.847,0 -26.883,12.036 -26.883,26.883 0,14.847 12.036,26.883 26.883,26.883 14.846,0 26.882,-12.036 26.882,-26.883 m -54.583,0.346 c 0,-15.49 12.556,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047 0,15.49 -12.557,28.047 -28.047,28.047 -15.491,0 -28.047,-12.557 -28.047,-28.047" /></g></g></g></g></g></g></g></g><g
transform="translate(85.049,268.4192)"
id="g248"><path
id="path250"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -18.39,0 -33.298,14.908 -33.298,33.298 0,18.39 14.908,33.298 33.298,33.298 18.39,0 33.298,-14.908 33.298,-33.298 C 33.298,14.908 18.39,0 0,0" /></g><g
id="g252"><g
id="g254" /><g
id="g260"><g
style="opacity:0.30000299"
id="g262"
clip-path="url(#clipPath256)"><g
id="g264"
transform="translate(85.049,275.1864)"><path
id="path266"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -14.653,0 -26.531,11.878 -26.531,26.531 0,14.652 11.878,26.531 26.531,26.531 14.653,0 26.531,-11.879 26.531,-26.531 C 26.531,11.878 14.653,0 0,0" /></g></g></g></g><g
transform="translate(84.9726,275.8739)"
id="g268"><path
id="path270"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
transform="translate(84.9726,275.8739)"
id="g272"><path
id="path274"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
id="g276"><g
id="g278" /><g
id="g284"><g
style="opacity:0.19999701"
id="g286"
clip-path="url(#clipPath280)"><g
id="g288"
transform="translate(60.593,301.9589)"><path
id="path290"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0,13.64 11.057,24.697 24.697,24.697 38.337,24.697 49.395,13.64 49.395,0 49.395,-13.64 38.337,-24.698 24.697,-24.698 11.057,-24.698 0,-13.64 0,0 m 50.146,-0.318 c 0,14.231 -11.536,25.767 -25.766,25.767 -14.231,0 -25.767,-11.536 -25.767,-25.767 0,-14.231 11.536,-25.767 25.767,-25.767 14.23,0 25.766,11.536 25.766,25.767" /></g></g></g></g><g
id="g292"><g
id="g294" /><g
id="g300"><g
style="opacity:0.14999402"
id="g302"
clip-path="url(#clipPath296)"><g
id="g304"
transform="translate(53.5926,302.0498)"><path
id="path306"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0,17.557 14.233,31.789 31.789,31.789 49.346,31.789 63.578,17.557 63.578,0 63.578,-17.556 49.346,-31.789 31.789,-31.789 14.233,-31.789 0,-17.556 0,0 m 64.546,-0.409 c 0,18.317 -14.849,33.166 -33.166,33.166 -18.317,0 -33.166,-14.849 -33.166,-33.166 0,-18.317 14.849,-33.165 33.166,-33.165 18.317,0 33.166,14.848 33.166,33.165" /></g></g></g></g><g
transform="translate(84.4874,192.475)"
id="g308"><path
id="path310"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -18.39,0 -33.298,14.908 -33.298,33.298 0,18.39 14.908,33.298 33.298,33.298 18.39,0 33.298,-14.908 33.298,-33.298 C 33.298,14.908 18.39,0 0,0" /></g><g
id="g312"><g
id="g314" /><g
id="g320"><g
style="opacity:0.30000299"
id="g322"
clip-path="url(#clipPath316)"><g
id="g324"
transform="translate(84.4874,199.2422)"><path
id="path326"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -14.653,0 -26.531,11.878 -26.531,26.531 0,14.652 11.878,26.531 26.531,26.531 14.653,0 26.531,-11.879 26.531,-26.531 C 26.531,11.878 14.653,0 0,0" /></g></g></g></g><g
transform="translate(84.411,199.9297)"
id="g328"><path
id="path330"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
transform="translate(84.411,199.9297)"
id="g332"><path
id="path334"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
id="g336"><g
id="g338" /><g
id="g344"><g
style="opacity:0.19999701"
id="g346"
clip-path="url(#clipPath340)"><g
id="g348"
transform="translate(60.0314,226.0147)"><path
id="path350"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0,13.64 11.057,24.697 24.697,24.697 38.337,24.697 49.395,13.64 49.395,0 49.395,-13.64 38.337,-24.698 24.697,-24.698 11.057,-24.698 0,-13.64 0,0 m 50.146,-0.318 c 0,14.231 -11.536,25.767 -25.766,25.767 -14.231,0 -25.767,-11.536 -25.767,-25.767 0,-14.231 11.536,-25.767 25.767,-25.767 14.23,0 25.766,11.536 25.766,25.767" /></g></g></g></g><g
id="g352"><g
id="g354" /><g
id="g360"><g
style="opacity:0.14999402"
id="g362"
clip-path="url(#clipPath356)"><g
id="g364"
transform="translate(53.031,226.1056)"><path
id="path366"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0,17.557 14.233,31.789 31.789,31.789 49.346,31.789 63.578,17.557 63.578,0 63.578,-17.556 49.346,-31.789 31.789,-31.789 14.233,-31.789 0,-17.556 0,0 m 64.546,-0.409 c 0,18.317 -14.849,33.165 -33.166,33.165 -18.317,0 -33.166,-14.848 -33.166,-33.165 0,-18.317 14.849,-33.165 33.166,-33.165 18.317,0 33.166,14.848 33.166,33.165" /></g></g></g></g><g
transform="translate(144.7076,82.8081)"
id="g368"><path
id="path370"
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-21.185 -17.173,-38.358 -38.358,-38.358 -21.185,0 -38.358,17.173 -38.358,38.358 0,21.185 17.173,38.358 38.358,38.358 C -17.173,38.358 0,21.185 0,0" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,324 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="TEXT" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="566.929px" height="157.78px" viewBox="0 -0.001 566.929 157.78" enable-background="new 0 -0.001 566.929 157.78"
xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="558.1284" y1="955.5977" x2="11.77" y2="955.5977" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#013A67"/>
<stop offset="1" style="stop-color:#6CD1FF"/>
</linearGradient>
<polygon fill="url(#SVGID_1_)" points="491.191,27.662 536.777,27.946 557.949,5.927 479.951,5.642 406.662,79.217 396.4,79.784
396.686,9.001 355.481,51.055 345.625,52.224 345.625,9.374 261.264,92.842 250.775,93.958 251.667,8.077 177.937,82.94
168.255,82.987 167.12,11.089 127.342,51.15 116.278,51.717 116.697,8.939 11.591,114.895 46.209,114.328 91.598,70.276
100.303,70.276 99.883,114.54 136.035,77.543 144.679,77.543 144.679,115.23 104.892,154.73 143.019,154.165 218.036,78.299
228.14,78.299 228.14,115.57 274.897,115.854 320.115,70.353 328.843,69.786 328.708,112.799 364.839,76.667 373.375,76.667
373.941,113.102 373.203,114.998 482.378,114.998 503.279,93.815 435.398,92.661 434.781,82.809 445.357,71.67 470.968,71.667
493.216,49.133 479.769,48.565 479.769,39.082 "/>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="64.7095" y1="938.7891" x2="60.765" y2="934.8448" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_2_)" d="M114.692,13.213L13.577,114.328l-11.471,4.313c0,0-0.604,0.039-0.271-0.445
c0,0,117.26-117.292,117.472-117.471c0.212-0.181,0.467-0.028,0.467-0.028L114.692,13.213z"/>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="123.2954" y1="1013.9102" x2="119.6701" y2="1010.2849" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_3_)" d="M145.814,115.797l-37.518,37.521l-11.065,4.457c0,0-0.576,0.065-0.236-0.407l43.929-43.749
L145.814,115.797z"/>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="25.7236" y1="994.0508" x2="25.7236" y2="989.7383" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<polygon fill="url(#SVGID_4_)" points="48.982,118.641 2.106,118.641 13.603,114.328 46.209,114.328 "/>
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="121.1855" y1="1033.1816" x2="121.1855" y2="1028.7246" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<polygon fill="url(#SVGID_5_)" points="144.781,157.771 97.23,157.771 108.296,153.314 142.168,153.314 "/>
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="427.6938" y1="994.0234" x2="427.6938" y2="989.5566" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<polygon fill="url(#SVGID_6_)" points="484.787,118.613 370.242,118.584 374.052,114.148 481.529,114.146 "/>
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="251.0645" y1="994.8945" x2="251.0645" y2="990.416" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_7_)" d="M277.053,119.484l-51.527-0.029c-0.333,0.005-0.81-0.335-0.81-0.335l4.561-4.115h45.054
L277.053,119.484z"/>
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="522.2808" y1="882.1875" x2="522.2808" y2="877.3242" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_8_)" d="M477.382,1.913h88.652c0.785,0,0.785,0.313,0.785,0.313l-10.572,4.55h-75.164L477.382,1.913z"/>
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="515.0132" y1="906.7148" x2="515.0132" y2="902.5049" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<polygon fill="url(#SVGID_9_)" points="539.042,31.304 492.697,31.304 490.625,27.094 535.927,27.094 "/>
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="459.3696" y1="950.2305" x2="459.3696" y2="946.5117" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<polygon fill="url(#SVGID_10_)" points="473.589,74.82 448.91,74.82 444.791,71.102 470.402,71.1 "/>
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="490.1606" y1="925.1113" x2="490.1606" y2="919.5566" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_11_)" d="M491.8,49.7h-13.58l-1.193-5.548h25.467c0.346-0.043,0.441,0.146,0.441,0.146L491.8,49.7z"/>
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="74.3892" y1="968.8252" x2="70.846" y2="965.282" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_12_)" d="M96.872,70.634l-47.89,48.009l-2.773-4.313L92.81,67.965c2-2.313,4.675-1.731,4.675-1.731
L96.872,70.634z"/>
<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="120.2554" y1="904.3691" x2="114.8892" y2="904.3691" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_13_)" d="M114.71,51.669V13.193l5.063-12.499c0,0,0.303,0.075,0.303,0.571c0,0.493,0,53.647,0,53.647
l-0.315,2.311C119.761,57.224,115.265,57.248,114.71,51.669z"/>
<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="173.0811" y1="919.9609" x2="166.4209" y2="919.9609" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_14_)" d="M172.902,88.843c0,0-6.539,1.95-6.621-5.625c-0.08-7.313-0.013-69.291-0.013-69.291l5.214-13.896
c0,0,0.182-0.027,0.182,0.725l-0.017,81.793L172.902,88.843z"/>
<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="255.9883" y1="925.2158" x2="249.9951" y2="925.2158" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_15_)" d="M255.809,98.91c0,0-5.889,0.577-5.96-6.088l-0.033-80.063l4.651-12.071c0,0,0.583,0.153,0.583,0.907
l-0.016,91.14L255.809,98.91z"/>
<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="349.2769" y1="904.625" x2="343.5757" y2="904.625" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_16_)" d="M349.097,57.425c0,0-4.868,0.452-5.701-4.563V13.139l4.393-12.147c0,0,0.563,0.134,0.563,0.886
v49.667L349.097,57.425z"/>
<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="400.9604" y1="918.4463" x2="395.1636" y2="918.4463" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_17_)" d="M400.781,85.333c0,0-4.938,0.643-5.797-4.373V13.254l4.85-12.544c0,0,0.268,0.221,0.268,1.708
v77.226L400.781,85.333z"/>
<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="101.7651" y1="968.9385" x2="96.6543" y2="968.9385" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_18_)" d="M97.759,120.82c0,0-0.833-0.069-0.809-1.149c-0.001-0.917-0.078-49.036-0.078-49.036
s-1.218-1.577,0.613-4.4c0.547,0.131,3.495,0.727,4.101,4.256v40.37L97.759,120.82z"/>
<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="121.2485" y1="973.8379" x2="117.6964" y2="970.2858" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_19_)" d="M140.843,78.598c0,0-41.489,41.548-41.883,41.938c-0.346,0.379-1.202,0.282-1.202,0.282l3.827-9.963
l36.059-36.088c0,0,1.34-1.727,3.831-1.637L140.843,78.598z"/>
<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="553.436" y1="892.5" x2="549.7673" y2="888.8311" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_20_)" d="M566.609,3.639l-27.566,27.665l-3.115-4.211L556.24,6.769l10.582-4.542
C566.822,2.228,567.171,3.074,566.609,3.639z"/>
<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="145.9941" y1="969.8789" x2="140.5957" y2="969.8789" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_21_)" d="M140.924,113.616l-0.079-35.025c0,0-1.301-2.633,0.631-5.456c0.593-0.007,3.7,0.421,4.339,4.146
l-0.001,38.52L140.924,113.616z"/>
<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="148.7769" y1="907.0098" x2="144.2891" y2="902.522" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_22_)" d="M166.269,13.926l-41.462,41.463c-1.987,1.986-5.045,1.836-5.045,1.836
c-1.795-3.531,0.315-6.065,0.315-6.065S170.58,0.67,170.944,0.29c0.331-0.417,0.541-0.264,0.541-0.264L166.269,13.926z"/>
<linearGradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="215.8457" y1="922.3213" x2="211.688" y2="918.1636" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_23_)" d="M249.815,12.762l-74.376,74.375c-1.55,1.551-2.537,1.703-2.537,1.703
c-3.781-1.878-1.213-6.255-1.213-6.255S252.341,1.95,252.705,1.57c0.943-1.093,1.761-0.883,1.761-0.883L249.815,12.762z"/>
<linearGradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="304.3159" y1="927.8105" x2="299.9317" y2="923.4263" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_24_)" d="M343.396,13.139L259.233,97.3c-1.429,1.432-3.424,1.608-3.424,1.608
c-3.115-1.556-0.776-6.175-0.776-6.175s90.61-90.5,90.974-90.881c0.941-1.098,1.781-0.862,1.781-0.862L343.396,13.139z"/>
<linearGradient id="SVGID_25_" gradientUnits="userSpaceOnUse" x1="376.9712" y1="906.8613" x2="372.7633" y2="902.653" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_25_)" d="M394.984,13.254l-42.513,42.514c-1.429,1.432-3.374,1.657-3.374,1.657
c-2.932-1.908-0.588-5.983-0.588-5.983s49.584-49.69,49.947-50.07c1.047-1.033,1.377-0.66,1.377-0.66L394.984,13.254z"/>
<linearGradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="488.7378" y1="935.2646" x2="485.2816" y2="931.8086" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_26_)" d="M502.958,45.453L473.589,74.82l-3.188-3.722L491.8,49.7l11.135-5.401
C502.935,44.299,503.349,44.593,502.958,45.453z"/>
<linearGradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="499.8081" y1="979.377" x2="495.8485" y2="975.4175" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_27_)" d="M513.634,89.96l-28.848,28.651l-3.258-4.465l20.049-20.049l12.289-5.38
C513.867,88.72,514.263,89.152,513.634,89.96z"/>
<linearGradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="441.8374" y1="921.6133" x2="437.5547" y2="917.3306" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_28_)" d="M481.083,6.777L404.171,83.69c-1.43,1.432-3.395,1.644-3.395,1.644
c-2.449-3.092-0.686-5.979-0.686-5.979l77.289-77.44L481.083,6.777z"/>
<linearGradient id="SVGID_29_" gradientUnits="userSpaceOnUse" x1="486.8589" y1="916.6494" x2="481.7448" y2="911.5353" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_29_)" d="M492.697,31.304L480.021,44.09c-2.771,2.282-1.801,5.608-1.801,5.608
c-2.25-0.21-3.125-2.065-3.412-3.695c-0.285-1.63,0.303-3.422,1.348-4.467l14.469-14.44L492.697,31.304z"/>
<linearGradient id="SVGID_30_" gradientUnits="userSpaceOnUse" x1="185.9771" y1="992.3301" x2="182.3352" y2="988.6882" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_30_)" d="M142.17,153.316l77.913-77.943c0,0,1.437-1.873,4.267-1.771l-0.456,5.223
c0,0-78.666,78.506-79.113,78.948L142.17,153.316z"/>
<linearGradient id="SVGID_31_" gradientUnits="userSpaceOnUse" x1="303.0278" y1="969.1396" x2="299.3873" y2="965.4991" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_31_)" d="M274.33,115.004l47.643-47.659c0,0,1.437-1.871,4.267-1.771l-0.857,5.621l-48.325,48.29
L274.33,115.004z"/>
<linearGradient id="SVGID_32_" gradientUnits="userSpaceOnUse" x1="349.8892" y1="973.085" x2="346.3799" y2="969.5756" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_32_)" d="M330.125,110.25l36.779-36.789c0.842-0.843,1.779-1.771,3.396-1.771l-0.107,5.501l-43.081,43.043
c-0.569,0.563-1.019,0.399-1.019,0.399L330.125,110.25z"/>
<linearGradient id="SVGID_33_" gradientUnits="userSpaceOnUse" x1="370.8042" y1="993.6396" x2="366.3813" y2="989.2169" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_33_)" d="M361.984,118.057l7.25-7.281l5.557,2.326l-0.734,1.047l-3.813,4.437l-0.272,0.3h-7.72
c-0.34,0.014-0.521-0.271-0.521-0.271S361.576,118.468,361.984,118.057z"/>
<linearGradient id="SVGID_34_" gradientUnits="userSpaceOnUse" x1="229.457" y1="971.7686" x2="223.4189" y2="971.7686" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_34_)" d="M223.983,117.338l-0.09-38.515c0,0-1.738-2.016,0.457-5.223c0.673-0.01,4.202,0.478,4.928,4.707
l-0.001,36.694l-4.561,4.115C224.716,119.119,223.986,118.641,223.983,117.338z"/>
<linearGradient id="SVGID_35_" gradientUnits="userSpaceOnUse" x1="330.3042" y1="968.5186" x2="325.0923" y2="968.5186" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_35_)" d="M325.449,119.945l-0.08-48.75c0,0-1.472-2.681,0.871-5.621c0.596-0.009,3.243,0.472,3.885,4.702
v39.975l-4.028,10.39C326.093,120.639,325.492,120.498,325.449,119.945z"/>
<linearGradient id="SVGID_36_" gradientUnits="userSpaceOnUse" x1="374.9702" y1="967.8066" x2="368.7251" y2="967.8066" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_36_)" d="M369.234,110.775V78.146c0,0-2.113-3.379,1.064-6.456c0.693-0.008,4.132,0.24,4.492,4.323v37.088
L369.234,110.775z"/>
<linearGradient id="SVGID_37_" gradientUnits="userSpaceOnUse" x1="440.6372" y1="959.6748" x2="436.2191" y2="955.2568" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_37_)" d="M448.91,74.82l-13.451,13.479l-3.844,4.809c-3.896-2.458-1.953-6.874-0.912-7.925l14.088-14.079
L448.91,74.82z"/>
<linearGradient id="SVGID_38_" gradientUnits="userSpaceOnUse" x1="472.9204" y1="969.5098" x2="472.9204" y2="963.708" gradientTransform="matrix(1 0 0 1 -0.1797 -875.4102)">
<stop offset="0" style="stop-color:#08406F"/>
<stop offset="1" style="stop-color:#60C5F5"/>
</linearGradient>
<path fill="url(#SVGID_38_)" d="M501.58,94.098h-66.391c-2.502-0.196-3.574-0.992-3.574-0.992c-0.012-3.571,3.844-4.809,3.844-4.809
l77.746,0.001c0.543-0.001,0.662,0.422,0.662,0.422L501.58,94.098z"/>
<g>
<path d="M0,142.055v-9.521h2.876l1.728,6.494l1.708-6.494h2.883v9.521H7.41v-7.496l-1.89,7.496H3.669l-1.883-7.496v7.496H0z"/>
<path d="M17.224,132.532h1.922v5.155c0,0.816,0.024,1.35,0.071,1.592c0.083,0.391,0.278,0.701,0.588,0.938s0.732,0.354,1.27,0.354
c0.545,0,0.957-0.11,1.234-0.334c0.277-0.223,0.443-0.496,0.5-0.821c0.056-0.324,0.084-0.863,0.084-1.616v-5.268h1.922v5.001
c0,1.144-0.052,1.95-0.155,2.423c-0.104,0.472-0.296,0.87-0.575,1.193c-0.279,0.324-0.652,0.582-1.12,0.773
c-0.468,0.192-1.078,0.289-1.832,0.289c-0.909,0-1.599-0.104-2.068-0.313c-0.47-0.211-0.841-0.482-1.114-0.818
c-0.273-0.335-0.452-0.688-0.539-1.057c-0.125-0.545-0.188-1.353-0.188-2.416V132.532z"/>
<path d="M33.025,142.055v-9.443h1.922v7.84h4.78v1.604H33.025L33.025,142.055z"/>
<path d="M48.385,142.055v-7.91H45.56v-1.61h7.566v1.61h-2.819v7.91H48.385z"/>
<path d="M60.438,142.055v-9.521h1.922v9.521H60.438z"/>
<path d="M70.324,142.055v-9.521h3.085c1.169,0,1.931,0.048,2.286,0.144c0.545,0.146,1.002,0.453,1.37,0.935
c0.368,0.479,0.552,1.098,0.552,1.854c0,0.584-0.106,1.075-0.318,1.477c-0.212,0.396-0.482,0.711-0.809,0.938
c-0.327,0.229-0.659,0.378-0.997,0.452c-0.459,0.09-1.124,0.136-1.994,0.136h-1.253v3.594L70.324,142.055L70.324,142.055z
M72.246,134.145v2.701h1.052c0.757,0,1.264-0.053,1.52-0.15c0.256-0.098,0.456-0.254,0.601-0.467s0.217-0.459,0.217-0.74
c0-0.346-0.102-0.633-0.305-0.856c-0.204-0.225-0.461-0.362-0.773-0.422c-0.229-0.043-0.691-0.063-1.383-0.063L72.246,134.145
L72.246,134.145z"/>
<path d="M85.378,142.055v-9.443H87.3v7.84h4.78v1.604H85.378L85.378,142.055z"/>
<path d="M99.582,142.055v-9.521h7.059v1.609h-5.137v2.108h4.78v1.604h-4.78v2.592h5.319v1.604L99.582,142.055L99.582,142.055z"/>
</g>
<g>
<path d="M189.966,142.055h-2.091l-0.831-2.164h-3.806l-0.786,2.164h-2.039l3.708-9.521h2.032L189.966,142.055z M186.427,138.286
l-1.313-3.532l-1.286,3.532H186.427z"/>
<path d="M197.124,142.055v-9.521h4.046c1.018,0,1.757,0.086,2.218,0.258c0.461,0.171,0.83,0.477,1.107,0.912
c0.277,0.438,0.416,0.938,0.416,1.5c0,0.714-0.21,1.304-0.63,1.771c-0.419,0.465-1.047,0.758-1.883,0.879
c0.416,0.242,0.758,0.51,1.029,0.799c0.271,0.291,0.635,0.808,1.094,1.548l1.162,1.856h-2.299l-1.39-2.072
c-0.493-0.739-0.832-1.207-1.013-1.398c-0.181-0.189-0.375-0.322-0.578-0.396c-0.203-0.069-0.526-0.104-0.968-0.104h-0.389v3.978
h-1.922V142.055z M199.046,136.559h1.422c0.922,0,1.498-0.037,1.727-0.115c0.23-0.077,0.409-0.213,0.539-0.402
c0.13-0.188,0.195-0.43,0.195-0.714c0-0.32-0.085-0.579-0.256-0.776c-0.171-0.193-0.412-0.318-0.724-0.371
c-0.156-0.021-0.623-0.031-1.403-0.031h-1.5V136.559L199.046,136.559z"/>
<path d="M218.945,138.552l1.864,0.593c-0.286,1.041-0.761,1.813-1.425,2.313c-0.664,0.504-1.508,0.757-2.53,0.757
c-1.264,0-2.303-0.433-3.117-1.296c-0.814-0.86-1.221-2.044-1.221-3.542c0-1.585,0.409-2.813,1.228-3.689
c0.818-0.877,1.894-1.313,3.228-1.313c1.165,0,2.11,0.344,2.838,1.03c0.433,0.406,0.757,0.992,0.974,1.755l-1.903,0.452
c-0.113-0.491-0.347-0.881-0.705-1.168c-0.358-0.284-0.791-0.428-1.302-0.428c-0.706,0-1.278,0.252-1.718,0.76
c-0.44,0.507-0.66,1.326-0.66,2.461c0,1.203,0.217,2.062,0.65,2.572c0.433,0.51,0.996,0.767,1.688,0.767
c0.511,0,0.95-0.162,1.318-0.486C218.521,139.76,218.785,139.25,218.945,138.552z"/>
<path d="M237.175,142.055h-2.091l-0.832-2.164h-3.806l-0.786,2.164h-2.039l3.708-9.521h2.033L237.175,142.055z M233.636,138.286
l-1.313-3.532l-1.286,3.532H233.636z"/>
<path d="M244.32,132.532h3.514c0.792,0,1.396,0.062,1.812,0.183c0.559,0.165,1.037,0.457,1.435,0.877
c0.398,0.419,0.702,0.936,0.91,1.542c0.208,0.608,0.312,1.358,0.312,2.251c0,0.782-0.098,1.458-0.292,2.025
c-0.238,0.691-0.578,1.254-1.02,1.682c-0.333,0.325-0.784,0.578-1.351,0.762c-0.424,0.136-0.991,0.203-1.701,0.203h-3.617v-9.521
L244.32,132.532L244.32,132.532z M246.242,134.145v6.307h1.435c0.537,0,0.924-0.03,1.163-0.092c0.312-0.077,0.57-0.211,0.776-0.396
c0.206-0.188,0.374-0.49,0.503-0.92c0.13-0.426,0.195-1.007,0.195-1.743c0-0.733-0.065-1.301-0.195-1.692
c-0.13-0.396-0.312-0.701-0.545-0.924c-0.234-0.223-0.53-0.369-0.89-0.447c-0.269-0.063-0.795-0.09-1.578-0.09L246.242,134.145
L246.242,134.145z"/>
<path d="M260.063,142.055v-9.521h7.059v1.609h-5.137v2.108h4.78v1.604h-4.78v2.592h5.319v1.604L260.063,142.055L260.063,142.055z"
/>
</g>
<g>
<path d="M283.18,142.055v-9.521h2.877l1.729,6.494l1.707-6.494h2.883v9.521h-1.785v-7.496l-1.891,7.496h-1.854l-1.887-7.496v7.496
H283.18z"/>
<path d="M309.001,142.055h-2.09l-0.832-2.164h-3.809l-0.782,2.164h-2.04l3.709-9.521h2.029L309.001,142.055z M305.462,138.286
l-1.313-3.532l-1.286,3.532H305.462z"/>
<path d="M322.246,138.552l1.863,0.593c-0.285,1.041-0.761,1.813-1.425,2.313c-0.665,0.505-1.509,0.757-2.53,0.757
c-1.264,0-2.303-0.433-3.115-1.296c-0.813-0.86-1.223-2.044-1.223-3.542c0-1.585,0.409-2.813,1.229-3.689
c0.818-0.877,1.896-1.313,3.229-1.313c1.165,0,2.108,0.344,2.839,1.03c0.434,0.406,0.76,0.992,0.977,1.755l-1.902,0.452
c-0.111-0.491-0.35-0.881-0.704-1.168c-0.356-0.284-0.791-0.428-1.303-0.428c-0.705,0-1.277,0.252-1.718,0.76
c-0.439,0.507-0.66,1.326-0.66,2.461c0,1.203,0.218,2.062,0.648,2.572c0.434,0.51,0.994,0.767,1.688,0.767
c0.51,0,0.946-0.162,1.313-0.486C321.821,139.76,322.085,139.25,322.246,138.552z"/>
<path d="M331.897,142.055v-9.521h1.923v3.748h3.766v-3.748h1.924v9.521h-1.924v-4.164h-3.766v4.164H331.897z"/>
<path d="M347.569,142.055v-9.521h1.923v9.521H347.569z"/>
<path d="M357.472,142.055v-9.521h1.871l3.896,6.357v-6.357h1.786v9.521h-1.929l-3.839-6.209v6.209H357.472z"/>
<path d="M373.19,142.055v-9.521h7.06v1.609h-5.138v2.108h4.78v1.604h-4.78v2.592h5.319v1.604L373.19,142.055L373.19,142.055z"/>
</g>
<g>
<path d="M397.091,142.055v-9.521h7.06v1.609h-5.137v2.108h4.78v1.604h-4.78v2.592h5.319v1.604L397.091,142.055L397.091,142.055z"/>
<path d="M412.069,142.055v-9.521h2.877l1.728,6.494l1.709-6.494h2.883v9.521h-1.783v-7.496l-1.893,7.496h-1.852l-1.884-7.496v7.496
H412.069z"/>
<path d="M429.292,132.532h1.922v5.155c0,0.816,0.023,1.35,0.07,1.592c0.082,0.391,0.273,0.701,0.588,0.938
c0.311,0.236,0.729,0.354,1.27,0.354c0.547,0,0.957-0.11,1.234-0.334c0.277-0.223,0.443-0.496,0.5-0.821
c0.057-0.324,0.084-0.863,0.084-1.616v-5.268h1.924v5.001c0,1.144-0.053,1.95-0.156,2.423c-0.104,0.472-0.297,0.87-0.574,1.193
c-0.279,0.324-0.652,0.582-1.121,0.773c-0.467,0.192-1.078,0.289-1.83,0.289c-0.91,0-1.6-0.104-2.068-0.313
c-0.471-0.211-0.842-0.482-1.109-0.818c-0.271-0.335-0.451-0.688-0.537-1.057c-0.127-0.545-0.189-1.353-0.189-2.416v-5.077
L429.292,132.532L429.292,132.532z"/>
<path d="M445.093,142.055v-9.443h1.922v7.84h4.781v1.604H445.093L445.093,142.055z"/>
<path d="M467.882,142.055h-2.092l-0.83-2.164h-3.807l-0.785,2.164h-2.039l3.707-9.521h2.033L467.882,142.055z M464.343,138.286
l-1.313-3.532l-1.285,3.532H464.343z"/>
<path d="M476.191,142.055v-7.91h-2.826v-1.61h7.564v1.61h-2.816v7.91H476.191z"/>
<path d="M487.671,137.352c0-0.972,0.146-1.783,0.438-2.44c0.215-0.484,0.51-0.92,0.885-1.308c0.375-0.387,0.785-0.67,1.23-0.854
c0.594-0.251,1.277-0.376,2.053-0.376c1.402,0,2.525,0.438,3.367,1.305c0.842,0.87,1.264,2.081,1.264,3.633
c0,1.535-0.418,2.737-1.254,3.605c-0.836,0.867-1.953,1.302-3.352,1.302c-1.416,0-2.541-0.433-3.377-1.296
S487.671,138.866,487.671,137.352z M489.654,137.286c0,1.078,0.248,1.896,0.746,2.45c0.498,0.558,1.131,0.834,1.896,0.834
c0.768,0,1.396-0.273,1.887-0.825c0.492-0.554,0.736-1.381,0.736-2.485c0-1.09-0.238-1.902-0.717-2.439
c-0.48-0.535-1.113-0.805-1.906-0.805s-1.43,0.271-1.916,0.813S489.654,136.191,489.654,137.286z"/>
<path d="M504.544,142.055v-9.521h4.047c1.018,0,1.756,0.086,2.217,0.258c0.461,0.171,0.83,0.477,1.107,0.912
c0.277,0.438,0.416,0.938,0.416,1.5c0,0.714-0.211,1.304-0.631,1.771c-0.42,0.465-1.047,0.758-1.883,0.879
c0.416,0.242,0.76,0.51,1.021,0.799c0.271,0.291,0.645,0.808,1.102,1.548l1.156,1.856H510.8l-1.391-2.072
c-0.492-0.739-0.83-1.207-1.012-1.398c-0.186-0.189-0.375-0.322-0.578-0.396c-0.203-0.069-0.525-0.104-0.971-0.104h-0.391v3.978
h-1.92v-0.006h0.004v-0.002H504.544z M506.466,136.559h1.424c0.922,0,1.498-0.037,1.727-0.115c0.23-0.077,0.41-0.213,0.541-0.402
c0.129-0.188,0.193-0.43,0.193-0.714c0-0.32-0.086-0.579-0.258-0.776c-0.17-0.193-0.41-0.318-0.723-0.371
c-0.156-0.021-0.623-0.031-1.402-0.031h-1.502V136.559L506.466,136.559z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,110 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="566.929px" height="129.21px" viewBox="0 0 566.929 129.21" enable-background="new 0 0 566.929 129.21"
xml:space="preserve">
<g id="Ebene_2">
</g>
<g>
<path fill="#F4B20C" d="M2.794,113.106L55.462,21.59c6.676,11.93,14.773,27.044,24.295,45.341l23.829,45.896L2.794,113.106z
M55.458,27.549 M7.606,110.324 M57.964,77.501c0.186,1.484-0.062,2.813-0.742,3.986c-0.804,1.362-1.947,2.04-3.431,2.04
c-1.854,0-3.277-0.987-4.265-2.967c-0.185-1.174-0.092-2.317,0.278-3.431c0.494-1.359,1.328-2.193,2.503-2.504
c0.371-0.061,0.742-0.093,1.113-0.093C55.336,74.534,56.851,75.524,57.964,77.501z"/>
<path fill="#F4B20C" d="M192.707,111.79c-14.467,0.252-28.935,0.473-43.403,0.663c-17.313,0.25-31.935,0.313-43.867,0.189V20.755
c3.461,0.434,14.372,0.371,32.731-0.185c14.464-0.371,25.374,0.866,32.73,3.709c10.508,4.019,17.214,11.869,20.121,23.552
c0.06,0.804,0.093,1.639,0.093,2.505c0,8.593-4.142,16.104-12.426,22.533c-2.227,1.731-5.101,3.153-8.625,4.265
c-3.091,0.867-6.184,1.701-9.273,2.504L192.707,111.79z M154.301,48.943c0.123,0.433,0.186,0.897,0.186,1.391
c0,1.36-0.434,2.488-1.298,3.384c-0.866,0.896-1.947,1.344-3.245,1.344c-1.855,0-3.308-0.987-4.358-2.966
c-0.433-2.782,0.371-4.759,2.411-5.934c0.557-0.247,1.113-0.371,1.669-0.371C152.013,45.791,153.559,46.842,154.301,48.943z
M175.425,105.241c-4.508,0.061-11.148-0.126-19.919-0.561v-0.842c1.73-0.249,4.326-0.344,7.789-0.279
c3.461,0.061,6.057-0.064,7.788-0.373l-15.577-15.949l1.945,0.003L175.425,105.241z M183.044,52.56
c-0.185,3.029-1.298,5.98-3.337,8.854c-2.041,2.875-4.513,4.96-7.418,6.259l-8.344,3.709v-2.041
c11.126-3.584,17.091-9.18,17.895-16.782H183.044z"/>
<path fill="#F4B20C" d="M280.586,82.507c-3.029,8.655-8.576,15.732-16.643,21.234c-8.066,5.5-16.675,8.22-25.823,8.158
c-8.284,0-16.01-2.21-23.181-6.629c-7.171-4.42-12.765-10.4-16.783-17.941c-3.152-5.935-4.729-12.825-4.729-20.677
c0-7.356,1.421-13.783,4.266-19.286c4.017-7.913,9.689-14.141,17.014-18.684c7.326-4.544,15.314-6.815,23.969-6.815
c2.472,0,4.945,0.186,7.418,0.556c6.675,1.052,12.918,3.679,18.729,7.88c6.058,4.39,10.538,9.676,13.444,15.856
c-7.85,4.761-19.626,11.868-35.326,21.326C256.541,73.484,269.09,78.491,280.586,82.507z M267.05,87.33
c0,1.608-1.02,3.37-3.06,5.285c-1.608,1.483-3.462,2.75-5.563,3.802l-0.835-0.649c1.298-1.051,2.596-2.133,3.895-3.245
c1.607-1.359,2.688-2.72,3.245-4.08c-2.906-1.421-6.894-3.09-11.961-5.007c-6.119-2.348-10.168-3.955-12.146-4.82V77.13
L267.05,87.33z"/>
<path fill="#F4B20C" d="M267.049,113.106l52.667-91.516c6.676,11.93,14.773,27.044,24.295,45.341l23.829,45.896L267.049,113.106z
M322.219,77.501c0.185,1.484-0.063,2.813-0.742,3.986c-0.805,1.362-1.947,2.04-3.432,2.04c-1.854,0-3.276-0.987-4.266-2.967
c-0.186-1.174-0.093-2.317,0.278-3.431c0.494-1.359,1.329-2.193,2.504-2.504c0.371-0.061,0.742-0.093,1.112-0.093
C319.59,74.534,321.106,75.524,322.219,77.501z M355.414,105.689l-19.01,0.371v-1.206l15.857-0.463
c-0.682-2.226-2.195-5.472-4.545-9.736c-2.473-4.512-4.079-7.882-4.821-10.106l1.112-0.649L355.414,105.689z"/>
<path fill="#F4B20C" d="M462.414,89.046c-4.636,9.501-11.623,16.133-20.955,19.896c-7.109,2.837-16.69,4.256-28.745,4.256
c-3.276,0-8.283-0.125-15.02-0.371c-6.738-0.247-11.746-0.371-15.022-0.371c-5.067,0-9.518,0.247-13.351,0.742l0.278-92.443
c3.709,0.371,7.941,0.557,12.701,0.557c3.276,0,8.314-0.093,15.115-0.278c6.799-0.186,11.869-0.278,15.205-0.278
c10.323,0,18.762,1.111,25.313,3.331c8.406,2.838,15.083,7.834,20.028,14.992c6.306,7.094,9.457,16.317,9.457,27.667
C467.419,74.828,465.751,82.262,462.414,89.046z M424.768,77.13c0.124,0.434,0.186,0.896,0.186,1.392
c0,1.112-0.356,2.117-1.066,3.013c-0.711,0.896-1.622,1.407-2.735,1.529c-2.597-0.492-4.204-1.451-4.821-2.873
c-0.063-0.433-0.093-0.834-0.093-1.205c0-2.164,0.988-3.74,2.967-4.73c0.371-0.061,0.742-0.092,1.113-0.092
C422.172,74.164,423.656,75.153,424.768,77.13z M460.467,68.043c-0.928,7.543-3.093,14.157-6.491,19.842
c-3.957,6.677-9.212,11.282-15.764,13.816c-3.648,1.421-6.338,2.379-8.065,2.874c-3.029,0.866-5.874,1.328-8.531,1.392
l-0.464-1.113c14.525-2.535,24.603-7.82,30.228-15.855c3.832-5.501,6.306-12.485,7.418-20.955H460.467z"/>
<path fill="#F4B20C" d="M561.625,63.129h-50.44c-0.557,1.498-0.835,3.246-0.835,5.241c0,1.997,0.278,3.68,0.835,5.053h17.895
v11.589l-17.895,0.835v9.087l50.162,0.371v17.802h-89.662V20.755h89.662L561.625,63.129z M516.84,29.563l-36.439,0.278
l-0.278,30.228h-1.297V27.895c8.529-0.122,21.2,0.033,38.015,0.464V29.563z"/>
</g>
<g>
<path d="M2.794,113.106L55.462,21.59c6.676,11.93,14.773,27.044,24.295,45.341l23.829,45.896L2.794,113.106z M98.812,110.138
L55.458,27.549L7.606,110.324L98.812,110.138z M57.964,77.501c0.186,1.484-0.062,2.813-0.742,3.986
c-0.804,1.362-1.947,2.04-3.431,2.04c-1.854,0-3.277-0.987-4.265-2.967c-0.185-1.174-0.092-2.317,0.278-3.431
c0.494-1.359,1.328-2.193,2.503-2.504c0.371-0.061,0.742-0.093,1.113-0.093C55.336,74.534,56.851,75.524,57.964,77.501z
M91.159,105.689L72.15,106.06v-1.206l15.855-0.463c-0.681-2.226-2.195-5.472-4.543-9.736c-2.473-4.512-4.08-7.882-4.822-10.106
l1.113-0.649L91.159,105.689z"/>
<path d="M192.707,111.79c-14.467,0.252-28.935,0.473-43.403,0.663c-17.313,0.25-31.935,0.313-43.867,0.189V20.755
c3.461,0.434,14.372,0.371,32.731-0.185c14.464-0.371,25.374,0.866,32.73,3.709c10.508,4.019,17.214,11.869,20.121,23.552
c0.06,0.804,0.093,1.639,0.093,2.505c0,8.593-4.142,16.104-12.426,22.533c-2.227,1.731-5.101,3.153-8.625,4.265
c-3.091,0.867-6.184,1.701-9.273,2.504L192.707,111.79z M188.145,47.802c-2.536-9.446-7.728-16.053-15.578-19.819
c-6.059-2.839-14.557-4.26-25.499-4.26c-3.029,0-7.603,0.138-13.723,0.417s-10.632,0.418-13.538,0.418
c-4.45,0-8.314-0.216-11.59-0.649v85.581h77.979L156.87,79.94c-0.354-0.432-0.529-0.957-0.529-1.575
c-0.062-0.803,0.217-1.327,0.835-1.573c6.551,0,12.888-2.007,19.008-6.022C184.713,65.277,188.701,57.619,188.145,47.802z
M154.301,48.943c0.123,0.433,0.186,0.897,0.186,1.391c0,1.36-0.434,2.488-1.298,3.384c-0.866,0.896-1.947,1.344-3.245,1.344
c-1.855,0-3.308-0.987-4.358-2.966c-0.433-2.782,0.371-4.759,2.411-5.934c0.557-0.247,1.113-0.371,1.669-0.371
C152.013,45.791,153.559,46.842,154.301,48.943z M175.425,105.241c-4.508,0.061-11.148-0.126-19.919-0.561v-0.842
c1.73-0.249,4.326-0.344,7.789-0.279c3.461,0.061,6.057-0.064,7.788-0.373l-15.577-15.949l1.945,0.003L175.425,105.241z
M183.044,52.56c-0.185,3.029-1.298,5.98-3.337,8.854c-2.041,2.875-4.513,4.96-7.418,6.259l-8.344,3.709v-2.041
c11.126-3.584,17.091-9.18,17.895-16.782H183.044z"/>
<path d="M280.586,82.507c-3.029,8.655-8.576,15.732-16.643,21.234c-8.066,5.5-16.675,8.22-25.823,8.158
c-8.284,0-16.01-2.21-23.181-6.629c-7.171-4.42-12.765-10.4-16.783-17.941c-3.152-5.935-4.729-12.825-4.729-20.677
c0-7.356,1.421-13.783,4.266-19.286c4.017-7.913,9.689-14.141,17.014-18.684c7.326-4.544,15.314-6.815,23.969-6.815
c2.472,0,4.945,0.186,7.418,0.556c6.675,1.052,12.918,3.679,18.729,7.88c6.058,4.39,10.538,9.676,13.444,15.856
c-7.85,4.761-19.626,11.868-35.326,21.326C256.541,73.484,269.09,78.491,280.586,82.507z M275.731,84.263
c-14.334-5.404-27.371-10.81-39.108-16.213c4.824-2.779,11.164-6.61,19.021-11.493c9.401-5.931,15.618-9.824,18.649-11.679
c-2.906-5.319-7.11-9.742-12.612-13.269c-5.008-3.217-10.604-5.413-16.785-6.59c-1.669-0.122-3.308-0.185-4.915-0.185
c-8.161,0-15.58,1.793-22.256,5.377c-7.048,3.834-12.521,9.273-16.415,16.32c-3.337,5.997-5.006,12.765-5.006,20.306
c0,10.262,2.873,18.792,8.618,25.591c4.388,5.193,9.5,9.256,15.339,12.193c5.838,2.936,11.94,4.404,18.306,4.404
c4.448,0,8.804-0.74,13.067-2.219c5.623-1.908,10.628-4.773,15.015-8.593C271.653,93.904,274.678,89.252,275.731,84.263z
M267.05,87.33c0,1.608-1.02,3.37-3.06,5.285c-1.608,1.483-3.462,2.75-5.563,3.802l-0.835-0.649
c1.298-1.051,2.596-2.133,3.895-3.245c1.607-1.359,2.688-2.72,3.245-4.08c-2.906-1.421-6.894-3.09-11.961-5.007
c-6.119-2.348-10.168-3.955-12.146-4.82V77.13L267.05,87.33z"/>
<path d="M267.049,113.106l52.667-91.516c6.676,11.93,14.773,27.044,24.295,45.341l23.829,45.896L267.049,113.106z M363.067,110.138
l-43.355-82.589l-47.852,82.775L363.067,110.138z M322.219,77.501c0.185,1.484-0.063,2.813-0.742,3.986
c-0.805,1.362-1.947,2.04-3.432,2.04c-1.854,0-3.276-0.987-4.266-2.967c-0.186-1.174-0.093-2.317,0.278-3.431
c0.494-1.359,1.329-2.193,2.504-2.504c0.371-0.061,0.742-0.093,1.112-0.093C319.59,74.534,321.106,75.524,322.219,77.501z
M355.414,105.689l-19.01,0.371v-1.206l15.857-0.463c-0.682-2.226-2.195-5.472-4.545-9.736c-2.473-4.512-4.079-7.882-4.821-10.106
l1.112-0.649L355.414,105.689z"/>
<path d="M462.414,89.046c-4.636,9.501-11.623,16.133-20.955,19.896c-7.109,2.837-16.69,4.256-28.745,4.256
c-3.276,0-8.283-0.125-15.02-0.371c-6.738-0.247-11.746-0.371-15.022-0.371c-5.067,0-9.518,0.247-13.351,0.742l0.278-92.443
c5.184,0.078,8.987,0.264,13.748,0.264c3.275,0,7.342-0.016,14.429,0c6.801,0.014,11.509-0.264,14.845-0.264
c10.323,0,18.762,1.111,25.313,3.331c8.406,2.838,15.083,7.834,20.028,14.992c6.306,7.094,9.457,16.317,9.457,27.667
C467.419,74.828,465.751,82.262,462.414,89.046z M463.249,54.905c-2.165-7.463-6.538-14.048-13.12-19.753
c-6.584-5.705-13.709-9.238-21.373-10.595l-17.76-0.747l-38.894,0.098v86.415c3.214-0.37,6.862-0.556,10.94-0.556
c3.462,0,8.747,0.186,15.856,0.556c7.107,0.371,12.425,0.557,15.948,0.557c16.504,0,28.682-3.978,36.532-11.935
c9.088-9.313,13.631-19.954,13.631-31.921C465.01,62.954,464.421,58.915,463.249,54.905z M424.768,77.13
c0.124,0.434,0.186,0.896,0.186,1.392c0,1.112-0.356,2.117-1.066,3.013c-0.711,0.896-1.622,1.407-2.735,1.529
c-2.597-0.492-4.204-1.451-4.821-2.873c-0.063-0.433-0.093-0.834-0.093-1.205c0-2.164,0.988-3.74,2.967-4.73
c0.371-0.061,0.742-0.092,1.113-0.092C422.172,74.164,423.656,75.153,424.768,77.13z M460.467,68.043
c-0.928,7.543-3.093,14.157-6.491,19.842c-3.957,6.677-9.212,11.282-15.764,13.816c-3.648,1.421-6.338,2.379-8.065,2.874
c-3.029,0.866-5.874,1.328-8.531,1.392l-0.464-1.113c14.525-2.535,24.603-7.82,30.228-15.855
c3.832-5.501,6.306-12.485,7.418-20.955H460.467z"/>
<path d="M561.625,63.129h-50.44c-0.557,1.498-0.835,3.246-0.835,5.241c0,1.997,0.278,3.68,0.835,5.053h17.895v11.589l-17.895,0.835
v9.087l50.162,0.371v17.802h-89.662V20.755h89.662L561.625,63.129z M558.751,110.417V98.365h-49.514
c-0.927-3.339-1.053-8.624-0.37-15.857h17.616v-6.211h-17.891c-0.435-1.359-0.714-2.967-0.839-4.822
c-0.126-1.174-0.154-2.875-0.093-5.1c0.061-2.472,0.093-4.172,0.093-5.1l0.835-0.835h50.162V23.909h-84.471v86.508H558.751z
M516.84,29.563l-36.439,0.278l-0.278,30.228h-1.297V27.895c8.529-0.122,21.2,0.033,38.015,0.464V29.563z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,149 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Ebene_1"
x="0px"
y="0px"
width="505"
height="155"
viewBox="0 0 504.99999 155"
enable-background="new 0 0 566.929 458.929"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="system.svg"><metadata
id="metadata3367"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs3365"><linearGradient
id="linearGradient5671"
osb:paint="solid"><stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop5673" /></linearGradient><linearGradient
inkscape:collect="always"
id="linearGradient5651"><stop
style="stop-color:#ff8800;stop-opacity:1;"
offset="0"
id="stop5653" /><stop
style="stop-color:#ff8800;stop-opacity:0;"
offset="1"
id="stop5655" /></linearGradient><radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5651"
id="radialGradient5657"
cx="286.58636"
cy="312.82358"
fx="286.58636"
fy="312.82358"
r="250.29474"
gradientTransform="matrix(1,0,0,0.27059769,0,228.17424)"
gradientUnits="userSpaceOnUse" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5671"
id="linearGradient5675"
x1="36.291626"
y1="312.82358"
x2="536.8811"
y2="312.82358"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="706"
id="namedview3363"
showgrid="false"
showguides="false"
borderlayer="false"
inkscape:zoom="1.3475248"
inkscape:cx="285.68234"
inkscape:cy="4.1807438"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Ebene_1"><inkscape:grid
type="xygrid"
id="grid5695" /></sodipodi:namedview><g
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:170.94393921px;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-align:start;letter-spacing:0px;word-spacing:-8.29310989px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text3373-5"><path
d="m 95.598526,147.08104 -27.37774,0 0,-8.59728 q -3.92303,4.92466 -7.929529,7.17831 -7.011372,3.92303 -15.942525,3.92303 -14.440089,0 -25.708366,-9.93278 -13.4384643,-11.85255 -13.4384643,-31.38424 0,-19.865551 13.7723393,-31.718109 10.934402,-9.431966 25.124084,-9.431966 8.263404,0 15.525182,3.505687 4.173436,2.003249 8.597279,6.594029 l 0,-7.595654 27.37774,0 0,77.458973 z M 69.055473,108.35155 q 0,-7.34524 -5.175061,-12.436836 -5.175061,-5.175061 -12.520308,-5.175061 -8.179935,0 -13.438464,6.176686 -4.256905,5.008121 -4.256905,11.435211 0,6.42709 4.256905,11.43522 5.175061,6.17668 13.438464,6.17668 7.428716,0 12.520308,-5.09159 5.175061,-5.09159 5.175061,-12.52031 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3364" /><path
d="m 161.59669,94.913089 q -5.75935,-2.754468 -11.68563,-2.754468 -13.52193,0 -17.52843,11.017869 -1.50243,4.0065 -1.50243,10.76747 l 0,33.13708 -27.37774,0 0,-77.458973 27.37774,0 0,12.687245 q 4.34037,-6.760966 9.34849,-9.76584 6.76097,-4.006498 16.026,-4.006498 2.17018,0 5.342,0.250406 l 0,26.125709 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3366" /><path
d="m 221.41816,145.41167 q -8.51381,4.2569 -17.8623,4.2569 -21.20106,0 -33.6379,-14.35662 -10.01624,-11.60215 -10.01624,-26.87693 0,-15.358243 10.01624,-26.876926 12.43684,-14.35662 33.6379,-14.35662 9.51543,0 17.8623,4.340374 l 0,23.287773 q -7.26178,-5.091592 -14.18968,-5.091592 -8.17993,0 -13.52193,5.258529 -5.342,5.258532 -5.342,13.438462 0,8.17994 5.342,13.43847 5.342,5.25853 13.52193,5.25853 6.84444,0 14.18968,-5.00813 l 0,23.28778 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3368" /><path
d="m 313.45856,147.08104 -27.37774,0 0,-8.59728 q -3.92303,4.92466 -7.92953,7.17831 -7.01137,3.92303 -15.94253,3.92303 -14.44009,0 -25.70836,-9.93278 -13.43847,-11.85255 -13.43847,-31.38424 0,-19.865551 13.77234,-31.718109 10.9344,-9.431966 25.12409,-9.431966 8.2634,0 15.52518,3.505687 4.17343,2.003249 8.59728,6.594029 l 0,-7.595654 27.37774,0 0,77.458973 z M 286.9155,108.35155 q 0,-7.34524 -5.17506,-12.436836 -5.17506,-5.175061 -12.5203,-5.175061 -8.17994,0 -13.43847,6.176686 -4.2569,5.008121 -4.2569,11.435211 0,6.42709 4.2569,11.43522 5.17506,6.17668 13.43847,6.17668 7.42871,0 12.5203,-5.09159 5.17506,-5.09159 5.17506,-12.52031 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3370" /><path
d="m 408.67076,147.08104 -27.37774,0 0,-8.59728 q -3.92303,4.92466 -7.92953,7.17831 -7.01137,3.92303 -15.94252,3.92303 -14.44009,0 -25.70837,-9.93278 -13.43846,-11.85255 -13.43846,-31.38424 0,-19.865551 13.77234,-31.718109 10.9344,-9.431966 25.12408,-9.431966 8.2634,0 15.52518,3.505687 4.17344,2.003249 8.59728,6.594029 l 0,-55.506699 27.37774,0 0,125.370018 z m -26.54305,-38.72949 q 0,-7.34524 -5.17506,-12.436836 -5.17506,-5.175061 -12.52031,-5.175061 -8.17994,0 -13.43846,6.176686 -4.25691,5.008121 -4.25691,11.435211 0,6.42709 4.25691,11.43522 5.17506,6.17668 13.43846,6.17668 7.42872,0 12.52031,-5.09159 5.17506,-5.09159 5.17506,-12.52031 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3372" /><path
d="m 498.79139,113.35968 -57.59342,0 q 0,17.44496 16.86068,17.44496 8.59728,0 13.18806,-7.34525 l 26.45958,0 q -3.17181,10.51706 -9.34849,16.2764 -11.18481,10.43359 -29.96527,10.43359 -23.87206,0 -35.89155,-14.52356 -9.01462,-10.85093 -9.01462,-26.45958 0,-18.530056 11.26827,-30.132208 11.26828,-11.602152 31.80159,-11.602152 25.29102,0 36.14195,18.363119 6.09322,10.350121 6.09322,24.038991 l 0,3.50569 z M 473.24996,97.667557 q -2.92141,-12.854183 -15.60865,-12.854183 -7.01137,0 -11.35175,4.089967 -3.42221,3.25528 -4.34037,8.764216 l 31.30077,0 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3374" /></g><g
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:170.94393921px;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-align:start;letter-spacing:0px;word-spacing:-8.29310989px;writing-mode:lr-tb;text-anchor:start;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="text3373-5-8"><path
d="m 95.598526,131.08104 -27.37774,0 0,-8.59728 q -3.92303,4.92466 -7.929529,7.17831 -7.011372,3.92303 -15.942525,3.92303 -14.440089,0 -25.708366,-9.93278 Q 5.2019017,111.79977 5.2019017,92.268084 q 0,-19.865555 13.7723393,-31.718113 10.934402,-9.431966 25.124084,-9.431966 8.263404,0 15.525182,3.505687 4.173436,2.003249 8.597279,6.594029 l 0,-7.595654 27.37774,0 0,77.458973 z M 69.055473,92.351553 q 0,-7.345247 -5.175061,-12.436839 -5.175061,-5.175061 -12.520308,-5.175061 -8.179935,0 -13.438464,6.176686 -4.256905,5.008123 -4.256905,11.435214 0,6.427092 4.256905,11.435217 5.175061,6.17668 13.438464,6.17668 7.428716,0 12.520308,-5.09159 5.175061,-5.091591 5.175061,-12.520307 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3351" /><path
d="m 161.59669,78.913089 q -5.75935,-2.754468 -11.68563,-2.754468 -13.52193,0 -17.52843,11.017872 -1.50243,4.006498 -1.50243,10.767464 l 0,33.137083 -27.37774,0 0,-77.458973 27.37774,0 0,12.687245 q 4.34037,-6.760966 9.34849,-9.76584 6.76097,-4.006498 16.026,-4.006498 2.17018,0 5.342,0.250406 l 0,26.125709 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3353" /><path
d="m 221.41816,129.41167 q -8.51381,4.2569 -17.8623,4.2569 -21.20106,0 -33.6379,-14.35662 -10.01624,-11.60215 -10.01624,-26.876928 0,-15.358245 10.01624,-26.876928 12.43684,-14.35662 33.6379,-14.35662 9.51543,0 17.8623,4.340374 l 0,23.287773 q -7.26178,-5.091592 -14.18968,-5.091592 -8.17993,0 -13.52193,5.258529 -5.342,5.258529 -5.342,13.438464 0,8.179938 5.342,13.438468 5.342,5.25853 13.52193,5.25853 6.84444,0 14.18968,-5.00813 l 0,23.28778 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3355" /><path
d="m 313.45856,131.08104 -27.37774,0 0,-8.59728 q -3.92303,4.92466 -7.92953,7.17831 -7.01137,3.92303 -15.94253,3.92303 -14.44009,0 -25.70836,-9.93278 -13.43847,-11.85255 -13.43847,-31.384236 0,-19.865555 13.77234,-31.718113 10.9344,-9.431966 25.12409,-9.431966 8.2634,0 15.52518,3.505687 4.17343,2.003249 8.59728,6.594029 l 0,-7.595654 27.37774,0 0,77.458973 z M 286.9155,92.351553 q 0,-7.345247 -5.17506,-12.436839 -5.17506,-5.175061 -12.5203,-5.175061 -8.17994,0 -13.43847,6.176686 -4.2569,5.008123 -4.2569,11.435214 0,6.427092 4.2569,11.435217 5.17506,6.17668 13.43847,6.17668 7.42871,0 12.5203,-5.09159 5.17506,-5.091591 5.17506,-12.520307 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3357" /><path
d="m 408.67076,131.08104 -27.37774,0 0,-8.59728 q -3.92303,4.92466 -7.92953,7.17831 -7.01137,3.92303 -15.94252,3.92303 -14.44009,0 -25.70837,-9.93278 -13.43846,-11.85255 -13.43846,-31.384236 0,-19.865555 13.77234,-31.718113 10.9344,-9.431966 25.12408,-9.431966 8.2634,0 15.52518,3.505687 4.17344,2.003249 8.59728,6.594029 l 0,-55.5066995 27.37774,0 0,125.3700185 z M 382.12771,92.351553 q 0,-7.345247 -5.17506,-12.436839 -5.17506,-5.175061 -12.52031,-5.175061 -8.17994,0 -13.43846,6.176686 -4.25691,5.008123 -4.25691,11.435214 0,6.427092 4.25691,11.435217 5.17506,6.17668 13.43846,6.17668 7.42872,0 12.52031,-5.09159 5.17506,-5.091591 5.17506,-12.520307 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3359" /><path
d="m 498.79139,97.359676 -57.59342,0 q 0,17.444964 16.86068,17.444964 8.59728,0 13.18806,-7.34525 l 26.45958,0 q -3.17181,10.51706 -9.34849,16.2764 -11.18481,10.43359 -29.96527,10.43359 -23.87206,0 -35.89155,-14.52356 -9.01462,-10.85093 -9.01462,-26.45958 0,-18.530056 11.26827,-30.132208 11.26828,-11.602152 31.80159,-11.602152 25.29102,0 36.14195,18.363119 6.09322,10.350121 6.09322,24.038991 l 0,3.505686 z M 473.24996,81.667557 q -2.92141,-12.854183 -15.60865,-12.854183 -7.01137,0 -11.35175,4.089967 -3.42221,3.25528 -4.34037,8.764216 l 31.30077,0 z"
style="line-height:7.00000003%;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3361" /></g><g
transform="translate(0.31782,0.46024292)"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:170.94393921px;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-align:start;letter-spacing:0px;word-spacing:-8.29310989px;writing-mode:lr-tb;text-anchor:start;fill:#ff8800;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text3373-5-8-2"><path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 44.097656,47.617188 c -10.235278,0 -19.553552,3.506131 -27.410156,10.283203 -9.9115471,8.532053 -14.9863281,20.316665 -14.9863281,34.367187 0,13.823832 4.9507447,25.477202 14.6250001,34.009762 8.068521,7.11226 17.594206,10.8086 28.023437,10.8086 6.466563,0 12.423506,-1.44458 17.650391,-4.36914 a 3.50035,3.50035 0 0 0 0.0078,-0.004 c 0.938726,-0.52803 1.814756,-1.29819 2.712891,-1.98242 l 0,0.34961 a 3.50035,3.50035 0 0 0 3.5,3.5 l 27.376953,0 a 3.50035,3.50035 0 0 0 3.5,-3.5 l 0,-77.458986 a 3.50035,3.50035 0 0 0 -3.5,-3.5 l -27.376953,0 a 3.50035,3.50035 0 0 0 -3.5,3.5 l 0,0.08008 C 63.537462,52.881426 62.356154,52.054667 61.144531,51.472656 55.835267,48.909563 50.101542,47.617188 44.097656,47.617188 Z m 0,7 c 5.013987,0 9.6308,1.047047 14.003906,3.158203 a 3.50035,3.50035 0 0 0 0.0078,0.0039 c 2.276918,1.09292 4.84766,3.019498 7.591797,5.867187 a 3.50035,3.50035 0 0 0 6.019531,-2.429687 l 0,-4.095703 20.376953,0 0,70.458986 -20.376953,0 0,-5.0957 a 3.50035,3.50035 0 0 0 -6.238281,-2.18165 c -2.413632,3.02989 -4.754882,5.09658 -6.900391,6.30469 -5.26e-4,3e-4 -0.0014,-2.9e-4 -0.002,0 -4.121225,2.30556 -8.789523,3.47852 -14.230469,3.47852 -8.824221,0 -16.438683,-2.92714 -23.394531,-9.0586 C 12.711381,113.75651 8.7011719,104.486 8.7011719,92.267578 c 0,-12.43488 4.1078641,-21.793385 12.5566401,-29.064453 a 3.50035,3.50035 0 0 0 0.002,-0.002 c 6.722598,-5.798883 14.153593,-8.583985 22.83789,-8.583984 z m 7.261719,16.623046 c -6.334242,0 -12.017143,2.608336 -16.103516,7.408204 a 3.50035,3.50035 0 0 0 -0.002,0.002 c -3.31644,3.901694 -5.089843,8.643717 -5.089844,13.701171 10e-7,5.054187 1.771681,9.793098 5.083985,13.693358 4.038458,4.81381 9.735117,7.41797 16.111328,7.41797 5.747785,0 10.991244,-2.11703 14.986328,-6.10742 4.049511,-3.98989 6.208984,-9.243944 6.208985,-15.003908 0,-5.713584 -2.166274,-10.936778 -6.208985,-14.919921 -4.034283,-4.029708 -9.271784,-6.191407 -14.986328,-6.191407 z m 0,7 c 4.074862,0 7.182288,1.283851 10.046875,4.148438 a 3.50035,3.50035 0 0 0 0.01953,0.02148 c 2.850251,2.804279 4.128907,5.866545 4.128907,9.941406 0,4.139744 -1.285472,7.227819 -4.128907,10.025388 a 3.50035,3.50035 0 0 0 -0.01953,0.0195 c -2.792581,2.79258 -5.894023,4.06641 -10.046875,4.06641 -4.636882,0 -7.894773,-1.50899 -10.755859,-4.92383 a 3.50035,3.50035 0 0 0 -0.01563,-0.0195 c -2.359434,-2.775803 -3.423829,-5.655967 -3.423829,-9.167968 0,-3.511064 1.063761,-6.390896 3.421876,-9.166015 l 0.002,-0.002 c 2.924516,-3.434132 6.200139,-4.94336 10.771484,-4.94336 z"
id="path3351-9"
inkscape:connector-curvature="0" /><path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 156.25391,49.037109 c -6.68119,0 -12.69806,1.46763 -17.8086,4.496094 a 3.50035,3.50035 0 0 0 -0.0176,0.0098 c -1.43574,0.861444 -2.7366,2.084867 -4.04687,3.285156 l 0,-3.207031 a 3.50035,3.50035 0 0 0 -3.5,-3.5 l -27.37891,0 a 3.50035,3.50035 0 0 0 -3.5,3.5 l 0,77.458986 a 3.50035,3.50035 0 0 0 3.5,3.5 l 27.37891,0 a 3.50035,3.50035 0 0 0 3.5,-3.5 l 0,-33.136721 c 0,-4.248052 0.50494,-7.472157 1.2793,-9.537109 a 3.50035,3.50035 0 0 0 0.0117,-0.0332 c 2.23883,-6.156787 6.17427,-8.714844 14.23828,-8.714844 3.4086,0 6.75775,0.777401 10.17578,2.412109 a 3.50035,3.50035 0 0 0 5.01172,-3.15625 l 0,-26.126953 a 3.50035,3.50035 0 0 0 -3.22461,-3.488281 c -2.17698,-0.171866 -4.03774,-0.261719 -5.61914,-0.261719 z m 0,7 c 0.47752,0 1.26483,0.06702 1.84375,0.08789 l 0,17.851562 c -2.69563,-0.783287 -5.42279,-1.318359 -8.1875,-1.318359 -9.95803,0 -17.70096,4.782573 -20.8086,13.304688 -1.22501,3.274273 -1.7207,7.220756 -1.7207,11.980468 l 0,29.636721 -20.37891,0 0,-70.458986 20.37891,0 0,9.1875 a 3.50035,3.50035 0 0 0 6.44531,1.890625 c 2.68823,-4.187438 5.47109,-7.010939 8.19727,-8.648438 3.90227,-2.310073 8.56262,-3.513672 14.23047,-3.513672 z"
id="path3353-9"
inkscape:connector-curvature="0" /><path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 203.55664,47.701172 c -14.92407,0 -27.34753,5.249444 -36.2832,15.564453 -7.18051,8.25951 -10.8711,18.17209 -10.8711,29.169922 0,10.948213 3.69321,20.854193 10.86719,29.164063 a 3.50035,3.50035 0 0 0 0.004,0.004 c 8.93567,10.315 21.35913,15.56445 36.2832,15.56445 6.76358,0 13.29354,-1.55791 19.42774,-4.625 a 3.50035,3.50035 0 0 0 1.93359,-3.13086 l 0,-23.28906 a 3.50035,3.50035 0 0 0 -5.4707,-2.89063 c -4.47876,3.05371 -8.50945,4.40039 -12.21875,4.40039 -4.70329,0 -8.14156,-1.37475 -11.06641,-4.2539 -2.91475,-2.86921 -4.29688,-6.251976 -4.29688,-10.943363 0,-4.691385 1.38213,-8.07611 4.29688,-10.945313 2.92485,-2.879148 6.36312,-4.251953 11.06641,-4.251953 3.76117,0 7.76688,1.362998 12.17968,4.457031 a 3.50035,3.50035 0 0 0 5.50977,-2.865234 l 0,-23.289062 A 3.50035,3.50035 0 0 0 223.0332,52.4375 c -6.04757,-3.144741 -12.60078,-4.736328 -19.47656,-4.736328 z m 0,7 c 5.10302,0 9.83837,1.067497 14.36133,3.101562 l 0,15.029297 c -3.52495,-1.642189 -7.09964,-2.59375 -10.68945,-2.59375 -6.20329,0 -11.77875,2.131449 -15.97657,6.263672 -4.20792,4.142169 -6.38672,9.718399 -6.38672,15.933594 0,6.215197 2.1788,11.789473 6.38672,15.931643 4.19782,4.13222 9.77328,6.26562 15.97657,6.26562 3.57039,0 7.14427,-0.94232 10.68945,-2.57031 l 0,14.92773 c -4.6204,2.00884 -9.35254,3.17774 -14.36133,3.17774 -13.34401,0 -23.34736,-4.32129 -30.99414,-13.14844 -6.17778,-7.15827 -9.16016,-15.16824 -9.16016,-24.583983 0,-9.477961 2.98418,-17.482186 9.15625,-24.580078 a 3.50035,3.50035 0 0 0 0.004,-0.0059 c 7.64678,-8.827151 17.65013,-13.148437 30.99414,-13.148437 z"
id="path3355-0"
inkscape:connector-curvature="0" /><path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 261.95898,47.617188 c -10.23528,0 -19.55355,3.506131 -27.41015,10.283203 l 0.002,-0.0039 c -9.91434,8.532343 -14.98828,20.318567 -14.98828,34.371094 0,13.823832 4.94879,25.477202 14.62305,34.009762 8.06851,7.11226 17.5942,10.8086 28.02343,10.8086 6.46657,0 12.42351,-1.44458 17.6504,-4.36914 a 3.50035,3.50035 0 0 0 0.008,-0.004 c 0.93872,-0.52803 1.81475,-1.29819 2.71289,-1.98242 l 0,0.34961 a 3.50035,3.50035 0 0 0 3.5,3.5 l 27.3789,0 a 3.50035,3.50035 0 0 0 3.5,-3.5 l 0,-77.458986 a 3.50035,3.50035 0 0 0 -3.5,-3.5 l -27.3789,0 a 3.50035,3.50035 0 0 0 -3.5,3.5 l 0,0.08008 c -1.18278,-0.819423 -2.36309,-1.646639 -3.57422,-2.228516 l -0.004,-0.002 c -5.30816,-2.561828 -11.04057,-3.853515 -17.04297,-3.853515 z m 0,7 c 5.01399,0 9.6308,1.047047 14.00391,3.158203 a 3.50035,3.50035 0 0 0 0.006,0.0039 c 2.27691,1.09292 4.84765,3.019497 7.5918,5.867187 a 3.50035,3.50035 0 0 0 6.01953,-2.429687 l 0,-4.095703 20.3789,0 0,70.458986 -20.3789,0 0,-5.0957 a 3.50035,3.50035 0 0 0 -6.23633,-2.18165 c -2.41363,3.02989 -4.75683,5.09658 -6.90234,6.30469 -5.3e-4,3e-4 -0.001,-2.9e-4 -0.002,0 -4.12122,2.30556 -8.78951,3.47852 -14.23047,3.47852 -8.8237,0 -16.43706,-2.92788 -23.39257,-9.0586 -8.2437,-7.27083 -12.25391,-16.54134 -12.25391,-28.759762 0,-12.43488 4.10591,-21.793385 12.55469,-29.064453 a 3.50035,3.50035 0 0 0 0.004,-0.002 c 6.7226,-5.798883 14.15359,-8.583985 22.83789,-8.583984 z m 7.26172,16.623046 c -6.33424,0 -12.01714,2.608336 -16.10351,7.408204 a 3.50035,3.50035 0 0 0 -0.002,0.002 c -3.31643,3.901694 -5.08984,8.643718 -5.08984,13.701171 0,5.054187 1.77168,9.793098 5.08399,13.693358 4.03845,4.81381 9.73511,7.41797 16.11132,7.41797 5.74778,0 10.9893,-2.11703 14.98438,-6.10742 4.04951,-3.98989 6.21094,-9.243943 6.21094,-15.003908 0,-5.713584 -2.16823,-10.936778 -6.21094,-14.919921 -4.03428,-4.029706 -9.26984,-6.191407 -14.98438,-6.191407 z m 0,7 c 4.07486,0 7.18034,1.283851 10.04492,4.148438 a 3.50035,3.50035 0 0 0 0.0195,0.02148 c 2.85025,2.804279 4.13086,5.866545 4.13086,9.941406 0,4.139744 -1.28743,7.227819 -4.13086,10.025388 a 3.50035,3.50035 0 0 0 -0.0195,0.0195 c -2.79258,2.79258 -5.89207,4.06641 -10.04492,4.06641 -4.63688,0 -7.89477,-1.50899 -10.75586,-4.92383 a 3.50035,3.50035 0 0 0 -0.0156,-0.0195 c -2.35943,-2.775803 -3.42383,-5.655966 -3.42383,-9.167968 0,-3.511065 1.06376,-6.390896 3.42188,-9.166015 l 0.002,-0.002 c 2.92452,-3.434131 6.20013,-4.94336 10.77148,-4.94336 z"
id="path3357-6"
inkscape:connector-curvature="0" /><path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 381.29297,2.2109375 a 3.50035,3.50035 0 0 0 -3.5,3.5 l 0,47.9902345 c -1.18324,-0.819746 -2.36455,-1.646505 -3.57617,-2.228516 -5.30927,-2.563093 -11.04299,-3.855468 -17.04688,-3.855468 -10.23528,0 -19.55355,3.506131 -27.41015,10.283203 -9.91155,8.532053 -14.98633,20.316665 -14.98633,34.367187 0,13.823832 4.95075,25.477202 14.625,34.009762 8.06852,7.11226 17.5942,10.8086 28.02344,10.8086 6.46656,0 12.4235,-1.44458 17.65039,-4.36914 a 3.50035,3.50035 0 0 0 0.008,-0.004 c 0.93872,-0.52803 1.81475,-1.29819 2.71289,-1.98242 l 0,0.34961 a 3.50035,3.50035 0 0 0 3.5,3.5 l 27.37695,0 a 3.50035,3.50035 0 0 0 3.5,-3.5 l 0,-125.3691425 a 3.50035,3.50035 0 0 0 -3.5,-3.5 l -27.37695,0 z m 3.5,7 20.37695,0 0,118.3691425 -20.37695,0 0,-5.0957 a 3.50035,3.50035 0 0 0 -6.23828,-2.18165 c -2.41363,3.02989 -4.75488,5.09658 -6.90039,6.30469 -5.3e-4,3e-4 -0.001,-2.9e-4 -0.002,0 -4.12122,2.30556 -8.78952,3.47852 -14.23046,3.47852 -8.82423,0 -16.43869,-2.92714 -23.39454,-9.0586 -8.24369,-7.27083 -12.2539,-16.54134 -12.2539,-28.759762 0,-12.43488 4.10786,-21.793385 12.55664,-29.064453 a 3.50035,3.50035 0 0 0 0.002,-0.002 c 6.7226,-5.798883 14.1536,-8.583984 22.83789,-8.583984 5.01399,0 9.6308,1.047047 14.00391,3.158203 a 3.50035,3.50035 0 0 0 0.008,0.0039 c 2.27692,1.09292 4.84766,3.019499 7.5918,5.867187 a 3.50035,3.50035 0 0 0 6.01953,-2.429687 l 0,-52.0058595 z M 364.43164,71.240234 c -6.33424,0 -12.01715,2.608334 -16.10352,7.408204 a 3.50035,3.50035 0 0 0 -0.002,0.002 c -3.31644,3.901694 -5.08984,8.643716 -5.08984,13.701171 0,5.054188 1.77168,9.793098 5.08398,13.693358 4.03846,4.81381 9.73512,7.41797 16.11133,7.41797 5.74779,0 10.99125,-2.11703 14.98633,-6.10742 4.04951,-3.98989 6.20898,-9.243944 6.20898,-15.003908 0,-5.713584 -2.16627,-10.936778 -6.20898,-14.919921 -4.03428,-4.029709 -9.27178,-6.191407 -14.98633,-6.191407 z m 0,7 c 4.07486,0 7.18229,1.283852 10.04688,4.148438 a 3.50035,3.50035 0 0 0 0.0195,0.02148 c 2.85025,2.804279 4.1289,5.866545 4.1289,9.941406 0,4.139744 -1.28547,7.227819 -4.1289,10.025388 a 3.50035,3.50035 0 0 0 -0.0195,0.0195 c -2.79258,2.79258 -5.89402,4.06641 -10.04688,4.06641 -4.63688,0 -7.89477,-1.50899 -10.75586,-4.92383 a 3.50035,3.50035 0 0 0 -0.0156,-0.0195 c -2.35944,-2.775804 -3.42383,-5.655968 -3.42383,-9.167968 0,-3.511063 1.06376,-6.390896 3.42187,-9.166015 l 0.002,-0.002 c 2.92451,-3.43413 6.20013,-4.94336 10.77148,-4.94336 z"
id="path3359-3"
inkscape:connector-curvature="0" /><path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:7.00000003%;font-family:Aharoni;-inkscape-font-specification:'Aharoni, Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-10.96000004px;word-spacing:-12.86999989px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 456.55664,47.951172 c -14.34809,0 -26.06005,4.1671 -34.3125,12.664062 -8.161,8.402809 -12.25781,19.507483 -12.25781,32.570313 0,11.079563 3.2854,20.828823 9.82226,28.697263 8.73867,10.55556 21.96233,15.78711 38.58399,15.78711 13.16783,0 24.18064,-3.75348 32.35156,-11.375 4.67642,-4.36044 8.06761,-10.38063 10.3125,-17.82422 a 3.50035,3.50035 0 0 0 -3.34961,-4.51172 l -26.46094,0 a 3.50035,3.50035 0 0 0 -2.96679,1.64454 c -2.54009,4.06413 -5.48595,5.70117 -10.22071,5.70117 -5.01667,0 -8.12911,-1.22388 -10.1289,-3.29297 -1.51236,-1.56477 -2.58033,-3.8594 -3.01367,-7.15234 l 53.875,0 a 3.50035,3.50035 0 0 0 3.5,-3.500005 l 0,-3.505859 c 0,-9.645223 -2.1718,-18.333043 -6.57618,-25.814454 a 3.50035,3.50035 0 0 0 -0.004,-0.0039 C 487.87111,54.767744 474.26441,47.951172 456.55664,47.951172 Z m 0,7 c 16.0136,0 26.50083,5.427785 33.12891,16.644531 3.71757,6.317394 5.60547,13.653937 5.60547,22.257813 l 0,0.0059 -54.09375,0 a 3.50035,3.50035 0 0 0 -3.5,3.5 c 0,6.378785 1.57878,11.769735 5.19921,15.515625 3.62044,3.74589 8.93834,5.42969 15.16211,5.42969 6.00443,0 11.20968,-2.71482 14.82618,-7.34571 l 19.85937,0 c -1.80924,4.33403 -4.08487,7.70989 -6.77344,10.2168 -6.74203,6.28921 -15.70596,9.49414 -27.57812,9.49414 -15.20492,0 -25.90795,-4.45029 -33.19531,-13.25586 a 3.50035,3.50035 0 0 0 -0.004,-0.004 c -5.48263,-6.59946 -8.20703,-14.49264 -8.20703,-24.224613 0,-11.643912 3.41593,-20.626632 10.27929,-27.693359 6.77193,-6.972574 16.26136,-10.541016 29.29102,-10.541016 z m 1.08398,10.361328 c -5.3548,0 -10.17377,1.671229 -13.75195,5.042969 a 3.50035,3.50035 0 0 0 -0.0117,0.01172 c -2.88259,2.741984 -4.6712,6.466694 -5.38086,10.724609 a 3.50035,3.50035 0 0 0 3.45313,4.076172 l 31.30078,0 a 3.50035,3.50035 0 0 0 3.41211,-4.275391 c -1.09514,-4.818592 -3.2309,-8.834337 -6.55078,-11.568359 -3.31989,-2.734022 -7.65062,-4.011719 -12.47071,-4.011719 z m 0,7 c 3.63808,0 6.13849,0.86531 8.02149,2.416016 1.02325,0.842677 1.88478,2.011191 2.62305,3.439453 l -21.58594,0 c 0.53818,-1.052713 1.19297,-1.955345 1.99609,-2.720703 2.20811,-2.0783 4.95477,-3.134766 8.94531,-3.134766 z"
id="path3361-8"
inkscape:connector-curvature="0" /></g></svg>

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -0,0 +1,30 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Developers : Nicola Salmoria and the MAME Team</text>
</text>
<text name="info2" extra="true">
<text>Initial release : February 5, 1997</text>
</text>
<text name="info3" extra="true">
<text>Website : http://mamedev.org/</text>
</text>
<text name="info4" extra="true">
<text>Written in : C++</text>
</text>
<text name="info5" extra="true">
<text>M.A.M.E is an emulator application designed to recreate</text>
</text>
<text name="info6" extra="true">
<text>the hardware of arcade game systems in software</text>
</text>
<text name="info7" extra="true">
<text>on modern personal computers and other platforms.</text>
</text>
<text name="info8" extra="true">
<text>The intention is to preserve gaming history by preventing vintage games from being lost or forgotten.</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>F6DD08</color>
</image>
<image name="band2" extra="true">
<color>800000</color>
</image>
<image name="band3" extra="true">
<color>FF0000</color>
</image>
<image name="band4" extra="true">
<color>4C504E</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,145 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="568.929px"
height="116.145px" viewBox="0 0 568.929 116.145" enable-background="new 0 0 568.929 116.145" xml:space="preserve">
<g>
<polygon fill="#FFFFFF" points="358.58,26.897 358.58,24.416 375.765,24.416 375.765,46.389 363.564,46.389 363.564,50.715
359.367,50.715 359.367,55.566 354.53,55.566 354.53,76.674 358.71,76.674 358.71,81.131 363.302,81.131 363.302,85.851
375.765,85.851 375.765,108.095 358.71,108.095 358.71,105.358 353.462,105.358 353.462,102.793 349.265,102.793 349.265,99.203
345.46,99.203 345.46,94.442 341,94.442 341,89.753 336.804,89.753 336.804,84.113 332.734,84.113 332.734,48.142 336.804,48.142
336.804,42.718 340.869,42.718 340.869,37.813 345.593,37.813 345.593,33.124 349.265,33.124 349.265,29.74 353.07,29.74
353.07,26.897 "/>
<path d="M376.515,108.845H357.96v-2.737h-5.248v-2.564h-4.197v-3.59h-3.805v-4.762h-4.461v-4.688h-4.195v-5.641h-4.07V47.392h4.07
v-5.424h4.064v-4.905h4.725v-4.688h3.672V28.99h3.805v-2.844h5.51v-2.48h18.686v23.473h-12.201v4.326h-4.197v4.851h-4.837v19.608
h4.181v4.457h4.592v4.72h12.463V108.845z M359.46,107.345h15.555V86.601h-12.463v-4.72h-4.592v-4.457h-4.181V54.816h4.837v-4.851
h4.197v-4.326h12.201V25.166H359.33v2.48h-5.51v2.844h-3.805v3.384h-3.672v4.688h-4.725v4.905h-4.064v5.424h-4.07v34.471h4.07
v5.641h4.195v4.688h4.461v4.762h3.805v3.59h4.197v2.564h5.248V107.345z"/>
</g>
<g>
<polygon fill="#FFFFFF" points="405.199,26.488 405.199,24.311 423.564,24.311 423.564,26.488 428.812,26.488 428.812,29.242
432.75,29.242 432.75,33.179 436.947,33.179 436.947,37.378 441.277,37.378 441.277,42.23 445.738,42.23 445.738,108.041
425.468,108.041 425.468,51.019 421.074,51.019 421.074,46.955 410.449,46.955 410.449,50.757 405.726,50.757 405.726,55.35
400.869,55.35 400.869,76.603 405.46,76.603 405.46,81.324 409.66,81.324 409.66,85.128 420.941,85.128 420.941,108.041
405.199,108.041 405.199,106.251 399.689,106.251 399.689,103.496 396.146,103.496 396.146,99.692 391.949,99.692 391.949,95.232
387.88,95.232 387.88,90.115 383.814,90.115 383.814,84.474 379.353,84.474 379.353,48.265 383.158,48.265 383.158,42.718
387.751,42.718 387.751,37.901 391.949,37.901 391.949,33.047 395.884,33.047 395.884,29.504 399.951,29.504 399.951,26.481 "/>
<path d="M446.488,108.791h-21.77V51.769h-4.395v-4.063h-9.125v3.802h-4.723V56.1h-4.857v19.753h4.592v4.722h4.199v3.804h11.281
v24.413h-17.242v-1.79h-5.51v-2.755h-3.543v-3.805h-4.197v-4.46h-4.068v-5.116h-4.066v-5.642h-4.461V47.515h3.805v-5.547h4.594
v-4.817h4.197v-4.854h3.936v-3.543h4.066V25.73l5.248,0.007v-2.176h19.865v2.177h5.248v2.755h3.938v3.937h4.197v4.199h4.33v4.852
h4.461V108.791z M426.218,107.291h18.77V42.98h-4.461v-4.852h-4.33v-4.199H432v-3.937h-3.938v-2.755h-5.248v-2.177h-16.865v2.178
l-5.248-0.007v3.022h-4.066v3.543h-3.936v4.854h-4.197v4.817h-4.594v5.547h-3.805v34.709h4.461v5.642h4.066v5.116h4.068v4.46h4.197
v3.805h3.543v2.755h5.51v1.79h14.242V85.878H408.91v-3.804h-4.199v-4.722h-4.592V54.6h4.857v-4.593h4.723v-3.802h12.125v4.063
h4.395V107.291z"/>
</g>
<g>
<polygon fill="#F2B101" points="29.042,26.488 29.042,24.311 47.408,24.311 47.408,26.488 52.656,26.488 52.656,29.242
56.593,29.242 56.593,33.179 60.791,33.179 60.791,37.378 65.121,37.378 65.121,42.231 69.582,42.231 69.582,108.041
49.312,108.041 49.312,51.02 44.917,51.02 44.917,46.955 34.292,46.955 34.292,50.757 29.57,50.757 29.57,55.351 24.712,55.351
24.712,76.602 29.304,76.602 29.304,81.324 33.503,81.324 33.503,85.129 44.785,85.129 44.785,108.041 29.042,108.041
29.042,106.252 23.533,106.252 23.533,103.496 19.99,103.496 19.99,99.692 15.792,99.692 15.792,95.233 11.725,95.233
11.725,90.115 7.658,90.115 7.658,84.475 3.197,84.475 3.197,48.265 7.001,48.265 7.001,42.718 11.596,42.718 11.596,37.901
15.792,37.901 15.792,33.047 19.728,33.047 19.728,29.504 23.794,29.504 23.794,26.481 "/>
<path d="M70.332,108.791h-21.77V51.77h-4.395v-4.064h-9.125v3.802H30.32v4.594h-4.858v19.751h4.592v4.723h4.199v3.805h11.282
v24.412H28.292v-1.789h-5.509v-2.756H19.24v-3.805h-4.198v-4.459h-4.067v-5.117H6.908v-5.641H2.447v-37.71h3.804v-5.547h4.595
v-4.817h4.196v-4.854h3.936v-3.543h4.066V25.73l5.248,0.007v-2.176h19.866v2.177h5.248v2.755h3.937v3.937h4.198v4.199h4.33v4.853
h4.461V108.791z M50.062,107.291h18.77V42.981h-4.461v-4.853h-4.33v-4.199h-4.198v-3.937h-3.937v-2.755h-5.248v-2.177H29.792v2.178
l-5.248-0.007v3.022h-4.066v3.543h-3.936v4.854h-4.196v4.817H7.751v5.547H3.947v34.71h4.461v5.641h4.067v5.117h4.067v4.459h4.198
v3.805h3.543v2.756h5.509v1.789h14.243V85.879H32.753v-3.805h-4.199v-4.723h-4.592V54.601h4.858v-4.594h4.722v-3.802h12.125v4.064
h4.395V107.291z"/>
</g>
<g>
<polygon fill="#FFFFFF" points="491.369,46.077 491.369,24.31 475.423,24.31 475.423,26.595 470.388,26.608 470.388,29.293
466.027,29.293 466.027,32.986 461.662,32.986 461.662,37.685 457.802,37.685 457.802,42.385 453.605,42.385 453.605,48.259
449.242,48.259 449.242,84.177 453.773,84.177 453.773,89.884 457.802,89.884 457.802,95.086 462,95.086 462,99.954
466.195,99.954 466.195,103.647 470.388,103.647 470.388,106.163 476.097,106.163 476.097,108.042 495.228,108.042
495.228,106.332 500.433,106.332 500.433,103.31 503.958,103.31 503.958,99.115 507.82,99.115 507.82,94.247 512.517,94.247
512.517,89.547 516.714,89.547 516.714,7.138 495.06,7.138 495.06,81.323 491.369,81.323 491.369,85.185 479.955,85.185
479.955,81.323 476.097,81.323 476.097,76.288 471.564,76.288 471.564,55.31 476.431,55.31 476.431,50.945 480.628,50.945
480.628,46.077 "/>
<path d="M495.978,108.792h-20.631v-1.879h-5.709v-2.517h-4.193v-3.692h-4.195v-4.868h-4.197v-5.202h-4.029v-5.707h-4.531V47.509
h4.363v-5.874h4.197v-4.7h3.859v-4.699h4.365v-3.692h4.361V25.86l5.035-0.013V23.56h17.445v23.268h-10.74v4.867h-4.197v4.365
h-4.867v19.479h4.533v5.035h3.857v3.861h9.914v-3.861h3.691V6.388h23.154v83.909h-4.197v4.7h-4.697v4.868h-3.861v4.194h-3.525
v3.022h-5.205V108.792z M476.847,107.292h17.631v-1.71h5.205v-3.022h3.525v-4.194h3.861v-4.868h4.697v-4.7h4.197V7.888H495.81
v74.186h-3.691v3.861h-12.914v-3.861h-3.857v-5.035h-4.533V54.56h4.867v-4.365h4.197v-4.867h10.74V25.06h-14.445v2.283
l-5.035,0.013v2.688h-4.361v3.692h-4.365v4.699h-3.859v4.7h-4.197v5.874h-4.363v34.418h4.531v5.707h4.029v5.202h4.197v4.868h4.195
v3.692h4.193v2.517h5.709V107.292z"/>
</g>
<g>
<polygon fill="#FFFFFF" points="525.328,47.705 525.328,42.423 528.984,42.423 528.984,37.819 533.318,37.819 533.318,33.077
537.113,33.077 537.113,29.284 541.447,29.284 541.447,26.17 546.322,26.17 546.322,24.31 566.095,24.31 566.095,46.486
552.281,46.486 552.281,49.872 547.812,49.872 547.812,52.446 543.746,52.446 543.746,55.426 566.095,55.426 566.095,76.148
543.882,76.148 543.882,79.399 548.083,79.399 548.083,81.971 552.009,81.971 552.009,85.223 566.095,85.223 566.095,108.042
546.322,108.042 546.322,106.214 541.714,106.214 541.714,103.372 537.515,103.372 537.515,99.579 533.591,99.579 533.591,95.379
528.984,95.379 528.984,89.963 525.328,89.963 525.328,84.003 520.451,84.003 520.451,47.69 "/>
<path d="M566.845,108.792h-21.273v-1.828h-4.607v-2.842h-4.199v-3.793h-3.924v-4.2h-4.607v-5.416h-3.656v-5.96h-4.877V46.937
l4.877,0.016v-5.28h3.656v-4.604h4.334v-4.741h3.795v-3.793h4.334V25.42h4.875v-1.86h21.273v23.676h-13.814v3.387h-4.469v2.573
h-4.066v1.48h22.35v22.222h-22.213v1.751h4.201v2.572h3.926v3.252h14.086V108.792z M547.072,107.292h18.273V85.973h-14.086v-3.252
h-3.926v-2.572h-4.201v-4.751h22.213V56.176h-22.35v-4.48h4.066v-2.573h4.469v-3.387h13.814V25.06h-18.273v1.86h-4.875v3.114
h-4.334v3.793h-3.795v4.741h-4.334v4.604h-3.656v5.285l-4.877-0.016v34.811h4.877v5.96h3.656v5.416h4.607v4.2h3.924v3.793h4.199
v2.842h4.607V107.292z"/>
</g>
<g>
<polygon fill="#F2B101" points="136.836,55.95 136.836,42.491 132.682,42.491 132.682,37.509 128.407,37.509 128.407,32.929
124.547,32.929 124.547,29.381 120.48,29.381 120.48,26.584 115.46,26.584 115.46,24.311 94.691,24.311 94.691,26.584
89.152,26.584 89.152,29.381 85.431,29.381 85.431,32.929 81.537,32.929 81.537,37.509 77.037,37.509 77.037,42.229 73.314,42.229
73.314,64.166 77.468,64.166 77.468,68.449 81.709,68.449 81.709,72.382 110.874,72.382 110.874,76.752 115.201,76.752
115.201,81.035 110.7,81.035 110.7,85.492 99.537,85.492 99.537,80.861 95.556,80.861 95.556,76.49 73.314,76.49 73.314,89.862
77.468,89.862 77.468,94.407 81.795,94.407 81.795,98.953 86.124,98.953 86.124,102.536 89.93,102.536 89.93,105.332
95.123,105.332 95.123,108.042 115.72,108.042 115.72,105.332 120.394,105.332 120.394,102.536 124.547,102.536 124.547,98.953
128.701,98.953 128.701,94.495 132.769,94.495 132.769,89.95 136.836,89.95 136.836,68.974 131.817,68.974 131.817,64.865
127.576,64.865 127.576,59.971 99.45,59.971 99.45,55.601 95.21,55.601 95.21,51.318 99.45,51.318 99.45,46.686 110.614,46.686
110.614,51.668 114.768,51.668 114.768,55.95 "/>
<path d="M116.47,108.792H94.373v-2.71H89.18v-2.796h-3.806v-3.583h-4.329v-4.546h-4.327v-4.546h-4.154V75.74h23.742v4.37h3.981
v4.632h9.663v-4.457h4.501v-2.783h-4.327v-4.37H80.959v-3.933h-4.241v-4.283h-4.154V41.479h3.723v-4.72h4.5v-4.58h3.894v-3.548
h3.721v-2.797h5.539v-2.273h22.269v2.273h5.02v2.797h4.067v3.548h3.86v4.58h4.275v4.982h4.154V56.7h-23.568v-4.282h-4.154v-4.982
H100.2v4.632h-4.24v2.783h4.24v4.37h28.126v4.895h4.241v4.108h5.019V90.7h-4.067v4.545h-4.068v4.458h-4.154v3.583h-4.153v2.796
h-4.674V108.792z M95.873,107.292h19.097v-2.71h4.674v-2.796h4.153v-3.583h4.154v-4.458h4.068V89.2h4.067V69.724h-5.019v-4.108
h-4.241v-4.895H98.7v-4.37h-4.24v-5.783h4.24v-4.632h12.664v4.982h4.154V55.2h20.568V43.241h-4.154v-4.982h-4.275v-4.58h-3.86
v-3.548h-4.067v-2.797h-5.02v-2.273H95.441v2.273h-5.539v2.797h-3.721v3.548h-3.894v4.58h-4.5v4.72h-3.723v20.438h4.154v4.283
h4.241v3.933h29.165v4.37h4.327v5.783h-4.501v4.457H98.787v-4.632h-3.981v-4.37H74.064v11.871h4.154v4.546h4.327v4.546h4.329v3.583
h3.806v2.796h5.193V107.292z"/>
</g>
<g>
<polygon fill="#F2B101" points="183.471,86.1 183.471,81.475 179.239,81.475 179.239,77.115 175.353,77.115 175.353,46.836
188.221,46.836 188.221,39.071 183.212,39.071 183.212,34.272 178.547,34.272 178.547,30.608 175.353,30.608 175.353,16.909
153.241,16.909 153.241,30.608 150.39,30.608 150.39,34.272 146.072,34.272 146.072,39.071 140.631,39.071 140.631,46.836
153.241,46.836 153.241,84.093 157.56,84.093 157.56,89.327 161.187,89.327 161.187,94.389 165.419,94.389 165.419,99.536
169.134,99.536 169.134,103.375 172.847,103.375 172.847,106.168 178.461,106.168 178.461,108 194.095,108 194.095,86.1 "/>
<path d="M194.845,108.75h-17.134v-1.832h-5.614v-2.793h-3.713v-3.839h-3.715v-5.147h-4.232v-5.062h-3.627v-5.234h-4.319V47.586
h-12.61v-9.266h5.441v-4.799h4.318v-3.664h2.851V16.159h23.612v13.698h3.194v3.664h4.665v4.799h5.009v9.266h-12.868v28.779h3.886
v4.359h4.232v4.625h10.624V108.75z M179.211,107.25h14.134v-20.4h-10.624v-4.625h-4.232v-4.359h-3.886V46.086h12.868v-6.266h-5.009
v-4.799h-4.665v-3.664h-3.194V17.659h-20.612v13.698h-2.851v3.664h-4.318v4.799h-5.441v6.266h12.61v37.257h4.319v5.234h3.627v5.062
h4.232v5.147h3.715v3.839h3.713v2.793h5.614V107.25z"/>
</g>
<g>
<polygon fill="#F2B101" points="243.015,72.016 247.726,72.016 247.726,67.298 251.659,67.298 251.659,61.968 254.019,61.968
254.019,42.309 251.134,42.309 251.134,37.94 247.464,37.94 247.464,33.309 243.181,33.309 243.181,29.639 238.461,29.639
238.461,26.844 233.917,26.844 233.917,24.31 219.846,24.31 219.846,26.844 215.914,26.844 215.914,29.639 211.544,29.639
211.544,33.309 206.825,33.309 206.825,37.94 202.63,37.94 202.63,42.221 197.911,42.221 197.911,108.015 219.41,108.015
219.41,46.677 233.917,46.677 233.917,58.386 229.46,58.386 229.46,61.531 222.73,61.531 222.73,77.171 235.839,108.015
258.038,108.015 "/>
<path d="M259.164,108.765h-23.821L221.98,77.323V60.781h6.73v-3.146h4.457V47.427H220.16v61.338h-22.999V41.471h4.719V37.19h4.195
v-4.631h4.719v-3.67h4.37v-2.795h3.932V23.56h15.571v2.534h4.544v2.795h4.72v3.67h4.283v4.631h3.67v4.369h2.885v21.159h-2.36v5.33
h-3.933v4.718h-4.335L259.164,108.765z M236.335,107.265h20.578L241.89,71.266h5.086v-4.718h3.933v-5.33h2.36V43.059h-2.885V38.69
h-3.67v-4.631h-4.283v-3.67h-4.72v-2.795h-4.544V25.06h-12.571v2.534h-3.932v2.795h-4.37v3.67h-4.719v4.631h-4.195v4.281h-4.719
v64.294h19.999V45.927h16.007v13.209h-4.457v3.146h-6.73v14.737L236.335,107.265z"/>
</g>
<g>
<path fill="#F2B101" d="M325.389,48.171v-5.594h-4.326v-4.724h-4.409v-4.719h-3.893V29.74h-3.977V26.93h-5.02v-2.62h-20.84v2.622
H278v2.622h-4.324v3.583h-3.544v4.719h-4.584v4.724h-3.977v5.594h-4.238v0.088v35.83v0.091h4.238v5.592h3.977v4.726h4.584v4.719
h3.544v3.583H278v2.623h4.929v2.621h0.086h20.406h0.348v-2.621h5.016v-2.623h3.977v-3.583h3.896v-4.719h4.409v-4.726h4.326v-5.658
h3.89v-0.093V48.259v-0.088H325.389z M303.166,76.402v4.724h-4.324v4.37h-11.063v-4.37h-3.979v-4.724h-4.669V55.949h4.669v-4.726
h3.979V46.86h11.063v4.369h4.324v4.726h4.324v20.447H303.166z"/>
<path d="M304.519,108.795h-22.254l-0.086-0.75v-1.871h-4.929v-2.623h-4.324v-3.583h-3.544v-4.719h-4.584v-4.726h-3.977v-5.592
h-4.238V47.511l0.75-0.088h3.488v-5.594h3.977v-4.724h4.584v-4.719h3.544v-3.583h4.324v-2.622h4.925V23.56h22.34v2.62h5.02v2.811
h3.977v3.395h3.893v4.719h4.409v4.724h4.326v5.594h3.894v37.352l-0.75,0.093h-3.14v5.658h-4.326v4.726h-4.409v4.719h-3.896v3.583
h-3.977v2.623h-5.016V108.795z M283.679,107.295h19.34v-2.621h5.016v-2.623h3.977v-3.583h3.896v-4.719h4.409v-4.726h4.326v-5.658
h3.89V48.921h-3.894v-5.594h-4.326v-4.724h-4.409v-4.719h-3.893V30.49h-3.977V27.68h-5.02v-2.62h-19.34v2.622h-4.925v2.622h-4.324
v3.583h-3.544v4.719h-4.584v4.724h-3.977v5.594h-4.238v34.509h4.238v5.592h3.977v4.726h4.584v4.719h3.544v3.583h4.324v2.623h4.929
V107.295z M299.591,86.245h-12.563v-4.37h-3.979v-4.724h-4.669V55.199h4.669v-4.726h3.979V46.11h12.563v4.369h4.324v4.726h4.324
v21.947h-4.324v4.724h-4.324V86.245z M288.528,84.745h9.563v-4.37h4.324v-4.724h4.324V56.704h-4.324v-4.726h-4.324V47.61h-9.563
v4.364h-3.979v4.726h-4.669v18.952h4.669v4.724h3.979V84.745z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Bally Astrocade</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,34 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>6D391F</color>
</image>
<image name="band2" extra="true">
<color>D4282D</color>
</image>
<image name="band3" extra="true">
<color>D1E0EE</color>
</image>
<image name="band4" extra="true">
<color>222222</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,810 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 612.11627 379.2225"
height="379.2225"
width="612.11627"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,303.378 489.693,0 L 489.693,0 0,0 0,303.378 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,379.2225)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(489.4599,44.5752)"
id="g20"><path
id="path22"
style="fill:#060506;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.209,-1.143 -0.582,-2.277 -1.078,-3.279 -4.506,-9.114 -9.324,-18.072 -13.719,-27.236 -3.453,-7.196 -9.365,-10.986 -16.652,-12.97 -2.815,-0.766 -5.842,-1.035 -8.776,-1.035 -136.324,-0.05 -272.653,-0.041 -408.982,-0.055 -7.597,0 -14.488,2.201 -20.067,7.279 -2.541,2.321 -4.327,5.624 -5.985,8.735 -4.427,8.297 -8.667,16.701 -12.816,25.141 -0.524,1.066 -0.916,2.273 -1.129,3.488 l 23.009,0 14.296,-26.338 413.428,0 L -23.461,0 0,0 Z" /></g><g
transform="translate(489.6923,299.48)"
id="g24"><path
id="path26"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-84.331 0.01,-168.662 -0.049,-252.993 -0.006,-0.623 -0.064,-1.269 -0.183,-1.912 l -23.461,0 2.98,5.215 9.51,0 0,249.016 -466.834,0 0,-249.28 8.958,0 2.651,-4.882 -23.008,0 c -0.129,0.719 -0.197,1.439 -0.197,2.14 -0.068,84.33 -0.059,168.666 -0.059,252.996 0,3.584 0.005,3.594 3.73,3.594 l 241.15,0 C -164.502,3.898 -84.193,3.898 -3.885,3.898 -0.006,3.898 0,3.898 0,0" /></g><g
transform="translate(309.1396,224.1123)"
id="g28"><path
id="path30"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-3.02 -2.447,-5.465 -5.465,-5.465 l -113.712,0 c -3.02,0 -5.465,2.445 -5.465,5.465 l 0,18.673 c 0,3.02 2.445,5.466 5.465,5.466 l 113.712,0 C -2.447,24.139 0,21.693 0,18.673 L 0,0 Z m 145.209,43.154 -419.124,0 -9.223,-55.678 437.911,0 -9.564,55.678 z" /></g><path
id="path32"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,200.238 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path34"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,189.421 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path36"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,178.718 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path38"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,166.876 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path40"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,155.258 458.065,0 0,-7.137 -458.065,0 0,7.137 z" /><path
id="path42"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,144.486 458.065,0 0,-7.137 -458.065,0 0,7.137 z" /><path
id="path44"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,133.401 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path46"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,122.47 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path48"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,111.239 458.065,0 0,-7.137 -458.065,0 0,7.137 z" /><path
id="path50"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,100.153 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path52"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,89.223 458.065,0 0,-7.132 -458.065,0 0,7.132 z" /><path
id="path54"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 16.096,78.219 458.065,0 0,-7.137 -458.065,0 0,7.137 z" /><g
transform="translate(468.9794,52.9414)"
id="g56"><path
id="path58"
style="fill:#723618;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-3.151 -2.98,-5.215 -15.01,-26.271 -413.428,0 -14.297,26.339 -2.651,4.883 0,3.415 L 0,0 Z" /></g><g
transform="translate(474.1611,203.0117)"
id="g60"><path
id="path62"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 -457.951,0.492 0,90.975 12.22,2.2 433.057,0 L 0,91.089 0,0 Z m 0,-9.906 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-10.817 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-10.703 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-11.842 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-11.623 -458.065,0 0,7.137 458.065,0 0,-7.137 z m 0,-10.771 -458.065,0 0,7.137 458.065,0 0,-7.137 z m 0,-11.081 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-10.931 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-11.236 -458.065,0 0,7.137 458.065,0 0,-7.137 z m 0,-11.081 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-10.93 -458.065,0 0,7.132 458.065,0 0,-7.132 z m 0,-11.009 -458.065,0 0,7.137 458.065,0 0,-7.137 z m -462.506,227.724 0,-249.279 8.959,0 0,3.415 -6.759,0 0,15.408 462.847,0 0,-15.408 -7.723,0 0,-3.152 9.51,0 0,249.016 -466.834,0 z" /></g><g
transform="translate(33.5165,269.2017)"
id="g64"><path
id="path66"
style="fill:#121312;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 422.732,0 10.057,-59.322 -442.431,0 L 0,0 Z m 427.971,2.428 -433.058,0 -12.22,-68.126 457.952,-0.492 -12.674,68.618 z" /></g><path
id="path68"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 461.487,271.629 -433.058,0 0,25.05 433.058,0 0,-25.05 z" /><g
transform="translate(474.1611,294.1011)"
id="g70"><path
id="path72"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-91.089 -12.674,68.617 0,25.05 L 0,0 Z" /></g><g
transform="translate(28.4296,296.6792)"
id="g74"><path
id="path76"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-25.05 -12.22,-68.126 0,90.976 L 0,0 Z" /></g><g
transform="translate(35.2245,267.2661)"
id="g78"><path
id="path80"
style="fill:#5b5b5b;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 419.124,0 9.564,-55.678 -437.911,0 L 0,0 Z m 421.024,1.936 -422.732,0 -9.642,-59.322 442.431,0 -10.057,59.322 z" /></g><path
id="path82"
style="fill:#a15225;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 476.702,52.941 -462.847,0 0,15.408 462.847,0 0,-15.408 z" /><g
transform="translate(307.6962,224.686)"
id="g84"><path
id="path86"
style="fill:#1f1f23;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.828 -2.391,-5.128 -5.344,-5.128 l -111.201,0 c -2.951,0 -5.342,2.3 -5.342,5.128 l 0,17.526 c 0,2.828 2.391,5.124 5.342,5.124 l 111.201,0 C -2.391,22.65 0,20.354 0,17.526 L 0,0 Z m -4.022,23.565 -113.711,0 c -3.02,0 -5.466,-2.446 -5.466,-5.465 l 0,-18.674 c 0,-3.019 2.446,-5.465 5.466,-5.465 l 113.711,0 c 3.018,0 5.465,2.446 5.465,5.465 l 0,18.674 c 0,3.019 -2.447,5.465 -5.465,5.465" /></g><g
transform="translate(299.4989,232.8208)"
id="g88"><path
id="path90"
style="fill:#060506;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 -0.912,-0.009 0,1.302 -10.248,0 0,1.421 -10.529,0 0,-2.559 -5.01,0 0,1.234 -52.322,0 0,-0.838 -4.983,0 0,-2.077 -10.58,0 0,3.066 -10.853,0 0,-1.517 -0.989,0 0,9.031 L 0,9.054 0,0 Z m 0,-9.127 -106.426,0 0,8.198 1.043,0 0,-0.738 10.28,0 0,-0.579 11.582,0 0,1.886 4.463,0 0,-1.344 52.335,0 0,0.93 5.717,0 0,2.882 9.162,0 0,-3.775 10.932,0 0,1.052 L 0,-0.624 0,-9.127 Z m 2.854,23.642 -111.202,0 c -2.951,0 -5.342,-2.296 -5.342,-5.124 l 0,-17.526 c 0,-2.828 2.391,-5.128 5.342,-5.128 l 111.202,0 c 2.953,0 5.343,2.3 5.343,5.128 l 0,17.526 c 0,2.828 -2.39,5.124 -5.343,5.124" /></g><g
transform="translate(65.2524,226.6221)"
id="g92"><path
id="path94"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-4.5 -3.667,-8.162 -8.166,-8.162 -4.5,0 -8.167,3.662 -8.167,8.162 l 0,15.494 c 0,4.5 3.667,8.162 8.167,8.162 C -3.667,23.656 0,19.994 0,15.494 L 0,0 Z m -8.166,24.111 c -4.755,0 -8.622,-3.867 -8.622,-8.617 l 0,-15.494 c 0,-4.751 3.867,-8.617 8.622,-8.617 4.754,0 8.622,3.866 8.622,8.617 l 0,15.494 c 0,4.75 -3.868,8.617 -8.622,8.617" /></g><g
transform="translate(62.6557,227.0044)"
id="g96"><path
id="path98"
style="fill:#161720;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.471,0 -2.81,0.596 -3.776,1.566 -0.965,0.966 -1.562,2.3 -1.562,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.476,0 2.81,-0.597 3.776,-1.562 C -0.596,16.779 0,15.444 0,13.969 L 0,0 Z m -5.569,23.273 c -4.5,0 -8.167,-3.661 -8.167,-8.161 l 0,-15.494 c 0,-4.5 3.667,-8.162 8.167,-8.162 4.499,0 8.166,3.662 8.166,8.162 l 0,15.494 c 0,4.5 -3.667,8.161 -8.166,8.161" /></g><g
transform="translate(62.6557,240.9732)"
id="g100"><path
id="path102"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-13.969 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.471,0 -2.81,0.597 -3.776,1.566 -0.965,0.967 -1.562,2.301 -1.562,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.476,0 2.81,-0.596 3.776,-1.562 C -0.596,2.81 0,1.475 0,0" /></g><g
transform="translate(62.6557,234.353)"
id="g104"><path
id="path106"
style="fill:#aaaed1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-0.555 c -0.036,-0.738 -0.223,-1.435 -0.532,-2.068 -0.866,-1.781 -2.697,-3.006 -4.81,-3.006 -2.114,0 -3.944,1.225 -4.81,3.006 -0.3,0.61 -0.487,1.284 -0.528,2 l 0,0.687 c 0.174,2.796 2.496,5.01 5.338,5.01 C -2.478,5.074 -0.141,2.824 0,0" /></g><g
transform="translate(62.6654,229.3887)"
id="g108"><path
id="path110"
style="fill:#181a23;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.956 -2.396,-5.356 -5.352,-5.356 -2.837,0 -5.16,2.213 -5.337,5.01 l 0,4.687 c 0.041,-0.715 0.227,-1.389 0.527,-2 0.866,-1.78 2.697,-3.006 4.81,-3.006 2.114,0 3.945,1.226 4.81,3.006 0.31,0.634 0.497,1.33 0.532,2.068 L 0,0 Z" /></g><g
transform="translate(118.0839,226.6221)"
id="g112"><path
id="path114"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-4.5 -3.666,-8.162 -8.166,-8.162 -4.5,0 -8.166,3.662 -8.166,8.162 l 0,15.494 c 0,4.5 3.666,8.162 8.166,8.162 4.5,0 8.166,-3.662 8.166,-8.162 L 0,0 Z m -8.166,24.111 c -4.755,0 -8.622,-3.867 -8.622,-8.617 l 0,-15.494 c 0,-4.751 3.867,-8.617 8.622,-8.617 4.754,0 8.622,3.866 8.622,8.617 l 0,15.494 c 0,4.75 -3.868,8.617 -8.622,8.617" /></g><g
transform="translate(115.4882,227.0044)"
id="g116"><path
id="path118"
style="fill:#161720;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.472,0 -2.81,0.596 -3.777,1.566 -0.964,0.966 -1.562,2.3 -1.562,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.339,5.342 1.475,0 2.809,-0.597 3.775,-1.562 C -0.597,16.779 0,15.444 0,13.969 L 0,0 Z m -5.57,23.273 c -4.5,0 -8.166,-3.661 -8.166,-8.161 l 0,-15.494 c 0,-4.5 3.666,-8.162 8.166,-8.162 4.5,0 8.166,3.662 8.166,8.162 l 0,15.494 c 0,4.5 -3.666,8.161 -8.166,8.161" /></g><g
transform="translate(115.4882,240.9732)"
id="g120"><path
id="path122"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-13.969 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.472,0 -2.81,0.597 -3.777,1.566 -0.964,0.967 -1.562,2.301 -1.562,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.339,5.342 1.475,0 2.809,-0.596 3.775,-1.562 C -0.597,2.81 0,1.475 0,0" /></g><g
transform="translate(115.4882,241.2417)"
id="g124"><path
id="path126"
style="fill:#aaaed1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-0.555 c -0.037,-0.738 -0.223,-1.435 -0.533,-2.068 -0.865,-1.781 -2.696,-3.006 -4.809,-3.006 -2.114,0 -3.945,1.225 -4.81,3.006 -0.301,0.61 -0.487,1.284 -0.529,1.999 l 0,0.688 c 0.174,2.796 2.496,5.01 5.339,5.01 2.865,0 5.2,-2.25 5.342,-5.074" /></g><g
transform="translate(115.497,236.2774)"
id="g128"><path
id="path130"
style="fill:#181a23;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.956 -2.395,-5.356 -5.351,-5.356 -2.838,0 -5.161,2.213 -5.338,5.01 l 0,4.687 c 0.041,-0.716 0.228,-1.389 0.528,-2 0.865,-1.78 2.696,-3.006 4.81,-3.006 2.113,0 3.944,1.226 4.809,3.006 0.31,0.634 0.497,1.33 0.533,2.068 L 0,0 Z" /></g><g
transform="translate(169.5497,226.6221)"
id="g132"><path
id="path134"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-4.5 -3.666,-8.162 -8.166,-8.162 -4.5,0 -8.166,3.662 -8.166,8.162 l 0,15.494 c 0,4.5 3.666,8.162 8.166,8.162 4.5,0 8.166,-3.662 8.166,-8.162 L 0,0 Z m -8.166,24.111 c -4.755,0 -8.622,-3.867 -8.622,-8.617 l 0,-15.494 c 0,-4.751 3.867,-8.617 8.622,-8.617 4.755,0 8.622,3.866 8.622,8.617 l 0,15.494 c 0,4.75 -3.867,8.617 -8.622,8.617" /></g><g
transform="translate(166.9535,227.0044)"
id="g136"><path
id="path138"
style="fill:#161720;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.471,0 -2.811,0.596 -3.776,1.566 -0.966,0.966 -1.562,2.3 -1.562,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.475,0 2.81,-0.597 3.775,-1.562 C -0.597,16.779 0,15.444 0,13.969 L 0,0 Z m -5.57,23.273 c -4.5,0 -8.166,-3.661 -8.166,-8.161 l 0,-15.494 c 0,-4.5 3.666,-8.162 8.166,-8.162 4.5,0 8.166,3.662 8.166,8.162 l 0,15.494 c 0,4.5 -3.666,8.161 -8.166,8.161" /></g><g
transform="translate(166.9535,240.9732)"
id="g140"><path
id="path142"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-13.969 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.471,0 -2.811,0.597 -3.776,1.566 -0.966,0.967 -1.562,2.301 -1.562,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.475,0 2.81,-0.596 3.775,-1.562 C -0.597,2.81 0,1.475 0,0" /></g><g
transform="translate(166.9535,241.2417)"
id="g144"><path
id="path146"
style="fill:#aaaed1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-0.555 c -0.037,-0.738 -0.224,-1.435 -0.533,-2.068 -0.865,-1.781 -2.696,-3.006 -4.809,-3.006 -2.114,0 -3.945,1.225 -4.81,3.006 -0.301,0.61 -0.487,1.284 -0.528,1.999 l 0,0.688 c 0.173,2.796 2.495,5.01 5.338,5.01 C -2.478,5.074 -0.141,2.824 0,0" /></g><g
transform="translate(166.9628,236.2774)"
id="g148"><path
id="path150"
style="fill:#181a23;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.956 -2.396,-5.356 -5.352,-5.356 -2.837,0 -5.16,2.213 -5.337,5.01 l 0,4.687 c 0.041,-0.716 0.227,-1.389 0.528,-2 0.865,-1.78 2.696,-3.006 4.809,-3.006 2.114,0 3.944,1.226 4.81,3.006 0.309,0.634 0.496,1.33 0.533,2.068 L 0,0 Z" /></g><g
transform="translate(341.29,226.6221)"
id="g152"><path
id="path154"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-4.5 -3.664,-8.162 -8.164,-8.162 -4.5,0 -8.168,3.662 -8.168,8.162 l 0,15.494 c 0,4.5 3.668,8.162 8.168,8.162 4.5,0 8.164,-3.662 8.164,-8.162 L 0,0 Z m -8.164,24.111 c -4.756,0 -8.623,-3.867 -8.623,-8.617 l 0,-15.494 c 0,-4.751 3.867,-8.617 8.623,-8.617 4.754,0 8.621,3.866 8.621,8.617 l 0,15.494 c 0,4.75 -3.867,8.617 -8.621,8.617" /></g><g
transform="translate(338.6943,227.0044)"
id="g156"><path
id="path158"
style="fill:#161720;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.47,0 -2.808,0.596 -3.775,1.566 -0.967,0.966 -1.563,2.3 -1.563,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.475,0 2.811,-0.597 3.776,-1.562 C -0.596,16.779 0,15.444 0,13.969 L 0,0 Z m -5.568,23.273 c -4.5,0 -8.168,-3.661 -8.168,-8.161 l 0,-15.494 c 0,-4.5 3.668,-8.162 8.168,-8.162 4.5,0 8.164,3.662 8.164,8.162 l 0,15.494 c 0,4.5 -3.664,8.161 -8.164,8.161" /></g><g
transform="translate(338.6943,240.9732)"
id="g160"><path
id="path162"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-13.969 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.47,0 -2.808,0.597 -3.775,1.566 -0.967,0.967 -1.563,2.301 -1.563,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.475,0 2.811,-0.596 3.776,-1.562 C -0.596,2.81 0,1.475 0,0" /></g><g
transform="translate(338.6943,234.353)"
id="g164"><path
id="path166"
style="fill:#aaaed1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-0.555 c -0.035,-0.738 -0.223,-1.435 -0.531,-2.068 -0.865,-1.781 -2.698,-3.006 -4.811,-3.006 -2.113,0 -3.943,1.225 -4.808,3.006 -0.301,0.61 -0.489,1.284 -0.53,2 l 0,0.687 c 0.174,2.796 2.496,5.01 5.338,5.01 C -2.477,5.074 -0.141,2.824 0,0" /></g><g
transform="translate(338.704,229.3887)"
id="g168"><path
id="path170"
style="fill:#181a23;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.956 -2.396,-5.356 -5.352,-5.356 -2.837,0 -5.16,2.213 -5.337,5.01 l 0,4.687 c 0.041,-0.715 0.228,-1.389 0.529,-2 0.865,-1.78 2.695,-3.006 4.808,-3.006 2.114,0 3.946,1.226 4.811,3.006 0.309,0.634 0.496,1.33 0.531,2.068 L 0,0 Z" /></g><g
transform="translate(393.8193,226.6221)"
id="g172"><path
id="path174"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-4.5 -3.666,-8.162 -8.166,-8.162 -4.5,0 -8.166,3.662 -8.166,8.162 l 0,15.494 c 0,4.5 3.666,8.162 8.166,8.162 4.5,0 8.166,-3.662 8.166,-8.162 L 0,0 Z m -8.166,24.111 c -4.754,0 -8.621,-3.867 -8.621,-8.617 l 0,-15.494 c 0,-4.751 3.867,-8.617 8.621,-8.617 4.756,0 8.621,3.866 8.621,8.617 l 0,15.494 c 0,4.75 -3.865,8.617 -8.621,8.617" /></g><g
transform="translate(391.2236,227.0044)"
id="g176"><path
id="path178"
style="fill:#161720;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.47,0 -2.81,0.596 -3.775,1.566 -0.967,0.966 -1.563,2.3 -1.563,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.475,0 2.809,-0.597 3.776,-1.562 C -0.596,16.779 0,15.444 0,13.969 L 0,0 Z m -5.57,23.273 c -4.5,0 -8.166,-3.661 -8.166,-8.161 l 0,-15.494 c 0,-4.5 3.666,-8.162 8.166,-8.162 4.5,0 8.166,3.662 8.166,8.162 l 0,15.494 c 0,4.5 -3.666,8.161 -8.166,8.161" /></g><g
transform="translate(391.2236,240.9732)"
id="g180"><path
id="path182"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-13.969 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.47,0 -2.81,0.597 -3.775,1.566 -0.967,0.967 -1.563,2.301 -1.563,3.776 l 0,13.969 c 0,2.951 2.391,5.342 5.338,5.342 1.475,0 2.809,-0.596 3.776,-1.562 C -0.596,2.81 0,1.475 0,0" /></g><g
transform="translate(391.2236,241.2417)"
id="g184"><path
id="path186"
style="fill:#aaaed1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-0.555 c -0.035,-0.738 -0.223,-1.435 -0.533,-2.068 -0.865,-1.781 -2.697,-3.006 -4.809,-3.006 -2.113,0 -3.945,1.225 -4.81,3.006 -0.301,0.61 -0.487,1.284 -0.528,1.999 l 0,0.688 c 0.174,2.796 2.494,5.01 5.338,5.01 C -2.477,5.074 -0.141,2.824 0,0" /></g><g
transform="translate(391.2333,236.2774)"
id="g188"><path
id="path190"
style="fill:#181a23;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.956 -2.396,-5.356 -5.351,-5.356 -2.838,0 -5.161,2.213 -5.338,5.01 l 0,4.687 c 0.041,-0.716 0.226,-1.389 0.527,-2 0.865,-1.78 2.697,-3.006 4.811,-3.006 2.111,0 3.943,1.226 4.808,3.006 0.311,0.634 0.498,1.33 0.533,2.068 L 0,0 Z" /></g><g
transform="translate(445.1337,226.6221)"
id="g192"><path
id="path194"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-4.5 -3.668,-8.162 -8.166,-8.162 -4.5,0 -8.168,3.662 -8.168,8.162 l 0,15.494 c 0,4.5 3.668,8.162 8.168,8.162 C -3.668,23.656 0,19.994 0,15.494 L 0,0 Z m -8.166,24.111 c -4.756,0 -8.623,-3.867 -8.623,-8.617 l 0,-15.494 c 0,-4.751 3.867,-8.617 8.623,-8.617 4.754,0 8.621,3.866 8.621,8.617 l 0,15.494 c 0,4.75 -3.867,8.617 -8.621,8.617" /></g><g
transform="translate(442.5361,227.0044)"
id="g196"><path
id="path198"
style="fill:#161720;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.47,0 -2.81,0.596 -3.775,1.566 -0.965,0.966 -1.563,2.3 -1.563,3.776 l 0,13.969 c 0,2.951 2.393,5.342 5.338,5.342 1.477,0 2.811,-0.597 3.776,-1.562 C -0.596,16.779 0,15.444 0,13.969 L 0,0 Z m -5.568,23.273 c -4.5,0 -8.168,-3.661 -8.168,-8.161 l 0,-15.494 c 0,-4.5 3.668,-8.162 8.168,-8.162 4.498,0 8.166,3.662 8.166,8.162 l 0,15.494 c 0,4.5 -3.668,8.161 -8.166,8.161" /></g><g
transform="translate(442.5361,240.9732)"
id="g200"><path
id="path202"
style="fill:#040505;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-13.969 c 0,-2.951 -2.391,-5.342 -5.342,-5.342 -1.47,0 -2.81,0.597 -3.775,1.566 -0.965,0.967 -1.563,2.301 -1.563,3.776 l 0,13.969 c 0,2.951 2.393,5.342 5.338,5.342 1.477,0 2.811,-0.596 3.776,-1.562 C -0.596,2.81 0,1.475 0,0" /></g><g
transform="translate(442.5361,241.2417)"
id="g204"><path
id="path206"
style="fill:#aaaed1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-0.555 c -0.035,-0.738 -0.223,-1.435 -0.531,-2.068 -0.865,-1.781 -2.698,-3.006 -4.811,-3.006 -2.113,0 -3.943,1.225 -4.808,3.006 -0.303,0.61 -0.489,1.284 -0.53,1.999 l 0,0.688 c 0.174,2.796 2.496,5.01 5.338,5.01 C -2.477,5.074 -0.141,2.824 0,0" /></g><g
transform="translate(442.5458,236.2774)"
id="g208"><path
id="path210"
style="fill:#181a23;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.956 -2.395,-5.356 -5.352,-5.356 -2.837,0 -5.16,2.213 -5.337,5.01 l 0,4.687 c 0.041,-0.716 0.226,-1.389 0.529,-2 0.865,-1.78 2.695,-3.006 4.808,-3.006 2.114,0 3.946,1.226 4.811,3.006 0.309,0.634 0.496,1.33 0.531,2.068 L 0,0 Z" /></g><g
transform="translate(299.4989,241.875)"
id="g212"><path
id="path214"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-9.054 -0.912,-0.01 0,1.303 -10.248,0 0,1.421 -10.529,0 0,-2.559 -5.01,0 0,1.234 -52.322,0 0,-0.838 -4.983,0 0,-2.077 -10.58,0 0,3.065 -10.853,0 0,-1.517 -0.989,0 0,9.032 L 0,0 Z" /></g><g
transform="translate(299.4989,232.1968)"
id="g216"><path
id="path218"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-8.503 -106.426,0 0,8.198 1.043,0 0,-0.738 10.28,0 0,-0.579 11.582,0 0,1.886 4.463,0 0,-1.344 52.335,0 0,0.93 5.717,0 0,2.882 9.162,0 0,-3.775 10.932,0 0,1.052 L 0,0 Z" /></g><g
transform="translate(194.8285,261.6743)"
id="g220"><path
id="path222"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.141,-5.663 -0.896,0 L -5.177,0 -4.088,0 -2.589,-4.43 -1.089,0 0,0 Z" /></g><path
id="path224"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 196.723,256.011 -1.009,0 0,5.663 1.009,0 0,-5.663 z m 0,6.736 -1.009,0 0,1.089 1.009,0 0,-1.089 z" /><g
transform="translate(201.7934,257.6392)"
id="g226"><path
id="path228"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,2.69 c -0.434,0.459 -0.931,0.688 -1.489,0.688 -0.43,0 -0.775,-0.186 -1.032,-0.557 -0.259,-0.372 -0.388,-0.926 -0.388,-1.663 0,-0.697 0.122,-1.226 0.366,-1.588 0.244,-0.361 0.581,-0.541 1.011,-0.541 0.563,0 1.073,0.324 1.532,0.971 m 0,-0.95 c -0.448,-0.541 -0.987,-0.811 -1.617,-0.811 -0.74,0 -1.313,0.263 -1.719,0.79 -0.406,0.526 -0.608,1.236 -0.608,2.129 0,0.925 0.227,1.658 0.68,2.197 0.454,0.539 1.024,0.809 1.711,0.809 0.612,0 1.13,-0.189 1.553,-0.566 l 0,2.599 1.003,0 0,-7.825 -1.003,0 0,0.678 z" /></g><g
transform="translate(208.1767,259.3902)"
id="g230"><path
id="path232"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.082,0.544 -0.265,0.952 -0.55,1.222 -0.284,0.27 -0.633,0.405 -1.046,0.405 -0.402,0 -0.747,-0.134 -1.035,-0.402 C -2.919,0.956 -3.103,0.548 -3.181,0 L 0,0 Z m -1.484,-3.512 c -0.832,0 -1.501,0.261 -2.007,0.782 -0.505,0.521 -0.758,1.248 -0.758,2.18 0,0.925 0.245,1.65 0.734,2.175 0.49,0.525 1.129,0.788 1.919,0.788 0.808,0 1.453,-0.259 1.935,-0.775 C 0.821,1.122 1.062,0.393 1.062,-0.55 l 0,-0.24 -4.264,0 c 0.042,-0.655 0.223,-1.141 0.541,-1.457 0.319,-0.317 0.711,-0.475 1.177,-0.475 0.353,0 0.67,0.09 0.953,0.269 0.283,0.18 0.431,0.435 0.446,0.766 l 1.041,0 C 0.877,-2.27 0.613,-2.72 0.163,-3.037 -0.287,-3.354 -0.836,-3.512 -1.484,-3.512" /></g><g
transform="translate(212.6601,256.668)"
id="g234"><path
id="path236"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.48,0 0.87,0.183 1.169,0.547 1.468,0.912 1.617,1.454 1.617,2.172 1.617,2.895 1.468,3.439 1.169,3.803 0.87,4.168 0.48,4.35 0,4.35 -0.48,4.35 -0.87,4.168 -1.169,3.803 -1.468,3.439 -1.617,2.895 -1.617,2.172 c 0,-0.718 0.149,-1.26 0.448,-1.625 C -0.87,0.183 -0.48,0 0,0 M 0,5.135 C 0.808,5.135 1.453,4.876 1.934,4.36 2.417,3.845 2.658,3.115 2.658,2.172 2.658,1.233 2.417,0.504 1.934,-0.014 1.453,-0.531 0.808,-0.79 0,-0.79 c -0.804,0 -1.447,0.259 -1.93,0.776 -0.481,0.518 -0.722,1.247 -0.722,2.186 0,0.943 0.241,1.673 0.722,2.188 0.483,0.516 1.126,0.775 1.93,0.775" /></g><g
transform="translate(224.5463,255.8784)"
id="g238"><path
id="path240"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.805,0 -1.448,0.258 -1.929,0.776 -0.483,0.518 -0.724,1.247 -0.724,2.186 0,0.943 0.241,1.672 0.724,2.188 0.481,0.516 1.124,0.774 1.929,0.774 0.619,0 1.136,-0.157 1.55,-0.47 C 1.965,5.141 2.21,4.689 2.284,4.099 l -1.035,0 C 1.235,4.437 1.107,4.695 0.867,4.873 0.627,5.05 0.338,5.139 0,5.139 c -0.48,0 -0.87,-0.182 -1.169,-0.547 -0.299,-0.364 -0.448,-0.908 -0.448,-1.63 0,-0.719 0.149,-1.26 0.448,-1.625 C -0.87,0.972 -0.48,0.79 0,0.79 c 0.338,0 0.627,0.088 0.867,0.266 0.24,0.178 0.368,0.435 0.382,0.769 l 1.035,0 C 2.21,1.234 1.965,0.782 1.55,0.469 1.136,0.156 0.619,0 0,0" /></g><g
transform="translate(230.0116,256.668)"
id="g242"><path
id="path244"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.48,0 0.87,0.183 1.169,0.547 1.468,0.912 1.617,1.454 1.617,2.172 1.617,2.895 1.468,3.439 1.169,3.803 0.87,4.168 0.48,4.35 0,4.35 -0.48,4.35 -0.87,4.168 -1.169,3.803 -1.468,3.439 -1.617,2.895 -1.617,2.172 c 0,-0.718 0.149,-1.26 0.448,-1.625 C -0.87,0.183 -0.48,0 0,0 M 0,5.135 C 0.808,5.135 1.453,4.876 1.935,4.36 2.417,3.845 2.658,3.115 2.658,2.172 2.658,1.233 2.417,0.504 1.935,-0.014 1.453,-0.531 0.808,-0.79 0,-0.79 c -0.804,0 -1.447,0.259 -1.93,0.776 -0.482,0.518 -0.722,1.247 -0.722,2.186 0,0.943 0.24,1.673 0.722,2.188 0.483,0.516 1.126,0.775 1.93,0.775" /></g><g
transform="translate(241.4491,256.0112)"
id="g246"><path
id="path248"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.008,0 0,3.662 c 0,0.469 -0.068,0.804 -0.203,1.003 -0.136,0.199 -0.361,0.299 -0.678,0.299 -0.487,0 -0.966,-0.302 -1.436,-0.907 l 0,-4.057 -1.003,0 0,3.662 c 0,0.469 -0.068,0.804 -0.203,1.003 -0.135,0.199 -0.363,0.299 -0.683,0.299 -0.488,0 -0.965,-0.302 -1.431,-0.907 l 0,-4.057 -1.009,0 0,5.663 1.009,0 0,-0.721 c 0.477,0.566 1.006,0.85 1.586,0.85 0.829,0 1.357,-0.342 1.584,-1.025 0.378,0.444 0.698,0.726 0.961,0.845 0.264,0.12 0.522,0.18 0.774,0.18 C -0.58,5.792 0,5.095 0,3.704 L 0,0 Z" /></g><g
transform="translate(243.9101,257.3565)"
id="g250"><path
id="path252"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.43,-0.459 0.924,-0.689 1.483,-0.689 0.434,0 0.78,0.186 1.036,0.558 C 2.774,0.241 2.903,0.795 2.903,1.532 2.903,2.229 2.782,2.758 2.54,3.12 2.298,3.48 1.96,3.661 1.526,3.661 0.968,3.661 0.459,3.338 0,2.69 L 0,0 Z M 0,3.64 C 0.448,4.177 0.986,4.446 1.617,4.446 2.357,4.446 2.93,4.184 3.335,3.659 3.741,3.134 3.944,2.425 3.944,1.532 3.944,0.603 3.718,-0.131 3.263,-0.67 2.81,-1.209 2.238,-1.478 1.547,-1.478 0.936,-1.478 0.419,-1.288 0,-0.907 l 0,-2.616 -1.009,0 0,7.841 1.009,0 0,-0.678 z" /></g><g
transform="translate(252.5673,256.7319)"
id="g254"><path
id="path256"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.502,-0.569 -1.065,-0.854 -1.692,-0.854 -1.278,0 -1.916,0.698 -1.916,2.092 l 0,3.704 1.008,0 0,-3.661 c 0,-0.463 0.082,-0.795 0.246,-0.998 0.164,-0.202 0.434,-0.304 0.811,-0.304 0.563,0 1.076,0.302 1.543,0.907 l 0,4.056 1.002,0 0,-5.663 L 0,-0.721 0,0 Z" /></g><g
transform="translate(257.2587,256.001)"
id="g258"><path
id="path260"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.221,-0.043 -0.461,-0.064 -0.722,-0.064 -0.412,0 -0.714,0.074 -0.905,0.221 -0.193,0.148 -0.312,0.338 -0.359,0.569 -0.046,0.231 -0.069,0.545 -0.069,0.944 l 0,3.214 -0.7,0 0,0.789 0.7,0 0,1.409 1.003,0 0,-1.409 0.919,0 0,-0.789 -0.919,0 0,-3.267 c 0,-0.388 0.048,-0.634 0.148,-0.74 0.097,-0.104 0.232,-0.157 0.402,-0.157 0.174,0 0.341,0.015 0.502,0.043 L 0,0 Z" /></g><g
transform="translate(261.9872,259.3902)"
id="g262"><path
id="path264"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.082,0.544 -0.266,0.952 -0.55,1.222 -0.284,0.27 -0.634,0.405 -1.046,0.405 -0.402,0 -0.748,-0.134 -1.035,-0.402 C -2.92,0.956 -3.103,0.548 -3.181,0 L 0,0 Z m -1.484,-3.512 c -0.832,0 -1.501,0.261 -2.006,0.782 -0.506,0.521 -0.759,1.248 -0.759,2.18 0,0.925 0.245,1.65 0.734,2.175 0.49,0.525 1.129,0.788 1.919,0.788 0.808,0 1.453,-0.259 1.936,-0.775 C 0.82,1.122 1.062,0.393 1.062,-0.55 l 0,-0.24 -4.263,0 c 0.042,-0.655 0.223,-1.141 0.54,-1.457 0.319,-0.317 0.712,-0.475 1.177,-0.475 0.353,0 0.67,0.09 0.953,0.269 0.283,0.18 0.431,0.435 0.445,0.766 l 1.041,0 C 0.877,-2.27 0.613,-2.72 0.162,-3.037 -0.287,-3.354 -0.836,-3.512 -1.484,-3.512" /></g><g
transform="translate(267.1161,260.7564)"
id="g266"><path
id="path268"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.143,0.042 -0.347,0.064 -0.613,0.064 -0.513,0 -0.951,-0.269 -1.319,-0.806 l 0,-4.003 -1.008,0 0,5.663 1.008,0 0,-0.79 c 0.424,0.612 0.914,0.918 1.473,0.918 0.143,0 0.295,-0.014 0.459,-0.043 L 0,0 Z" /></g><g
transform="translate(275.6454,255.8784)"
id="g270"><path
id="path272"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.549,0 -2.357,0.608 -2.429,1.825 l 1.009,0 c 0.007,-0.69 0.477,-1.035 1.41,-1.035 0.416,0 0.733,0.086 0.951,0.258 0.22,0.173 0.329,0.389 0.329,0.649 0,0.256 -0.107,0.437 -0.321,0.542 -0.213,0.104 -0.653,0.241 -1.32,0.408 -0.666,0.167 -1.154,0.354 -1.463,0.561 -0.307,0.206 -0.461,0.569 -0.461,1.088 0,0.47 0.191,0.858 0.574,1.166 0.381,0.308 0.893,0.462 1.534,0.462 1.484,0 2.242,-0.529 2.274,-1.585 l -1.005,0 c -0.033,0.534 -0.435,0.8 -1.199,0.8 -0.339,0 -0.619,-0.064 -0.841,-0.192 -0.222,-0.128 -0.333,-0.315 -0.333,-0.56 0,-0.221 0.084,-0.38 0.255,-0.478 C -0.865,3.811 -0.436,3.68 0.248,3.514 0.934,3.349 1.441,3.156 1.773,2.935 2.107,2.714 2.273,2.334 2.273,1.793 2.273,1.277 2.067,0.849 1.656,0.509 1.246,0.17 0.694,0 0,0" /></g><g
transform="translate(279.4081,254.645)"
id="g274"><path
id="path276"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.498,0 0.905,0.456 1.222,1.366 l -2.141,5.663 1.09,0 1.5,-4.429 1.499,4.429 1.089,0 L 2.12,1.366 C 1.913,0.826 1.737,0.409 1.593,0.115 1.449,-0.179 1.261,-0.426 1.027,-0.627 0.794,-0.828 0.509,-0.929 0.171,-0.929 c -0.253,0 -0.471,0.026 -0.652,0.075 l 0,0.929 C -0.323,0.025 -0.163,0 0,0" /></g><g
transform="translate(286.5761,255.8784)"
id="g278"><path
id="path280"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.548,0 -2.358,0.608 -2.429,1.825 l 1.009,0 c 0.007,-0.69 0.478,-1.035 1.409,-1.035 0.416,0 0.734,0.086 0.953,0.258 0.217,0.173 0.329,0.389 0.329,0.649 0,0.256 -0.108,0.437 -0.321,0.542 -0.214,0.104 -0.654,0.241 -1.321,0.408 -0.667,0.167 -1.154,0.354 -1.462,0.561 -0.309,0.206 -0.463,0.569 -0.463,1.088 0,0.47 0.192,0.858 0.574,1.166 0.383,0.308 0.895,0.462 1.536,0.462 1.484,0 2.242,-0.529 2.273,-1.585 l -1.004,0 c -0.035,0.534 -0.436,0.8 -1.201,0.8 -0.338,0 -0.617,-0.064 -0.84,-0.192 -0.223,-0.128 -0.334,-0.315 -0.334,-0.56 0,-0.221 0.086,-0.38 0.256,-0.478 C -0.865,3.811 -0.436,3.68 0.248,3.514 0.933,3.349 1.442,3.156 1.774,2.935 2.106,2.714 2.274,2.334 2.274,1.793 2.274,1.277 2.067,0.849 1.657,0.509 1.247,0.17 0.692,0 0,0" /></g><g
transform="translate(292.2177,256.001)"
id="g282"><path
id="path284"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.221,-0.043 -0.461,-0.064 -0.721,-0.064 -0.414,0 -0.715,0.074 -0.908,0.221 -0.191,0.148 -0.31,0.338 -0.357,0.569 -0.045,0.231 -0.069,0.545 -0.069,0.944 l 0,3.214 -0.699,0 0,0.789 0.699,0 0,1.409 1.002,0 0,-1.409 0.918,0 0,-0.789 -0.918,0 0,-3.267 c 0,-0.388 0.051,-0.634 0.149,-0.74 C -0.807,0.773 -0.672,0.72 -0.502,0.72 -0.328,0.72 -0.16,0.735 0,0.763 L 0,0 Z" /></g><g
transform="translate(296.9462,259.3902)"
id="g286"><path
id="path288"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.082,0.544 -0.266,0.952 -0.551,1.222 -0.283,0.27 -0.631,0.405 -1.045,0.405 -0.402,0 -0.746,-0.134 -1.035,-0.402 C -2.92,0.956 -3.104,0.548 -3.182,0 L 0,0 Z m -1.484,-3.512 c -0.832,0 -1.5,0.261 -2.006,0.782 -0.506,0.521 -0.758,1.248 -0.758,2.18 0,0.925 0.244,1.65 0.734,2.175 0.489,0.525 1.129,0.788 1.918,0.788 0.809,0 1.451,-0.259 1.936,-0.775 C 0.822,1.122 1.062,0.393 1.062,-0.55 l 0,-0.24 -4.265,0 c 0.043,-0.655 0.224,-1.141 0.543,-1.457 0.318,-0.317 0.711,-0.475 1.176,-0.475 0.353,0 0.67,0.09 0.953,0.269 0.283,0.18 0.431,0.435 0.445,0.766 l 1.041,0 C 0.877,-2.27 0.613,-2.72 0.162,-3.037 -0.287,-3.354 -0.836,-3.512 -1.484,-3.512" /></g><g
transform="translate(306.788,256.0112)"
id="g290"><path
id="path292"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.01,0 0,3.662 c 0,0.469 -0.066,0.804 -0.201,1.003 -0.137,0.199 -0.361,0.299 -0.678,0.299 -0.488,0 -0.966,-0.302 -1.435,-0.907 l 0,-4.057 -1.004,0 0,3.662 c 0,0.469 -0.069,0.804 -0.203,1.003 -0.135,0.199 -0.364,0.299 -0.682,0.299 -0.49,0 -0.967,-0.302 -1.432,-0.907 l 0,-4.057 -1.009,0 0,5.663 1.009,0 0,-0.721 c 0.477,0.566 1.004,0.85 1.584,0.85 0.831,0 1.358,-0.342 1.586,-1.025 0.377,0.444 0.698,0.726 0.961,0.845 0.264,0.12 0.522,0.18 0.774,0.18 C -0.58,5.792 0,5.095 0,3.704 L 0,0 Z" /></g><g
transform="translate(329.8603,262.752)"
id="g294"><path
id="path296"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.08,0.021 -0.193,0.032 -0.344,0.032 -0.285,0 -0.533,-0.135 -0.738,-0.403 l 0,-2.002 -0.564,0 0,2.831 0.564,0 0,-0.395 c 0.238,0.307 0.514,0.459 0.826,0.459 0.078,0 0.164,-0.006 0.256,-0.021 L 0,0 Z" /></g><path
id="path298"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 330.817,260.379 -0.566,0 0,2.832 0.566,0 0,-2.832 z m 0,3.368 -0.566,0 0,0.544 0.566,0 0,-0.544 z" /><g
transform="translate(333.6571,261.1929)"
id="g300"><path
id="path302"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,1.345 c -0.244,0.23 -0.521,0.344 -0.834,0.344 -0.242,0 -0.436,-0.092 -0.58,-0.278 -0.143,-0.186 -0.215,-0.463 -0.215,-0.831 0,-0.349 0.067,-0.614 0.205,-0.794 0.135,-0.181 0.324,-0.272 0.565,-0.272 0.314,0 0.601,0.163 0.859,0.486 m 0.561,-0.595 c 0,-0.911 -0.459,-1.366 -1.381,-1.366 -0.399,0 -0.713,0.077 -0.942,0.232 -0.232,0.155 -0.345,0.363 -0.345,0.625 l 0.582,0 c 0,-0.311 0.232,-0.465 0.699,-0.465 0.264,0 0.467,0.065 0.609,0.194 C -0.072,-1.247 0,-0.993 0,-0.616 l 0,0.141 c -0.252,-0.271 -0.555,-0.405 -0.906,-0.405 -0.416,0 -0.736,0.131 -0.963,0.394 -0.227,0.264 -0.34,0.619 -0.34,1.066 0,0.462 0.127,0.828 0.381,1.097 0.254,0.27 0.572,0.405 0.957,0.405 0.342,0 0.633,-0.095 0.871,-0.283 l 0,0.219 0.561,0 0,-2.613 z" /></g><g
transform="translate(335.6161,262.8506)"
id="g304"><path
id="path306"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.281,0.283 0.598,0.424 0.949,0.424 0.715,0 1.072,-0.348 1.072,-1.044 l 0,-1.852 -0.564,0 0,1.831 c 0,0.232 -0.047,0.398 -0.139,0.499 C 1.225,-0.04 1.074,0.011 0.861,0.011 0.574,0.011 0.289,-0.141 0,-0.443 l 0,-2.029 -0.564,0 0,3.912 L 0,1.44 0,0 Z" /></g><g
transform="translate(339.6884,260.3735)"
id="g308"><path
id="path310"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.125,-0.021 -0.26,-0.032 -0.404,-0.032 -0.231,0 -0.401,0.037 -0.508,0.111 -0.108,0.074 -0.174,0.169 -0.201,0.284 -0.026,0.116 -0.039,0.273 -0.039,0.473 l 0,1.606 -0.391,0 0,0.395 0.391,0 0,0.705 0.562,0 0,-0.705 0.514,0 0,-0.395 -0.514,0 0,-1.633 c 0,-0.194 0.028,-0.317 0.082,-0.37 0.055,-0.052 0.131,-0.078 0.227,-0.078 0.097,0 0.191,0.007 0.281,0.021 L 0,0 Z" /></g><g
transform="translate(325.0849,254.6348)"
id="g312"><path
id="path314"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,1.345 c -0.244,0.23 -0.522,0.344 -0.834,0.344 -0.24,0 -0.434,-0.093 -0.578,-0.279 -0.145,-0.186 -0.217,-0.463 -0.217,-0.831 0,-0.349 0.067,-0.613 0.203,-0.794 0.139,-0.18 0.326,-0.271 0.567,-0.271 0.314,0 0.601,0.162 0.859,0.486 m 0,-0.475 c -0.252,-0.271 -0.555,-0.405 -0.906,-0.405 -0.414,0 -0.737,0.131 -0.961,0.394 -0.229,0.263 -0.342,0.618 -0.342,1.065 0,0.463 0.127,0.829 0.381,1.098 0.254,0.27 0.572,0.405 0.957,0.405 0.344,0 0.633,-0.095 0.871,-0.284 l 0,1.3 0.56,0 0,-3.912 -0.56,0 0,0.339 z" /></g><path
id="path316"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 327.044,253.821 -0.565,0 0,2.831 0.565,0 0,-2.831 z m 0,3.368 -0.565,0 0,0.544 0.565,0 0,-0.544 z" /><g
transform="translate(328.5361,256.2573)"
id="g318"><path
id="path320"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.436 -0.562,0 0,2.436 -0.465,0 0,0.395 0.465,0 0,0.251 c 0,0.598 0.296,0.896 0.888,0.896 0.182,0 0.322,-0.01 0.42,-0.032 l 0,-0.437 C 0.635,1.09 0.521,1.099 0.406,1.099 0.27,1.099 0.166,1.065 0.1,0.997 0.033,0.928 0,0.809 0,0.641 l 0,-0.246 0.602,0 L 0.602,0 0,0 Z" /></g><g
transform="translate(330.2372,256.2573)"
id="g322"><path
id="path324"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.436 -0.562,0 0,2.436 -0.465,0 0,0.395 0.465,0 0,0.251 c 0,0.598 0.296,0.896 0.888,0.896 0.182,0 0.321,-0.01 0.42,-0.032 l 0,-0.437 C 0.635,1.09 0.522,1.099 0.406,1.099 0.268,1.099 0.166,1.065 0.1,0.997 0.033,0.928 0,0.809 0,0.641 l 0,-0.246 0.602,0 L 0.602,0 0,0 Z" /></g><path
id="path326"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 331.843,253.821 -0.566,0 0,2.831 0.566,0 0,-2.831 z m 0,3.368 -0.566,0 0,0.544 0.566,0 0,-0.544 z" /><g
transform="translate(333.9579,253.7544)"
id="g328"><path
id="path330"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.451,0 -0.81,0.129 -1.08,0.388 -0.27,0.258 -0.406,0.623 -0.406,1.092 0,0.472 0.136,0.837 0.406,1.095 0.27,0.258 0.629,0.387 1.08,0.387 0.346,0 0.635,-0.078 0.869,-0.235 C 1.1,2.57 1.236,2.345 1.279,2.049 l -0.58,0 C 0.691,2.218 0.619,2.347 0.484,2.436 0.352,2.525 0.19,2.569 0,2.569 -0.27,2.569 -0.486,2.478 -0.654,2.296 -0.822,2.114 -0.906,1.842 -0.906,1.48 -0.906,1.122 -0.822,0.851 -0.654,0.668 -0.486,0.486 -0.27,0.395 0,0.395 c 0.19,0 0.352,0.044 0.484,0.133 0.135,0.089 0.207,0.217 0.215,0.385 l 0.58,0 C 1.236,0.617 1.1,0.391 0.869,0.234 0.635,0.078 0.346,0 0,0" /></g><g
transform="translate(337.7411,254.1812)"
id="g332"><path
id="path334"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.279,-0.285 -0.596,-0.427 -0.947,-0.427 -0.715,0 -1.073,0.349 -1.073,1.046 l 0,1.852 0.565,0 0,-1.831 c 0,-0.231 0.047,-0.397 0.139,-0.499 0.091,-0.101 0.242,-0.152 0.453,-0.152 0.314,0 0.603,0.152 0.863,0.454 l 0,2.028 0.562,0 0,-2.831 L 0,-0.36 0,0 Z" /></g><path
id="path336"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 339.702,253.821 -0.565,0 0,3.912 0.565,0 0,-3.912 z" /><g
transform="translate(341.7646,253.8154)"
id="g338"><path
id="path340"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.123,-0.021 -0.258,-0.032 -0.404,-0.032 -0.231,0 -0.401,0.037 -0.508,0.111 C -1.02,0.153 -1.086,0.247 -1.111,0.363 -1.137,0.479 -1.15,0.636 -1.15,0.835 l 0,1.607 -0.393,0 0,0.394 0.393,0 0,0.705 0.562,0 0,-0.705 0.514,0 0,-0.394 -0.514,0 0,-1.633 c 0,-0.194 0.027,-0.318 0.082,-0.37 C -0.451,0.387 -0.377,0.36 -0.281,0.36 -0.184,0.36 -0.09,0.367 0,0.382 L 0,0 Z" /></g><g
transform="translate(342.413,253.1377)"
id="g342"><path
id="path344"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.279,0 0.508,0.228 0.686,0.683 l -1.2,2.831 0.61,0 0.84,-2.215 0.839,2.215 0.612,0 L 1.186,0.683 C 1.07,0.413 0.973,0.204 0.893,0.057 0.811,-0.089 0.707,-0.213 0.574,-0.314 c -0.129,-0.1 -0.289,-0.15 -0.478,-0.15 -0.141,0 -0.264,0.012 -0.366,0.037 l 0,0.464 C -0.182,0.012 -0.092,0 0,0" /></g><path
id="path346"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 160.312,260.379 -0.565,0 0,3.912 0.565,0 0,-3.912 z" /><g
transform="translate(163.3217,262.0684)"
id="g348"><path
id="path350"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C -0.045,0.272 -0.148,0.476 -0.308,0.611 -0.467,0.747 -0.662,0.814 -0.894,0.814 -1.118,0.814 -1.311,0.747 -1.473,0.612 -1.634,0.478 -1.737,0.274 -1.781,0 L 0,0 Z m -0.831,-1.756 c -0.466,0 -0.841,0.13 -1.124,0.391 -0.282,0.261 -0.424,0.624 -0.424,1.09 0,0.462 0.137,0.825 0.411,1.087 0.274,0.263 0.632,0.394 1.074,0.394 0.453,0 0.814,-0.129 1.084,-0.387 0.27,-0.257 0.405,-0.622 0.405,-1.094 l 0,-0.12 -2.388,0 c 0.024,-0.327 0.125,-0.57 0.304,-0.729 0.178,-0.158 0.397,-0.237 0.658,-0.237 0.198,0 0.375,0.045 0.534,0.134 0.158,0.091 0.241,0.218 0.25,0.384 l 0.583,0 C 0.491,-1.135 0.343,-1.36 0.091,-1.519 -0.161,-1.677 -0.468,-1.756 -0.831,-1.756" /></g><g
transform="translate(165.2079,262.8154)"
id="g352"><path
id="path354"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.436 -0.562,0 0,2.436 -0.466,0 0,0.395 0.466,0 0,0.251 c 0,0.598 0.296,0.897 0.888,0.897 0.181,0 0.322,-0.011 0.421,-0.032 l 0,-0.438 C 0.636,1.091 0.522,1.1 0.406,1.1 0.269,1.1 0.167,1.065 0.1,0.997 0.033,0.929 0,0.81 0,0.641 l 0,-0.246 0.601,0 L 0.601,0 0,0 Z" /></g><g
transform="translate(167.4794,260.3735)"
id="g356"><path
id="path358"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.123,-0.021 -0.258,-0.032 -0.404,-0.032 -0.231,0 -0.4,0.037 -0.508,0.111 -0.108,0.074 -0.174,0.169 -0.2,0.284 -0.026,0.116 -0.039,0.273 -0.039,0.473 l 0,1.606 -0.391,0 0,0.395 0.391,0 0,0.705 0.562,0 0,-0.705 0.514,0 0,-0.395 -0.514,0 0,-1.633 c 0,-0.194 0.028,-0.317 0.082,-0.37 0.055,-0.052 0.131,-0.078 0.226,-0.078 0.098,0 0.191,0.007 0.281,0.021 L 0,0 Z" /></g><g
transform="translate(154.7475,254.6348)"
id="g360"><path
id="path362"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,1.345 c -0.244,0.23 -0.521,0.344 -0.834,0.344 -0.242,0 -0.434,-0.093 -0.579,-0.279 -0.144,-0.186 -0.216,-0.463 -0.216,-0.831 0,-0.349 0.068,-0.613 0.205,-0.794 0.136,-0.18 0.325,-0.271 0.566,-0.271 0.315,0 0.601,0.162 0.858,0.486 m 0,-0.475 c -0.251,-0.271 -0.554,-0.405 -0.906,-0.405 -0.414,0 -0.735,0.131 -0.963,0.394 -0.227,0.263 -0.34,0.618 -0.34,1.065 0,0.463 0.127,0.829 0.381,1.098 0.254,0.27 0.573,0.405 0.958,0.405 0.343,0 0.633,-0.095 0.87,-0.284 l 0,1.3 0.562,0 0,-3.912 -0.562,0 0,0.339 z" /></g><path
id="path364"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 156.707,253.821 -0.564,0 0,2.831 0.564,0 0,-2.831 z m 0,3.368 -0.564,0 0,0.544 0.564,0 0,-0.544 z" /><g
transform="translate(158.1991,256.2573)"
id="g366"><path
id="path368"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.436 -0.562,0 0,2.436 -0.466,0 0,0.395 0.466,0 0,0.251 c 0,0.598 0.296,0.896 0.888,0.896 0.181,0 0.321,-0.01 0.421,-0.032 l 0,-0.437 C 0.635,1.09 0.522,1.099 0.407,1.099 0.269,1.099 0.167,1.065 0.1,0.997 0.033,0.928 0,0.809 0,0.641 l 0,-0.246 0.601,0 L 0.601,0 0,0 Z" /></g><g
transform="translate(159.8993,256.2573)"
id="g370"><path
id="path372"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.436 -0.561,0 0,2.436 -0.467,0 0,0.395 0.467,0 0,0.251 c 0,0.598 0.295,0.896 0.887,0.896 0.182,0 0.322,-0.01 0.422,-0.032 l 0,-0.437 C 0.636,1.09 0.523,1.099 0.407,1.099 0.27,1.099 0.167,1.065 0.101,0.997 0.034,0.928 0,0.809 0,0.641 l 0,-0.246 0.601,0 L 0.601,0 0,0 Z" /></g><path
id="path374"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 161.504,253.821 -0.564,0 0,2.831 0.564,0 0,-2.831 z m 0,3.368 -0.564,0 0,0.544 0.564,0 0,-0.544 z" /><g
transform="translate(163.6205,253.7544)"
id="g376"><path
id="path378"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.45,0 -0.81,0.129 -1.08,0.388 -0.27,0.258 -0.405,0.623 -0.405,1.092 0,0.472 0.135,0.837 0.405,1.095 0.27,0.258 0.63,0.387 1.08,0.387 0.347,0 0.636,-0.078 0.869,-0.235 C 1.101,2.57 1.237,2.345 1.28,2.049 l -0.58,0 C 0.692,2.218 0.621,2.347 0.486,2.436 0.352,2.525 0.189,2.569 0,2.569 -0.269,2.569 -0.487,2.478 -0.654,2.296 -0.822,2.114 -0.905,1.842 -0.905,1.48 -0.905,1.122 -0.822,0.851 -0.654,0.668 -0.487,0.486 -0.269,0.395 0,0.395 c 0.189,0 0.352,0.044 0.486,0.133 0.135,0.089 0.206,0.217 0.214,0.385 l 0.58,0 C 1.237,0.617 1.101,0.391 0.869,0.234 0.636,0.078 0.347,0 0,0" /></g><g
transform="translate(167.4042,254.1812)"
id="g380"><path
id="path382"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.281,-0.285 -0.596,-0.427 -0.947,-0.427 -0.715,0 -1.074,0.349 -1.074,1.046 l 0,1.852 0.566,0 0,-1.831 c 0,-0.231 0.045,-0.397 0.137,-0.499 0.091,-0.101 0.243,-0.152 0.455,-0.152 0.314,0 0.602,0.152 0.863,0.454 l 0,2.028 0.562,0 0,-2.831 L 0,-0.36 0,0 Z" /></g><path
id="path384"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 169.365,253.821 -0.564,0 0,3.912 0.564,0 0,-3.912 z" /><g
transform="translate(171.4272,253.8154)"
id="g386"><path
id="path388"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.124,-0.021 -0.258,-0.032 -0.403,-0.032 -0.231,0 -0.401,0.037 -0.509,0.111 C -1.02,0.153 -1.085,0.247 -1.111,0.363 -1.138,0.479 -1.15,0.636 -1.15,0.835 l 0,1.607 -0.392,0 0,0.394 0.392,0 0,0.705 0.562,0 0,-0.705 0.513,0 0,-0.394 -0.513,0 0,-1.633 c 0,-0.194 0.026,-0.318 0.082,-0.37 0.054,-0.052 0.13,-0.079 0.225,-0.079 0.098,0 0.192,0.007 0.281,0.022 L 0,0 Z" /></g><g
transform="translate(172.0761,253.1377)"
id="g390"><path
id="path392"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.279,0 0.507,0.228 0.684,0.683 l -1.198,2.831 0.61,0 0.839,-2.215 0.84,2.215 0.61,0 L 1.186,0.683 C 1.071,0.413 0.972,0.204 0.892,0.057 0.811,-0.089 0.705,-0.213 0.575,-0.314 c -0.13,-0.1 -0.29,-0.15 -0.479,-0.15 -0.142,0 -0.264,0.012 -0.365,0.037 l 0,0.464 C -0.182,0.012 -0.092,0 0,0" /></g><g
transform="translate(103.7245,257.4224)"
id="g394"><path
id="path396"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.123,-0.021 -0.258,-0.032 -0.403,-0.032 -0.231,0 -0.401,0.037 -0.509,0.111 -0.107,0.074 -0.174,0.168 -0.199,0.284 -0.027,0.116 -0.04,0.273 -0.04,0.472 l 0,1.607 -0.391,0 0,0.395 0.391,0 0,0.705 0.563,0 0,-0.705 0.513,0 0,-0.395 -0.513,0 0,-1.633 c 0,-0.194 0.027,-0.318 0.081,-0.37 C -0.452,0.387 -0.376,0.36 -0.281,0.36 -0.183,0.36 -0.09,0.367 0,0.382 L 0,0 Z" /></g><g
transform="translate(106.7582,260.2593)"
id="g398"><path
id="path400"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.198,-2.832 -0.503,0 L -2.899,0 -2.289,0 -1.45,-2.215 -0.61,0 0,0 Z" /></g><g
transform="translate(110.1112,257.4224)"
id="g402"><path
id="path404"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.123,-0.021 -0.257,-0.032 -0.403,-0.032 -0.231,0 -0.401,0.037 -0.508,0.111 -0.108,0.074 -0.174,0.168 -0.201,0.284 -0.025,0.116 -0.038,0.273 -0.038,0.472 l 0,1.607 -0.392,0 0,0.395 0.392,0 0,0.705 0.562,0 0,-0.705 0.514,0 0,-0.395 -0.514,0 0,-1.633 c 0,-0.194 0.027,-0.318 0.082,-0.37 0.055,-0.052 0.13,-0.079 0.226,-0.079 0.097,0 0.191,0.007 0.28,0.022 L 0,0 Z" /></g><g
transform="translate(110.7602,256.7446)"
id="g406"><path
id="path408"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.279,0 0.507,0.228 0.684,0.683 l -1.198,2.832 0.61,0 0.84,-2.216 0.839,2.216 0.61,0 L 1.187,0.683 C 1.071,0.413 0.973,0.204 0.893,0.057 0.811,-0.09 0.706,-0.213 0.575,-0.314 c -0.13,-0.1 -0.29,-0.15 -0.479,-0.15 -0.142,0 -0.263,0.012 -0.365,0.037 l 0,0.464 C -0.181,0.012 -0.092,0 0,0" /></g><g
transform="translate(114.2065,258.1001)"
id="g410"><path
id="path412"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.241,-0.229 0.518,-0.344 0.83,-0.344 0.244,0 0.437,0.093 0.581,0.279 0.143,0.186 0.215,0.463 0.215,0.831 0,0.349 -0.068,0.613 -0.204,0.794 C 1.287,1.74 1.098,1.831 0.854,1.831 0.542,1.831 0.257,1.669 0,1.345 L 0,0 Z M 0,1.82 C 0.25,2.089 0.553,2.223 0.906,2.223 1.32,2.223 1.641,2.092 1.868,1.83 2.095,1.567 2.208,1.213 2.208,0.766 2.208,0.302 2.081,-0.065 1.828,-0.335 1.573,-0.604 1.253,-0.739 0.867,-0.739 0.524,-0.739 0.235,-0.644 0,-0.454 l 0,-1.307 -0.565,0 0,3.92 0.565,0 0,-0.339 z" /></g><g
transform="translate(119.2245,259.1172)"
id="g414"><path
id="path416"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.046,0.272 -0.148,0.476 -0.308,0.611 -0.159,0.135 -0.355,0.203 -0.586,0.203 -0.225,0 -0.418,-0.067 -0.58,-0.202 C -1.635,0.478 -1.738,0.274 -1.781,0 L 0,0 Z m -0.83,-1.756 c -0.467,0 -0.842,0.13 -1.125,0.391 -0.282,0.261 -0.424,0.624 -0.424,1.09 0,0.462 0.137,0.825 0.411,1.087 0.274,0.263 0.632,0.394 1.074,0.394 0.453,0 0.814,-0.129 1.084,-0.387 0.27,-0.258 0.405,-0.623 0.405,-1.094 l 0,-0.12 -2.388,0 c 0.023,-0.328 0.125,-0.57 0.303,-0.729 0.179,-0.158 0.398,-0.237 0.66,-0.237 0.197,0 0.374,0.045 0.533,0.134 0.158,0.09 0.241,0.218 0.25,0.383 l 0.582,0 C 0.491,-1.135 0.343,-1.36 0.091,-1.519 -0.161,-1.677 -0.468,-1.756 -0.83,-1.756" /></g><g
transform="translate(123.2983,240.4917)"
id="g418"><path
id="path420"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.45,0 -0.811,0.129 -1.081,0.388 -0.27,0.259 -0.404,0.624 -0.404,1.093 0,0.472 0.134,0.836 0.404,1.094 C -0.811,2.833 -0.45,2.962 0,2.962 0.347,2.962 0.636,2.884 0.868,2.727 1.1,2.571 1.237,2.345 1.28,2.049 l -0.58,0 C 0.691,2.218 0.62,2.347 0.486,2.436 0.351,2.525 0.189,2.57 0,2.57 -0.269,2.57 -0.487,2.479 -0.654,2.296 -0.822,2.114 -0.905,1.842 -0.905,1.481 c 0,-0.359 0.083,-0.63 0.251,-0.812 C -0.487,0.486 -0.269,0.395 0,0.395 c 0.189,0 0.351,0.044 0.486,0.133 0.134,0.09 0.205,0.217 0.214,0.385 l 0.58,0 C 1.237,0.618 1.1,0.391 0.868,0.235 0.636,0.078 0.347,0 0,0" /></g><g
transform="translate(126.3588,240.8867)"
id="g422"><path
id="path424"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.269,0 0.487,0.091 0.655,0.273 0.167,0.183 0.25,0.454 0.25,0.813 0,0.361 -0.083,0.633 -0.25,0.815 C 0.487,2.083 0.269,2.175 0,2.175 -0.269,2.175 -0.487,2.083 -0.654,1.901 -0.822,1.719 -0.906,1.447 -0.906,1.086 c 0,-0.359 0.084,-0.63 0.252,-0.813 C -0.487,0.091 -0.269,0 0,0 M 0,2.567 C 0.453,2.567 0.813,2.438 1.083,2.18 1.353,1.922 1.488,1.558 1.488,1.086 1.488,0.617 1.353,0.252 1.083,-0.007 0.813,-0.266 0.453,-0.395 0,-0.395 c -0.45,0 -0.811,0.129 -1.081,0.388 -0.27,0.259 -0.404,0.624 -0.404,1.093 0,0.472 0.134,0.836 0.404,1.094 0.27,0.258 0.631,0.387 1.081,0.387" /></g><path
id="path426"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 129.042,240.558 -0.565,0 0,3.913 0.565,0 0,-3.913 z" /><g
transform="translate(131.1586,240.8867)"
id="g428"><path
id="path430"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.27,0 0.487,0.091 0.655,0.273 0.822,0.456 0.906,0.727 0.906,1.086 0.906,1.447 0.822,1.719 0.655,1.901 0.487,2.083 0.27,2.175 0,2.175 -0.269,2.175 -0.487,2.083 -0.654,1.901 -0.822,1.719 -0.905,1.447 -0.905,1.086 c 0,-0.359 0.083,-0.63 0.251,-0.813 C -0.487,0.091 -0.269,0 0,0 M 0,2.567 C 0.453,2.567 0.814,2.438 1.084,2.18 1.354,1.922 1.488,1.558 1.488,1.086 1.488,0.617 1.354,0.252 1.084,-0.007 0.814,-0.266 0.453,-0.395 0,-0.395 c -0.45,0 -0.811,0.129 -1.08,0.388 -0.271,0.259 -0.405,0.624 -0.405,1.093 0,0.472 0.134,0.836 0.405,1.094 0.269,0.258 0.63,0.387 1.08,0.387" /></g><g
transform="translate(134.9247,242.9307)"
id="g432"><path
id="path434"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.08,0.021 -0.194,0.032 -0.344,0.032 -0.287,0 -0.532,-0.134 -0.738,-0.403 l 0,-2.002 -0.565,0 0,2.832 0.565,0 0,-0.395 c 0.237,0.306 0.512,0.459 0.825,0.459 0.08,0 0.165,-0.007 0.257,-0.022 L 0,0 Z" /></g><g
transform="translate(123.5561,227.2256)"
id="g436"><path
id="path438"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.241,-0.23 0.518,-0.344 0.831,-0.344 0.243,0 0.437,0.093 0.58,0.279 0.143,0.186 0.215,0.463 0.215,0.831 0,0.349 -0.067,0.613 -0.203,0.794 C 1.287,1.741 1.098,1.831 0.855,1.831 0.542,1.831 0.257,1.669 0,1.345 L 0,0 Z M 0,1.82 C 0.251,2.089 0.553,2.223 0.905,2.223 1.32,2.223 1.641,2.092 1.868,1.83 2.095,1.567 2.209,1.213 2.209,0.766 2.209,0.302 2.082,-0.065 1.828,-0.335 1.574,-0.604 1.253,-0.739 0.867,-0.739 0.524,-0.739 0.235,-0.644 0,-0.454 l 0,-0.218 -0.565,0 0,3.912 0.565,0 0,-1.42 z" /></g><path
id="path440"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 127.137,226.553 -0.613,0 0,0.547 0.613,0 0,-0.547 z" /><g
transform="translate(132.0683,229.3848)"
id="g442"><path
id="path444"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -0.954,-2.832 -0.538,0 -0.687,2.082 -0.684,-2.082 -0.538,0 L -4.358,0 -3.733,0 -3.15,-2.159 -2.436,0 -1.922,0 -1.205,-2.159 -0.622,0 0,0 Z" /></g><g
transform="translate(173.6415,227.2256)"
id="g446"><path
id="path448"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.241,-0.23 0.518,-0.344 0.831,-0.344 0.243,0 0.437,0.093 0.58,0.279 0.143,0.186 0.215,0.463 0.215,0.831 0,0.349 -0.067,0.613 -0.203,0.794 C 1.287,1.741 1.098,1.831 0.854,1.831 0.542,1.831 0.257,1.669 0,1.345 L 0,0 Z M 0,1.82 C 0.251,2.089 0.553,2.223 0.906,2.223 1.32,2.223 1.641,2.092 1.868,1.83 2.095,1.567 2.209,1.213 2.209,0.766 2.209,0.302 2.082,-0.065 1.828,-0.335 1.574,-0.604 1.253,-0.739 0.867,-0.739 0.524,-0.739 0.235,-0.644 0,-0.454 l 0,-0.218 -0.565,0 0,3.912 0.565,0 0,-1.42 z" /></g><g
transform="translate(345.3446,227.2256)"
id="g450"><path
id="path452"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.242,-0.23 0.518,-0.344 0.832,-0.344 0.242,0 0.436,0.093 0.578,0.279 0.145,0.186 0.217,0.463 0.217,0.831 0,0.349 -0.068,0.613 -0.203,0.794 C 1.287,1.741 1.098,1.831 0.855,1.831 0.543,1.831 0.258,1.669 0,1.345 L 0,0 Z M 0,1.82 C 0.252,2.089 0.553,2.223 0.906,2.223 1.32,2.223 1.643,2.092 1.867,1.83 2.096,1.567 2.209,1.213 2.209,0.766 2.209,0.302 2.082,-0.065 1.828,-0.335 1.574,-0.604 1.254,-0.739 0.867,-0.739 0.523,-0.739 0.236,-0.644 0,-0.454 l 0,-0.218 -0.564,0 0,3.912 0.564,0 0,-1.42 z" /></g><g
transform="translate(175.0854,241.3027)"
id="g454"><path
id="path456"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,0.628 -0.386,0 c -0.817,0 -1.225,-0.199 -1.225,-0.596 0,-0.144 0.06,-0.255 0.179,-0.332 0.12,-0.077 0.281,-0.116 0.484,-0.116 0.186,0 0.365,0.037 0.539,0.112 C -0.236,-0.229 -0.1,-0.128 0,0 m 0,-0.454 c -0.287,-0.238 -0.657,-0.357 -1.108,-0.357 -0.316,0 -0.575,0.076 -0.778,0.228 -0.203,0.152 -0.305,0.349 -0.305,0.588 0,0.662 0.639,0.993 1.916,0.993 l 0.275,0 c 0,0.203 -0.012,0.35 -0.036,0.441 -0.024,0.092 -0.091,0.168 -0.2,0.229 -0.11,0.061 -0.284,0.091 -0.523,0.091 -0.502,0 -0.761,-0.16 -0.777,-0.481 l -0.562,0 c 0.041,0.582 0.498,0.873 1.369,0.873 0.406,0 0.723,-0.072 0.95,-0.216 C 0.448,1.791 0.562,1.508 0.562,1.086 l 0,-1.831 -0.562,0 0,0.291 z" /></g><g
transform="translate(346.788,241.3027)"
id="g458"><path
id="path460"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,0.628 -0.385,0 c -0.816,0 -1.226,-0.199 -1.226,-0.596 0,-0.144 0.06,-0.255 0.181,-0.332 0.119,-0.077 0.28,-0.116 0.483,-0.116 0.185,0 0.365,0.037 0.539,0.112 C -0.236,-0.229 -0.098,-0.128 0,0 m 0,-0.454 c -0.287,-0.238 -0.656,-0.357 -1.107,-0.357 -0.317,0 -0.575,0.076 -0.778,0.228 -0.205,0.152 -0.306,0.349 -0.306,0.588 0,0.662 0.64,0.993 1.918,0.993 l 0.273,0 c 0,0.203 -0.012,0.35 -0.035,0.441 -0.024,0.092 -0.092,0.168 -0.201,0.229 -0.11,0.061 -0.284,0.091 -0.522,0.091 -0.502,0 -0.762,-0.16 -0.777,-0.481 l -0.563,0 c 0.043,0.582 0.498,0.873 1.369,0.873 0.407,0 0.725,-0.072 0.95,-0.216 C 0.449,1.791 0.562,1.508 0.562,1.086 l 0,-1.831 -0.562,0 0,0.291 z" /></g><g
transform="translate(49.9579,258.1001)"
id="g462"><path
id="path464"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.241,-0.229 0.518,-0.344 0.831,-0.344 0.243,0 0.436,0.093 0.58,0.279 0.143,0.186 0.215,0.463 0.215,0.831 0,0.349 -0.067,0.613 -0.203,0.794 C 1.287,1.74 1.098,1.831 0.855,1.831 0.542,1.831 0.257,1.669 0,1.345 L 0,0 Z M 0,1.82 C 0.251,2.089 0.553,2.223 0.906,2.223 1.32,2.223 1.641,2.092 1.868,1.83 2.095,1.567 2.208,1.213 2.208,0.766 2.208,0.302 2.082,-0.065 1.828,-0.335 1.574,-0.604 1.253,-0.739 0.867,-0.739 0.524,-0.739 0.235,-0.644 0,-0.454 l 0,-1.307 -0.565,0 0,3.92 0.565,0 0,-0.339 z" /></g><g
transform="translate(54.0829,257.7559)"
id="g466"><path
id="path468"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.269,0 0.487,0.091 0.654,0.273 0.822,0.456 0.905,0.727 0.905,1.086 0.905,1.448 0.822,1.719 0.654,1.901 0.487,2.083 0.269,2.175 0,2.175 -0.27,2.175 -0.488,2.083 -0.655,1.901 -0.822,1.719 -0.906,1.448 -0.906,1.086 c 0,-0.359 0.084,-0.63 0.251,-0.813 C -0.488,0.091 -0.27,0 0,0 M 0,2.567 C 0.452,2.567 0.813,2.438 1.083,2.18 1.353,1.922 1.488,1.558 1.488,1.086 1.488,0.616 1.353,0.252 1.083,-0.007 0.813,-0.266 0.452,-0.395 0,-0.395 c -0.451,0 -0.811,0.129 -1.081,0.388 -0.27,0.259 -0.404,0.623 -0.404,1.093 0,0.472 0.134,0.836 0.404,1.094 0.27,0.258 0.63,0.387 1.081,0.387" /></g><g
transform="translate(60.1737,260.2593)"
id="g470"><path
id="path472"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -0.954,-2.832 -0.537,0 -0.688,2.081 -0.684,-2.081 -0.538,0 L -4.358,0 -3.733,0 -3.15,-2.159 -2.436,0 -1.921,0 -1.204,-2.159 -0.621,0 0,0 Z" /></g><g
transform="translate(62.8007,259.1172)"
id="g474"><path
id="path476"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.045,0.272 -0.148,0.476 -0.308,0.611 -0.159,0.135 -0.354,0.203 -0.585,0.203 -0.225,0 -0.418,-0.067 -0.58,-0.202 C -1.634,0.478 -1.737,0.274 -1.781,0 L 0,0 Z m -0.831,-1.756 c -0.466,0 -0.84,0.13 -1.123,0.391 -0.283,0.261 -0.424,0.624 -0.424,1.09 0,0.462 0.137,0.825 0.41,1.087 0.274,0.263 0.633,0.394 1.075,0.394 0.452,0 0.813,-0.129 1.083,-0.387 0.27,-0.258 0.405,-0.623 0.405,-1.094 l 0,-0.12 -2.388,0 c 0.024,-0.328 0.125,-0.57 0.304,-0.729 0.178,-0.158 0.398,-0.237 0.658,-0.237 0.198,0 0.376,0.045 0.534,0.134 0.158,0.09 0.241,0.218 0.25,0.383 l 0.583,0 C 0.491,-1.135 0.344,-1.36 0.092,-1.519 -0.16,-1.677 -0.468,-1.756 -0.831,-1.756" /></g><g
transform="translate(65.6733,259.8003)"
id="g478"><path
id="path480"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.079,0.021 -0.194,0.032 -0.344,0.032 -0.287,0 -0.532,-0.134 -0.738,-0.403 l 0,-2.002 -0.564,0 0,2.832 0.564,0 0,-0.395 c 0.237,0.306 0.512,0.459 0.825,0.459 0.08,0 0.165,-0.007 0.257,-0.022 L 0,0 Z" /></g><g
transform="translate(70.0761,240.8867)"
id="g482"><path
id="path484"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.27,0 0.488,0.091 0.655,0.273 0.822,0.456 0.906,0.727 0.906,1.086 0.906,1.447 0.822,1.719 0.655,1.901 0.488,2.083 0.27,2.175 0,2.175 -0.269,2.175 -0.486,2.083 -0.654,1.901 -0.822,1.719 -0.905,1.447 -0.905,1.086 c 0,-0.359 0.083,-0.63 0.251,-0.813 C -0.486,0.091 -0.269,0 0,0 M 0,2.567 C 0.453,2.567 0.814,2.438 1.084,2.18 1.354,1.922 1.489,1.558 1.489,1.086 1.489,0.617 1.354,0.252 1.084,-0.007 0.814,-0.266 0.453,-0.395 0,-0.395 c -0.45,0 -0.81,0.129 -1.08,0.388 -0.27,0.259 -0.405,0.624 -0.405,1.093 0,0.472 0.135,0.836 0.405,1.094 0.27,0.258 0.63,0.387 1.08,0.387" /></g><g
transform="translate(72.7602,243.0298)"
id="g486"><path
id="path488"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0.281,0.282 0.598,0.424 0.948,0.424 0.715,0 1.073,-0.348 1.073,-1.044 l 0,-1.852 -0.565,0 0,1.831 c 0,0.231 -0.047,0.398 -0.139,0.499 C 1.224,-0.04 1.073,0.01 0.861,0.01 0.575,0.01 0.287,-0.141 0,-0.443 l 0,-2.029 -0.564,0 0,2.832 L 0,0.36 0,0 Z" /></g><g
transform="translate(70.078,226.8814)"
id="g490"><path
id="path492"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.269,0 0.487,0.092 0.654,0.274 0.822,0.456 0.906,0.727 0.906,1.086 0.906,1.448 0.822,1.719 0.654,1.901 0.487,2.084 0.269,2.175 0,2.175 c -0.269,0 -0.487,-0.091 -0.655,-0.274 -0.167,-0.182 -0.25,-0.453 -0.25,-0.815 0,-0.359 0.083,-0.63 0.25,-0.812 C -0.487,0.092 -0.269,0 0,0 M 0,2.567 C 0.452,2.567 0.814,2.438 1.084,2.18 1.354,1.923 1.489,1.558 1.489,1.086 1.489,0.617 1.354,0.252 1.084,-0.006 0.814,-0.265 0.452,-0.395 0,-0.395 c -0.45,0 -0.81,0.13 -1.08,0.389 -0.27,0.258 -0.405,0.623 -0.405,1.092 0,0.472 0.135,0.837 0.405,1.094 0.27,0.258 0.63,0.387 1.08,0.387" /></g><g
transform="translate(72.8578,228.9898)"
id="g494"><path
id="path496"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.437 -0.562,0 0,2.437 -0.466,0 0,0.395 0.466,0 0,0.251 c 0,0.598 0.296,0.896 0.888,0.896 0.181,0 0.321,-0.01 0.421,-0.031 l 0,-0.438 C 0.635,1.091 0.522,1.1 0.406,1.1 0.269,1.1 0.167,1.065 0.1,0.997 0.033,0.928 0,0.809 0,0.641 l 0,-0.246 0.601,0 L 0.601,0 0,0 Z" /></g><g
transform="translate(74.5585,228.9898)"
id="g498"><path
id="path500"
style="fill:#862330;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.437 -0.562,0 0,2.437 -0.466,0 0,0.395 0.466,0 0,0.251 c 0,0.598 0.296,0.896 0.888,0.896 0.181,0 0.321,-0.01 0.421,-0.031 l 0,-0.438 C 0.635,1.091 0.522,1.1 0.406,1.1 0.269,1.1 0.166,1.065 0.1,0.997 0.033,0.928 0,0.809 0,0.641 l 0,-0.246 0.601,0 L 0.601,0 0,0 Z" /></g><g
transform="translate(380.915,261.1929)"
id="g502"><path
id="path504"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,1.345 c -0.244,0.23 -0.521,0.344 -0.834,0.344 -0.242,0 -0.434,-0.092 -0.578,-0.278 -0.145,-0.186 -0.219,-0.463 -0.219,-0.831 0,-0.349 0.07,-0.614 0.205,-0.794 0.137,-0.181 0.326,-0.272 0.569,-0.272 0.314,0 0.599,0.163 0.857,0.486 m 0.561,-0.595 c 0,-0.911 -0.459,-1.366 -1.379,-1.366 -0.401,0 -0.713,0.077 -0.946,0.232 -0.228,0.155 -0.343,0.363 -0.343,0.625 l 0.582,0 c 0,-0.311 0.234,-0.465 0.699,-0.465 0.264,0 0.467,0.065 0.609,0.194 C -0.072,-1.247 0,-0.993 0,-0.616 l 0,0.141 c -0.252,-0.271 -0.553,-0.405 -0.906,-0.405 -0.414,0 -0.737,0.131 -0.963,0.394 -0.227,0.264 -0.34,0.619 -0.34,1.066 0,0.462 0.127,0.828 0.381,1.097 0.254,0.27 0.572,0.405 0.959,0.405 0.342,0 0.631,-0.095 0.869,-0.283 l 0,0.219 0.561,0 0,-2.613 z" /></g><g
transform="translate(384.3193,261.124)"
id="g506"><path
id="path508"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,0.627 -0.387,0 c -0.816,0 -1.224,-0.199 -1.224,-0.595 0,-0.144 0.058,-0.255 0.177,-0.332 0.122,-0.078 0.284,-0.117 0.487,-0.117 0.185,0 0.363,0.038 0.537,0.112 C -0.236,-0.23 -0.102,-0.128 0,0 m 0,-0.454 c -0.287,-0.238 -0.658,-0.357 -1.109,-0.357 -0.315,0 -0.575,0.076 -0.778,0.228 -0.203,0.152 -0.304,0.348 -0.304,0.588 0,0.662 0.638,0.993 1.916,0.993 l 0.275,0 c 0,0.203 -0.012,0.35 -0.037,0.442 -0.024,0.091 -0.09,0.168 -0.199,0.228 -0.11,0.06 -0.284,0.09 -0.524,0.09 -0.502,0 -0.761,-0.16 -0.777,-0.48 l -0.563,0 c 0.043,0.581 0.498,0.872 1.37,0.872 0.406,0 0.724,-0.072 0.951,-0.215 0.228,-0.144 0.34,-0.428 0.34,-0.849 l 0,-1.831 -0.561,0 0,0.291 z" /></g><g
transform="translate(390.0009,260.3789)"
id="g510"><path
id="path512"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -0.565,0 0,1.831 c 0,0.234 -0.039,0.402 -0.115,0.501 -0.076,0.1 -0.201,0.15 -0.379,0.15 -0.273,0 -0.541,-0.151 -0.804,-0.454 l 0,-2.028 -0.561,0 0,1.831 c 0,0.234 -0.039,0.402 -0.113,0.501 -0.076,0.1 -0.203,0.15 -0.383,0.15 -0.273,0 -0.541,-0.151 -0.803,-0.454 l 0,-2.028 -0.564,0 0,2.832 0.564,0 0,-0.36 c 0.268,0.282 0.565,0.424 0.889,0.424 0.465,0 0.76,-0.171 0.887,-0.513 0.213,0.222 0.392,0.364 0.539,0.423 0.148,0.06 0.291,0.09 0.433,0.09 C -0.326,2.896 0,2.548 0,1.852 L 0,0 Z" /></g><g
transform="translate(392.9931,262.0684)"
id="g514"><path
id="path516"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.047,0.272 -0.148,0.476 -0.309,0.611 -0.16,0.136 -0.355,0.203 -0.586,0.203 -0.224,0 -0.417,-0.067 -0.58,-0.202 C -1.635,0.478 -1.738,0.274 -1.783,0 L 0,0 Z m -0.832,-1.756 c -0.465,0 -0.84,0.13 -1.123,0.391 -0.283,0.261 -0.424,0.624 -0.424,1.09 0,0.462 0.137,0.825 0.41,1.087 0.274,0.263 0.633,0.394 1.074,0.394 0.454,0 0.815,-0.129 1.084,-0.387 0.27,-0.257 0.405,-0.622 0.405,-1.094 l 0,-0.12 -2.389,0 c 0.025,-0.327 0.125,-0.57 0.305,-0.729 0.178,-0.158 0.398,-0.237 0.658,-0.237 0.197,0 0.375,0.045 0.533,0.134 0.16,0.091 0.242,0.218 0.25,0.384 l 0.584,0 C 0.49,-1.135 0.342,-1.36 0.09,-1.519 -0.162,-1.677 -0.469,-1.756 -0.832,-1.756" /></g><g
transform="translate(379.6806,253.7544)"
id="g518"><path
id="path520"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.865,0 -1.318,0.304 -1.359,0.913 l 0.564,0 c 0.004,-0.346 0.268,-0.518 0.789,-0.518 0.235,0 0.412,0.042 0.535,0.129 0.121,0.086 0.182,0.194 0.182,0.324 0,0.129 -0.059,0.218 -0.178,0.271 -0.119,0.052 -0.367,0.121 -0.74,0.204 -0.373,0.084 -0.646,0.178 -0.818,0.281 -0.174,0.103 -0.258,0.284 -0.258,0.544 0,0.235 0.105,0.429 0.32,0.583 0.215,0.154 0.5,0.231 0.86,0.231 0.83,0 1.253,-0.264 1.273,-0.793 l -0.563,0 c -0.019,0.267 -0.244,0.4 -0.671,0.4 -0.19,0 -0.346,-0.031 -0.471,-0.096 -0.125,-0.064 -0.188,-0.157 -0.188,-0.28 0,-0.11 0.049,-0.19 0.143,-0.239 C -0.482,1.905 -0.244,1.839 0.141,1.757 0.523,1.674 0.809,1.578 0.996,1.468 1.18,1.357 1.273,1.167 1.273,0.896 1.273,0.639 1.16,0.424 0.93,0.254 0.699,0.085 0.389,0 0,0" /></g><g
transform="translate(383.788,255.5098)"
id="g522"><path
id="path524"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.047,0.272 -0.148,0.476 -0.307,0.611 -0.16,0.136 -0.355,0.203 -0.586,0.203 -0.226,0 -0.419,-0.067 -0.58,-0.201 C -1.635,0.479 -1.736,0.274 -1.781,0 L 0,0 Z m -0.832,-1.755 c -0.465,0 -0.84,0.129 -1.123,0.39 -0.281,0.261 -0.424,0.624 -0.424,1.09 0,0.463 0.137,0.825 0.41,1.088 0.274,0.262 0.633,0.394 1.076,0.394 0.452,0 0.813,-0.129 1.082,-0.388 0.272,-0.258 0.405,-0.622 0.405,-1.094 l 0,-0.12 -2.387,0 c 0.023,-0.327 0.125,-0.57 0.303,-0.728 0.179,-0.159 0.398,-0.238 0.658,-0.238 0.199,0 0.377,0.045 0.535,0.135 0.158,0.09 0.24,0.218 0.25,0.383 l 0.582,0 C 0.492,-1.135 0.344,-1.36 0.092,-1.519 -0.16,-1.676 -0.469,-1.755 -0.832,-1.755" /></g><path
id="path526"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 385.579,253.821 -0.566,0 0,3.912 0.566,0 0,-3.912 z" /><g
transform="translate(388.5888,255.5098)"
id="g528"><path
id="path530"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.045,0.272 -0.149,0.476 -0.309,0.611 -0.16,0.136 -0.355,0.203 -0.586,0.203 -0.224,0 -0.418,-0.067 -0.58,-0.201 C -1.635,0.479 -1.738,0.274 -1.781,0 L 0,0 Z m -0.832,-1.755 c -0.465,0 -0.842,0.129 -1.123,0.39 -0.283,0.261 -0.424,0.624 -0.424,1.09 0,0.463 0.135,0.825 0.41,1.088 0.276,0.262 0.631,0.394 1.074,0.394 0.452,0 0.813,-0.129 1.082,-0.388 0.272,-0.258 0.407,-0.622 0.407,-1.094 l 0,-0.12 -2.389,0 c 0.025,-0.327 0.127,-0.57 0.305,-0.728 0.177,-0.159 0.396,-0.238 0.658,-0.238 0.197,0 0.375,0.045 0.533,0.135 0.16,0.09 0.242,0.218 0.25,0.383 l 0.582,0 C 0.49,-1.135 0.342,-1.36 0.09,-1.519 -0.162,-1.676 -0.469,-1.755 -0.832,-1.755" /></g><g
transform="translate(391.0986,253.7544)"
id="g532"><path
id="path534"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.449,0 -0.811,0.129 -1.08,0.388 -0.27,0.258 -0.406,0.623 -0.406,1.092 0,0.472 0.136,0.837 0.406,1.095 0.269,0.258 0.631,0.387 1.08,0.387 0.346,0 0.637,-0.078 0.869,-0.235 C 1.1,2.57 1.238,2.345 1.279,2.049 l -0.58,0 C 0.691,2.218 0.619,2.347 0.486,2.436 0.352,2.525 0.189,2.569 0,2.569 -0.27,2.569 -0.486,2.478 -0.654,2.296 -0.822,2.114 -0.906,1.842 -0.906,1.48 -0.906,1.122 -0.822,0.851 -0.654,0.668 -0.486,0.486 -0.27,0.395 0,0.395 c 0.189,0 0.352,0.044 0.486,0.133 0.133,0.089 0.205,0.217 0.213,0.385 l 0.58,0 C 1.238,0.617 1.1,0.391 0.869,0.234 0.637,0.078 0.346,0 0,0" /></g><g
transform="translate(394.1044,253.8154)"
id="g536"><path
id="path538"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.123,-0.021 -0.258,-0.032 -0.402,-0.032 -0.233,0 -0.401,0.037 -0.51,0.111 -0.106,0.074 -0.172,0.168 -0.199,0.284 -0.026,0.116 -0.039,0.273 -0.039,0.472 l 0,1.607 -0.393,0 0,0.394 0.393,0 0,0.705 0.562,0 0,-0.705 0.514,0 0,-0.394 -0.514,0 0,-1.633 c 0,-0.194 0.028,-0.318 0.082,-0.37 0.055,-0.052 0.131,-0.079 0.225,-0.079 0.099,0 0.193,0.007 0.281,0.022 L 0,0 Z" /></g><g
transform="translate(430.331,261.1929)"
id="g540"><path
id="path542"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,1.345 c -0.242,0.23 -0.522,0.344 -0.834,0.344 -0.242,0 -0.436,-0.092 -0.578,-0.278 -0.145,-0.186 -0.217,-0.463 -0.217,-0.831 0,-0.349 0.068,-0.614 0.205,-0.794 0.135,-0.181 0.324,-0.272 0.567,-0.272 0.314,0 0.599,0.163 0.857,0.486 m 0.562,-0.595 c 0,-0.911 -0.46,-1.366 -1.382,-1.366 -0.399,0 -0.713,0.077 -0.942,0.232 -0.23,0.155 -0.345,0.363 -0.345,0.625 l 0.584,0 c 0,-0.311 0.232,-0.465 0.697,-0.465 0.264,0 0.467,0.065 0.609,0.194 C -0.072,-1.247 0,-0.993 0,-0.616 l 0,0.141 c -0.252,-0.271 -0.553,-0.405 -0.906,-0.405 -0.414,0 -0.735,0.131 -0.963,0.394 -0.227,0.264 -0.34,0.619 -0.34,1.066 0,0.462 0.127,0.828 0.381,1.097 0.254,0.27 0.572,0.405 0.957,0.405 0.344,0 0.633,-0.095 0.871,-0.283 l 0,0.219 0.562,0 0,-2.613 z" /></g><g
transform="translate(433.7353,261.124)"
id="g544"><path
id="path546"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,0.627 -0.387,0 c -0.816,0 -1.224,-0.199 -1.224,-0.595 0,-0.144 0.06,-0.255 0.179,-0.332 0.12,-0.078 0.28,-0.117 0.483,-0.117 0.187,0 0.365,0.038 0.539,0.112 C -0.238,-0.23 -0.1,-0.128 0,0 m 0,-0.454 c -0.287,-0.238 -0.656,-0.357 -1.109,-0.357 -0.315,0 -0.575,0.076 -0.778,0.228 -0.203,0.152 -0.304,0.348 -0.304,0.588 0,0.662 0.638,0.993 1.916,0.993 l 0.275,0 c 0,0.203 -0.014,0.35 -0.035,0.442 -0.026,0.091 -0.092,0.168 -0.203,0.228 -0.108,0.06 -0.283,0.09 -0.522,0.09 -0.502,0 -0.76,-0.16 -0.777,-0.48 l -0.563,0 c 0.043,0.581 0.498,0.872 1.37,0.872 0.406,0 0.724,-0.072 0.951,-0.215 0.226,-0.144 0.34,-0.428 0.34,-0.849 l 0,-1.831 -0.561,0 0,0.291 z" /></g><g
transform="translate(439.4169,260.3789)"
id="g548"><path
id="path550"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -0.566,0 0,1.831 c 0,0.234 -0.037,0.402 -0.114,0.501 -0.074,0.1 -0.201,0.15 -0.379,0.15 -0.271,0 -0.541,-0.151 -0.804,-0.454 l 0,-2.028 -0.561,0 0,1.831 c 0,0.234 -0.039,0.402 -0.113,0.501 -0.076,0.1 -0.205,0.15 -0.383,0.15 -0.273,0 -0.541,-0.151 -0.801,-0.454 l 0,-2.028 -0.566,0 0,2.832 0.566,0 0,-0.36 c 0.266,0.282 0.563,0.424 0.887,0.424 0.465,0 0.762,-0.171 0.889,-0.513 0.209,0.222 0.39,0.364 0.537,0.423 0.148,0.06 0.291,0.09 0.433,0.09 C -0.324,2.896 0,2.548 0,1.852 L 0,0 Z" /></g><g
transform="translate(442.4091,262.0684)"
id="g552"><path
id="path554"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C -0.047,0.272 -0.15,0.476 -0.309,0.611 -0.467,0.747 -0.664,0.814 -0.895,0.814 -1.119,0.814 -1.312,0.747 -1.473,0.612 -1.637,0.478 -1.738,0.274 -1.781,0 L 0,0 Z m -0.832,-1.756 c -0.467,0 -0.84,0.13 -1.123,0.391 -0.283,0.261 -0.424,0.624 -0.424,1.09 0,0.462 0.137,0.825 0.41,1.087 0.274,0.263 0.633,0.394 1.074,0.394 0.454,0 0.815,-0.129 1.084,-0.387 0.27,-0.257 0.405,-0.622 0.405,-1.094 l 0,-0.12 -2.387,0 c 0.023,-0.327 0.125,-0.57 0.303,-0.729 0.178,-0.158 0.398,-0.237 0.658,-0.237 0.197,0 0.377,0.045 0.533,0.134 0.158,0.091 0.242,0.218 0.25,0.384 l 0.584,0 C 0.49,-1.135 0.342,-1.36 0.09,-1.519 -0.16,-1.677 -0.469,-1.756 -0.832,-1.756" /></g><g
transform="translate(430.8212,256.1934)"
id="g556"><path
id="path558"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.082,0.021 -0.195,0.032 -0.346,0.032 -0.285,0 -0.531,-0.135 -0.736,-0.403 l 0,-2.002 -0.566,0 0,2.831 0.566,0 0,-0.394 c 0.236,0.306 0.512,0.459 0.824,0.459 0.08,0 0.166,-0.007 0.258,-0.022 L 0,0 Z" /></g><g
transform="translate(433.3915,255.5098)"
id="g560"><path
id="path562"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.047,0.272 -0.148,0.476 -0.309,0.611 -0.16,0.136 -0.355,0.203 -0.586,0.203 -0.224,0 -0.417,-0.067 -0.58,-0.201 C -1.635,0.479 -1.738,0.274 -1.781,0 L 0,0 Z m -0.83,-1.755 c -0.469,0 -0.844,0.129 -1.125,0.39 -0.283,0.261 -0.424,0.624 -0.424,1.09 0,0.463 0.135,0.825 0.41,1.088 0.274,0.262 0.631,0.394 1.074,0.394 0.452,0 0.815,-0.129 1.085,-0.388 0.269,-0.258 0.404,-0.622 0.404,-1.094 l 0,-0.12 -2.389,0 c 0.025,-0.327 0.125,-0.57 0.303,-0.728 0.18,-0.159 0.398,-0.238 0.662,-0.238 0.195,0 0.373,0.045 0.531,0.135 0.16,0.09 0.242,0.218 0.25,0.383 l 0.582,0 C 0.49,-1.135 0.342,-1.36 0.09,-1.519 -0.162,-1.676 -0.469,-1.755 -0.83,-1.755" /></g><g
transform="translate(435.7489,253.7544)"
id="g564"><path
id="path566"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.867,0 -1.32,0.304 -1.359,0.913 l 0.564,0 c 0.004,-0.346 0.268,-0.518 0.789,-0.518 0.233,0 0.41,0.042 0.533,0.129 0.123,0.086 0.184,0.194 0.184,0.324 0,0.129 -0.059,0.218 -0.18,0.271 -0.119,0.052 -0.365,0.121 -0.738,0.204 -0.375,0.084 -0.646,0.178 -0.82,0.281 -0.172,0.103 -0.258,0.284 -0.258,0.544 0,0.235 0.107,0.429 0.322,0.583 0.213,0.154 0.5,0.231 0.86,0.231 0.83,0 1.253,-0.264 1.271,-0.793 l -0.56,0 c -0.02,0.267 -0.245,0.4 -0.672,0.4 -0.192,0 -0.348,-0.031 -0.473,-0.096 -0.125,-0.064 -0.188,-0.157 -0.188,-0.28 0,-0.11 0.049,-0.19 0.145,-0.239 C -0.484,1.905 -0.244,1.839 0.141,1.757 0.523,1.674 0.809,1.578 0.994,1.468 1.18,1.357 1.273,1.167 1.273,0.896 1.273,0.639 1.158,0.424 0.928,0.254 0.699,0.085 0.389,0 0,0" /></g><g
transform="translate(439.8564,255.5098)"
id="g568"><path
id="path570"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.047,0.272 -0.15,0.476 -0.309,0.611 -0.158,0.136 -0.353,0.203 -0.586,0.203 -0.224,0 -0.417,-0.067 -0.58,-0.201 C -1.637,0.479 -1.738,0.274 -1.781,0 L 0,0 Z m -0.832,-1.755 c -0.467,0 -0.84,0.129 -1.123,0.39 -0.283,0.261 -0.426,0.624 -0.426,1.09 0,0.463 0.139,0.825 0.412,1.088 0.274,0.262 0.631,0.394 1.074,0.394 0.454,0 0.815,-0.129 1.084,-0.388 0.27,-0.258 0.405,-0.622 0.405,-1.094 l 0,-0.12 -2.389,0 c 0.025,-0.327 0.127,-0.57 0.305,-0.728 0.178,-0.159 0.398,-0.238 0.658,-0.238 0.197,0 0.375,0.045 0.533,0.135 0.158,0.09 0.242,0.218 0.25,0.383 l 0.584,0 C 0.49,-1.135 0.342,-1.36 0.092,-1.519 -0.162,-1.676 -0.469,-1.755 -0.832,-1.755" /></g><g
transform="translate(442.3114,253.8154)"
id="g572"><path
id="path574"
style="fill:#d2a548;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.123,-0.021 -0.256,-0.032 -0.402,-0.032 -0.231,0 -0.401,0.037 -0.508,0.111 -0.11,0.074 -0.176,0.168 -0.201,0.284 -0.026,0.116 -0.039,0.273 -0.039,0.472 l 0,1.607 -0.391,0 0,0.394 0.391,0 0,0.705 0.562,0 0,-0.705 0.516,0 0,-0.394 -0.516,0 0,-1.633 c 0,-0.194 0.028,-0.318 0.082,-0.37 0.057,-0.052 0.131,-0.079 0.227,-0.079 0.097,0 0.191,0.007 0.279,0.022 L 0,0 Z" /></g><g
transform="translate(396.622,231.5181)"
id="g576"><path
id="path578"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 4.385,0 2.191,-5.978 0,0 Z" /></g><path
id="path580"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 401.007,243.227 -4.385,0 0,0.911 4.385,0 0,-0.911 z" /><path
id="path582"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 396.622,240.76 4.385,0 0,1.024 -4.385,0 0,-1.024 z" /><path
id="path584"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 401.007,238.217 -4.385,0 0,0.873 4.385,0 0,-0.873 z" /><path
id="path586"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 396.622,233.89 4.385,0 0,0.948 -4.385,0 0,-0.948 z" /><path
id="path588"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 401.007,232.22 -4.385,0 0,0.835 4.385,0 0,-0.835 z" /><g
transform="translate(448.5419,231.5181)"
id="g590"><path
id="path592"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 4.385,0 2.193,-5.978 0,0 Z" /></g><path
id="path594"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 452.927,243.227 -4.385,0 0,0.911 4.385,0 0,-0.911 z" /><path
id="path596"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 448.542,240.76 4.385,0 0,1.024 -4.385,0 0,-1.024 z" /><path
id="path598"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 452.927,238.217 -4.385,0 0,0.873 4.385,0 0,-0.873 z" /><path
id="path600"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 448.542,233.89 4.385,0 0,0.948 -4.385,0 0,-0.948 z" /><path
id="path602"
style="fill:#d2a548;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 452.927,232.22 -4.385,0 0,0.835 4.385,0 0,-0.835 z" /><g
transform="translate(446.9872,29.377)"
id="g604"><path
id="path606"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -1.391,-0.044 -2.744,0.095 -4.051,0.423 -1.314,0.331 -2.527,0.791 -3.596,1.42 -0.476,0.281 -0.953,0.563 -1.384,0.875 -0.852,0.618 -1.573,1.305 -2.186,2.047 -0.631,0.763 -1.14,1.56 -1.519,2.399 -0.332,0.737 -0.616,1.482 -0.709,2.254 -0.08,0.659 -0.174,1.319 -0.178,1.979 -0.02,2.736 -0.01,5.473 -0.01,8.208 l 0,0.261 2.323,0 0,-0.235 c 0,-2.019 -0.022,-4.038 0.013,-6.056 0.014,-0.64 0.18,-1.281 0.291,-1.921 0.133,-0.776 0.473,-1.516 0.858,-2.248 0.591,-1.12 1.359,-2.177 2.461,-3.1 0.605,-0.505 1.218,-1.014 1.925,-1.448 1.6,-0.98 3.428,-1.679 5.561,-1.948 C -0.133,2.901 -0.068,2.884 0,2.87 L 0,0 Z" /></g><path
id="path608"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 432.255,29.435 -3.484,0 0,19.863 3.484,0 0,-19.863 z" /><g
transform="translate(417.8153,26.7276)"
id="g610"><path
id="path612"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.016,0 -0.029,0.002 -0.041,0.003 -0.326,-0.999 -0.652,-1.995 -0.98,-2.998 l 1.908,0 C 0.588,-1.986 0.293,-0.993 0,0 m -4.693,-5.75 c 0.238,0.498 0.484,0.995 0.717,1.496 0.275,0.603 0.539,1.206 0.81,1.809 0.486,1.082 0.971,2.165 1.469,3.243 0.189,0.407 0.523,0.737 1.154,0.881 C 0.008,1.803 0.99,1.674 1.408,1.122 1.664,0.786 1.84,0.417 2.01,0.054 2.299,-0.561 2.553,-1.182 2.824,-1.798 3.371,-3.045 3.922,-4.294 4.471,-5.54 4.512,-5.63 4.551,-5.722 4.594,-5.825 l -2.471,0 c -0.172,0.414 -0.34,0.836 -0.527,1.252 -0.024,0.053 -0.137,0.126 -0.209,0.126 -0.996,0.008 -1.994,0.006 -3.002,0.006 -0.188,-0.421 -0.385,-0.83 -0.553,-1.246 -0.049,-0.124 -0.133,-0.15 -0.297,-0.148 -0.742,0.003 -1.486,0.002 -2.228,0.002 l 0,0.083 z" /></g><path
id="path614"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 444.542,28.321 2.445,0 0,-7.47 -2.445,0 0,7.47 z" /><g
transform="translate(414.1005,29.377)"
id="g616"><path
id="path618"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,0.935 -0.004,1.835 0.008,2.735 0,0.058 0.107,0.159 0.183,0.168 1.102,0.135 2.145,0.391 3.106,0.777 0.765,0.307 1.508,0.653 2.197,1.034 1.193,0.66 2.182,1.461 2.998,2.353 0.668,0.731 1.258,1.491 1.643,2.313 0.351,0.756 0.642,1.529 0.91,2.303 0.127,0.367 0.187,0.754 0.193,1.13 0.037,2.305 0.049,4.608 0.071,6.913 l 0,0.138 2.322,0 0,-0.248 c 0,-2.988 0.015,-5.977 -0.014,-8.967 C 13.611,10.06 13.449,9.467 13.33,8.878 13.174,8.112 12.867,7.374 12.48,6.649 11.869,5.503 11.074,4.426 9.949,3.478 9.432,3.043 8.898,2.608 8.307,2.224 7.156,1.474 5.828,0.903 4.348,0.504 3.043,0.151 1.697,-0.029 0.297,0 0.207,0.001 0.119,0 0,0" /></g><g
transform="translate(438.7333,26.8877)"
id="g620"><path
id="path622"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-5.977 -2.322,0 0,0.239 c 0,2.038 0.021,4.078 -0.014,6.117 -0.01,0.463 0.758,1.055 1.527,1.055 0.745,0 1.489,0.015 2.231,-0.003 C 2.85,1.395 4.188,0.779 4.604,-0.193 4.93,-0.96 4.498,-1.84 3.533,-2.281 3.244,-2.412 2.947,-2.535 2.635,-2.671 3.561,-3.754 4.504,-4.854 5.465,-5.974 5.369,-5.982 5.305,-5.992 5.242,-5.993 c -0.795,0 -1.59,-0.004 -2.383,0.004 -0.089,0 -0.22,0.038 -0.259,0.086 -0.77,0.976 -1.524,1.955 -2.289,2.931 -0.582,0.743 -0.11,1.091 0.81,1.37 0.309,0.093 0.619,0.203 0.873,0.35 C 2.486,-0.969 2.377,-0.65 2.08,-0.37 1.816,-0.119 1.475,0.049 0.971,0.004 0.664,-0.023 0.346,0 0,0" /></g><g
transform="translate(431.5126,26.7197)"
id="g624"><path
id="path626"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.018,0 -0.033,0.001 -0.051,0.001 -0.324,-0.995 -0.648,-1.987 -0.976,-2.99 l 1.91,0 C 0.586,-1.983 0.293,-0.992 0,0 m 4.59,-5.817 -2.471,0 c -0.172,0.416 -0.342,0.837 -0.527,1.254 -0.024,0.052 -0.139,0.124 -0.211,0.124 -0.998,0.007 -1.994,0.006 -2.998,0.006 -0.193,-0.429 -0.377,-0.849 -0.58,-1.265 -0.024,-0.054 -0.139,-0.121 -0.213,-0.123 -0.754,-0.008 -1.506,-0.004 -2.299,-0.004 0.213,0.467 0.418,0.916 0.621,1.365 0.672,1.486 1.342,2.975 2.018,4.461 0.164,0.358 0.32,0.724 0.545,1.065 0.527,0.803 1.824,0.846 2.67,0.313 C 1.52,1.143 1.69,0.809 1.834,0.477 2.164,-0.279 2.488,-1.036 2.82,-1.791 3.367,-3.04 3.918,-4.287 4.469,-5.533 4.508,-5.624 4.547,-5.716 4.59,-5.817" /></g><g
transform="translate(423.3857,20.9082)"
id="g628"><path
id="path630"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,5.97 -2.109,0 0,1.428 6.556,0 0,-1.414 -2.043,0 L 2.404,0 0,0 Z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 89 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 107 KiB

View file

@ -0,0 +1,261 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 296.24124 296.22751"
height="296.22751"
width="296.24124"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,236.982 236.993,0 L 236.993,0 0,0 0,236.982 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,296.2275)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(230.2041,26.2686)"
id="g20"><path
id="path22"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-11.19 -9.044,-20.302 -20.158,-20.302 l -183.1,0 c -11.113,0 -20.146,9.112 -20.146,20.302 l 0,184.435 c 0,11.191 9.033,20.301 20.146,20.301 l 183.1,0 C -9.044,204.736 0,195.626 0,184.435 L 0,0 Z m -15.483,210.714 -192.439,0 c -12.286,0 -22.282,-9.996 -22.282,-22.272 l 0,-192.439 c 0,-12.285 9.996,-22.272 22.282,-22.272 l 192.439,0 c 12.275,0 22.272,9.987 22.272,22.272 l 0,192.439 c 0,12.276 -9.997,22.272 -22.272,22.272" /></g><g
transform="translate(230.2041,210.7032)"
id="g24"><path
id="path26"
style="fill:#0c0d0d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-184.435 c 0,-11.19 -9.044,-20.301 -20.158,-20.301 l -183.1,0 c -11.113,0 -20.146,9.111 -20.146,20.301 l 0,184.435 c 0,11.191 9.033,20.302 20.146,20.302 l 183.1,0 C -9.044,20.302 0,11.191 0,0" /></g><g
transform="translate(210.1445,105.0625)"
id="g28"><path
id="path30"
style="fill:#040505;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-50.622 -41.028,-91.649 -91.648,-91.649 -50.621,0 -91.649,41.027 -91.649,91.649 0,18.023 5.212,34.841 14.201,49.02 l -22.03,22.568 c -3.843,5.157 -6.12,11.553 -6.12,18.473 0,17.081 13.84,30.921 30.922,30.921 9.35,0 17.716,-4.15 23.377,-10.688 l 0,-0.01 21.537,-23.574 c 9.33,3.197 19.338,4.938 29.762,4.938 C -41.028,91.648 0,50.619 0,0" /></g><g
transform="translate(188.4316,106.3203)"
id="g32"><path
id="path34"
style="fill:#121312;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-38.629 -31.316,-69.934 -69.936,-69.934 -38.619,0 -69.935,31.305 -69.935,69.934 0,38.62 31.316,69.925 69.935,69.925 C -31.316,69.925 0,38.62 0,0" /></g><g
transform="translate(118.4961,71.7862)"
id="g36"><path
id="path38"
style="fill:#121312;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -19.062,0 -34.523,15.461 -34.523,34.534 0,19.064 15.461,34.525 34.523,34.525 19.074,0 34.525,-15.461 34.525,-34.525 C 34.525,15.461 19.074,0 0,0 m 0,83.479 c -27.035,0 -48.944,-21.92 -48.944,-48.945 0,-27.034 21.909,-48.944 48.944,-48.944 27.035,0 48.945,21.91 48.945,48.944 0,27.025 -21.91,48.945 -48.945,48.945" /></g><g
transform="translate(153.0215,106.3203)"
id="g40"><path
id="path42"
style="fill:#040405;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-19.073 -15.451,-34.534 -34.525,-34.534 -19.063,0 -34.524,15.461 -34.524,34.534 0,19.064 15.461,34.525 34.524,34.525 C -15.451,34.525 0,19.064 0,0" /></g><g
transform="translate(118.4961,57.376)"
id="g44"><path
id="path46"
style="fill:#040405;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C -27.035,0 -48.944,21.91 -48.944,48.944 -48.944,75.969 -27.035,97.89 0,97.89 27.035,97.89 48.945,75.969 48.945,48.944 48.945,21.91 27.035,0 0,0 m 0,109.561 c -33.483,0 -60.628,-27.144 -60.628,-60.617 0,-33.484 27.145,-60.628 60.628,-60.628 33.484,0 60.629,27.144 60.629,60.628 0,33.473 -27.145,60.617 -60.629,60.617" /></g><g
transform="translate(118.4961,36.3868)"
id="g48"><path
id="path50"
style="fill:#5d5d5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -38.619,0 -69.936,31.305 -69.936,69.934 0,38.62 31.317,69.924 69.936,69.924 38.619,0 69.936,-31.304 69.936,-69.924 C 69.936,31.305 38.619,0 0,0 m 0,142.049 c -39.834,0 -72.125,-32.29 -72.125,-72.115 C -72.125,30.1 -39.834,-2.19 0,-2.19 c 39.836,0 72.125,32.29 72.125,72.124 0,39.825 -32.289,72.115 -72.125,72.115" /></g><g
transform="translate(43.5468,175.3252)"
id="g52"><path
id="path54"
style="fill:#911a21;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -11.093,0 -20.071,8.98 -20.071,20.071 0,11.092 8.978,20.071 20.071,20.071 11.092,0 20.07,-8.979 20.07,-20.071 C 20.07,8.98 11.092,0 0,0 m 0,41.697 c -11.947,0 -21.626,-9.679 -21.626,-21.626 0,-11.946 9.679,-21.626 21.626,-21.626 11.945,0 21.625,9.68 21.625,21.626 0,11.947 -9.68,21.626 -21.625,21.626" /></g><g
transform="translate(63.6172,195.3965)"
id="g56"><path
id="path58"
style="fill:#bb2127;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-11.092 -8.979,-20.071 -20.07,-20.071 -11.093,0 -20.072,8.979 -20.072,20.071 0,11.092 8.979,20.07 20.072,20.07 C -8.979,20.07 0,11.092 0,0" /></g><g
transform="translate(140.3086,95.1641)"
id="g60"><path
id="path62"
style="fill:#171818;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -21.812,-14.837 -21.811,13.763 0,25.523 21.932,12.692 L 0,24.449 0,0 Z m -21.67,39.921 -24.275,-14.059 0,-28.238 24.133,-15.243 24.132,16.426 0,27.055 -23.99,14.059 z" /></g><g
transform="translate(140.3086,119.6133)"
id="g64"><path
id="path66"
style="fill:#2f2f2f;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-24.449 -21.812,-14.837 -21.811,13.763 0,25.523 21.932,12.691 L 0,0 Z" /></g><g
transform="translate(146.3418,187.0313)"
id="g68"><path
id="path70"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.741,-4.611 c -2.748,0.931 -5.573,1.709 -8.453,2.322 l 0.712,4.894 C -6.242,1.927 -3.076,1.05 0,0" /></g><g
transform="translate(160.1933,180.8877)"
id="g72"><path
id="path74"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.398,-4.314 c -2.53,1.414 -5.135,2.695 -7.83,3.81 l 1.73,4.621 C -5.574,2.901 -2.738,1.521 0,0" /></g><g
transform="translate(173.1025,172.0635)"
id="g76"><path
id="path78"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 -3.482,-3.526 C -5.704,-1.698 -8.026,0 -10.436,1.575 l 2.759,4.074 C -5.005,3.919 -2.442,2.025 0,0" /></g><g
transform="translate(183.7129,161.5508)"
id="g80"><path
id="path82"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.789,-3.164 c -1.785,2.112 -3.679,4.127 -5.672,6.044 l 3.525,3.439 C -3.854,4.325 -1.873,2.213 0,0" /></g><g
transform="translate(191.7383,150.3047)"
id="g84"><path
id="path86"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -4.424,-2.2 c -1.247,2.081 -2.595,4.095 -4.04,6.045 l 3.888,3.033 C -2.935,4.665 -1.402,2.378 0,0" /></g><g
transform="translate(198.0449,137.3858)"
id="g88"><path
id="path90"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -4.664,-1.589 c -0.93,2.388 -1.96,4.709 -3.109,6.977 l 4.379,2.264 C -2.135,5.168 -1.008,2.616 0,0" /></g><g
transform="translate(201.8457,124.585)"
id="g92"><path
id="path94"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -4.862,-0.844 c -0.46,2.18 -1.018,4.315 -1.664,6.417 l 4.641,1.719 C -1.15,4.905 -0.516,2.475 0,0" /></g><g
transform="translate(201.7783,89.1084)"
id="g96"><path
id="path98"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.536,-2.529 -1.193,-5.004 -1.947,-7.434 l -4.622,1.773 c 0.678,2.179 1.259,4.402 1.741,6.657 L 0,0 Z" /></g><g
transform="translate(197.9355,76.2969)"
id="g100"><path
id="path102"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.029,-2.628 -2.179,-5.2 -3.448,-7.697 l -4.238,2.562 c 1.127,2.222 2.146,4.511 3.067,6.854 L 0,0 Z" /></g><g
transform="translate(191.5752,63.3877)"
id="g104"><path
id="path106"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.392,-2.321 -2.902,-4.567 -4.512,-6.724 l -3.689,3.296 c 1.411,1.916 2.736,3.899 3.963,5.947 L 0,0 Z" /></g><g
transform="translate(183.6133,52.3174)"
id="g108"><path
id="path110"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.948,-2.311 -4.018,-4.5 -6.208,-6.569 l -3.251,3.7 c 1.916,1.829 3.733,3.756 5.451,5.76 L 0,0 Z" /></g><g
transform="translate(173.0586,41.8819)"
id="g112"><path
id="path114"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -2.551,-2.112 -5.223,-4.073 -8.016,-5.88 l -2.244,4.413 c 2.409,1.588 4.731,3.296 6.953,5.124 L 0,0 Z" /></g><g
transform="translate(160.3242,33.166)"
id="g116"><path
id="path118"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -2.737,-1.544 -5.585,-2.934 -8.508,-4.149 l -1.752,4.598 c 2.639,1.117 5.201,2.365 7.687,3.745 L 0,0 Z" /></g><g
transform="translate(146.3955,26.958)"
id="g120"><path
id="path122"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -2.944,-1.007 -5.956,-1.85 -9.044,-2.518 l -0.908,4.839 c 2.791,0.613 5.517,1.38 8.189,2.278 L 0,0 Z" /></g><g
transform="translate(102.1914,29.2139)"
id="g124"><path
id="path126"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -0.887,-4.852 c -3.109,0.669 -6.153,1.512 -9.12,2.508 l 1.741,4.611 C -5.572,1.369 -2.813,0.613 0,0" /></g><g
transform="translate(88.4394,33.5508)"
id="g128"><path
id="path130"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.74,-4.61 c -2.924,1.204 -5.76,2.584 -8.497,4.106 l 2.616,4.182 C -5.157,2.32 -2.617,1.095 0,0" /></g><g
transform="translate(75.7929,40.251)"
id="g132"><path
id="path134"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.574,-4.216 c -2.758,1.795 -5.408,3.745 -7.926,5.836 l 3.316,3.648 C -4.895,3.384 -2.496,1.62 0,0" /></g><g
transform="translate(64.416,49.2285)"
id="g136"><path
id="path138"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 -3.383,-3.579 C -5.561,-1.52 -7.621,0.659 -9.57,2.947 l 3.865,3.044 C -3.908,3.9 -2.004,1.896 0,0" /></g><g
transform="translate(55.0976,59.7744)"
id="g140"><path
id="path142"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.931,-2.957 c -1.554,2.081 -3,4.237 -4.335,6.461 l 4.258,2.463 C -2.759,3.92 -1.424,1.927 0,0" /></g><g
transform="translate(48.2109,70.9102)"
id="g144"><path
id="path146"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 -4.227,-2.551 C -5.52,-0.055 -6.68,2.519 -7.72,5.146 l 4.632,1.697 C -2.168,4.5 -1.139,2.222 0,0" /></g><g
transform="translate(43.0527,83.711)"
id="g148"><path
id="path150"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -4.555,-1.993 c -0.755,2.43 -1.412,4.915 -1.948,7.444 l 4.86,0.821 C -1.183,4.149 -0.646,2.058 0,0" /></g><g
transform="translate(43.0429,130.2354)"
id="g152"><path
id="path154"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.68,-2.18 -1.248,-4.392 -1.72,-6.646 l -4.84,0.908 c 0.494,2.42 1.106,4.797 1.83,7.128 L 0,0 Z" /></g><g
transform="translate(48.0791,142.795)"
id="g156"><path
id="path158"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.116,-2.201 -2.134,-4.469 -3.044,-6.79 l -4.653,1.621 c 0.974,2.508 2.069,4.961 3.273,7.348 L 0,0 Z" /></g><g
transform="translate(54.9121,153.9405)"
id="g160"><path
id="path162"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.369,-1.861 -2.66,-3.787 -3.854,-5.759 l -4.282,2.432 c 1.347,2.243 2.803,4.423 4.358,6.513 L 0,0 Z" /></g><g
transform="translate(64.4052,164.7266)"
id="g164"><path
id="path166"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.981,-1.873 -3.854,-3.844 -5.628,-5.913 l -3.898,3.033 c 1.927,2.268 3.975,4.412 6.133,6.46 L 0,0 Z" /></g><g
transform="translate(75.8144,173.7383)"
id="g168"><path
id="path170"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -2.42,-1.566 -4.741,-3.275 -6.963,-5.093 l -3.274,3.692 c 2.43,2.004 4.981,3.875 7.641,5.584 L 0,0 Z" /></g><g
transform="translate(88.5713,180.4727)"
id="g172"><path
id="path174"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -2.607,-1.085 -5.146,-2.3 -7.6,-3.648 l -2.518,4.239 c 2.606,1.434 5.3,2.737 8.07,3.897 L 0,0 Z" /></g><g
transform="translate(102.1699,184.7422)"
id="g176"><path
id="path178"
style="fill:#e57225;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -2.803,-0.603 -5.539,-1.347 -8.211,-2.255 l -1.971,4.544 c 2.945,1.008 5.979,1.85 9.065,2.507 L 0,0 Z" /></g><g
transform="translate(114.5713,189.5616)"
id="g180"><path
id="path182"
style="fill:#e16f26;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.817,0 0,-4.398 -1.131,0 0,4.398 -2.793,0 0,0.592 L 0,0.592 0,0 Z" /></g><g
transform="translate(119.4609,185.6436)"
id="g184"><path
id="path186"
style="fill:#e16f26;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.85,0 1.549,0.177 2.094,0.531 2.636,0.885 2.908,1.379 2.908,2.016 2.908,2.65 2.639,3.145 2.096,3.498 1.553,3.852 0.861,4.029 0.021,4.029 -0.833,4.029 -1.534,3.852 -2.083,3.498 -2.631,3.145 -2.904,2.65 -2.904,2.016 -2.904,1.383 -2.631,0.888 -2.085,0.532 -1.539,0.177 -0.844,0 0,0 M 0.011,4.596 C 1.203,4.596 2.18,4.359 2.938,3.888 3.695,3.415 4.075,2.79 4.075,2.016 4.075,1.239 3.695,0.615 2.938,0.143 2.18,-0.329 1.203,-0.565 0.011,-0.565 c -1.196,0 -2.175,0.238 -2.939,0.71 -0.761,0.472 -1.144,1.096 -1.144,1.871 0,0.774 0.383,1.399 1.144,1.872 0.764,0.471 1.743,0.708 2.939,0.708" /></g><g
transform="translate(126.1601,187.7491)"
id="g188"><path
id="path190"
style="fill:#e16f26;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 2.156,0 c 0.724,0 1.239,0.081 1.547,0.24 0.308,0.158 0.462,0.388 0.462,0.688 0,0.2 -0.086,0.377 -0.256,0.53 C 3.738,1.612 3.523,1.709 3.263,1.75 3,1.792 2.625,1.812 2.133,1.812 L 0,1.812 0,0 Z m -1.125,2.404 3.176,0 c 0.696,0 1.281,-0.039 1.75,-0.113 C 4.273,2.214 4.645,2.049 4.92,1.797 5.195,1.543 5.332,1.261 5.332,0.948 5.332,0.443 5.059,0.061 4.512,-0.199 3.967,-0.46 3.178,-0.591 2.143,-0.591 l -2.143,0 0,-1.994 -1.125,0 0,4.989 z" /></g><g
transform="translate(36.5664,118.4912)"
id="g192"><path
id="path194"
style="fill:#e16f26;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 3.648,-0.518 -0.546,-8.03 -11.224,0 0,1.188 7.71,2.828 L 0,0 Z" /></g><g
transform="translate(36.5664,95.2979)"
id="g196"><path
id="path198"
style="fill:#e16f26;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 3.648,0.519 -0.546,8.029 -11.224,0 0,-1.187 7.71,-2.828 L 0,0 Z" /></g><g
transform="translate(201.5224,95.2373)"
id="g200"><path
id="path202"
style="fill:#e16f26;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.65,0.519 0.547,8.027 11.225,0 0,-1.185 L 0.41,4.532 0,0 Z" /></g><g
transform="translate(201.5224,118.4297)"
id="g204"><path
id="path206"
style="fill:#e16f26;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.65,-0.518 0.547,-8.029 11.225,0 0,1.186 L 0.41,-4.532 0,0 Z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 240.76125 295.86749"
height="295.86749"
width="240.76125"
xml:space="preserve"
version="1.1"
id="svg2"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="game.svg"><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1141"
id="namedview36"
showgrid="false"
inkscape:zoom="2.2561073"
inkscape:cx="22.728232"
inkscape:cy="180.92642"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" /><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath18"
clipPathUnits="userSpaceOnUse"><path
id="path20"
d="m 0,236.694 192.609,0 L 192.609,0 0,0 0,236.694 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,295.8675)"
id="g10"><path
id="path12"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 192.609,0 0,236.695 L 0,236.695 0,0 Z" /><g
id="g14"><g
clip-path="url(#clipPath18)"
id="g16"><g
transform="translate(184.6939,14.7002)"
id="g22"><path
id="path24"
style="fill:#d1e0eb;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-2.498 -2.025,-4.523 -4.523,-4.523 l -164.717,0 c -2.498,0 -4.523,2.025 -4.523,4.523 l 0,205.833 c 0,2.498 2.025,4.523 4.523,4.523 l 164.717,0 c 2.498,0 4.523,-2.025 4.523,-4.523 L 0,0 Z" /></g><path
id="path26"
style="fill:#da1e3d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 184.694,124.81 -173.763,0 0,20.4 173.763,0 0,-20.4 z" /><path
id="path28"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 157.366,124.81 -124.574,0 0,-84.99 124.574,0 0,84.99 z" /><path
id="path30"
style="fill:#ffce09;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 45.599,145.209 -34.668,0 0,2.829 34.668,0 0,-2.829 z" /><path
id="path32"
style="fill:#ec2027;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 80.268,145.209 -34.669,0 0,2.829 34.669,0 0,-2.829 z" /><path
id="path34"
style="fill:#c61c74;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 114.904,145.209 -34.668,0 0,2.829 34.668,0 0,-2.829 z" /><path
id="path36"
style="fill:#3666ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 150.025,145.209 -35.121,0 0,2.829 35.121,0 0,-2.829 z" /><path
id="path38"
style="fill:#479148;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 184.694,145.209 -34.669,0 0,2.829 34.669,0 0,-2.829 z" /><g
transform="translate(108.9434,173.497)"
id="g40"><path
id="path42"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,3.752 0.012,7.506 -0.004,11.258 -0.015,3.285 1.694,5.147 4.841,5.214 1.258,0.027 2.517,0.074 3.774,0.032 5.028,-0.172 8.862,-4.501 8.441,-9.672 -0.262,-3.206 -1.983,-5.512 -4.596,-7.109 -1.505,-0.921 -1.511,-0.95 -0.571,-2.502 1.849,-3.058 3.703,-6.113 5.534,-9.183 0.627,-1.052 0.553,-1.154 -0.646,-1.192 -4.001,-0.127 -3.992,-0.122 -6.107,3.422 -1.335,2.238 -2.71,4.452 -4.051,6.685 -1.632,2.721 -0.628,5.448 2.34,6.395 2.509,0.8 3.708,3.207 2.733,5.572 -0.594,1.44 -1.647,2.305 -3.165,2.435 -3.687,0.317 -3.689,0.311 -3.687,-3.532 0.004,-6.44 0.01,-12.881 0.012,-19.321 0.001,-1.666 -0.003,-1.666 -1.634,-1.674 -3.258,-0.014 -3.249,-0.014 -3.237,3.335 0.012,3.279 0.002,6.559 0.002,9.837 L 0,0 Z" /></g><g
transform="translate(96.2139,181.1406)"
id="g44"><path
id="path46"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C -0.126,0.019 -0.252,0.038 -0.378,0.058 -1.16,-2.634 -1.957,-5.32 -2.713,-8.02 c -0.174,-0.619 0.311,-0.694 0.734,-0.697 1.212,-0.005 2.423,0.023 3.635,0.011 0.582,-0.007 0.834,0.193 0.647,0.833 C 1.538,-5.247 0.967,-2.559 0,0 m 8.481,-20.862 c -2.768,0.051 -2.365,-0.384 -3.254,2.622 -0.373,1.259 -0.695,2.535 -1.02,3.807 -0.171,0.673 -0.542,0.982 -1.22,0.973 -2.15,-0.023 -4.301,-0.035 -6.45,-0.006 -0.745,0.01 -0.952,-0.441 -1.124,-1.068 -0.471,-1.717 -1.011,-3.414 -1.455,-5.138 -0.216,-0.838 -0.621,-1.222 -1.453,-1.184 -0.89,0.04 -1.784,0.034 -2.674,-0.002 -0.868,-0.036 -1.056,0.317 -0.802,1.168 0.848,2.841 1.643,5.701 2.474,8.548 1.627,5.572 3.276,11.137 4.89,16.712 0.411,1.419 1.072,2.561 2.451,3.123 1.784,0.728 3.789,-0.146 4.428,-2.143 1.059,-3.306 1.993,-6.655 2.956,-9.995 1.526,-5.293 3.038,-10.591 4.544,-15.89 0.396,-1.396 0.276,-1.545 -1.074,-1.527 -0.406,0.005 -0.811,0 -1.217,0" /></g><g
transform="translate(64.4546,181.3164)"
id="g48"><path
id="path50"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.991,-2.689 -1.68,-5.473 -2.501,-8.21 -0.193,-0.645 0.22,-0.818 0.744,-0.819 1.134,-0.003 2.268,-0.002 3.401,-0.018 0.859,-0.013 1.021,0.375 0.788,1.209 -0.64,2.28 -1.21,4.582 -1.824,6.869 C 0.515,-0.621 0.513,-0.189 0,0 m 8.1,-21.079 c -2.287,0.045 -2.276,0.048 -2.875,2.588 -0.302,1.279 -0.668,2.542 -0.979,3.818 -0.179,0.732 -0.565,1.027 -1.306,1.009 -1.946,-0.046 -3.895,-0.06 -5.84,-0.004 -0.901,0.026 -1.326,-0.37 -1.556,-1.231 -0.448,-1.679 -0.992,-3.331 -1.41,-5.019 -0.217,-0.876 -0.681,-1.172 -1.478,-1.148 -0.728,0.021 -1.457,-0.026 -2.186,-0.016 -1.185,0.016 -1.305,0.174 -0.976,1.321 2.189,7.615 4.38,15.23 6.581,22.842 0.305,1.057 0.621,2.114 1.002,3.143 0.607,1.642 2.075,2.688 3.551,2.608 1.459,-0.08 2.647,-1.165 3.121,-2.95 2.055,-7.742 4.093,-15.49 6.136,-23.237 0.227,-0.859 0.41,-1.735 0.689,-2.575 0.288,-0.867 0.034,-1.199 -0.809,-1.153 -0.486,0.025 -0.974,0.004 -1.665,0.004" /></g><g
transform="translate(82.6226,161.6172)"
id="g52"><path
id="path54"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0.011,-0.991 -0.325,-1.424 -1.263,-1.388 -0.689,0.028 -1.38,10e-4 -2.07,0.005 -1.523,0.008 -1.536,0.011 -1.514,1.672 0.063,4.686 0.144,9.372 0.205,14.06 0.033,2.557 0.016,5.115 0.071,7.671 0.02,0.923 -0.253,1.315 -1.182,1.266 -1.295,-0.069 -2.596,-0.007 -3.894,-0.026 -0.706,-0.011 -1.057,0.27 -1.012,1.057 0.054,0.978 0.054,1.959 0.089,2.938 0.026,0.71 0.328,1.033 1.067,1.034 4.909,0.011 9.817,0.044 14.724,0.115 1.031,0.015 1.372,-0.422 1.291,-1.446 C 6.442,26.067 6.438,25.17 6.437,24.274 6.437,23.634 6.185,23.359 5.561,23.362 4.145,23.367 2.727,23.293 1.311,23.316 0.476,23.331 0.194,23.003 0.204,22.118 0.242,18.411 -0.04,3.665 0,0" /></g><g
transform="translate(128.542,175.2177)"
id="g56"><path
id="path58"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,4.515 0.017,9.029 -0.014,13.543 -0.006,0.944 0.319,1.32 1.208,1.276 0.849,-0.042 1.705,-0.049 2.553,0.006 1.038,0.07 1.198,-0.534 1.196,-1.431 C 4.934,8.537 4.958,3.682 4.96,-1.174 4.961,-5.264 4.921,-9.352 4.956,-13.44 c 0.01,-1.105 -0.333,-1.574 -1.407,-1.453 -0.601,0.068 -1.215,0.006 -1.823,0.005 -1.84,-0.005 -1.818,-0.005 -1.811,1.991 C -0.07,-8.599 -0.08,-4.299 -0.08,0 L 0,0 Z" /></g><g
transform="translate(143.3023,185.6084)"
id="g60"><path
id="path62"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0.017,1.68 -1.043,2.843 -2.616,2.869 -1.503,0.027 -2.717,-1.24 -2.702,-2.818 0.014,-1.497 1.32,-2.84 2.758,-2.837 C -1.072,-2.781 -0.016,-1.633 0,0 m 0.052,-8.805 c 0.009,1.64 -1.1,2.858 -2.612,2.866 -1.439,0.008 -2.742,-1.331 -2.739,-2.817 0.003,-1.56 1.286,-2.839 2.851,-2.842 1.482,-0.003 2.49,1.125 2.5,2.793 m -1.993,4.504 c 3.149,-1.933 4.019,-3.475 3.335,-5.785 -0.52,-1.759 -2.373,-3.111 -4.114,-3.002 -1.968,0.123 -3.675,1.753 -4.012,3.834 -0.32,1.974 0.934,3.679 3.717,4.873 -2.627,1.095 -4.461,2.71 -3.438,5.88 0.621,1.923 2.537,2.985 4.366,2.732 C -0.318,3.986 1.135,2.578 1.424,0.824 1.801,-1.472 0.872,-2.905 -1.941,-4.301" /></g><g
transform="translate(143.1817,163.3633)"
id="g64"><path
id="path66"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 0.241,0.6 0.085,1.155 0.107,1.695 0.129,2.244 0.305,2.611 0.865,2.639 1.437,2.667 1.655,2.317 1.652,1.758 1.647,0.48 1.684,-0.799 1.633,-2.073 1.598,-2.926 0.865,-3.193 0.125,-2.57 c -0.724,0.609 -1.343,1.354 -2.009,2.04 -0.377,0.387 -0.73,0.804 -1.137,1.154 -0.614,0.526 -1.294,0.633 -1.796,-0.119 -0.493,-0.738 -0.18,-1.37 0.466,-1.849 0.098,-0.072 0.213,-0.125 0.327,-0.169 0.486,-0.182 0.592,-0.582 0.445,-1.026 -0.185,-0.56 -0.647,-0.433 -1.029,-0.308 -1.06,0.348 -1.727,1.105 -1.91,2.261 -0.189,1.194 0.34,2.082 1.261,2.692 0.986,0.651 2.025,0.606 2.968,-0.097 0.523,-0.391 0.942,-0.932 1.42,-1.39 C -0.634,0.395 -0.451,0.089 0,0" /></g><g
transform="translate(143.4736,169.2217)"
id="g68"><path
id="path70"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.002,0.891 -0.595,1.512 -1.442,1.512 -0.806,-0.001 -1.461,-0.705 -1.43,-1.536 0.031,-0.829 0.71,-1.54 1.474,-1.545 C -0.599,-1.575 0.002,-0.899 0,0 m -1.433,-2.877 c -0.567,-0.054 -1.139,0.163 -1.662,0.505 -1.034,0.675 -2.051,1.378 -3.078,2.063 -0.354,0.238 -0.666,0.498 -0.668,0.993 -10e-4,0.253 -0.046,0.537 0.161,0.714 0.227,0.198 0.458,0.036 0.671,-0.087 C -5.903,1.249 -5.784,1.2 -5.696,1.115 -4.844,0.296 -4.332,0.32 -3.807,1.58 -3.293,2.813 -1.649,3.232 -0.404,2.73 0.888,2.21 1.69,0.789 1.427,-0.512 1.145,-1.914 0.015,-2.871 -1.433,-2.877" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 656.14001 146.19125"
height="146.19125"
width="656.14001"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,116.953 524.912,0 L 524.912,0 0,0 0,116.953 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,146.19125)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(132.8845,0.3707)"
id="g20"><path
id="path22"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -5.617,-0.251 -11.084,0.547 -16.365,2.474 -5.311,1.937 -10.213,4.628 -14.526,8.308 -1.924,1.642 -3.855,3.298 -5.596,5.126 -3.44,3.614 -6.351,7.64 -8.831,11.98 -2.549,4.462 -4.611,9.129 -6.138,14.034 -1.343,4.313 -2.487,8.679 -2.869,13.194 -0.326,3.853 -0.701,7.719 -0.72,11.581 -0.08,16.013 -0.034,32.025 -0.034,48.037 l 0,1.527 9.384,0 0,-1.381 c 0,-11.814 -0.096,-23.629 0.056,-35.441 0.048,-3.749 0.721,-7.493 1.167,-11.232 0.542,-4.544 1.913,-8.884 3.47,-13.16 2.385,-6.554 5.488,-12.744 9.946,-18.144 2.441,-2.954 4.927,-5.937 7.782,-8.469 6.461,-5.73 13.848,-9.833 22.471,-11.406 C -0.53,16.979 -0.267,16.875 0,16.795 L 0,0 Z" /></g><path
id="path24"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 73.359,0.707 -14.078,0 0,116.246 14.078,0 0,-116.246 z" /><g
transform="translate(0.0019,0.3707)"
id="g26"><path
id="path28"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,5.471 -0.014,10.738 0.033,16.005 0.003,0.343 0.436,0.93 0.743,0.984 4.449,0.791 8.669,2.288 12.548,4.545 3.089,1.798 6.091,3.816 8.879,6.051 4.825,3.867 8.809,8.542 12.118,13.777 2.698,4.271 5.084,8.722 6.63,13.53 1.425,4.428 2.597,8.945 3.679,13.472 0.513,2.15 0.76,4.411 0.784,6.625 0.148,13.483 0.198,26.965 0.28,40.449 10e-4,0.242 10e-4,0.483 10e-4,0.81 l 9.383,0 0,-1.452 c 0,-17.491 0.064,-34.982 -0.054,-52.473 C 55.001,58.864 54.347,55.4 53.863,51.955 53.234,47.478 51.997,43.147 50.435,38.909 47.965,32.207 44.752,25.9 40.204,20.355 38.112,17.806 35.959,15.27 33.567,13.01 28.916,8.618 23.55,5.28 17.568,2.946 12.298,0.888 6.865,-0.174 1.201,-0.001 0.842,0.01 0.482,0 0,0" /></g><g
transform="translate(377.114,51.8352)"
id="g30"><path
id="path32"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,14.661 0.052,29.323 -0.016,43.983 -0.06,12.831 6.952,20.106 19.872,20.367 5.164,0.104 10.333,0.291 15.491,0.123 C 55.984,63.804 71.722,46.891 69.992,26.692 68.92,14.169 61.853,5.161 51.131,-1.082 44.951,-4.68 44.928,-4.79 48.783,-10.855 56.375,-22.8 63.984,-34.734 71.5,-46.727 c 2.575,-4.109 2.27,-4.508 -2.652,-4.658 -16.422,-0.499 -16.387,-0.477 -25.067,13.368 -5.482,8.745 -11.123,17.39 -16.629,26.12 -6.699,10.626 -2.576,21.281 9.606,24.977 10.3,3.125 15.218,12.528 11.218,21.768 -2.437,5.628 -6.76,9.002 -12.993,9.512 -15.131,1.241 -15.139,1.214 -15.131,-13.796 0.013,-25.159 0.039,-50.319 0.049,-75.479 0.003,-6.508 -0.013,-6.508 -6.71,-6.538 -13.369,-0.06 -13.334,-0.06 -13.286,13.03 0.048,12.807 0.011,25.615 0.011,38.423 L 0,0 Z" /></g><g
transform="translate(324.863,81.6951)"
id="g34"><path
id="path36"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.517,0.075 -1.034,0.149 -1.552,0.225 -3.209,-10.513 -6.478,-21.008 -9.584,-31.551 -0.713,-2.419 1.278,-2.713 3.015,-2.721 4.973,-0.025 9.946,0.086 14.92,0.037 2.387,-0.024 3.423,0.755 2.656,3.258 C 6.314,-20.498 3.969,-9.991 0,0 m 34.815,-81.497 c -11.363,0.198 -9.709,-1.499 -13.361,10.243 -1.53,4.917 -2.85,9.902 -4.183,14.878 -0.706,2.628 -2.227,3.829 -5.01,3.799 -8.826,-0.094 -17.653,-0.137 -26.477,-0.027 -3.056,0.039 -3.907,-1.724 -4.611,-4.169 -1.933,-6.709 -4.151,-13.338 -5.973,-20.075 -0.886,-3.272 -2.546,-4.772 -5.965,-4.626 -3.652,0.156 -7.32,0.13 -10.973,-0.009 -3.566,-0.137 -4.336,1.24 -3.293,4.564 3.481,11.101 6.743,22.271 10.155,33.395 6.678,21.766 13.445,43.505 20.071,65.287 1.687,5.541 4.402,10.003 10.063,12.2 7.321,2.841 15.55,-0.572 18.176,-8.375 4.346,-12.912 8.178,-26 12.13,-39.044 6.264,-20.678 12.469,-41.374 18.653,-62.076 1.628,-5.453 1.133,-6.034 -4.409,-5.967 -1.665,0.02 -3.329,0.002 -4.993,0.002" /></g><g
transform="translate(194.5026,82.3821)"
id="g38"><path
id="path40"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -4.068,-10.504 -6.896,-21.379 -10.263,-32.073 -0.793,-2.519 0.898,-3.194 3.052,-3.199 4.653,-0.01 9.307,-0.005 13.959,-0.07 3.527,-0.049 4.19,1.467 3.231,4.724 C 7.355,-21.711 5.016,-12.721 2.497,-3.782 2.116,-2.427 2.104,-0.733 0,0 m 33.245,-82.344 c -9.385,0.176 -9.337,0.187 -11.798,10.111 -1.239,4.996 -2.743,9.926 -4.019,14.914 -0.733,2.861 -2.317,4.013 -5.358,3.944 -7.989,-0.181 -15.988,-0.237 -23.975,-0.019 -3.697,0.101 -5.44,-1.443 -6.385,-4.811 -1.841,-6.558 -4.073,-13.011 -5.787,-19.6 -0.89,-3.423 -2.797,-4.581 -6.067,-4.489 -2.988,0.084 -5.983,-0.102 -8.975,-0.062 -4.861,0.063 -5.358,0.678 -4.005,5.16 8.983,29.751 17.982,59.497 27.013,89.234 1.254,4.129 2.551,8.258 4.113,12.277 2.493,6.414 8.519,10.499 14.577,10.186 5.987,-0.309 10.866,-4.55 12.81,-11.52 8.435,-30.247 16.798,-60.514 25.185,-90.774 0.931,-3.359 1.683,-6.78 2.829,-10.064 1.181,-3.386 0.141,-4.684 -3.322,-4.506 -1.994,0.103 -3.996,0.019 -6.836,0.019" /></g><g
transform="translate(269.0759,5.427)"
id="g42"><path
id="path44"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0.045,-3.871 -1.334,-5.564 -5.184,-5.418 -2.828,0.106 -5.664,0.003 -8.496,0.018 -6.251,0.031 -6.303,0.038 -6.212,6.528 0.257,18.309 0.589,36.616 0.838,54.925 0.136,9.991 0.066,19.985 0.292,29.972 0.083,3.606 -1.04,5.133 -4.849,4.94 -5.317,-0.268 -10.658,-0.024 -15.988,-0.099 -2.896,-0.041 -4.335,1.058 -4.155,4.133 0.224,3.818 0.222,7.649 0.369,11.472 0.106,2.775 1.346,4.036 4.382,4.043 20.146,0.039 40.292,0.17 60.436,0.45 4.228,0.059 5.63,-1.648 5.297,-5.65 C 26.44,101.835 26.427,98.327 26.425,94.832 26.423,92.327 25.39,91.256 22.827,91.265 17.012,91.285 11.193,90.996 5.381,91.087 1.953,91.142 0.8,89.863 0.838,86.406 0.994,71.927 -0.163,14.32 0,0" /></g><g
transform="translate(457.5602,58.5589)"
id="g46"><path
id="path48"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,17.636 0.071,35.272 -0.058,52.908 -0.026,3.689 1.311,5.158 4.959,4.985 3.487,-0.166 6.998,-0.194 10.48,0.025 4.259,0.268 4.917,-2.09 4.909,-5.595 -0.04,-18.97 0.061,-37.94 0.066,-56.909 0.005,-15.974 -0.158,-31.949 -0.012,-47.921 0.039,-4.313 -1.37,-6.144 -5.778,-5.67 -2.465,0.265 -4.987,0.023 -7.483,0.017 -7.552,-0.019 -7.461,-0.017 -7.433,7.776 0.062,16.794 0.02,33.589 0.02,50.383 0.109,0 0.22,0 0.33,0.001" /></g><g
transform="translate(518.1472,99.1487)"
id="g50"><path
id="path52"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0.067,6.563 -4.283,11.106 -10.74,11.212 -6.169,0.101 -11.154,-4.848 -11.091,-11.013 0.06,-5.846 5.423,-11.093 11.325,-11.079 C -4.402,-10.865 -0.066,-6.375 0,0 m 0.211,-34.393 c 0.037,6.405 -4.516,11.161 -10.719,11.194 -5.906,0.032 -11.257,-5.204 -11.244,-11.005 0.013,-6.095 5.278,-11.089 11.703,-11.101 6.082,-0.011 10.223,4.393 10.26,10.912 m -8.18,17.595 c 12.928,-7.554 16.496,-13.58 13.69,-22.604 -2.137,-6.87 -9.742,-12.151 -16.885,-11.726 -8.082,0.481 -15.086,6.851 -16.471,14.979 -1.313,7.71 3.837,14.37 15.26,19.04 -10.784,4.274 -18.313,10.584 -14.113,22.965 2.548,7.511 10.415,11.664 17.918,10.678 C -1.305,15.578 4.658,10.07 5.842,3.222 7.392,-5.747 3.582,-11.347 -7.969,-16.798" /></g><g
transform="translate(517.652,12.2488)"
id="g54"><path
id="path56"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 0.986,2.343 0.351,4.513 0.44,6.624 0.529,8.766 1.25,10.203 3.55,10.311 5.901,10.422 6.79,9.053 6.782,6.867 6.763,1.878 6.914,-3.12 6.702,-8.101 6.561,-11.43 3.548,-12.476 0.513,-10.042 c -2.969,2.381 -5.514,5.294 -8.247,7.971 -1.546,1.514 -2.996,3.146 -4.665,4.509 -2.524,2.058 -5.313,2.472 -7.373,-0.465 -2.024,-2.884 -0.738,-5.351 1.912,-7.222 0.402,-0.285 0.876,-0.49 1.342,-0.658 1.997,-0.716 2.428,-2.276 1.826,-4.013 -0.759,-2.184 -2.655,-1.686 -4.223,-1.198 -4.35,1.355 -7.086,4.312 -7.838,8.83 -0.777,4.667 1.393,8.135 5.176,10.515 4.043,2.545 8.311,2.37 12.181,-0.38 C -7.25,6.323 -5.529,4.21 -3.565,2.42 -2.603,1.543 -1.853,0.349 0,0" /></g><g
transform="translate(518.8492,35.136)"
id="g58"><path
id="path60"
style="fill:#de1e26;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.008,3.48 -2.442,5.908 -5.917,5.904 -3.309,-0.004 -5.998,-2.753 -5.871,-6 0.127,-3.235 2.914,-6.017 6.049,-6.035 C -2.459,-6.151 0.008,-3.516 0,0 m -5.88,-11.24 c -2.328,-0.208 -4.675,0.638 -6.824,1.974 -4.243,2.635 -8.42,5.379 -12.634,8.061 -1.452,0.925 -2.733,1.945 -2.743,3.876 -0.004,0.987 -0.187,2.098 0.66,2.793 0.936,0.768 1.88,0.136 2.756,-0.346 0.438,-0.24 0.927,-0.432 1.286,-0.763 3.495,-3.201 5.598,-3.104 7.753,1.817 2.109,4.815 8.858,6.454 13.966,4.494 C 3.644,8.631 6.937,3.083 5.859,-2.002 4.699,-7.481 0.062,-11.22 -5.88,-11.24" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,36 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Manufacturer : Atari Corporation</text>
</text>
<text name="info2" extra="true">
<text>Year of Release : 1977</text>
</text>
<text name="info3" extra="true">
<text>Units sold : 30 million</text>
</text>
<text name="info4" extra="true">
<text>Best-selling game : Pac-Man</text>
</text>
<text name="info5" extra="true">
<text>CPU : 8-bit MOS 6507 @ 1.19 MHz</text>
</text>
<text name="info6" extra="true">
<text>RAM : 128 bytes</text>
</text>
<text name="info7" extra="true">
<text>Audio/Video Processor : TIA</text>
</text>
<text name="info8" extra="true">
<text>Resolution : 160 x 192 pixels, 4 colors per line (128 colors palette)</text>
</text>
<text name="info9" extra="true">
<text>Sound : 2 channels of 1-bit monaural sound with 4-bit volume control</text>
</text>
<text name="info10" extra="true">
<text>Cart Size : 2kB - 32kB </text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>F6DD08</color>
</image>
<image name="band2" extra="true">
<color>800000</color>
</image>
<image name="band3" extra="true">
<color>FF0000</color>
</image>
<image name="band4" extra="true">
<color>4C504E</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<svg
xmlns:ns="&amp;ns_sfw;"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Ebene_1"
x="0px"
y="0px"
width="566.924px"
height="121.752px"
viewBox="0 0 566.924 121.752"
enable-background="new 0 0 566.924 121.752"
xml:space="preserve"
sodipodi:docname="logo.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1141"
id="namedview37"
showgrid="false"
inkscape:zoom="1.7361985"
inkscape:cx="209.79456"
inkscape:cy="48.720466"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Ebene_1" />
<metadata
id="metadata2">
<ns:sfw>
<ns:slices />
<ns:sliceSourceBounds
x="677.038"
y="478.623"
width="566.925"
height="121.753"
bottomLeftOrigin="true" />
</ns:sfw>
<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>
<g
id="g34"
transform="matrix(0.98107747,0,0,0.98107747,6,1.9999904)">
<path
d="m 207.014,5.277 c 4.724,-6.043 14.501,-7.076 20.297,-2.006 2.37,1.996 4.031,4.75 4.88,7.715 10.73,36.92 21.508,73.822 32.223,110.746 -6.332,0.006 -12.667,-0.012 -18.999,0.006 -2.987,-10.18 -5.903,-20.377 -8.852,-30.564 -12.246,-0.023 -24.485,-0.006 -36.73,-0.012 -2.998,10.184 -5.958,20.379 -8.901,30.582 -6.298,-0.021 -12.596,-0.006 -18.895,-0.012 10.194,-35.221 20.4,-70.438 30.643,-105.646 1.218,-3.682 1.678,-7.799 4.334,-10.809 m 11.179,22.625 c -4.49,15.295 -8.889,30.619 -13.354,45.922 8.9,0.043 17.796,0.016 26.692,0.016 -4.453,-15.313 -8.884,-30.625 -13.338,-45.938 z"
id="path4"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 340.411,6.072 c 3.3,-4.787 9.68,-7.109 15.295,-5.631 5.143,1.184 9.076,5.615 10.434,10.604 10.721,36.893 21.479,73.772 32.195,110.666 -6.342,0.049 -12.68,0 -19.02,0.024 -2.949,-10.188 -5.865,-20.387 -8.837,-30.575 -12.226,0.006 -24.446,-0.021 -36.671,0.01 -2.922,10.195 -5.936,20.367 -8.855,30.563 -6.293,0.006 -12.58,-0.006 -18.873,0.006 10.188,-35.414 20.496,-70.797 30.767,-106.188 1.076,-3.194 1.493,-6.717 3.565,-9.479 m -1.543,67.768 c 8.863,0.013 17.721,0.007 26.584,0.007 C 361.042,58.5 356.56,43.176 352.167,27.832 347.741,43.17 343.274,58.494 338.868,73.84 Z"
id="path6"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 250.237,0.256 c 22.91,0 45.815,0 68.719,0 0,6.182 0,12.355 0,18.533 -8.438,0.006 -16.866,-0.01 -25.297,0.006 0,34.313 0.006,68.627 -0.004,102.938 -6.039,0 -12.083,0 -18.123,0 0,-34.313 -0.005,-68.625 0.005,-102.938 -8.436,-0.016 -16.866,0 -25.301,-0.006 0.001,-6.178 -0.004,-12.351 0.001,-18.533 z"
id="path8"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 418.474,1.01 c 1.74,-0.602 3.6,-0.807 5.438,-0.764 7.223,0.025 14.447,0.006 21.668,0.01 12.164,0.225 23.772,7.771 29.037,18.719 3.645,7.109 4.02,15.377 3.102,23.176 -0.635,8.164 -4.059,16.328 -10.334,21.741 -3.313,2.952 -7.441,4.743 -10.992,7.375 -1.947,1.481 -2.047,4.364 -1.038,6.428 9.586,14.8 19.552,29.367 29.338,44.039 -7.157,0.013 -14.315,-0.017 -21.476,0.013 -9.369,-14.074 -18.643,-28.22 -27.975,-42.313 -2.744,-4.013 -3.49,-9.324 -1.848,-13.901 1.281,-3.513 4.352,-6.08 7.77,-7.406 6.524,-2.49 12.959,-6.4 16.572,-12.559 2.75,-4.627 2.605,-10.336 1.37,-15.4 -1.45,-6.574 -7.854,-11.746 -14.625,-11.52 -4.683,0.031 -9.358,-0.021 -14.032,0.021 -2.117,-0.049 -4.107,1.791 -4.08,3.934 -0.023,33.047 0.01,66.096 -0.011,99.141 -6.088,-0.013 -12.168,0 -18.257,-0.007 -0.012,-35.575 0.014,-71.153 -0.012,-106.729 0.039,-6.238 4.474,-12.106 10.385,-13.998 z"
id="path10"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 494.261,0.256 c 6.402,0 12.804,0 19.211,0 -0.006,40.496 0.014,80.986 -0.012,121.481 -6.396,-0.019 -12.797,0 -19.199,-0.006 0,-40.496 0,-80.985 0,-121.475 z"
id="path12"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 54.173,0.008 c 3.076,-0.01 6.153,0 9.229,-0.008 0.013,7.234 0,14.469 0.005,21.701 0.032,6.039 -0.139,12.076 -0.389,18.107 -0.412,8.711 -0.957,17.439 -2.4,26.05 -0.991,5.937 -3.044,11.662 -5.592,17.099 -4.156,8.76 -10.686,16.172 -18.027,22.405 -6.567,5.779 -14.405,9.986 -22.649,12.834 -4.664,1.604 -9.463,2.845 -14.35,3.533 0.005,-6.065 0.005,-12.138 0,-18.203 5.883,-0.883 11.538,-2.971 16.791,-5.729 6.233,-3.295 11.844,-7.729 16.566,-12.953 4.877,-5.395 8.764,-11.641 11.714,-18.271 3.474,-7.625 5.333,-15.861 6.597,-24.109 1.584,-10.482 2.244,-21.088 2.489,-31.684 0.035,-3.592 0.005,-7.184 0.016,-10.772 z"
id="path14"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 67.116,0.02 c 5.662,-0.037 11.328,-0.006 16.992,-0.016 0.002,40.574 0.002,81.149 0,121.728 -5.65,0.013 -11.303,-0.026 -16.953,0.021 C 67.083,108.815 67.145,95.874 67.125,82.939 67.118,55.295 67.136,27.658 67.116,0.02 Z"
id="path16"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 87.888,0.004 c 3.06,-0.002 6.118,-0.008 9.176,0.002 -0.099,12.371 0.322,24.766 1.797,37.057 1.207,9.547 2.909,19.164 6.711,28.059 3.604,8.605 8.801,16.604 15.572,23.051 6.466,6.166 14.302,10.906 22.815,13.635 2.375,0.76 4.805,1.355 7.274,1.715 -0.003,6.064 -0.006,12.129 0,18.191 -4.852,-0.658 -9.61,-1.908 -14.24,-3.482 -5.514,-1.918 -10.847,-4.4 -15.745,-7.588 -3.576,-2.301 -6.828,-5.053 -9.952,-7.924 -5.149,-4.748 -9.758,-10.146 -13.219,-16.256 -2.708,-4.758 -4.683,-9.9 -6.23,-15.145 C 90.429,66.048 89.824,60.602 89.274,55.184 88.21,43.475 87.812,31.707 87.888,19.954 c 0,-6.649 -0.002,-13.302 0,-19.95 z"
id="path18"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 54.173,0.008 c -0.01,3.588 0.02,7.18 -0.016,10.77 -0.245,10.596 -0.904,21.201 -2.489,31.684 -1.264,8.248 -3.124,16.484 -6.597,24.109 -2.95,6.635 -6.837,12.879 -11.714,18.271 -4.722,5.229 -10.333,9.658 -16.566,12.953 -5.253,2.764 -10.908,4.85 -16.791,5.73 0.005,6.065 0.005,12.138 0,18.203 4.887,-0.688 9.686,-1.929 14.35,-3.532 8.244,-2.849 16.082,-7.056 22.649,-12.835 7.341,-6.233 13.871,-13.646 18.027,-22.405 2.547,-5.437 4.601,-11.162 5.592,-17.099 1.443,-8.61 1.989,-17.339 2.4,-26.05 C 63.268,33.776 63.439,27.739 63.407,21.7 63.402,14.469 63.415,7.234 63.402,0 60.325,0.008 57.249,-0.002 54.173,0.008"
id="path20"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 67.116,0.02 c 0.02,27.641 0.002,55.275 0.01,82.917 0.02,12.938 -0.042,25.879 0.03,38.815 5.65,-0.051 11.302,-0.012 16.953,-0.021 0.002,-40.574 0.002,-81.15 0,-121.729 -5.665,0.012 -11.331,-0.02 -16.993,0.018"
id="path22"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 87.888,0.004 c -0.002,6.648 0,13.301 0,19.949 -0.076,11.754 0.322,23.521 1.386,35.23 0.55,5.418 1.155,10.863 2.573,16.134 1.547,5.244 3.522,10.388 6.23,15.146 3.46,6.108 8.07,11.509 13.219,16.256 3.124,2.871 6.376,5.623 9.952,7.923 4.898,3.188 10.231,5.672 15.745,7.59 4.63,1.574 9.388,2.824 14.24,3.481 -0.006,-6.063 -0.003,-12.127 0,-18.19 -2.47,-0.358 -4.899,-0.955 -7.274,-1.715 -8.513,-2.729 -16.35,-7.47 -22.815,-13.636 C 114.373,81.726 109.177,73.728 105.572,65.121 101.77,56.226 100.068,46.609 98.861,37.06 97.386,24.771 96.965,12.376 97.064,0.005 94.007,-0.004 90.948,0.002 87.888,0.004"
id="path24"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 535.438,109.703 7.135,2.162 -0.141,-2.439 c 0,-6.717 5.752,-11.135 12.146,-11.135 7.318,0 12.332,5.705 12.332,12.838 0,4.281 -2.254,8.562 -6.074,10.584 l -3.037,-3.223 c 2.945,-1.058 5.154,-4.601 5.154,-7.683 0,-4.692 -3.865,-8.375 -8.514,-8.375 -4.465,0 -8.236,3.815 -8.236,8.278 0,2.438 1.15,4.972 3.084,6.488 v 0.829 l -17.811,-5.338 V 98.797 h 3.957 v 10.906 z"
id="path26"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 562.22,75.426 h 3.955 V 97.834 L 547.538,82.647 c -1.746,-1.426 -3.91,-3.082 -6.211,-3.082 -3.636,0 -6.625,3.222 -6.625,6.81 0,3.545 2.854,6.442 6.35,6.674 v 4.324 c -6.166,-0.688 -10.309,-4.692 -10.309,-10.998 0,-5.89 4.371,-10.949 10.398,-10.949 2.576,0 5.152,0.968 7.134,2.574 l 13.94,11.412 V 75.426 Z"
id="path28"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 530.745,56.471 c 0,9.936 8.146,18.018 18.162,18.018 9.936,0 18.018,-8.082 18.018,-18.018 0,-10.225 -7.944,-18.234 -18.09,-18.234 -10.146,0 -18.09,8.009 -18.09,18.234 z m 18.162,-13.975 c 7.838,0 13.977,6.234 13.977,14.195 0,7.465 -6.27,13.537 -13.977,13.537 -7.787,0 -14.123,-6.07 -14.123,-13.537 0,-8.091 6.071,-14.195 14.123,-14.195 z"
id="path30"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
<path
d="m 530.745,18.234 c 0,9.936 8.146,18.018 18.162,18.018 9.936,0 18.018,-8.082 18.018,-18.018 C 566.925,8.01 558.979,0 548.835,0 538.691,0 530.745,8.01 530.745,18.234 Z M 548.907,4.26 c 7.838,0 13.977,6.234 13.977,14.195 0,7.465 -6.27,13.539 -13.977,13.539 -7.787,0 -14.123,-6.074 -14.123,-13.539 0,-8.094 6.071,-14.195 14.123,-14.195 z"
id="path32"
inkscape:connector-curvature="0"
style="fill:#6187e5" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB

View file

@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="566.924px" height="121.752px" viewBox="0 0 566.924 121.752" enable-background="new 0 0 566.924 121.752"
xml:space="preserve">
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="218.2256" y1="0.376" x2="218.2256" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_1_)" d="M207.014,5.277c4.724-6.043,14.501-7.076,20.297-2.006c2.37,1.996,4.031,4.75,4.88,7.715
c10.73,36.92,21.508,73.822,32.223,110.746c-6.332,0.006-12.667-0.012-18.999,0.006c-2.987-10.18-5.903-20.377-8.852-30.565
c-12.246-0.024-24.485-0.006-36.73-0.012c-2.998,10.184-5.958,20.379-8.901,30.582c-6.298-0.021-12.596-0.005-18.895-0.011
c10.194-35.221,20.4-70.438,30.643-105.647C203.898,12.404,204.358,8.287,207.014,5.277 M218.193,27.902
c-4.49,15.295-8.889,30.619-13.354,45.922c8.9,0.043,17.796,0.016,26.692,0.016C227.078,58.527,222.647,43.215,218.193,27.902z"/>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="352.207" y1="0.376" x2="352.207" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_2_)" d="M340.411,6.072c3.3-4.787,9.68-7.109,15.295-5.631c5.143,1.184,9.076,5.615,10.434,10.604
c10.72,36.893,21.478,73.772,32.195,110.666c-6.342,0.049-12.68,0-19.02,0.024c-2.949-10.188-5.865-20.387-8.836-30.575
c-12.226,0.006-24.447-0.021-36.671,0.01c-2.922,10.195-5.936,20.367-8.856,30.563c-6.293,0.006-12.58-0.006-18.873,0.006
c10.188-35.414,20.496-70.797,30.767-106.187C337.922,12.357,338.339,8.834,340.411,6.072 M338.868,73.84
c8.863,0.013,17.721,0.007,26.584,0.007c-4.41-15.347-8.892-30.671-13.285-46.015C347.741,43.17,343.274,58.494,338.868,73.84z"/>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="284.5957" y1="0.2559" x2="284.5957" y2="128.2559">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_3_)" d="M250.237,0.256c22.91,0,45.815,0,68.719,0c0,6.182,0,12.355,0,18.533
c-8.438,0.006-16.866-0.01-25.297,0.006c0,34.313,0.006,68.627-0.004,102.938c-6.039,0-12.083,0-18.123,0
c0-34.312-0.005-68.625,0.005-102.938c-8.436-0.016-16.866,0-25.301-0.006C250.237,12.611,250.232,6.438,250.237,0.256z"/>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="446.3896" y1="0.376" x2="446.3896" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_4_)" d="M418.474,1.01c1.74-0.602,3.599-0.807,5.437-0.764c7.223,0.025,14.447,0.006,21.668,0.01
c12.164,0.225,23.772,7.771,29.037,18.719c3.645,7.109,4.02,15.377,3.102,23.176c-0.635,8.164-4.059,16.328-10.334,21.741
c-3.313,2.952-7.442,4.743-10.992,7.375c-1.948,1.481-2.047,4.364-1.039,6.428c9.586,14.799,19.552,29.367,29.339,44.039
c-7.158,0.012-14.316-0.017-21.476,0.012c-9.369-14.074-18.643-28.219-27.975-42.313c-2.744-4.013-3.49-9.324-1.847-13.902
c1.281-3.512,4.351-6.08,7.769-7.406c6.524-2.49,12.959-6.4,16.572-12.559c2.75-4.627,2.606-10.336,1.371-15.4
c-1.451-6.574-7.855-11.746-14.625-11.52c-4.683,0.031-9.359-0.021-14.033,0.021c-2.117-0.049-4.107,1.791-4.08,3.934
c-0.023,33.047,0.01,66.096-0.01,99.141c-6.089-0.012-12.168,0-18.257-0.006c-0.012-35.576,0.013-71.154-0.012-106.73
C408.128,8.77,412.563,2.902,418.474,1.01z"/>
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="503.8662" y1="0.2559" x2="503.8662" y2="128.2559">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_5_)" d="M494.261,0.256c6.402,0,12.804,0,19.211,0c-0.006,40.496,0.013,80.986-0.012,121.481
c-6.396-0.018-12.797,0-19.199-0.006C494.261,81.235,494.261,40.746,494.261,0.256z"/>
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="31.7056" y1="0.376" x2="31.7056" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_6_)" d="M54.173,0.008c3.076-0.01,6.153,0,9.229-0.008c0.013,7.234,0,14.469,0.005,21.701
c0.032,6.039-0.139,12.076-0.389,18.107c-0.412,8.711-0.957,17.439-2.4,26.05c-0.991,5.937-3.044,11.662-5.592,17.099
c-4.156,8.76-10.686,16.172-18.027,22.405c-6.567,5.779-14.405,9.986-22.649,12.834c-4.664,1.605-9.463,2.845-14.35,3.533
c0.005-6.065,0.005-12.137,0-18.203c5.883-0.883,11.538-2.971,16.791-5.729c6.233-3.295,11.844-7.729,16.566-12.953
c4.877-5.395,8.764-11.641,11.714-18.272c3.474-7.625,5.333-15.861,6.597-24.109c1.584-10.482,2.244-21.088,2.489-31.684
C54.192,7.188,54.162,3.596,54.173,0.008z"/>
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="75.6128" y1="0.376" x2="75.6128" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_7_)" d="M67.116,0.02c5.662-0.037,11.328-0.006,16.992-0.016c0.002,40.574,0.002,81.149,0,121.728
c-5.65,0.012-11.303-0.027-16.953,0.021c-0.072-12.938-0.01-25.879-0.03-38.815C67.118,55.295,67.136,27.658,67.116,0.02z"/>
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="119.5562" y1="0.376" x2="119.5561" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_8_)" d="M87.888,0.004c3.06-0.002,6.118-0.008,9.176,0.002c-0.099,12.371,0.322,24.766,1.797,37.057
c1.207,9.547,2.909,19.164,6.711,28.059c3.605,8.605,8.801,16.604,15.572,23.051c6.466,6.166,14.302,10.906,22.815,13.635
c2.375,0.76,4.805,1.355,7.274,1.715c-0.003,6.064-0.006,12.129,0,18.191c-4.852-0.658-9.61-1.908-14.24-3.482
c-5.514-1.918-10.847-4.401-15.745-7.588c-3.576-2.301-6.828-5.053-9.952-7.924c-5.149-4.748-9.758-10.146-13.219-16.256
c-2.708-4.758-4.683-9.9-6.23-15.145c-1.418-5.271-2.023-10.717-2.573-16.135c-1.064-11.709-1.462-23.477-1.386-35.23
C87.888,13.305,87.886,6.652,87.888,0.004z"/>
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="31.7056" y1="0.376" x2="31.7056" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_9_)" d="M54.173,0.008c-0.01,3.588,0.02,7.18-0.016,10.77c-0.245,10.596-0.904,21.201-2.489,31.684
c-1.264,8.248-3.124,16.484-6.597,24.109c-2.95,6.635-6.837,12.879-11.714,18.272c-4.722,5.228-10.333,9.658-16.566,12.953
C11.538,100.56,5.883,102.646,0,103.526c0.005,6.066,0.005,12.138,0,18.203c4.887-0.688,9.686-1.928,14.35-3.532
c8.244-2.849,16.082-7.056,22.649-12.835c7.341-6.233,13.871-13.646,18.027-22.405c2.547-5.437,4.601-11.162,5.592-17.099
c1.443-8.61,1.989-17.339,2.4-26.05c0.25-6.031,0.421-12.068,0.389-18.107C63.402,14.469,63.415,7.234,63.402,0
C60.325,0.008,57.249-0.002,54.173,0.008"/>
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="75.6133" y1="0.376" x2="75.6133" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_10_)" d="M67.116,0.02c0.02,27.641,0.002,55.275,0.01,82.917c0.02,12.938-0.042,25.879,0.03,38.815
c5.65-0.051,11.302-0.012,16.953-0.021c0.002-40.574,0.002-81.15,0-121.728C78.444,0.014,72.778-0.018,67.116,0.02"/>
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="119.5562" y1="0.376" x2="119.5561" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_11_)" d="M87.888,0.004c-0.002,6.648,0,13.301,0,19.949c-0.076,11.754,0.322,23.521,1.386,35.23
c0.55,5.418,1.155,10.863,2.573,16.134c1.547,5.244,3.522,10.388,6.23,15.146c3.46,6.108,8.07,11.509,13.219,16.256
c3.124,2.871,6.376,5.623,9.952,7.923c4.898,3.188,10.231,5.672,15.745,7.59c4.63,1.574,9.388,2.824,14.24,3.481
c-0.006-6.063-0.003-12.127,0-18.19c-2.47-0.359-4.899-0.955-7.274-1.715c-8.513-2.729-16.35-7.47-22.815-13.636
c-6.771-6.446-11.967-14.444-15.572-23.051c-3.802-8.895-5.504-18.512-6.711-28.061c-1.475-12.289-1.896-24.684-1.797-37.055
C94.007-0.004,90.948,0.002,87.888,0.004"/>
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="549.1943" y1="0.376" x2="549.1943" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_12_)" d="M535.438,109.703l7.134,2.162l-0.14-2.439c0-6.717,5.752-11.135,12.146-11.135
c7.318,0,12.332,5.705,12.332,12.838c0,4.281-2.254,8.562-6.074,10.584l-3.037-3.223c2.945-1.058,5.154-4.601,5.154-7.683
c0-4.692-3.865-8.375-8.514-8.375c-4.464,0-8.236,3.816-8.236,8.279c0,2.439,1.15,4.971,3.084,6.488v0.83l-17.81-5.338V98.797
h3.957v10.906H535.438z"/>
<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="548.459" y1="0.376" x2="548.459" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_13_)" d="M562.22,75.426h3.955v22.408l-18.637-15.187c-1.746-1.426-3.91-3.082-6.211-3.082
c-3.635,0-6.625,3.222-6.625,6.81c0,3.545,2.854,6.442,6.35,6.674v4.324c-6.166-0.688-10.309-4.692-10.309-10.998
c0-5.89,4.371-10.949,10.399-10.949c2.576,0,5.152,0.968,7.134,2.574l13.94,11.412V75.426H562.22z"/>
<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="548.835" y1="0.376" x2="548.835" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_14_)" d="M530.745,56.471c0,9.936,8.147,18.018,18.162,18.018c9.936,0,18.018-8.082,18.018-18.018
c0-10.225-7.944-18.234-18.09-18.234S530.745,46.246,530.745,56.471z M548.907,42.496c7.838,0,13.977,6.234,13.977,14.195
c0,7.465-6.27,13.537-13.977,13.537c-7.787,0-14.123-6.071-14.123-13.537C534.784,48.6,540.856,42.496,548.907,42.496z"/>
<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="548.835" y1="0.376" x2="548.835" y2="128.376">
<stop offset="0" style="stop-color:#F63000"/>
<stop offset="1" style="stop-color:#8C0014"/>
</linearGradient>
<path fill="url(#SVGID_15_)" d="M530.745,18.234c0,9.936,8.147,18.018,18.162,18.018c9.936,0,18.018-8.082,18.018-18.018
C566.925,8.01,558.979,0,548.835,0S530.745,8.01,530.745,18.234z M548.907,4.26c7.838,0,13.977,6.234,13.977,14.195
c0,7.465-6.27,13.539-13.977,13.539c-7.787,0-14.123-6.074-14.123-13.539C534.784,10.361,540.856,4.26,548.907,4.26z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Atari 5200</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,34 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>BABBBD</color>
</image>
<image name="band2" extra="true">
<color>AA2C39</color>
</image>
<image name="band3" extra="true">
<color>A7B0B5</color>
</image>
<image name="band4" extra="true">
<color>333333</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,423 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 677.34003 483.60999"
height="483.60999"
width="677.34003"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,386.888 541.872,0 L 541.872,0 0,0 0,386.888 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,483.61)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(541.8718,383.4092)"
id="g20"><path
id="path22"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-138.107 -541.872,0 0,138.107 c 0,1.914 1.565,3.478 3.479,3.478 l 69.123,0 0,-23.449 4.921,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.49,0 0,-23.449 3.898,0 0,23.449 7.49,0 0,-23.449 4.921,0 0,23.449 7.49,0 0,-23.449 4.999,0 0,23.449 7.49,0 0,-23.449 3.601,0 0,23.449 7.49,0 0,-23.449 4.921,0 0,23.449 7.49,0 0,-23.449 4.999,0 0,23.449 7.49,0 0,-23.449 3.085,0 0,23.449 7.49,0 0,-23.449 4.921,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.49,0 0,-23.449 3.601,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.499,0 0,-23.449 4.991,0 0,23.449 7.49,0 0,-23.449 3.085,0 0,23.449 7.499,0 0,-23.449 4.92,0 0,23.449 7.49,0 0,-23.449 4.991,0 0,23.449 7.499,0 0,-23.449 3.6,0 0,23.449 7.491,0 0,-23.449 4.92,0 0,23.449 7.49,0 0,-23.449 4.999,0 0,23.449 7.49,0 0,-23.449 4.187,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.49,0 0,-23.449 5,0 0,23.449 7.49,0 0,-23.449 3.601,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.491,0 0,-23.449 4.702,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.491,0 0,-23.449 3.6,0 0,23.449 7.49,0 0,-23.449 4.93,0 0,23.449 7.49,0 0,-23.449 4.99,0 0,23.449 7.49,0 0,-23.449 4.781,0 0,23.449 75.242,0 C -1.564,3.478 0,1.914 0,0" /></g><path
id="path24"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 77.523,363.439 -4.92,0 0,19.516 4.92,0 0,-19.516 z" /><path
id="path26"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 90.012,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z" /><path
id="path28"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 101.4,363.439 -3.898,0 0,19.516 3.898,0 0,-19.516 z" /><path
id="path30"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.811,363.439 -4.92,0 0,19.516 4.92,0 0,-19.516 z" /><path
id="path32"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 126.3,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z" /><path
id="path34"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 137.391,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z" /><path
id="path36"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 149.801,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path38"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 162.291,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z" /><path
id="path40"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 172.866,363.439 -3.085,0 0,19.516 3.085,0 0,-19.516 z" /><path
id="path42"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 185.276,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path44"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 197.766,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z" /><path
id="path46"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 208.857,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z" /><path
id="path48"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 221.267,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path50"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 233.757,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z" /><path
id="path52"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 244.332,363.439 -3.085,0 0,19.516 3.085,0 0,-19.516 z" /><path
id="path54"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 256.751,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path56"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 269.232,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z" /><path
id="path58"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 280.331,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z" /><path
id="path60"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 292.742,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path62"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 305.231,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z" /><path
id="path64"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 316.908,363.439 -4.186,0 0,19.516 4.186,0 0,-19.516 z" /><path
id="path66"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 329.318,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path68"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 341.807,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z" /><path
id="path70"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 352.898,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z" /><path
id="path72"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 365.309,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path74"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 377.798,363.439 -4.991,0 0,19.516 4.991,0 0,-19.516 z" /><path
id="path76"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 389.99,363.439 -4.702,0 0,19.516 4.702,0 0,-19.516 z" /><path
id="path78"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 402.401,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z" /><path
id="path80"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 414.89,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z" /><path
id="path82"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 425.981,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z" /><path
id="path84"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 438.4,363.439 -4.929,0 0,19.516 4.929,0 0,-19.516 z" /><path
id="path86"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 450.881,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z" /><path
id="path88"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 463.152,363.439 -4.781,0 0,19.516 4.781,0 0,-19.516 z" /><path
id="path90"
style="fill:#bbbdbf;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,182.812 541.872,0 0,62.49 -541.872,0 0,-62.49 z" /><path
id="path92"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 436.626,31.612 -27.094,0 0,14.421 27.094,0 0,-14.421 z" /><path
id="path94"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 130.556,31.612 -26.447,0 0,14.421 26.447,0 0,-14.421 z" /><path
id="path96"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 68.389,31.612 -68.389,0 0,14.421 68.389,0 0,-14.421 z" /><path
id="path98"
style="fill:#bbbdbf;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,148.726 -541.872,0 0,29.279 541.872,0 0,-29.279 z" /><path
id="path100"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,46.033 -541.872,0 0,102.693 541.872,0 0,-102.693 z" /><g
transform="translate(541.8718,31.6121)"
id="g102"><path
id="path104"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-28.134 c 0,-1.914 -1.564,-3.478 -3.478,-3.478 l -534.915,0 c -1.914,0 -3.479,1.564 -3.479,3.478 L -541.872,0 0,0 Z" /></g><path
id="path106"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,31.612 -72.034,0 0,14.421 72.034,0 0,-14.421 z" /><path
id="path108"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 104.109,31.612 -35.72,0 0,14.421 35.72,0 0,-14.421 z" /><path
id="path110"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 165.725,31.612 -35.169,0 0,14.421 35.169,0 0,-14.421 z" /><path
id="path112"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 374.215,31.612 -208.49,0 0,14.421 208.49,0 0,-14.421 z" /><path
id="path114"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 409.533,31.612 -35.318,0 0,14.421 35.318,0 0,-14.421 z" /><path
id="path116"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 469.838,31.612 -33.211,0 0,14.421 33.211,0 0,-14.421 z" /><g
transform="translate(120.3884,38.8225)"
id="g118"><path
id="path120"
style="fill:#ec1c24;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-1.868 -1.512,-3.387 -3.38,-3.387 -1.875,0 -3.387,1.519 -3.387,3.387 0,1.868 1.512,3.387 3.387,3.387 C -1.512,3.387 0,1.868 0,0" /></g><path
id="path122"
style="fill:#262261;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,178.005 -31.027,0 0,4.807 31.027,0 0,-4.807 z" /><path
id="path124"
style="fill:#ec1c24;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 62.272,178.005 -62.272,0 0,4.807 62.272,0 0,-4.807 z" /><path
id="path126"
style="fill:#f16522;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 139.838,178.005 -77.566,0 0,4.807 77.566,0 0,-4.807 z" /><path
id="path128"
style="fill:#ffdd15;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 220.463,178.005 -80.625,0 0,4.807 80.625,0 0,-4.807 z" /><path
id="path130"
style="fill:#00a14b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 338.014,178.005 -117.551,0 0,4.807 117.551,0 0,-4.807 z" /><path
id="path132"
style="fill:#26a9e0;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 434.083,178.005 -96.069,0 0,4.807 96.069,0 0,-4.807 z" /><path
id="path134"
style="fill:#2b388f;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 510.845,178.005 -76.762,0 0,4.807 76.762,0 0,-4.807 z" /><g
transform="translate(346.9727,269.4851)"
id="g136"><path
id="path138"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.727 -2.229,-4.956 -4.956,-4.956 l -141.585,0 c -2.718,0 -4.947,2.229 -4.947,4.956 l 0,35.536 c 0,2.727 2.229,4.956 4.947,4.956 l 141.585,0 C -2.229,40.492 0,38.263 0,35.536 L 0,0 Z m 0.655,48.795 -155.132,0 c -3.243,0 -5.9,-2.657 -5.9,-5.9 l 0,-48.506 c 0,-3.242 2.657,-5.899 5.9,-5.899 l 155.132,0 c 3.243,0 5.9,2.657 5.9,5.899 l 0,48.506 c 0,3.243 -2.657,5.9 -5.9,5.9" /></g><g
transform="translate(338.0143,285.5052)"
id="g140"><path
id="path142"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -5.751,0 0,2.622 -10.925,0 0,-2.622 -100.368,0 0,2.622 -12.525,0 0,-2.622 -4.518,0 0,13.984 L 0,13.984 0,0 Z m 0,-14.709 -134.087,0 0,12.594 4.518,0 0,-2.255 12.525,0 0,2.255 100.368,0 0,-2.255 10.925,0 0,2.255 5.751,0 0,-12.594 z m 4.003,39.181 -141.586,0 c -2.718,0 -4.947,-2.229 -4.947,-4.956 l 0,-35.536 c 0,-2.727 2.229,-4.956 4.947,-4.956 l 141.586,0 c 2.727,0 4.955,2.229 4.955,4.956 l 0,35.536 c 0,2.727 -2.228,4.956 -4.955,4.956" /></g><g
transform="translate(338.0143,283.3902)"
id="g144"><path
id="path146"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-12.594 -134.087,0 0,12.594 4.518,0 0,-2.255 12.525,0 0,2.255 100.368,0 0,-2.255 10.925,0 0,2.255 L 0,0 Z" /></g><g
transform="translate(338.0143,299.489)"
id="g148"><path
id="path150"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-13.984 -5.751,0 0,2.622 -10.925,0 0,-2.622 -100.368,0 0,2.622 -12.525,0 0,-2.622 -4.518,0 0,13.984 L 0,0 Z" /></g><g
transform="translate(62.4815,171.8835)"
id="g152"><path
id="path154"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.887,-9.894 -2.565,0 3.917,9.034 -5.131,0 0,1.982 L 0,1.122 0,0 Z" /></g><g
transform="translate(68.4915,170.2166)"
id="g156"><path
id="path158"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,0.374 -0.119,0.672 -0.357,0.895 -0.238,0.222 -0.555,0.334 -0.949,0.334 -0.384,0 -0.703,-0.117 -0.956,-0.349 -0.254,-0.234 -0.38,-0.532 -0.38,-0.895 0,-0.687 0.44,-1.206 1.321,-1.56 C -0.44,-1.211 0,-0.686 0,0 m -1.429,-3.426 c -1.029,-0.405 -1.544,-1.024 -1.544,-1.859 0,-0.399 0.158,-0.73 0.473,-0.991 0.315,-0.261 0.697,-0.392 1.148,-0.392 0.487,0 0.878,0.128 1.175,0.385 0.297,0.256 0.446,0.594 0.446,1.013 0,0.84 -0.566,1.455 -1.698,1.844 m -1.621,0.922 0,0.038 c -1.259,0.517 -1.889,1.355 -1.889,2.512 0,0.85 0.338,1.55 1.014,2.101 0.676,0.55 1.549,0.826 2.619,0.826 1.091,0 1.961,-0.258 2.612,-0.772 0.65,-0.515 0.975,-1.179 0.975,-1.994 0,-1.203 -0.696,-2.089 -2.089,-2.657 l 0,-0.031 C 0.94,-2.701 1.52,-3.064 1.932,-3.568 2.344,-4.073 2.55,-4.64 2.55,-5.27 c 0,-0.973 -0.359,-1.741 -1.079,-2.304 -0.719,-0.563 -1.724,-0.845 -3.015,-0.845 -1.116,0 -2.016,0.275 -2.7,0.825 -0.684,0.551 -1.026,1.28 -1.026,2.186 0,1.316 0.74,2.284 2.22,2.904" /></g><g
transform="translate(75.6839,171.3381)"
id="g160"><path
id="path162"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.05,0 -1.575,-1.319 -1.575,-3.956 0,-2.484 0.515,-3.726 1.544,-3.726 1.004,0 1.506,1.281 1.506,3.841 C 1.475,-1.28 0.983,0 0,0 m -0.108,-9.54 c -2.621,0 -3.932,1.841 -3.932,5.523 0,1.91 0.354,3.365 1.063,4.366 0.71,1.001 1.738,1.502 3.085,1.502 2.56,0 3.84,-1.871 3.84,-5.615 C 3.948,-5.628 3.599,-7.057 2.9,-8.05 2.201,-9.044 1.198,-9.54 -0.108,-9.54" /></g><g
transform="translate(84.198,171.3381)"
id="g164"><path
id="path166"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.05,0 -1.575,-1.319 -1.575,-3.956 0,-2.484 0.515,-3.726 1.544,-3.726 1.004,0 1.506,1.281 1.506,3.841 C 1.475,-1.28 0.983,0 0,0 m -0.108,-9.54 c -2.621,0 -3.932,1.841 -3.932,5.523 0,1.91 0.354,3.365 1.063,4.366 0.71,1.001 1.738,1.502 3.085,1.502 2.56,0 3.84,-1.871 3.84,-5.615 C 3.948,-5.628 3.599,-7.057 2.9,-8.05 2.201,-9.044 1.198,-9.54 -0.108,-9.54" /></g><g
transform="translate(95.6798,171.1)"
id="g168"><path
id="path170"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-3.434 0.976,0 c 1.321,0 1.981,0.579 1.981,1.736 C 2.957,-0.566 2.297,0 0.976,0 L 0,0 Z m 0,-5.316 0,-3.794 -2.481,0 0,11.015 3.887,0 c 2.775,0 4.163,-1.17 4.163,-3.51 0,-1.107 -0.398,-2.002 -1.194,-2.685 C 3.578,-4.974 2.514,-5.316 1.183,-5.316 l -1.183,0 z" /></g><g
transform="translate(104.3928,170.1287)"
id="g172"><path
id="path174"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.724 0.956,0 c 0.473,0 0.853,0.136 1.14,0.409 0.291,0.278 0.437,0.622 0.437,1.031 C 2.533,-0.428 2.021,0 0.997,0 L 0,0 Z m 6.009,-8.139 -2.534,0 -1.522,2.52 C 1.839,-5.428 1.73,-5.258 1.625,-5.107 1.52,-4.957 1.414,-4.828 1.308,-4.722 1.2,-4.615 1.089,-4.533 0.973,-4.476 0.857,-4.419 0.731,-4.39 0.594,-4.39 l -0.594,0 0,-3.749 -2.205,0 0,9.791 3.495,0 c 2.377,0 3.565,-0.887 3.565,-2.663 0,-0.341 -0.053,-0.656 -0.157,-0.945 C 4.593,-2.246 4.445,-2.506 4.254,-2.738 4.063,-2.97 3.831,-3.171 3.561,-3.339 3.29,-3.507 2.988,-3.639 2.656,-3.735 l 0,-0.027 c 0.146,-0.045 0.287,-0.12 0.423,-0.222 0.137,-0.103 0.269,-0.222 0.396,-0.359 0.128,-0.136 0.25,-0.283 0.366,-0.44 0.116,-0.157 0.222,-0.311 0.317,-0.461 l 1.851,-2.895 z" /></g><g
transform="translate(115.0743,170.0468)"
id="g176"><path
id="path178"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.774,0 -1.389,-0.29 -1.844,-0.871 -0.455,-0.58 -0.682,-1.348 -0.682,-2.304 0,-0.97 0.227,-1.737 0.682,-2.301 0.455,-0.564 1.052,-0.847 1.789,-0.847 0.76,0 1.363,0.274 1.81,0.823 0.446,0.549 0.669,1.31 0.669,2.284 0,1.015 -0.216,1.805 -0.649,2.369 C 1.343,-0.283 0.751,0 0,0 m -0.096,-8.228 c -1.402,0 -2.544,0.457 -3.427,1.369 -0.884,0.913 -1.325,2.102 -1.325,3.568 0,1.547 0.448,2.799 1.345,3.755 0.897,0.956 2.085,1.434 3.564,1.434 1.398,0 2.528,-0.457 3.391,-1.372 0.862,-0.915 1.293,-2.121 1.293,-3.619 0,-1.539 -0.447,-2.779 -1.341,-3.721 -0.895,-0.943 -2.061,-1.414 -3.5,-1.414" /></g><g
transform="translate(120.6025,162.4122)"
id="g180"><path
id="path182"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,2.458 C 0.446,2.084 0.929,1.803 1.452,1.617 1.974,1.43 2.502,1.337 3.034,1.337 c 0.313,0 0.585,0.028 0.818,0.084 0.233,0.056 0.428,0.135 0.584,0.234 0.156,0.101 0.273,0.218 0.35,0.353 0.076,0.136 0.115,0.284 0.115,0.442 0,0.215 -0.062,0.408 -0.185,0.577 C 4.594,3.196 4.426,3.352 4.213,3.495 4.001,3.638 3.749,3.777 3.457,3.91 3.165,4.043 2.85,4.179 2.512,4.317 1.652,4.675 1.01,5.113 0.588,5.631 0.165,6.148 -0.046,6.773 -0.046,7.505 c 0,0.573 0.115,1.066 0.346,1.478 0.23,0.412 0.544,0.752 0.941,1.018 0.396,0.267 0.856,0.462 1.378,0.588 0.523,0.125 1.076,0.188 1.66,0.188 0.573,0 1.081,-0.034 1.524,-0.104 0.443,-0.068 0.852,-0.175 1.226,-0.318 l 0,-2.297 C 6.844,8.186 6.643,8.299 6.426,8.396 6.208,8.493 5.984,8.573 5.753,8.638 5.523,8.701 5.294,8.749 5.066,8.78 4.838,8.811 4.622,8.826 4.417,8.826 4.135,8.826 3.879,8.799 3.649,8.746 3.418,8.691 3.224,8.616 3.065,8.519 2.906,8.422 2.783,8.305 2.696,8.169 2.609,8.033 2.566,7.881 2.566,7.712 2.566,7.528 2.614,7.363 2.712,7.216 2.809,7.071 2.947,6.933 3.126,6.802 3.306,6.672 3.523,6.543 3.779,6.417 4.035,6.292 4.325,6.163 4.647,6.03 5.088,5.846 5.483,5.649 5.834,5.443 6.185,5.235 6.486,5.001 6.737,4.74 6.988,4.478 7.18,4.18 7.313,3.845 7.446,3.509 7.513,3.119 7.513,2.673 7.513,2.059 7.396,1.542 7.163,1.126 6.93,0.708 6.614,0.37 6.214,0.112 5.815,-0.148 5.35,-0.333 4.82,-0.446 4.29,-0.558 3.731,-0.615 3.142,-0.615 2.537,-0.615 1.963,-0.563 1.417,-0.461 0.872,-0.358 0.399,-0.205 0,0" /></g><g
transform="translate(136.6342,171.7811)"
id="g184"><path
id="path186"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.189,-6.309 0,-3.482 -2.205,0 0,3.441 -3.107,6.35 2.52,0 1.577,-3.653 c 0.027,-0.068 0.102,-0.335 0.225,-0.799 l 0.028,0 c 0.058,0.328 0.129,0.585 0.211,0.772 L -2.335,0 0,0 Z" /></g><g
transform="translate(136.8143,162.3653)"
id="g188"><path
id="path190"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,2.185 C 0.396,1.853 0.826,1.604 1.29,1.437 1.755,1.271 2.223,1.188 2.697,1.188 c 0.277,0 0.52,0.025 0.727,0.075 0.207,0.051 0.38,0.12 0.519,0.208 C 4.082,1.56 4.186,1.665 4.254,1.786 4.322,1.906 4.356,2.037 4.356,2.178 4.356,2.369 4.302,2.54 4.192,2.69 4.083,2.84 3.934,2.98 3.745,3.107 3.556,3.234 3.332,3.357 3.073,3.475 2.813,3.594 2.533,3.714 2.233,3.837 1.468,4.156 0.898,4.545 0.522,5.005 0.147,5.465 -0.041,6.02 -0.041,6.671 c 0,0.51 0.102,0.948 0.307,1.314 C 0.471,8.352 0.75,8.654 1.103,8.89 1.455,9.127 1.864,9.301 2.328,9.412 2.793,9.524 3.284,9.58 3.803,9.58 4.313,9.58 4.765,9.549 5.159,9.488 5.552,9.426 5.915,9.331 6.248,9.204 l 0,-2.041 C 6.084,7.276 5.905,7.377 5.712,7.463 5.518,7.549 5.319,7.621 5.114,7.678 4.909,7.735 4.705,7.777 4.503,7.804 4.3,7.832 4.108,7.845 3.926,7.845 3.676,7.845 3.448,7.822 3.243,7.774 3.038,7.726 2.865,7.658 2.724,7.572 2.583,7.486 2.474,7.382 2.397,7.262 2.319,7.141 2.281,7.006 2.281,6.855 2.281,6.691 2.324,6.545 2.41,6.415 2.497,6.285 2.619,6.162 2.779,6.046 2.938,5.93 3.132,5.817 3.359,5.705 3.587,5.593 3.844,5.479 4.131,5.36 4.522,5.196 4.874,5.022 5.186,4.838 5.497,4.653 5.765,4.445 5.988,4.213 6.211,3.981 6.382,3.715 6.5,3.417 6.618,3.12 6.678,2.772 6.678,2.376 6.678,1.83 6.574,1.372 6.367,1 6.16,0.629 5.879,0.329 5.524,0.099 5.169,-0.131 4.756,-0.296 4.285,-0.396 3.813,-0.496 3.316,-0.546 2.793,-0.546 2.255,-0.546 1.745,-0.501 1.26,-0.41 0.775,-0.318 0.355,-0.182 0,0" /></g><g
transform="translate(151.504,169.9853)"
id="g192"><path
id="path194"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.793,0 0,-7.996 -2.212,0 0,7.996 -2.779,0 0,1.796 L 0,1.796 0,0 Z" /></g><g
transform="translate(158.2185,161.9897)"
id="g196"><path
id="path198"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -5.872,0 0,9.791 5.647,0 0,-1.795 -3.442,0 0,-2.179 3.203,0 0,-1.788 -3.203,0 0,-2.24 L 0,1.789 0,0 Z" /></g><g
transform="translate(170.4705,161.9897)"
id="g200"><path
id="path202"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.178,0 0,5.858 c 0,0.633 0.027,1.332 0.082,2.097 l -0.055,0 C -2.265,7.354 -2.367,6.921 -2.458,6.657 L -4.752,0 -6.555,0 -8.89,6.589 c -0.064,0.178 -0.167,0.632 -0.307,1.366 l -0.062,0 C -9.2,6.989 -9.17,6.143 -9.17,5.415 l 0,-5.415 -1.987,0 0,9.791 3.23,0 2,-5.803 c 0.159,-0.465 0.276,-0.932 0.349,-1.4 l 0.04,0 c 0.123,0.542 0.253,1.013 0.39,1.413 l 2,5.79 L 0,9.791 0,0 Z" /></g><g
transform="translate(72.0858,186.0677)"
id="g204"><path
id="path206"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.709,-0.032 -1.398,0.069 -2.064,0.312 -0.67,0.244 -1.289,0.584 -1.833,1.048 -0.242,0.207 -0.486,0.416 -0.706,0.647 -0.434,0.456 -0.801,0.963 -1.114,1.511 -0.321,0.563 -0.581,1.152 -0.774,1.77 -0.169,0.544 -0.314,1.095 -0.362,1.665 -0.041,0.486 -0.088,0.973 -0.091,1.461 -0.01,2.019 -0.004,4.039 -0.004,6.059 l 0,0.193 1.184,0 0,-0.175 c 0,-1.49 -0.012,-2.98 0.007,-4.47 C -5.751,9.548 -5.666,9.076 -5.61,8.604 -5.541,8.031 -5.369,7.483 -5.172,6.944 -4.871,6.117 -4.48,5.336 -3.918,4.655 -3.61,4.283 -3.296,3.906 -2.936,3.587 -2.121,2.864 -1.189,2.346 -0.101,2.148 -0.067,2.142 -0.034,2.129 0,2.119 L 0,0 Z" /></g><path
id="path208"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 64.577,186.11 -1.776,0 0,14.664 1.776,0 0,-14.664 z" /><g
transform="translate(78.3006,191.6915)"
id="g210"><path
id="path212"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 0.437,1.94 0.874,3.872 1.311,5.803 1.328,5.803 1.346,5.795 1.363,5.795 1.757,3.872 2.15,1.949 2.552,0 L 0,0 Z M 7.341,-4.929 C 6.607,-2.517 5.873,-0.096 5.139,2.316 4.781,3.513 4.44,4.711 4.055,5.899 3.828,6.607 3.592,7.315 3.251,7.971 2.692,9.037 1.372,9.29 0.638,9.046 -0.201,8.766 -0.656,8.128 -0.9,7.341 -1.573,5.253 -2.22,3.155 -2.867,1.066 -3.234,-0.105 -3.583,-1.276 -3.95,-2.438 -4.265,-3.409 -4.588,-4.37 -4.912,-5.34 l 0,-0.157 c 0.996,0 1.993,0 2.98,-0.009 0.219,0 0.333,0.052 0.403,0.288 0.218,0.804 0.48,1.6 0.734,2.412 1.346,0 2.683,0.009 4.011,-0.008 0.096,0 0.254,-0.14 0.28,-0.245 0.253,-0.804 0.481,-1.617 0.708,-2.421 l 3.303,0 c -0.061,0.201 -0.113,0.376 -0.166,0.551" /></g><path
id="path214"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 115.395,200.575 3.268,0 0,-14.465 -3.268,0 0,14.465 z" /><g
transform="translate(55.3233,186.0677)"
id="g216"><path
id="path218"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,0.69 -0.002,1.355 0.004,2.019 0,0.043 0.055,0.117 0.094,0.124 0.561,0.1 1.093,0.289 1.583,0.573 0.389,0.227 0.768,0.482 1.12,0.764 0.608,0.488 1.111,1.077 1.528,1.738 0.341,0.538 0.642,1.1 0.837,1.706 0.179,0.559 0.327,1.129 0.464,1.7 0.065,0.271 0.096,0.556 0.099,0.836 0.018,1.7 0.025,3.401 0.035,5.102 0,0.03 0,0.061 0,0.102 l 1.184,0 0,-0.183 C 6.948,12.275 6.956,10.068 6.941,7.862 6.938,7.425 6.856,6.988 6.794,6.554 6.715,5.989 6.559,5.443 6.362,4.908 6.051,4.063 5.645,3.267 5.072,2.568 4.808,2.246 4.536,1.926 4.234,1.641 3.648,1.087 2.971,0.666 2.216,0.372 1.551,0.112 0.866,-0.022 0.152,0 0.106,0.001 0.061,0 0,0" /></g><g
transform="translate(107.631,197.7968)"
id="g220"><path
id="path222"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-11.572 -3.105,0 0,0.463 c 0,3.947 0.027,7.895 -0.02,11.843 -0.012,0.897 1.015,2.043 2.044,2.044 0.994,0 1.989,0.03 2.981,-0.007 C 3.809,2.702 5.597,1.51 6.151,-0.373 6.588,-1.856 6.012,-3.561 4.722,-4.415 4.337,-4.67 3.939,-4.908 3.52,-5.17 c 1.24,-2.095 2.499,-4.224 3.785,-6.396 -0.129,-0.017 -0.214,-0.037 -0.299,-0.037 -1.062,-0.002 -2.124,-0.007 -3.185,0.006 -0.119,10e-4 -0.295,0.076 -0.346,0.17 -1.028,1.887 -2.037,3.784 -3.06,5.674 -0.78,1.441 -0.147,2.113 1.083,2.653 0.411,0.18 0.828,0.392 1.168,0.677 0.655,0.55 0.512,1.166 0.116,1.708 C 2.428,-0.23 1.969,0.096 1.297,0.01 0.885,-0.043 0.461,0 0,0" /></g><g
transform="translate(96.6018,191.6828)"
id="g224"><path
id="path226"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 0.437,1.94 0.874,3.863 1.311,5.795 1.328,5.795 1.355,5.786 1.372,5.786 1.765,3.872 2.159,1.949 2.552,0 L 0,0 Z M 7.35,-4.921 C 6.616,-2.508 5.873,-0.096 5.148,2.325 4.702,3.784 4.265,5.253 3.828,6.712 3.636,7.35 3.408,8.006 2.902,8.46 1.774,9.491 0.044,9.413 -0.664,7.857 -0.961,7.193 -1.171,6.485 -1.39,5.795 c -0.909,-2.885 -1.8,-5.76 -2.7,-8.644 -0.271,-0.865 -0.542,-1.739 -0.831,-2.64 1.058,0 2.063,-0.008 3.077,0.009 0.096,0 0.253,0.131 0.28,0.236 0.271,0.804 0.515,1.617 0.777,2.447 1.338,0 2.675,0.009 4.003,-0.009 0.105,0 0.254,-0.139 0.289,-0.235 0.244,-0.813 0.472,-1.626 0.708,-2.43 l 3.295,0 c -0.053,0.192 -0.105,0.367 -0.158,0.55" /></g><g
transform="translate(87.1131,186.2218)"
id="g228"><path
id="path230"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,11.558 -2.821,0 0,2.766 8.767,0 0,-2.737 -2.733,0 L 3.213,0 0,0 Z" /></g><g
transform="translate(75.9378,41.0826)"
id="g232"><path
id="path234"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.007 0.601,0 c 0.396,0 0.698,0.09 0.906,0.271 C 1.716,-1.555 1.82,-1.3 1.82,-0.97 1.82,-0.323 1.437,0 0.673,0 L 0,0 Z m 0,-2.526 0,-1.851 -0.574,0 0,4.896 1.346,0 c 0.523,0 0.929,-0.127 1.217,-0.382 0.288,-0.256 0.432,-0.615 0.432,-1.079 0,-0.465 -0.161,-0.844 -0.48,-1.141 -0.32,-0.296 -0.752,-0.443 -1.296,-0.443 l -0.645,0 z" /></g><g
transform="translate(81.0567,41.1645)"
id="g236"><path
id="path238"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.514,0 -0.932,-0.185 -1.253,-0.556 -0.321,-0.372 -0.481,-0.858 -0.481,-1.462 0,-0.603 0.156,-1.088 0.469,-1.456 0.313,-0.368 0.721,-0.551 1.224,-0.551 0.537,0 0.961,0.175 1.27,0.526 0.309,0.35 0.464,0.84 0.464,1.471 0,0.646 -0.15,1.146 -0.45,1.499 C 0.942,-0.177 0.528,0 0,0 m -0.041,-4.541 c -0.694,0 -1.25,0.229 -1.668,0.687 -0.417,0.457 -0.626,1.052 -0.626,1.785 0,0.788 0.213,1.416 0.638,1.885 0.426,0.468 1.005,0.703 1.738,0.703 0.676,0 1.22,-0.228 1.634,-0.683 0.413,-0.455 0.619,-1.051 0.619,-1.785 0,-0.799 -0.211,-1.431 -0.635,-1.895 -0.423,-0.464 -0.99,-0.697 -1.7,-0.697" /></g><g
transform="translate(89.8798,41.6015)"
id="g240"><path
id="path242"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.383,-4.896 -0.672,0 -1.007,3.578 c -0.043,0.153 -0.07,0.319 -0.079,0.499 l -0.014,0 c -0.013,-0.169 -0.043,-0.332 -0.088,-0.492 l -1.014,-3.585 -0.666,0 -1.434,4.896 0.632,0 1.041,-3.755 c 0.043,-0.157 0.07,-0.321 0.082,-0.492 l 0.017,0 c 0.011,0.12 0.047,0.284 0.106,0.492 L -3.397,0 l 0.55,0 1.038,-3.783 c 0.036,-0.129 0.063,-0.282 0.082,-0.457 l 0.013,0 c 0.009,0.118 0.04,0.275 0.092,0.471 L -0.621,0 0,0 Z" /></g><g
transform="translate(92.9639,36.7058)"
id="g244"><path
id="path246"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z" /></g><g
transform="translate(94.2421,41.0826)"
id="g248"><path
id="path250"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-1.775 0.778,0 c 0.144,0 0.277,0.021 0.398,0.065 0.122,0.043 0.227,0.105 0.316,0.186 0.089,0.081 0.158,0.18 0.208,0.297 0.05,0.117 0.075,0.248 0.075,0.394 0,0.262 -0.085,0.466 -0.254,0.613 C 1.352,-0.073 1.106,0 0.785,0 L 0,0 Z m 2.936,-4.377 -0.683,0 -0.819,1.373 c -0.075,0.127 -0.148,0.236 -0.219,0.326 -0.07,0.089 -0.143,0.163 -0.216,0.22 -0.074,0.057 -0.154,0.098 -0.239,0.125 -0.086,0.026 -0.182,0.039 -0.289,0.039 l -0.471,0 0,-2.083 -0.574,0 0,4.896 1.462,0 C 1.101,0.519 1.299,0.492 1.48,0.439 1.661,0.385 1.818,0.304 1.951,0.195 2.084,0.085 2.188,-0.05 2.263,-0.213 2.339,-0.376 2.376,-0.567 2.376,-0.785 2.376,-0.956 2.351,-1.112 2.299,-1.255 2.248,-1.397 2.175,-1.523 2.081,-1.635 1.987,-1.747 1.873,-1.842 1.739,-1.92 1.606,-1.999 1.457,-2.06 1.29,-2.103 l 0,-0.014 c 0.082,-0.036 0.154,-0.077 0.214,-0.124 0.06,-0.047 0.118,-0.102 0.172,-0.166 0.055,-0.064 0.109,-0.136 0.162,-0.217 0.054,-0.081 0.114,-0.175 0.18,-0.281 l 0.918,-1.472 z" /></g><g
transform="translate(139.7389,41.0826)"
id="g252"><path
id="path254"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.007 0.601,0 c 0.396,0 0.698,0.09 0.906,0.271 C 1.716,-1.555 1.82,-1.3 1.82,-0.97 1.82,-0.323 1.437,0 0.673,0 L 0,0 Z m 0,-2.526 0,-1.851 -0.574,0 0,4.896 1.346,0 c 0.523,0 0.929,-0.127 1.217,-0.382 0.288,-0.256 0.432,-0.615 0.432,-1.079 0,-0.465 -0.161,-0.844 -0.48,-1.141 -0.32,-0.296 -0.752,-0.443 -1.296,-0.443 l -0.645,0 z" /></g><g
transform="translate(145.2913,38.5937)"
id="g256"><path
id="path258"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -0.768,2.086 c -0.025,0.068 -0.05,0.177 -0.075,0.328 l -0.014,0 C -0.88,2.275 -0.906,2.165 -0.935,2.086 L -1.697,0 0,0 Z m 1.342,-1.888 -0.635,0 -0.519,1.372 -2.076,0 -0.488,-1.372 -0.639,0 1.878,4.896 0.594,0 1.885,-4.896 z" /></g><g
transform="translate(150.697,38.6859)"
id="g260"><path
id="path262"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-1.375 -0.62,-2.062 -1.861,-2.062 -1.188,0 -1.782,0.661 -1.782,1.983 l 0,2.995 0.574,0 0,-2.957 c 0,-1.004 0.423,-1.506 1.27,-1.506 0.817,0 1.225,0.485 1.225,1.455 l 0,3.008 L 0,2.916 0,0 Z" /></g><g
transform="translate(151.4528,36.9038)"
id="g264"><path
id="path266"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,0.676 C 0.077,0.608 0.17,0.546 0.278,0.492 0.386,0.437 0.5,0.391 0.62,0.353 0.739,0.316 0.859,0.287 0.98,0.266 c 0.121,-0.02 0.232,-0.03 0.334,-0.03 0.353,0 0.617,0.065 0.791,0.196 0.174,0.13 0.261,0.319 0.261,0.565 0,0.132 -0.029,0.247 -0.087,0.345 C 2.221,1.44 2.141,1.529 2.038,1.61 1.936,1.691 1.815,1.768 1.675,1.842 1.535,1.916 1.384,1.994 1.222,2.076 1.052,2.162 0.892,2.25 0.744,2.339 0.596,2.427 0.468,2.526 0.358,2.632 0.249,2.739 0.163,2.86 0.101,2.996 0.038,3.132 0.007,3.29 0.007,3.472 0.007,3.695 0.056,3.889 0.154,4.054 0.251,4.219 0.38,4.355 0.539,4.462 0.699,4.569 0.88,4.649 1.084,4.701 1.288,4.753 1.495,4.78 1.707,4.78 2.19,4.78 2.541,4.722 2.762,4.605 l 0,-0.645 C 2.473,4.161 2.102,4.261 1.649,4.261 1.524,4.261 1.398,4.248 1.273,4.221 1.148,4.195 1.037,4.152 0.939,4.093 0.841,4.035 0.761,3.958 0.7,3.865 0.638,3.772 0.608,3.657 0.608,3.523 0.608,3.398 0.631,3.29 0.678,3.199 0.724,3.108 0.793,3.025 0.884,2.95 0.975,2.875 1.086,2.802 1.217,2.731 1.348,2.66 1.499,2.584 1.669,2.499 1.845,2.413 2.011,2.322 2.168,2.226 2.325,2.13 2.463,2.025 2.581,1.908 2.699,1.792 2.793,1.663 2.863,1.523 2.932,1.382 2.967,1.22 2.967,1.038 2.967,0.796 2.919,0.592 2.825,0.425 2.731,0.258 2.603,0.122 2.443,0.017 2.282,-0.088 2.097,-0.163 1.888,-0.21 1.678,-0.257 1.458,-0.28 1.226,-0.28 1.148,-0.28 1.053,-0.274 0.939,-0.261 0.825,-0.248 0.709,-0.23 0.591,-0.207 0.472,-0.183 0.36,-0.153 0.254,-0.118 0.149,-0.083 0.064,-0.044 0,0" /></g><g
transform="translate(157.7529,36.7058)"
id="g268"><path
id="path270"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z" /></g><g
transform="translate(382.3419,36.9038)"
id="g272"><path
id="path274"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,0.676 C 0.077,0.608 0.17,0.546 0.278,0.492 0.386,0.437 0.5,0.391 0.62,0.353 0.739,0.316 0.859,0.287 0.98,0.266 c 0.121,-0.02 0.232,-0.03 0.334,-0.03 0.353,0 0.617,0.065 0.791,0.196 0.174,0.13 0.261,0.319 0.261,0.565 0,0.132 -0.029,0.247 -0.087,0.345 C 2.221,1.44 2.141,1.529 2.038,1.61 1.936,1.691 1.815,1.768 1.675,1.842 1.535,1.916 1.384,1.994 1.222,2.076 1.052,2.162 0.892,2.25 0.744,2.339 0.596,2.427 0.468,2.526 0.358,2.632 0.249,2.739 0.163,2.86 0.101,2.996 0.038,3.132 0.007,3.29 0.007,3.472 0.007,3.695 0.056,3.889 0.154,4.054 0.251,4.219 0.38,4.355 0.539,4.462 0.699,4.569 0.88,4.649 1.084,4.701 1.288,4.753 1.495,4.78 1.707,4.78 2.19,4.78 2.541,4.722 2.762,4.605 l 0,-0.645 C 2.473,4.161 2.102,4.261 1.649,4.261 1.524,4.261 1.398,4.248 1.273,4.221 1.148,4.195 1.037,4.152 0.939,4.093 0.841,4.035 0.761,3.958 0.7,3.865 0.638,3.772 0.608,3.657 0.608,3.523 0.608,3.398 0.631,3.29 0.678,3.199 0.724,3.108 0.793,3.025 0.884,2.95 0.975,2.875 1.086,2.802 1.217,2.731 1.348,2.66 1.499,2.584 1.669,2.499 1.845,2.413 2.011,2.322 2.168,2.226 2.325,2.13 2.463,2.025 2.581,1.908 2.699,1.792 2.793,1.663 2.863,1.523 2.932,1.382 2.967,1.22 2.967,1.038 2.967,0.796 2.919,0.592 2.825,0.425 2.731,0.258 2.603,0.122 2.443,0.017 2.282,-0.088 2.097,-0.163 1.888,-0.21 1.678,-0.257 1.458,-0.28 1.226,-0.28 1.148,-0.28 1.053,-0.274 0.939,-0.261 0.825,-0.248 0.709,-0.23 0.591,-0.207 0.472,-0.183 0.36,-0.153 0.254,-0.118 0.148,-0.083 0.064,-0.044 0,0" /></g><g
transform="translate(388.642,36.7058)"
id="g276"><path
id="path278"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z" /></g><g
transform="translate(391.8866,36.7058)"
id="g280"><path
id="path282"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.54,0 0,4.896 0.574,0 0,-4.377 L 0,0.519 0,0 Z" /></g><g
transform="translate(394.9946,36.7058)"
id="g284"><path
id="path286"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z" /></g><g
transform="translate(399.0312,36.9106)"
id="g288"><path
id="path290"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.362,-0.191 -0.813,-0.287 -1.352,-0.287 -0.696,0 -1.254,0.225 -1.673,0.673 -0.418,0.448 -0.628,1.037 -0.628,1.765 0,0.782 0.236,1.416 0.707,1.898 0.471,0.482 1.068,0.724 1.792,0.724 0.464,0 0.849,-0.068 1.154,-0.202 L 0,3.96 c -0.35,0.196 -0.737,0.294 -1.161,0.294 -0.562,0 -1.018,-0.188 -1.367,-0.563 -0.35,-0.376 -0.524,-0.878 -0.524,-1.506 0,-0.597 0.163,-1.071 0.49,-1.425 0.326,-0.355 0.755,-0.531 1.285,-0.531 0.492,0 0.917,0.109 1.277,0.327 L 0,0 Z" /></g><g
transform="translate(402.6855,41.0826)"
id="g292"><path
id="path294"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.413,0 0,-4.377 -0.574,0 0,4.377 -1.41,0 0,0.519 L 0,0.519 0,0 Z" /></g><g
transform="translate(446.2897,41.0826)"
id="g296"><path
id="path298"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-1.775 0.778,0 c 0.144,0 0.277,0.021 0.398,0.065 0.122,0.043 0.227,0.105 0.316,0.186 0.089,0.081 0.158,0.18 0.208,0.297 0.05,0.117 0.075,0.248 0.075,0.394 0,0.262 -0.085,0.466 -0.254,0.613 C 1.352,-0.073 1.106,0 0.785,0 L 0,0 Z m 2.936,-4.377 -0.683,0 -0.819,1.373 c -0.075,0.127 -0.148,0.236 -0.219,0.326 -0.07,0.089 -0.143,0.163 -0.216,0.22 -0.074,0.057 -0.154,0.098 -0.239,0.125 -0.086,0.026 -0.182,0.039 -0.289,0.039 l -0.471,0 0,-2.083 -0.574,0 0,4.896 1.462,0 C 1.101,0.519 1.299,0.492 1.48,0.439 1.661,0.385 1.818,0.304 1.951,0.195 2.084,0.085 2.188,-0.05 2.263,-0.213 2.339,-0.376 2.376,-0.567 2.376,-0.785 2.376,-0.956 2.351,-1.112 2.299,-1.255 2.248,-1.397 2.175,-1.523 2.081,-1.635 1.987,-1.747 1.873,-1.842 1.739,-1.92 1.606,-1.999 1.457,-2.06 1.29,-2.103 l 0,-0.014 c 0.082,-0.036 0.154,-0.077 0.214,-0.124 0.06,-0.047 0.118,-0.102 0.172,-0.166 0.055,-0.064 0.109,-0.136 0.162,-0.217 0.054,-0.081 0.114,-0.175 0.18,-0.281 l 0.918,-1.472 z" /></g><g
transform="translate(452.2552,36.7058)"
id="g300"><path
id="path302"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z" /></g><g
transform="translate(452.7311,36.9038)"
id="g304"><path
id="path306"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,0.676 C 0.077,0.608 0.17,0.546 0.278,0.492 0.386,0.437 0.5,0.391 0.62,0.353 0.739,0.316 0.859,0.287 0.98,0.266 c 0.121,-0.02 0.232,-0.03 0.334,-0.03 0.353,0 0.617,0.065 0.791,0.196 0.174,0.13 0.261,0.319 0.261,0.565 0,0.132 -0.029,0.247 -0.087,0.345 C 2.221,1.44 2.141,1.529 2.038,1.61 1.936,1.691 1.815,1.768 1.675,1.842 1.535,1.916 1.384,1.994 1.222,2.076 1.052,2.162 0.892,2.25 0.744,2.339 0.596,2.427 0.468,2.526 0.358,2.632 0.249,2.739 0.163,2.86 0.101,2.996 0.038,3.132 0.007,3.29 0.007,3.472 0.007,3.695 0.056,3.889 0.154,4.054 0.251,4.219 0.38,4.355 0.539,4.462 0.699,4.569 0.88,4.649 1.084,4.701 1.288,4.753 1.495,4.78 1.707,4.78 2.19,4.78 2.541,4.722 2.762,4.605 l 0,-0.645 C 2.473,4.161 2.102,4.261 1.649,4.261 1.524,4.261 1.398,4.248 1.273,4.221 1.148,4.195 1.037,4.152 0.939,4.093 0.841,4.035 0.761,3.958 0.7,3.865 0.638,3.772 0.608,3.657 0.608,3.523 0.608,3.398 0.631,3.29 0.678,3.199 0.724,3.108 0.793,3.025 0.884,2.95 0.975,2.875 1.086,2.802 1.217,2.731 1.348,2.66 1.499,2.584 1.669,2.499 1.845,2.413 2.011,2.322 2.168,2.226 2.325,2.13 2.463,2.025 2.581,1.908 2.699,1.792 2.793,1.663 2.863,1.523 2.932,1.382 2.967,1.22 2.967,1.038 2.967,0.796 2.919,0.592 2.825,0.425 2.731,0.258 2.603,0.122 2.443,0.017 2.282,-0.088 2.097,-0.163 1.888,-0.21 1.678,-0.257 1.458,-0.28 1.226,-0.28 1.148,-0.28 1.053,-0.274 0.939,-0.261 0.825,-0.248 0.709,-0.23 0.591,-0.207 0.472,-0.183 0.36,-0.153 0.254,-0.118 0.148,-0.083 0.064,-0.044 0,0" /></g><g
transform="translate(459.0312,36.7058)"
id="g308"><path
id="path310"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z" /></g><g
transform="translate(462.6309,41.0826)"
id="g312"><path
id="path314"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.413,0 0,-4.377 -0.574,0 0,4.377 -1.41,0 0,0.519 L 0,0.519 0,0 Z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -0,0 +1,630 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 1005.3118 483.60899"
height="483.60898"
width="1005.3118"
xml:space="preserve"
version="1.1"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="consolegame.svg"><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1057"
id="namedview158"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="0.97599308"
inkscape:cx="338.67001"
inkscape:cy="241.80498"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" /><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,386.888 541.872,0 L 541.872,0 0,0 0,386.888 Z"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath16-8"><path
d="m 0,204.269 162.545,0 L 162.545,0 0,0 0,204.269 Z"
id="path18-9"
inkscape:connector-curvature="0" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,483.609)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(541.8718,383.4092)"
id="g20"><path
id="path22"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-138.107 -541.872,0 0,138.107 c 0,1.914 1.565,3.478 3.479,3.478 l 69.123,0 0,-23.449 4.921,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.49,0 0,-23.449 3.898,0 0,23.449 7.49,0 0,-23.449 4.921,0 0,23.449 7.49,0 0,-23.449 4.999,0 0,23.449 7.49,0 0,-23.449 3.601,0 0,23.449 7.49,0 0,-23.449 4.921,0 0,23.449 7.49,0 0,-23.449 4.999,0 0,23.449 7.49,0 0,-23.449 3.085,0 0,23.449 7.49,0 0,-23.449 4.921,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.49,0 0,-23.449 3.601,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.499,0 0,-23.449 4.991,0 0,23.449 7.49,0 0,-23.449 3.085,0 0,23.449 7.499,0 0,-23.449 4.92,0 0,23.449 7.49,0 0,-23.449 4.991,0 0,23.449 7.499,0 0,-23.449 3.6,0 0,23.449 7.491,0 0,-23.449 4.92,0 0,23.449 7.49,0 0,-23.449 4.999,0 0,23.449 7.49,0 0,-23.449 4.187,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.49,0 0,-23.449 5,0 0,23.449 7.49,0 0,-23.449 3.601,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.491,0 0,-23.449 4.702,0 0,23.449 7.49,0 0,-23.449 4.92,0 0,23.449 7.499,0 0,-23.449 4.99,0 0,23.449 7.491,0 0,-23.449 3.6,0 0,23.449 7.49,0 0,-23.449 4.93,0 0,23.449 7.49,0 0,-23.449 4.99,0 0,23.449 7.49,0 0,-23.449 4.781,0 0,23.449 75.242,0 C -1.564,3.478 0,1.914 0,0"
inkscape:connector-curvature="0" /></g><path
id="path24"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 77.523,363.439 -4.92,0 0,19.516 4.92,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path26"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 90.012,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path28"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 101.4,363.439 -3.898,0 0,19.516 3.898,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path30"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.811,363.439 -4.92,0 0,19.516 4.92,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path32"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 126.3,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path34"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 137.391,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path36"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 149.801,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path38"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 162.291,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path40"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 172.866,363.439 -3.085,0 0,19.516 3.085,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path42"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 185.276,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path44"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 197.766,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path46"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 208.857,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path48"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 221.267,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path50"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 233.757,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path52"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 244.332,363.439 -3.085,0 0,19.516 3.085,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path54"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 256.751,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path56"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 269.232,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path58"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 280.331,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path60"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 292.742,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path62"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 305.231,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path64"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 316.908,363.439 -4.186,0 0,19.516 4.186,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path66"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 329.318,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path68"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 341.807,363.439 -4.999,0 0,19.516 4.999,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path70"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 352.898,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path72"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 365.309,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path74"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 377.798,363.439 -4.991,0 0,19.516 4.991,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path76"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 389.99,363.439 -4.702,0 0,19.516 4.702,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path78"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 402.401,363.439 -4.921,0 0,19.516 4.921,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path80"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 414.89,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path82"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 425.981,363.439 -3.601,0 0,19.516 3.601,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path84"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 438.4,363.439 -4.929,0 0,19.516 4.929,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path86"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 450.881,363.439 -4.99,0 0,19.516 4.99,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path88"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 463.152,363.439 -4.781,0 0,19.516 4.781,0 0,-19.516 z"
inkscape:connector-curvature="0" /><path
id="path90"
style="fill:#bbbdbf;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,182.812 541.872,0 0,62.49 -541.872,0 0,-62.49 z"
inkscape:connector-curvature="0" /><path
id="path92"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 436.626,31.612 -27.094,0 0,14.421 27.094,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path94"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 130.556,31.612 -26.447,0 0,14.421 26.447,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path96"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 68.389,31.612 -68.389,0 0,14.421 68.389,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path98"
style="fill:#bbbdbf;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,148.726 -541.872,0 0,29.279 541.872,0 0,-29.279 z"
inkscape:connector-curvature="0" /><path
id="path100"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,46.033 -541.872,0 0,102.693 541.872,0 0,-102.693 z"
inkscape:connector-curvature="0" /><g
transform="translate(541.8718,31.6121)"
id="g102"><path
id="path104"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-28.134 c 0,-1.914 -1.564,-3.478 -3.478,-3.478 l -534.915,0 c -1.914,0 -3.479,1.564 -3.479,3.478 L -541.872,0 0,0 Z"
inkscape:connector-curvature="0" /></g><path
id="path106"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,31.612 -72.034,0 0,14.421 72.034,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path108"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 104.109,31.612 -35.72,0 0,14.421 35.72,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path110"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 165.725,31.612 -35.169,0 0,14.421 35.169,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path112"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 374.215,31.612 -208.49,0 0,14.421 208.49,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path114"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 409.533,31.612 -35.318,0 0,14.421 35.318,0 0,-14.421 z"
inkscape:connector-curvature="0" /><path
id="path116"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 469.838,31.612 -33.211,0 0,14.421 33.211,0 0,-14.421 z"
inkscape:connector-curvature="0" /><g
transform="translate(120.3884,38.8225)"
id="g118"><path
id="path120"
style="fill:#ec1c24;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-1.868 -1.512,-3.387 -3.38,-3.387 -1.875,0 -3.387,1.519 -3.387,3.387 0,1.868 1.512,3.387 3.387,3.387 C -1.512,3.387 0,1.868 0,0"
inkscape:connector-curvature="0" /></g><path
id="path122"
style="fill:#262261;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 541.872,178.005 -31.027,0 0,4.807 31.027,0 0,-4.807 z"
inkscape:connector-curvature="0" /><path
id="path124"
style="fill:#ec1c24;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 62.272,178.005 -62.272,0 0,4.807 62.272,0 0,-4.807 z"
inkscape:connector-curvature="0" /><path
id="path126"
style="fill:#f16522;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 139.838,178.005 -77.566,0 0,4.807 77.566,0 0,-4.807 z"
inkscape:connector-curvature="0" /><path
id="path128"
style="fill:#ffdd15;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 220.463,178.005 -80.625,0 0,4.807 80.625,0 0,-4.807 z"
inkscape:connector-curvature="0" /><path
id="path130"
style="fill:#00a14b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 338.014,178.005 -117.551,0 0,4.807 117.551,0 0,-4.807 z"
inkscape:connector-curvature="0" /><path
id="path132"
style="fill:#26a9e0;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 434.083,178.005 -96.069,0 0,4.807 96.069,0 0,-4.807 z"
inkscape:connector-curvature="0" /><path
id="path134"
style="fill:#2b388f;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 510.845,178.005 -76.762,0 0,4.807 76.762,0 0,-4.807 z"
inkscape:connector-curvature="0" /><g
transform="translate(346.9727,269.4851)"
id="g136"><path
id="path138"
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.727 -2.229,-4.956 -4.956,-4.956 l -141.585,0 c -2.718,0 -4.947,2.229 -4.947,4.956 l 0,35.536 c 0,2.727 2.229,4.956 4.947,4.956 l 141.585,0 C -2.229,40.492 0,38.263 0,35.536 L 0,0 Z m 0.655,48.795 -155.132,0 c -3.243,0 -5.9,-2.657 -5.9,-5.9 l 0,-48.506 c 0,-3.242 2.657,-5.899 5.9,-5.899 l 155.132,0 c 3.243,0 5.9,2.657 5.9,5.899 l 0,48.506 c 0,3.243 -2.657,5.9 -5.9,5.9"
inkscape:connector-curvature="0" /></g><g
transform="translate(338.0143,285.5052)"
id="g140"><path
id="path142"
style="fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -5.751,0 0,2.622 -10.925,0 0,-2.622 -100.368,0 0,2.622 -12.525,0 0,-2.622 -4.518,0 0,13.984 L 0,13.984 0,0 Z m 0,-14.709 -134.087,0 0,12.594 4.518,0 0,-2.255 12.525,0 0,2.255 100.368,0 0,-2.255 10.925,0 0,2.255 5.751,0 0,-12.594 z m 4.003,39.181 -141.586,0 c -2.718,0 -4.947,-2.229 -4.947,-4.956 l 0,-35.536 c 0,-2.727 2.229,-4.956 4.947,-4.956 l 141.586,0 c 2.727,0 4.955,2.229 4.955,4.956 l 0,35.536 c 0,2.727 -2.228,4.956 -4.955,4.956"
inkscape:connector-curvature="0" /></g><g
transform="translate(338.0143,283.3902)"
id="g144"><path
id="path146"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-12.594 -134.087,0 0,12.594 4.518,0 0,-2.255 12.525,0 0,2.255 100.368,0 0,-2.255 10.925,0 0,2.255 L 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(338.0143,299.489)"
id="g148"><path
id="path150"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-13.984 -5.751,0 0,2.622 -10.925,0 0,-2.622 -100.368,0 0,2.622 -12.525,0 0,-2.622 -4.518,0 0,13.984 L 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(62.4815,171.8835)"
id="g152"><path
id="path154"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.887,-9.894 -2.565,0 3.917,9.034 -5.131,0 0,1.982 L 0,1.122 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(68.4915,170.2166)"
id="g156"><path
id="path158"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,0.374 -0.119,0.672 -0.357,0.895 -0.238,0.222 -0.555,0.334 -0.949,0.334 -0.384,0 -0.703,-0.117 -0.956,-0.349 -0.254,-0.234 -0.38,-0.532 -0.38,-0.895 0,-0.687 0.44,-1.206 1.321,-1.56 C -0.44,-1.211 0,-0.686 0,0 m -1.429,-3.426 c -1.029,-0.405 -1.544,-1.024 -1.544,-1.859 0,-0.399 0.158,-0.73 0.473,-0.991 0.315,-0.261 0.697,-0.392 1.148,-0.392 0.487,0 0.878,0.128 1.175,0.385 0.297,0.256 0.446,0.594 0.446,1.013 0,0.84 -0.566,1.455 -1.698,1.844 m -1.621,0.922 0,0.038 c -1.259,0.517 -1.889,1.355 -1.889,2.512 0,0.85 0.338,1.55 1.014,2.101 0.676,0.55 1.549,0.826 2.619,0.826 1.091,0 1.961,-0.258 2.612,-0.772 0.65,-0.515 0.975,-1.179 0.975,-1.994 0,-1.203 -0.696,-2.089 -2.089,-2.657 l 0,-0.031 C 0.94,-2.701 1.52,-3.064 1.932,-3.568 2.344,-4.073 2.55,-4.64 2.55,-5.27 c 0,-0.973 -0.359,-1.741 -1.079,-2.304 -0.719,-0.563 -1.724,-0.845 -3.015,-0.845 -1.116,0 -2.016,0.275 -2.7,0.825 -0.684,0.551 -1.026,1.28 -1.026,2.186 0,1.316 0.74,2.284 2.22,2.904"
inkscape:connector-curvature="0" /></g><g
transform="translate(75.6839,171.3381)"
id="g160"><path
id="path162"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.05,0 -1.575,-1.319 -1.575,-3.956 0,-2.484 0.515,-3.726 1.544,-3.726 1.004,0 1.506,1.281 1.506,3.841 C 1.475,-1.28 0.983,0 0,0 m -0.108,-9.54 c -2.621,0 -3.932,1.841 -3.932,5.523 0,1.91 0.354,3.365 1.063,4.366 0.71,1.001 1.738,1.502 3.085,1.502 2.56,0 3.84,-1.871 3.84,-5.615 C 3.948,-5.628 3.599,-7.057 2.9,-8.05 2.201,-9.044 1.198,-9.54 -0.108,-9.54"
inkscape:connector-curvature="0" /></g><g
transform="translate(84.198,171.3381)"
id="g164"><path
id="path166"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -1.05,0 -1.575,-1.319 -1.575,-3.956 0,-2.484 0.515,-3.726 1.544,-3.726 1.004,0 1.506,1.281 1.506,3.841 C 1.475,-1.28 0.983,0 0,0 m -0.108,-9.54 c -2.621,0 -3.932,1.841 -3.932,5.523 0,1.91 0.354,3.365 1.063,4.366 0.71,1.001 1.738,1.502 3.085,1.502 2.56,0 3.84,-1.871 3.84,-5.615 C 3.948,-5.628 3.599,-7.057 2.9,-8.05 2.201,-9.044 1.198,-9.54 -0.108,-9.54"
inkscape:connector-curvature="0" /></g><g
transform="translate(95.6798,171.1)"
id="g168"><path
id="path170"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-3.434 0.976,0 c 1.321,0 1.981,0.579 1.981,1.736 C 2.957,-0.566 2.297,0 0.976,0 L 0,0 Z m 0,-5.316 0,-3.794 -2.481,0 0,11.015 3.887,0 c 2.775,0 4.163,-1.17 4.163,-3.51 0,-1.107 -0.398,-2.002 -1.194,-2.685 C 3.578,-4.974 2.514,-5.316 1.183,-5.316 l -1.183,0 z"
inkscape:connector-curvature="0" /></g><g
transform="translate(104.3928,170.1287)"
id="g172"><path
id="path174"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.724 0.956,0 c 0.473,0 0.853,0.136 1.14,0.409 0.291,0.278 0.437,0.622 0.437,1.031 C 2.533,-0.428 2.021,0 0.997,0 L 0,0 Z m 6.009,-8.139 -2.534,0 -1.522,2.52 C 1.839,-5.428 1.73,-5.258 1.625,-5.107 1.52,-4.957 1.414,-4.828 1.308,-4.722 1.2,-4.615 1.089,-4.533 0.973,-4.476 0.857,-4.419 0.731,-4.39 0.594,-4.39 l -0.594,0 0,-3.749 -2.205,0 0,9.791 3.495,0 c 2.377,0 3.565,-0.887 3.565,-2.663 0,-0.341 -0.053,-0.656 -0.157,-0.945 C 4.593,-2.246 4.445,-2.506 4.254,-2.738 4.063,-2.97 3.831,-3.171 3.561,-3.339 3.29,-3.507 2.988,-3.639 2.656,-3.735 l 0,-0.027 c 0.146,-0.045 0.287,-0.12 0.423,-0.222 0.137,-0.103 0.269,-0.222 0.396,-0.359 0.128,-0.136 0.25,-0.283 0.366,-0.44 0.116,-0.157 0.222,-0.311 0.317,-0.461 l 1.851,-2.895 z"
inkscape:connector-curvature="0" /></g><g
transform="translate(115.0743,170.0468)"
id="g176"><path
id="path178"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.774,0 -1.389,-0.29 -1.844,-0.871 -0.455,-0.58 -0.682,-1.348 -0.682,-2.304 0,-0.97 0.227,-1.737 0.682,-2.301 0.455,-0.564 1.052,-0.847 1.789,-0.847 0.76,0 1.363,0.274 1.81,0.823 0.446,0.549 0.669,1.31 0.669,2.284 0,1.015 -0.216,1.805 -0.649,2.369 C 1.343,-0.283 0.751,0 0,0 m -0.096,-8.228 c -1.402,0 -2.544,0.457 -3.427,1.369 -0.884,0.913 -1.325,2.102 -1.325,3.568 0,1.547 0.448,2.799 1.345,3.755 0.897,0.956 2.085,1.434 3.564,1.434 1.398,0 2.528,-0.457 3.391,-1.372 0.862,-0.915 1.293,-2.121 1.293,-3.619 0,-1.539 -0.447,-2.779 -1.341,-3.721 -0.895,-0.943 -2.061,-1.414 -3.5,-1.414"
inkscape:connector-curvature="0" /></g><g
transform="translate(120.6025,162.4122)"
id="g180"><path
id="path182"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,2.458 C 0.446,2.084 0.929,1.803 1.452,1.617 1.974,1.43 2.502,1.337 3.034,1.337 c 0.313,0 0.585,0.028 0.818,0.084 0.233,0.056 0.428,0.135 0.584,0.234 0.156,0.101 0.273,0.218 0.35,0.353 0.076,0.136 0.115,0.284 0.115,0.442 0,0.215 -0.062,0.408 -0.185,0.577 C 4.594,3.196 4.426,3.352 4.213,3.495 4.001,3.638 3.749,3.777 3.457,3.91 3.165,4.043 2.85,4.179 2.512,4.317 1.652,4.675 1.01,5.113 0.588,5.631 0.165,6.148 -0.046,6.773 -0.046,7.505 c 0,0.573 0.115,1.066 0.346,1.478 0.23,0.412 0.544,0.752 0.941,1.018 0.396,0.267 0.856,0.462 1.378,0.588 0.523,0.125 1.076,0.188 1.66,0.188 0.573,0 1.081,-0.034 1.524,-0.104 0.443,-0.068 0.852,-0.175 1.226,-0.318 l 0,-2.297 C 6.844,8.186 6.643,8.299 6.426,8.396 6.208,8.493 5.984,8.573 5.753,8.638 5.523,8.701 5.294,8.749 5.066,8.78 4.838,8.811 4.622,8.826 4.417,8.826 4.135,8.826 3.879,8.799 3.649,8.746 3.418,8.691 3.224,8.616 3.065,8.519 2.906,8.422 2.783,8.305 2.696,8.169 2.609,8.033 2.566,7.881 2.566,7.712 2.566,7.528 2.614,7.363 2.712,7.216 2.809,7.071 2.947,6.933 3.126,6.802 3.306,6.672 3.523,6.543 3.779,6.417 4.035,6.292 4.325,6.163 4.647,6.03 5.088,5.846 5.483,5.649 5.834,5.443 6.185,5.235 6.486,5.001 6.737,4.74 6.988,4.478 7.18,4.18 7.313,3.845 7.446,3.509 7.513,3.119 7.513,2.673 7.513,2.059 7.396,1.542 7.163,1.126 6.93,0.708 6.614,0.37 6.214,0.112 5.815,-0.148 5.35,-0.333 4.82,-0.446 4.29,-0.558 3.731,-0.615 3.142,-0.615 2.537,-0.615 1.963,-0.563 1.417,-0.461 0.872,-0.358 0.399,-0.205 0,0"
inkscape:connector-curvature="0" /></g><g
transform="translate(136.6342,171.7811)"
id="g184"><path
id="path186"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -3.189,-6.309 0,-3.482 -2.205,0 0,3.441 -3.107,6.35 2.52,0 1.577,-3.653 c 0.027,-0.068 0.102,-0.335 0.225,-0.799 l 0.028,0 c 0.058,0.328 0.129,0.585 0.211,0.772 L -2.335,0 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(136.8143,162.3653)"
id="g188"><path
id="path190"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,2.185 C 0.396,1.853 0.826,1.604 1.29,1.437 1.755,1.271 2.223,1.188 2.697,1.188 c 0.277,0 0.52,0.025 0.727,0.075 0.207,0.051 0.38,0.12 0.519,0.208 C 4.082,1.56 4.186,1.665 4.254,1.786 4.322,1.906 4.356,2.037 4.356,2.178 4.356,2.369 4.302,2.54 4.192,2.69 4.083,2.84 3.934,2.98 3.745,3.107 3.556,3.234 3.332,3.357 3.073,3.475 2.813,3.594 2.533,3.714 2.233,3.837 1.468,4.156 0.898,4.545 0.522,5.005 0.147,5.465 -0.041,6.02 -0.041,6.671 c 0,0.51 0.102,0.948 0.307,1.314 C 0.471,8.352 0.75,8.654 1.103,8.89 1.455,9.127 1.864,9.301 2.328,9.412 2.793,9.524 3.284,9.58 3.803,9.58 4.313,9.58 4.765,9.549 5.159,9.488 5.552,9.426 5.915,9.331 6.248,9.204 l 0,-2.041 C 6.084,7.276 5.905,7.377 5.712,7.463 5.518,7.549 5.319,7.621 5.114,7.678 4.909,7.735 4.705,7.777 4.503,7.804 4.3,7.832 4.108,7.845 3.926,7.845 3.676,7.845 3.448,7.822 3.243,7.774 3.038,7.726 2.865,7.658 2.724,7.572 2.583,7.486 2.474,7.382 2.397,7.262 2.319,7.141 2.281,7.006 2.281,6.855 2.281,6.691 2.324,6.545 2.41,6.415 2.497,6.285 2.619,6.162 2.779,6.046 2.938,5.93 3.132,5.817 3.359,5.705 3.587,5.593 3.844,5.479 4.131,5.36 4.522,5.196 4.874,5.022 5.186,4.838 5.497,4.653 5.765,4.445 5.988,4.213 6.211,3.981 6.382,3.715 6.5,3.417 6.618,3.12 6.678,2.772 6.678,2.376 6.678,1.83 6.574,1.372 6.367,1 6.16,0.629 5.879,0.329 5.524,0.099 5.169,-0.131 4.756,-0.296 4.285,-0.396 3.813,-0.496 3.316,-0.546 2.793,-0.546 2.255,-0.546 1.745,-0.501 1.26,-0.41 0.775,-0.318 0.355,-0.182 0,0"
inkscape:connector-curvature="0" /></g><g
transform="translate(151.504,169.9853)"
id="g192"><path
id="path194"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.793,0 0,-7.996 -2.212,0 0,7.996 -2.779,0 0,1.796 L 0,1.796 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(158.2185,161.9897)"
id="g196"><path
id="path198"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -5.872,0 0,9.791 5.647,0 0,-1.795 -3.442,0 0,-2.179 3.203,0 0,-1.788 -3.203,0 0,-2.24 L 0,1.789 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(170.4705,161.9897)"
id="g200"><path
id="path202"
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.178,0 0,5.858 c 0,0.633 0.027,1.332 0.082,2.097 l -0.055,0 C -2.265,7.354 -2.367,6.921 -2.458,6.657 L -4.752,0 -6.555,0 -8.89,6.589 c -0.064,0.178 -0.167,0.632 -0.307,1.366 l -0.062,0 C -9.2,6.989 -9.17,6.143 -9.17,5.415 l 0,-5.415 -1.987,0 0,9.791 3.23,0 2,-5.803 c 0.159,-0.465 0.276,-0.932 0.349,-1.4 l 0.04,0 c 0.123,0.542 0.253,1.013 0.39,1.413 l 2,5.79 L 0,9.791 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(72.0858,186.0677)"
id="g204"><path
id="path206"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.709,-0.032 -1.398,0.069 -2.064,0.312 -0.67,0.244 -1.289,0.584 -1.833,1.048 -0.242,0.207 -0.486,0.416 -0.706,0.647 -0.434,0.456 -0.801,0.963 -1.114,1.511 -0.321,0.563 -0.581,1.152 -0.774,1.77 -0.169,0.544 -0.314,1.095 -0.362,1.665 -0.041,0.486 -0.088,0.973 -0.091,1.461 -0.01,2.019 -0.004,4.039 -0.004,6.059 l 0,0.193 1.184,0 0,-0.175 c 0,-1.49 -0.012,-2.98 0.007,-4.47 C -5.751,9.548 -5.666,9.076 -5.61,8.604 -5.541,8.031 -5.369,7.483 -5.172,6.944 -4.871,6.117 -4.48,5.336 -3.918,4.655 -3.61,4.283 -3.296,3.906 -2.936,3.587 -2.121,2.864 -1.189,2.346 -0.101,2.148 -0.067,2.142 -0.034,2.129 0,2.119 L 0,0 Z"
inkscape:connector-curvature="0" /></g><path
id="path208"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 64.577,186.11 -1.776,0 0,14.664 1.776,0 0,-14.664 z"
inkscape:connector-curvature="0" /><g
transform="translate(78.3006,191.6915)"
id="g210"><path
id="path212"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 0.437,1.94 0.874,3.872 1.311,5.803 1.328,5.803 1.346,5.795 1.363,5.795 1.757,3.872 2.15,1.949 2.552,0 L 0,0 Z M 7.341,-4.929 C 6.607,-2.517 5.873,-0.096 5.139,2.316 4.781,3.513 4.44,4.711 4.055,5.899 3.828,6.607 3.592,7.315 3.251,7.971 2.692,9.037 1.372,9.29 0.638,9.046 -0.201,8.766 -0.656,8.128 -0.9,7.341 -1.573,5.253 -2.22,3.155 -2.867,1.066 -3.234,-0.105 -3.583,-1.276 -3.95,-2.438 -4.265,-3.409 -4.588,-4.37 -4.912,-5.34 l 0,-0.157 c 0.996,0 1.993,0 2.98,-0.009 0.219,0 0.333,0.052 0.403,0.288 0.218,0.804 0.48,1.6 0.734,2.412 1.346,0 2.683,0.009 4.011,-0.008 0.096,0 0.254,-0.14 0.28,-0.245 0.253,-0.804 0.481,-1.617 0.708,-2.421 l 3.303,0 c -0.061,0.201 -0.113,0.376 -0.166,0.551"
inkscape:connector-curvature="0" /></g><path
id="path214"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 115.395,200.575 3.268,0 0,-14.465 -3.268,0 0,14.465 z"
inkscape:connector-curvature="0" /><g
transform="translate(55.3233,186.0677)"
id="g216"><path
id="path218"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,0.69 -0.002,1.355 0.004,2.019 0,0.043 0.055,0.117 0.094,0.124 0.561,0.1 1.093,0.289 1.583,0.573 0.389,0.227 0.768,0.482 1.12,0.764 0.608,0.488 1.111,1.077 1.528,1.738 0.341,0.538 0.642,1.1 0.837,1.706 0.179,0.559 0.327,1.129 0.464,1.7 0.065,0.271 0.096,0.556 0.099,0.836 0.018,1.7 0.025,3.401 0.035,5.102 0,0.03 0,0.061 0,0.102 l 1.184,0 0,-0.183 C 6.948,12.275 6.956,10.068 6.941,7.862 6.938,7.425 6.856,6.988 6.794,6.554 6.715,5.989 6.559,5.443 6.362,4.908 6.051,4.063 5.645,3.267 5.072,2.568 4.808,2.246 4.536,1.926 4.234,1.641 3.648,1.087 2.971,0.666 2.216,0.372 1.551,0.112 0.866,-0.022 0.152,0 0.106,0.001 0.061,0 0,0"
inkscape:connector-curvature="0" /></g><g
transform="translate(107.631,197.7968)"
id="g220"><path
id="path222"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-11.572 -3.105,0 0,0.463 c 0,3.947 0.027,7.895 -0.02,11.843 -0.012,0.897 1.015,2.043 2.044,2.044 0.994,0 1.989,0.03 2.981,-0.007 C 3.809,2.702 5.597,1.51 6.151,-0.373 6.588,-1.856 6.012,-3.561 4.722,-4.415 4.337,-4.67 3.939,-4.908 3.52,-5.17 c 1.24,-2.095 2.499,-4.224 3.785,-6.396 -0.129,-0.017 -0.214,-0.037 -0.299,-0.037 -1.062,-0.002 -2.124,-0.007 -3.185,0.006 -0.119,10e-4 -0.295,0.076 -0.346,0.17 -1.028,1.887 -2.037,3.784 -3.06,5.674 -0.78,1.441 -0.147,2.113 1.083,2.653 0.411,0.18 0.828,0.392 1.168,0.677 0.655,0.55 0.512,1.166 0.116,1.708 C 2.428,-0.23 1.969,0.096 1.297,0.01 0.885,-0.043 0.461,0 0,0"
inkscape:connector-curvature="0" /></g><g
transform="translate(96.6018,191.6828)"
id="g224"><path
id="path226"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 0.437,1.94 0.874,3.863 1.311,5.795 1.328,5.795 1.355,5.786 1.372,5.786 1.765,3.872 2.159,1.949 2.552,0 L 0,0 Z M 7.35,-4.921 C 6.616,-2.508 5.873,-0.096 5.148,2.325 4.702,3.784 4.265,5.253 3.828,6.712 3.636,7.35 3.408,8.006 2.902,8.46 1.774,9.491 0.044,9.413 -0.664,7.857 -0.961,7.193 -1.171,6.485 -1.39,5.795 c -0.909,-2.885 -1.8,-5.76 -2.7,-8.644 -0.271,-0.865 -0.542,-1.739 -0.831,-2.64 1.058,0 2.063,-0.008 3.077,0.009 0.096,0 0.253,0.131 0.28,0.236 0.271,0.804 0.515,1.617 0.777,2.447 1.338,0 2.675,0.009 4.003,-0.009 0.105,0 0.254,-0.139 0.289,-0.235 0.244,-0.813 0.472,-1.626 0.708,-2.43 l 3.295,0 c -0.053,0.192 -0.105,0.367 -0.158,0.55"
inkscape:connector-curvature="0" /></g><g
transform="translate(87.1131,186.2218)"
id="g228"><path
id="path230"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,11.558 -2.821,0 0,2.766 8.767,0 0,-2.737 -2.733,0 L 3.213,0 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(75.9378,41.0826)"
id="g232"><path
id="path234"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.007 0.601,0 c 0.396,0 0.698,0.09 0.906,0.271 C 1.716,-1.555 1.82,-1.3 1.82,-0.97 1.82,-0.323 1.437,0 0.673,0 L 0,0 Z m 0,-2.526 0,-1.851 -0.574,0 0,4.896 1.346,0 c 0.523,0 0.929,-0.127 1.217,-0.382 0.288,-0.256 0.432,-0.615 0.432,-1.079 0,-0.465 -0.161,-0.844 -0.48,-1.141 -0.32,-0.296 -0.752,-0.443 -1.296,-0.443 l -0.645,0 z"
inkscape:connector-curvature="0" /></g><g
transform="translate(81.0567,41.1645)"
id="g236"><path
id="path238"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.514,0 -0.932,-0.185 -1.253,-0.556 -0.321,-0.372 -0.481,-0.858 -0.481,-1.462 0,-0.603 0.156,-1.088 0.469,-1.456 0.313,-0.368 0.721,-0.551 1.224,-0.551 0.537,0 0.961,0.175 1.27,0.526 0.309,0.35 0.464,0.84 0.464,1.471 0,0.646 -0.15,1.146 -0.45,1.499 C 0.942,-0.177 0.528,0 0,0 m -0.041,-4.541 c -0.694,0 -1.25,0.229 -1.668,0.687 -0.417,0.457 -0.626,1.052 -0.626,1.785 0,0.788 0.213,1.416 0.638,1.885 0.426,0.468 1.005,0.703 1.738,0.703 0.676,0 1.22,-0.228 1.634,-0.683 0.413,-0.455 0.619,-1.051 0.619,-1.785 0,-0.799 -0.211,-1.431 -0.635,-1.895 -0.423,-0.464 -0.99,-0.697 -1.7,-0.697"
inkscape:connector-curvature="0" /></g><g
transform="translate(89.8798,41.6015)"
id="g240"><path
id="path242"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.383,-4.896 -0.672,0 -1.007,3.578 c -0.043,0.153 -0.07,0.319 -0.079,0.499 l -0.014,0 c -0.013,-0.169 -0.043,-0.332 -0.088,-0.492 l -1.014,-3.585 -0.666,0 -1.434,4.896 0.632,0 1.041,-3.755 c 0.043,-0.157 0.07,-0.321 0.082,-0.492 l 0.017,0 c 0.011,0.12 0.047,0.284 0.106,0.492 L -3.397,0 l 0.55,0 1.038,-3.783 c 0.036,-0.129 0.063,-0.282 0.082,-0.457 l 0.013,0 c 0.009,0.118 0.04,0.275 0.092,0.471 L -0.621,0 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(92.9639,36.7058)"
id="g244"><path
id="path246"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(94.2421,41.0826)"
id="g248"><path
id="path250"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-1.775 0.778,0 c 0.144,0 0.277,0.021 0.398,0.065 0.122,0.043 0.227,0.105 0.316,0.186 0.089,0.081 0.158,0.18 0.208,0.297 0.05,0.117 0.075,0.248 0.075,0.394 0,0.262 -0.085,0.466 -0.254,0.613 C 1.352,-0.073 1.106,0 0.785,0 L 0,0 Z m 2.936,-4.377 -0.683,0 -0.819,1.373 c -0.075,0.127 -0.148,0.236 -0.219,0.326 -0.07,0.089 -0.143,0.163 -0.216,0.22 -0.074,0.057 -0.154,0.098 -0.239,0.125 -0.086,0.026 -0.182,0.039 -0.289,0.039 l -0.471,0 0,-2.083 -0.574,0 0,4.896 1.462,0 C 1.101,0.519 1.299,0.492 1.48,0.439 1.661,0.385 1.818,0.304 1.951,0.195 2.084,0.085 2.188,-0.05 2.263,-0.213 2.339,-0.376 2.376,-0.567 2.376,-0.785 2.376,-0.956 2.351,-1.112 2.299,-1.255 2.248,-1.397 2.175,-1.523 2.081,-1.635 1.987,-1.747 1.873,-1.842 1.739,-1.92 1.606,-1.999 1.457,-2.06 1.29,-2.103 l 0,-0.014 c 0.082,-0.036 0.154,-0.077 0.214,-0.124 0.06,-0.047 0.118,-0.102 0.172,-0.166 0.055,-0.064 0.109,-0.136 0.162,-0.217 0.054,-0.081 0.114,-0.175 0.18,-0.281 l 0.918,-1.472 z"
inkscape:connector-curvature="0" /></g><g
transform="translate(139.7389,41.0826)"
id="g252"><path
id="path254"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-2.007 0.601,0 c 0.396,0 0.698,0.09 0.906,0.271 C 1.716,-1.555 1.82,-1.3 1.82,-0.97 1.82,-0.323 1.437,0 0.673,0 L 0,0 Z m 0,-2.526 0,-1.851 -0.574,0 0,4.896 1.346,0 c 0.523,0 0.929,-0.127 1.217,-0.382 0.288,-0.256 0.432,-0.615 0.432,-1.079 0,-0.465 -0.161,-0.844 -0.48,-1.141 -0.32,-0.296 -0.752,-0.443 -1.296,-0.443 l -0.645,0 z"
inkscape:connector-curvature="0" /></g><g
transform="translate(145.2913,38.5937)"
id="g256"><path
id="path258"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -0.768,2.086 c -0.025,0.068 -0.05,0.177 -0.075,0.328 l -0.014,0 C -0.88,2.275 -0.906,2.165 -0.935,2.086 L -1.697,0 0,0 Z m 1.342,-1.888 -0.635,0 -0.519,1.372 -2.076,0 -0.488,-1.372 -0.639,0 1.878,4.896 0.594,0 1.885,-4.896 z"
inkscape:connector-curvature="0" /></g><g
transform="translate(150.697,38.6859)"
id="g260"><path
id="path262"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-1.375 -0.62,-2.062 -1.861,-2.062 -1.188,0 -1.782,0.661 -1.782,1.983 l 0,2.995 0.574,0 0,-2.957 c 0,-1.004 0.423,-1.506 1.27,-1.506 0.817,0 1.225,0.485 1.225,1.455 l 0,3.008 L 0,2.916 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(151.4528,36.9038)"
id="g264"><path
id="path266"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,0.676 C 0.077,0.608 0.17,0.546 0.278,0.492 0.386,0.437 0.5,0.391 0.62,0.353 0.739,0.316 0.859,0.287 0.98,0.266 c 0.121,-0.02 0.232,-0.03 0.334,-0.03 0.353,0 0.617,0.065 0.791,0.196 0.174,0.13 0.261,0.319 0.261,0.565 0,0.132 -0.029,0.247 -0.087,0.345 C 2.221,1.44 2.141,1.529 2.038,1.61 1.936,1.691 1.815,1.768 1.675,1.842 1.535,1.916 1.384,1.994 1.222,2.076 1.052,2.162 0.892,2.25 0.744,2.339 0.596,2.427 0.468,2.526 0.358,2.632 0.249,2.739 0.163,2.86 0.101,2.996 0.038,3.132 0.007,3.29 0.007,3.472 0.007,3.695 0.056,3.889 0.154,4.054 0.251,4.219 0.38,4.355 0.539,4.462 0.699,4.569 0.88,4.649 1.084,4.701 1.288,4.753 1.495,4.78 1.707,4.78 2.19,4.78 2.541,4.722 2.762,4.605 l 0,-0.645 C 2.473,4.161 2.102,4.261 1.649,4.261 1.524,4.261 1.398,4.248 1.273,4.221 1.148,4.195 1.037,4.152 0.939,4.093 0.841,4.035 0.761,3.958 0.7,3.865 0.638,3.772 0.608,3.657 0.608,3.523 0.608,3.398 0.631,3.29 0.678,3.199 0.724,3.108 0.793,3.025 0.884,2.95 0.975,2.875 1.086,2.802 1.217,2.731 1.348,2.66 1.499,2.584 1.669,2.499 1.845,2.413 2.011,2.322 2.168,2.226 2.325,2.13 2.463,2.025 2.581,1.908 2.699,1.792 2.793,1.663 2.863,1.523 2.932,1.382 2.967,1.22 2.967,1.038 2.967,0.796 2.919,0.592 2.825,0.425 2.731,0.258 2.603,0.122 2.443,0.017 2.282,-0.088 2.097,-0.163 1.888,-0.21 1.678,-0.257 1.458,-0.28 1.226,-0.28 1.148,-0.28 1.053,-0.274 0.939,-0.261 0.825,-0.248 0.709,-0.23 0.591,-0.207 0.472,-0.183 0.36,-0.153 0.254,-0.118 0.149,-0.083 0.064,-0.044 0,0"
inkscape:connector-curvature="0" /></g><g
transform="translate(157.7529,36.7058)"
id="g268"><path
id="path270"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(382.3419,36.9038)"
id="g272"><path
id="path274"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,0.676 C 0.077,0.608 0.17,0.546 0.278,0.492 0.386,0.437 0.5,0.391 0.62,0.353 0.739,0.316 0.859,0.287 0.98,0.266 c 0.121,-0.02 0.232,-0.03 0.334,-0.03 0.353,0 0.617,0.065 0.791,0.196 0.174,0.13 0.261,0.319 0.261,0.565 0,0.132 -0.029,0.247 -0.087,0.345 C 2.221,1.44 2.141,1.529 2.038,1.61 1.936,1.691 1.815,1.768 1.675,1.842 1.535,1.916 1.384,1.994 1.222,2.076 1.052,2.162 0.892,2.25 0.744,2.339 0.596,2.427 0.468,2.526 0.358,2.632 0.249,2.739 0.163,2.86 0.101,2.996 0.038,3.132 0.007,3.29 0.007,3.472 0.007,3.695 0.056,3.889 0.154,4.054 0.251,4.219 0.38,4.355 0.539,4.462 0.699,4.569 0.88,4.649 1.084,4.701 1.288,4.753 1.495,4.78 1.707,4.78 2.19,4.78 2.541,4.722 2.762,4.605 l 0,-0.645 C 2.473,4.161 2.102,4.261 1.649,4.261 1.524,4.261 1.398,4.248 1.273,4.221 1.148,4.195 1.037,4.152 0.939,4.093 0.841,4.035 0.761,3.958 0.7,3.865 0.638,3.772 0.608,3.657 0.608,3.523 0.608,3.398 0.631,3.29 0.678,3.199 0.724,3.108 0.793,3.025 0.884,2.95 0.975,2.875 1.086,2.802 1.217,2.731 1.348,2.66 1.499,2.584 1.669,2.499 1.845,2.413 2.011,2.322 2.168,2.226 2.325,2.13 2.463,2.025 2.581,1.908 2.699,1.792 2.793,1.663 2.863,1.523 2.932,1.382 2.967,1.22 2.967,1.038 2.967,0.796 2.919,0.592 2.825,0.425 2.731,0.258 2.603,0.122 2.443,0.017 2.282,-0.088 2.097,-0.163 1.888,-0.21 1.678,-0.257 1.458,-0.28 1.226,-0.28 1.148,-0.28 1.053,-0.274 0.939,-0.261 0.825,-0.248 0.709,-0.23 0.591,-0.207 0.472,-0.183 0.36,-0.153 0.254,-0.118 0.148,-0.083 0.064,-0.044 0,0"
inkscape:connector-curvature="0" /></g><g
transform="translate(388.642,36.7058)"
id="g276"><path
id="path278"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(391.8866,36.7058)"
id="g280"><path
id="path282"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.54,0 0,4.896 0.574,0 0,-4.377 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(394.9946,36.7058)"
id="g284"><path
id="path286"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(399.0312,36.9106)"
id="g288"><path
id="path290"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.362,-0.191 -0.813,-0.287 -1.352,-0.287 -0.696,0 -1.254,0.225 -1.673,0.673 -0.418,0.448 -0.628,1.037 -0.628,1.765 0,0.782 0.236,1.416 0.707,1.898 0.471,0.482 1.068,0.724 1.792,0.724 0.464,0 0.849,-0.068 1.154,-0.202 L 0,3.96 c -0.35,0.196 -0.737,0.294 -1.161,0.294 -0.562,0 -1.018,-0.188 -1.367,-0.563 -0.35,-0.376 -0.524,-0.878 -0.524,-1.506 0,-0.597 0.163,-1.071 0.49,-1.425 0.326,-0.355 0.755,-0.531 1.285,-0.531 0.492,0 0.917,0.109 1.277,0.327 L 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(402.6855,41.0826)"
id="g292"><path
id="path294"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.413,0 0,-4.377 -0.574,0 0,4.377 -1.41,0 0,0.519 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(446.2897,41.0826)"
id="g296"><path
id="path298"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-1.775 0.778,0 c 0.144,0 0.277,0.021 0.398,0.065 0.122,0.043 0.227,0.105 0.316,0.186 0.089,0.081 0.158,0.18 0.208,0.297 0.05,0.117 0.075,0.248 0.075,0.394 0,0.262 -0.085,0.466 -0.254,0.613 C 1.352,-0.073 1.106,0 0.785,0 L 0,0 Z m 2.936,-4.377 -0.683,0 -0.819,1.373 c -0.075,0.127 -0.148,0.236 -0.219,0.326 -0.07,0.089 -0.143,0.163 -0.216,0.22 -0.074,0.057 -0.154,0.098 -0.239,0.125 -0.086,0.026 -0.182,0.039 -0.289,0.039 l -0.471,0 0,-2.083 -0.574,0 0,4.896 1.462,0 C 1.101,0.519 1.299,0.492 1.48,0.439 1.661,0.385 1.818,0.304 1.951,0.195 2.084,0.085 2.188,-0.05 2.263,-0.213 2.339,-0.376 2.376,-0.567 2.376,-0.785 2.376,-0.956 2.351,-1.112 2.299,-1.255 2.248,-1.397 2.175,-1.523 2.081,-1.635 1.987,-1.747 1.873,-1.842 1.739,-1.92 1.606,-1.999 1.457,-2.06 1.29,-2.103 l 0,-0.014 c 0.082,-0.036 0.154,-0.077 0.214,-0.124 0.06,-0.047 0.118,-0.102 0.172,-0.166 0.055,-0.064 0.109,-0.136 0.162,-0.217 0.054,-0.081 0.114,-0.175 0.18,-0.281 l 0.918,-1.472 z"
inkscape:connector-curvature="0" /></g><g
transform="translate(452.2552,36.7058)"
id="g300"><path
id="path302"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(452.7311,36.9038)"
id="g304"><path
id="path306"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 0,0.676 C 0.077,0.608 0.17,0.546 0.278,0.492 0.386,0.437 0.5,0.391 0.62,0.353 0.739,0.316 0.859,0.287 0.98,0.266 c 0.121,-0.02 0.232,-0.03 0.334,-0.03 0.353,0 0.617,0.065 0.791,0.196 0.174,0.13 0.261,0.319 0.261,0.565 0,0.132 -0.029,0.247 -0.087,0.345 C 2.221,1.44 2.141,1.529 2.038,1.61 1.936,1.691 1.815,1.768 1.675,1.842 1.535,1.916 1.384,1.994 1.222,2.076 1.052,2.162 0.892,2.25 0.744,2.339 0.596,2.427 0.468,2.526 0.358,2.632 0.249,2.739 0.163,2.86 0.101,2.996 0.038,3.132 0.007,3.29 0.007,3.472 0.007,3.695 0.056,3.889 0.154,4.054 0.251,4.219 0.38,4.355 0.539,4.462 0.699,4.569 0.88,4.649 1.084,4.701 1.288,4.753 1.495,4.78 1.707,4.78 2.19,4.78 2.541,4.722 2.762,4.605 l 0,-0.645 C 2.473,4.161 2.102,4.261 1.649,4.261 1.524,4.261 1.398,4.248 1.273,4.221 1.148,4.195 1.037,4.152 0.939,4.093 0.841,4.035 0.761,3.958 0.7,3.865 0.638,3.772 0.608,3.657 0.608,3.523 0.608,3.398 0.631,3.29 0.678,3.199 0.724,3.108 0.793,3.025 0.884,2.95 0.975,2.875 1.086,2.802 1.217,2.731 1.348,2.66 1.499,2.584 1.669,2.499 1.845,2.413 2.011,2.322 2.168,2.226 2.325,2.13 2.463,2.025 2.581,1.908 2.699,1.792 2.793,1.663 2.863,1.523 2.932,1.382 2.967,1.22 2.967,1.038 2.967,0.796 2.919,0.592 2.825,0.425 2.731,0.258 2.603,0.122 2.443,0.017 2.282,-0.088 2.097,-0.163 1.888,-0.21 1.678,-0.257 1.458,-0.28 1.226,-0.28 1.148,-0.28 1.053,-0.274 0.939,-0.261 0.825,-0.248 0.709,-0.23 0.591,-0.207 0.472,-0.183 0.36,-0.153 0.254,-0.118 0.148,-0.083 0.064,-0.044 0,0"
inkscape:connector-curvature="0" /></g><g
transform="translate(459.0312,36.7058)"
id="g308"><path
id="path310"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -2.595,0 0,4.896 2.486,0 0,-0.519 -1.912,0 0,-1.629 1.768,0 0,-0.515 -1.768,0 0,-1.714 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g><g
transform="translate(462.6309,41.0826)"
id="g312"><path
id="path314"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -1.413,0 0,-4.377 -0.574,0 0,4.377 -1.41,0 0,0.519 L 0,0.519 0,0 Z"
inkscape:connector-curvature="0" /></g></g></g></g><g
id="g10-1"
transform="matrix(1.4255573,0,0,-1.4255573,773.59542,483.60899)"><g
id="g12-6"><g
id="g14-9"
clip-path="url(#clipPath16-8)"><g
id="g20-9"
transform="translate(159.8144,0)"><path
d="m 0,0 -157.084,0 c -1.508,0 -2.73,1.222 -2.73,2.73 l 0,198.809 c 0,1.507 1.222,2.73 2.73,2.73 l 157.084,0 c 1.508,0 2.73,-1.223 2.73,-2.73 L 2.73,2.73 C 2.73,1.222 1.508,0 0,0"
style="fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path22-6"
inkscape:connector-curvature="0" /></g><g
id="g24"
transform="translate(153.0737,9.2151)"><path
d="m 0,0 -142.835,0 c -1.689,0 -3.071,1.382 -3.071,3.072 l 0,178.927 c 0,1.689 1.382,3.072 3.071,3.072 l 142.835,0 c 1.689,0 3.072,-1.383 3.072,-3.072 l 0,-178.927 C 3.072,1.382 1.689,0 0,0"
style="fill:#a7afb6;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path26-1"
inkscape:connector-curvature="0" /></g><path
d="m 127.732,47.1 -92.407,0 0,121.077 92.407,0 0,-121.077 z"
style="fill:#bbbdbf;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path28-7"
inkscape:connector-curvature="0" /><g
id="g30"
transform="translate(15.1151,177.3624)"><path
d="m 0,0 c -0.008,0.001 -0.017,0.001 -0.025,0.002 -0.2,-0.888 -0.401,-1.776 -0.602,-2.669 l 1.173,0 C 0.362,-1.769 0.181,-0.884 0,0 m -2.885,-5.12 c 0.147,0.444 0.298,0.886 0.44,1.332 0.17,0.536 0.331,1.074 0.499,1.611 0.299,0.963 0.596,1.927 0.903,2.887 0.116,0.363 0.322,0.656 0.711,0.784 C 0.005,1.606 0.61,1.491 0.867,1 1.024,0.7 1.132,0.372 1.237,0.048 1.414,-0.498 1.57,-1.051 1.737,-1.601 2.074,-2.712 2.412,-3.822 2.75,-4.933 2.775,-5.014 2.798,-5.095 2.825,-5.187 l -1.519,0 c -0.105,0.369 -0.21,0.744 -0.324,1.115 -0.015,0.048 -0.084,0.112 -0.128,0.112 -0.613,0.008 -1.226,0.005 -1.846,0.005 -0.116,-0.374 -0.237,-0.739 -0.34,-1.109 -0.031,-0.11 -0.082,-0.133 -0.182,-0.132 -0.457,0.003 -0.914,10e-4 -1.371,10e-4 l 0,0.075 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path32-8"
inkscape:connector-curvature="0" /></g><path
d="m 31.548,178.782 1.503,0 0,-6.652 -1.503,0 0,6.652 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path34-8"
inkscape:connector-curvature="0" /><g
id="g36"
transform="translate(27.9772,177.5045)"><path
d="m 0,0 0,-5.322 -1.428,0 0,0.213 c 0,1.815 0.013,3.631 -0.009,5.446 -0.006,0.413 0.466,0.94 0.94,0.94 C -0.04,1.278 0.417,1.291 0.874,1.275 1.752,1.243 2.574,0.695 2.829,-0.172 3.03,-0.854 2.765,-1.638 2.172,-2.03 1.994,-2.148 1.812,-2.257 1.619,-2.378 2.189,-3.341 2.768,-4.32 3.36,-5.319 3.3,-5.327 3.261,-5.336 3.222,-5.336 2.734,-5.337 2.245,-5.339 1.757,-5.333 c -0.054,0 -0.135,0.035 -0.159,0.078 -0.473,0.868 -0.937,1.74 -1.407,2.609 -0.359,0.663 -0.068,0.972 0.498,1.22 0.189,0.083 0.381,0.181 0.537,0.312 0.301,0.253 0.236,0.536 0.053,0.785 C 1.116,-0.106 0.906,0.044 0.597,0.004 0.407,-0.02 0.212,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path38-4"
inkscape:connector-curvature="0" /></g><g
id="g40"
transform="translate(23.5364,177.3553)"><path
d="m 0,0 c -0.01,0 -0.02,0 -0.029,0.001 -0.2,-0.885 -0.4,-1.77 -0.601,-2.663 l 1.173,0 C 0.361,-1.766 0.18,-0.883 0,0 m 2.823,-5.18 -1.519,0 c -0.106,0.371 -0.21,0.746 -0.325,1.117 -0.014,0.047 -0.085,0.11 -0.13,0.11 -0.613,0.008 -1.226,0.005 -1.843,0.005 -0.119,-0.381 -0.232,-0.755 -0.355,-1.126 -0.016,-0.047 -0.086,-0.108 -0.133,-0.109 -0.462,-0.008 -0.925,-0.005 -1.412,-0.005 0.13,0.417 0.256,0.816 0.381,1.216 0.414,1.325 0.824,2.65 1.241,3.973 0.101,0.32 0.196,0.645 0.335,0.949 0.324,0.716 1.122,0.753 1.641,0.278 C 0.935,1.018 1.039,0.72 1.128,0.424 1.331,-0.249 1.531,-0.922 1.735,-1.595 2.071,-2.706 2.41,-3.816 2.748,-4.927 2.772,-5.008 2.796,-5.09 2.823,-5.18"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path42-8"
inkscape:connector-curvature="0" /></g><g
id="g44"
transform="translate(18.541,172.1811)"><path
d="m 0,0 0,5.316 -1.297,0 0,1.272 4.031,0 0,-1.259 -1.256,0 L 1.478,0 0,0 Z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path46-8"
inkscape:connector-curvature="0" /></g><g
id="g48"
transform="translate(34.5141,189.7175)"><path
d="m 0,0 15.778,0 -7.889,-18.031 -6.566,0 L 7.338,-5.287 0,-5.287 0,0 Z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path50-8"
inkscape:connector-curvature="0" /></g><g
id="g52"
transform="translate(57.2281,184.6423)"><path
d="m 0,0 c 0,1.082 -0.48,1.623 -1.44,1.623 -0.986,0 -1.479,-0.481 -1.479,-1.444 0,-0.582 0.117,-0.994 0.351,-1.237 0.234,-0.242 0.622,-0.363 1.166,-0.363 C -0.467,-1.421 0,-0.948 0,0 m 0.548,-7.13 c 0,1.293 -0.617,1.94 -1.85,1.94 -1.291,0 -1.936,-0.594 -1.936,-1.782 0,-1.267 0.657,-1.9 1.97,-1.9 1.211,0 1.816,0.58 1.816,1.742 m 1.093,4.02 c 1.451,-0.441 2.575,-1.112 3.371,-2.012 0.795,-0.901 1.194,-1.918 1.194,-3.053 0,-1.594 -0.695,-2.868 -2.082,-3.822 -1.388,-0.955 -3.247,-1.432 -5.578,-1.432 -2.381,0 -4.262,0.473 -5.644,1.418 -1.382,0.946 -2.072,2.224 -2.072,3.836 0,0.405 0.038,0.786 0.114,1.142 0.077,0.355 0.194,0.688 0.354,0.999 0.159,0.311 0.359,0.603 0.601,0.878 0.242,0.275 0.526,0.529 0.85,0.763 0.325,0.234 0.707,0.453 1.146,0.655 0.44,0.203 0.895,0.403 1.366,0.601 l 0,0.027 -0.038,0 c 0,0.018 -0.013,0.027 -0.038,0.027 0,0.018 -0.013,0.027 -0.039,0.027 -0.764,0.252 -1.397,0.531 -1.9,0.838 -0.503,0.306 -0.933,0.74 -1.289,1.303 -0.357,0.563 -0.535,1.213 -0.535,1.952 0,1.287 0.675,2.361 2.025,3.221 1.349,0.86 3.036,1.29 5.061,1.29 2.063,0 3.75,-0.437 5.062,-1.31 C 4.881,3.364 5.537,2.243 5.537,0.875 5.537,-0.026 5.222,-0.791 4.592,-1.421 3.961,-2.052 2.978,-2.615 1.641,-3.11"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path54-1"
inkscape:connector-curvature="0" /></g><g
id="g56"
transform="translate(83.8012,180.8075)"><path
d="m 0,0 c 0,-2.578 0.845,-3.867 2.535,-3.867 0.914,0 1.574,0.284 1.979,0.854 0.405,0.569 0.608,1.474 0.608,2.715 0,1.367 -0.203,2.363 -0.608,2.986 C 4.109,3.312 3.438,3.623 2.501,3.623 0.833,3.623 0,2.416 0,0 m 2.57,9.383 c 2.478,0 4.36,-0.806 5.645,-2.418 1.285,-1.612 1.927,-3.984 1.927,-7.118 0,-3.052 -0.654,-5.389 -1.962,-7.01 -1.308,-1.621 -3.178,-2.431 -5.61,-2.431 -2.307,0 -4.144,0.758 -5.508,2.276 -1.365,1.517 -2.047,3.969 -2.047,7.354 0,2.972 0.656,5.272 1.97,6.902 1.313,1.63 3.152,2.445 5.516,2.445 l 0.069,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path58-8"
inkscape:connector-curvature="0" /></g><g
id="g60"
transform="translate(68.3456,180.8075)"><path
d="m 0,0 c 0,-2.578 0.845,-3.867 2.536,-3.867 0.913,0 1.573,0.284 1.978,0.854 0.405,0.569 0.608,1.474 0.608,2.715 0,1.367 -0.203,2.363 -0.608,2.986 C 4.109,3.312 3.438,3.623 2.501,3.623 0.834,3.623 0,2.416 0,0 m 2.57,9.383 c 2.478,0 4.36,-0.806 5.645,-2.418 1.285,-1.612 1.927,-3.984 1.927,-7.118 0,-3.052 -0.654,-5.389 -1.962,-7.01 -1.308,-1.621 -3.178,-2.431 -5.61,-2.431 -2.307,0 -4.144,0.758 -5.508,2.276 -1.365,1.517 -2.047,3.969 -2.047,7.354 0,2.972 0.656,5.272 1.97,6.902 1.313,1.63 3.152,2.445 5.516,2.445 l 0.069,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path62-2"
inkscape:connector-curvature="0" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 206.78375 400.95374"
height="400.95374"
width="206.78375"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,320.763 165.427,0 L 165.427,0 0,0 0,320.763 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,400.95375)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(0,10.8827)"
id="g20"><path
id="path22"
style="fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,298.997 c 0,5.986 4.897,10.883 10.883,10.883 l 143.661,0 c 5.986,0 10.883,-4.897 10.883,-10.883 L 165.427,0 c 0,-5.986 -4.897,-10.883 -10.883,-10.883 l -143.661,0 C 4.897,-10.883 0,-5.986 0,0" /></g><g
transform="translate(96.9834,55.815)"
id="g24"><path
id="path26"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.724,0.638 -1.304,1.388 -1.726,2.255 -0.425,0.872 -0.71,1.788 -0.805,2.757 -0.042,0.431 -0.083,0.866 -0.08,1.299 0.006,0.856 0.126,1.7 0.337,2.532 0.216,0.854 0.518,1.676 0.913,2.464 0.348,0.693 0.727,1.368 1.218,1.971 0.418,0.515 0.833,1.037 1.29,1.516 1.898,1.987 3.811,3.959 5.719,5.937 0.057,0.06 0.115,0.12 0.181,0.188 C 7.433,20.547 7.808,20.186 8.206,19.802 8.154,19.747 8.098,19.689 8.042,19.631 6.635,18.172 5.215,16.724 3.827,15.247 3.386,14.779 3.023,14.236 2.633,13.721 2.159,13.095 1.811,12.396 1.494,11.683 1.008,10.589 0.653,9.455 0.561,8.257 0.51,7.601 0.462,6.937 0.513,6.284 0.628,4.807 1.052,3.42 1.929,2.199 1.957,2.16 1.977,2.116 2.001,2.074 1.334,1.383 0.667,0.691 0,0" /></g><g
transform="translate(103.52,77.3039)"
id="g28"><path
id="path30"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -4.612,-4.782 -9.225,-9.563 -13.848,-14.356 -0.578,0.558 -1.149,1.108 -1.738,1.677 4.616,4.785 9.232,9.571 13.847,14.356 C -1.159,1.118 -0.58,0.559 0,0" /></g><g
transform="translate(108.3787,55.4518)"
id="g32"><path
id="path34"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 2.26,1.487 4.512,2.965 6.764,4.443 6.781,4.427 6.79,4.402 6.807,4.385 5.376,2.132 3.945,-0.122 2.498,-2.41 L 0,0 Z m 2.532,-11.759 c 1.56,3.055 3.127,6.118 4.686,9.173 0.78,1.511 1.577,3.005 2.323,4.532 C 9.987,2.854 10.425,3.77 10.71,4.733 11.17,6.305 10.117,7.8 9.167,8.254 8.081,8.772 7.034,8.577 6.052,8.038 3.42,6.628 0.806,5.185 -1.8,3.751 -3.265,2.951 -4.713,2.135 -6.17,1.343 -7.395,0.691 -8.619,0.055 -9.852,-0.589 L -10,-0.743 c 0.975,-0.941 1.951,-1.882 2.909,-2.824 0.214,-0.206 0.375,-0.262 0.666,-0.097 0.973,0.581 1.981,1.112 2.997,1.669 1.318,-1.272 2.635,-2.526 3.919,-3.797 0.094,-0.091 0.116,-0.377 0.043,-0.504 -0.511,-1.027 -1.057,-2.037 -1.593,-3.039 l 3.234,-3.12 c 0.13,0.255 0.244,0.475 0.357,0.696" /></g><g
transform="translate(139.4241,14.9573)"
id="g36"><path
id="path38"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 4.535,4.701 9.07,9.403 13.66,14.161 1.08,-1.042 2.14,-2.064 3.2,-3.086 C 12.307,6.354 7.753,1.634 3.2,-3.087 2.133,-2.058 1.067,-1.029 0,0" /></g><g
transform="translate(80.5725,71.6447)"
id="g40"><path
id="path42"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 0.652,0.676 1.277,1.328 1.911,1.973 1.952,2.015 2.075,2.036 2.12,2.006 2.763,1.573 3.463,1.256 4.211,1.072 4.807,0.926 5.418,0.818 6.028,0.762 7.085,0.665 8.134,0.767 9.166,1.02 c 0.842,0.206 1.667,0.471 2.43,0.881 0.704,0.377 1.387,0.795 2.06,1.225 0.319,0.205 0.619,0.455 0.886,0.725 1.624,1.648 3.236,3.307 4.853,4.962 0.029,0.03 0.057,0.06 0.096,0.1 C 19.878,8.541 20.255,8.176 20.65,7.795 20.592,7.734 20.535,7.675 20.477,7.616 18.394,5.456 16.318,3.288 14.22,1.142 13.805,0.718 13.311,0.368 12.841,0 12.23,-0.478 11.561,-0.866 10.864,-1.203 9.76,-1.736 8.612,-2.133 7.39,-2.275 6.828,-2.341 6.26,-2.398 5.695,-2.392 4.598,-2.38 3.537,-2.153 2.521,-1.729 1.624,-1.355 0.827,-0.839 0.148,-0.143 0.105,-0.099 0.06,-0.057 0,0" /></g><g
transform="translate(142.8595,33.7305)"
id="g44"><path
id="path46"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -3.673,-3.808 -7.285,-7.552 -10.928,-11.329 -1.003,0.968 -1.994,1.924 -3.04,2.932 0.139,0.144 0.288,0.299 0.437,0.453 3.728,3.865 7.483,7.704 11.164,11.614 0.836,0.888 2.923,1.042 3.932,0.07 C 2.539,2.802 3.54,1.891 4.477,0.919 6.281,-0.952 6.906,-3.807 5.67,-6.175 4.697,-8.039 2.523,-9.164 0.454,-8.782 c -0.619,0.114 -1.232,0.258 -1.891,0.396 -0.764,-3.222 -1.541,-6.495 -2.334,-9.837 -0.141,0.106 -0.244,0.167 -0.327,0.247 -1.042,1.001 -2.086,1.999 -3.113,3.014 -0.115,0.114 -0.217,0.353 -0.178,0.494 0.775,2.818 1.58,5.628 2.362,8.444 0.597,2.148 1.852,2.207 3.566,1.574 0.572,-0.211 1.181,-0.397 1.783,-0.439 1.161,-0.081 1.603,0.657 1.726,1.563 0.111,0.808 -0.03,1.56 -0.769,2.111 C 0.826,-0.878 0.451,-0.435 0,0" /></g><g
transform="translate(126.2878,38.1603)"
id="g48"><path
id="path50"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 C 2.26,1.487 4.504,2.957 6.756,4.435 6.773,4.418 6.79,4.385 6.807,4.369 5.385,2.123 3.954,-0.131 2.498,-2.41 L 0,0 Z m 2.549,-11.759 c 1.56,3.055 3.11,6.119 4.686,9.174 0.942,1.85 1.901,3.7 2.852,5.541 0.414,0.807 0.81,1.663 0.743,2.586 C 10.7,7.617 8.932,9.174 6.77,8.32 5.851,7.95 4.977,7.455 4.112,6.985 0.498,5.02 -3.09,3.047 -6.695,1.073 c -1.082,-0.591 -2.173,-1.191 -3.306,-1.8 1.036,-0.998 2.011,-1.956 3.021,-2.896 0.094,-0.091 0.371,-0.111 0.496,-0.034 1.025,0.532 2.032,1.096 3.073,1.662 1.309,-1.263 2.626,-2.517 3.91,-3.789 0.103,-0.099 0.116,-0.376 0.06,-0.503 -0.528,-1.027 -1.073,-2.038 -1.601,-3.048 l 3.225,-3.111 c 0.131,0.237 0.244,0.458 0.366,0.687" /></g><g
transform="translate(111.841,41.7746)"
id="g52"><path
id="path54"
style="fill:#a6a8ab;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 3.647,3.781 7.267,7.534 10.915,11.316 -0.927,0.894 -1.828,1.763 -2.762,2.664 0.88,0.912 1.733,1.796 2.612,2.708 2.846,-2.745 5.702,-5.5 8.583,-8.279 C 18.497,7.526 17.644,6.642 16.763,5.729 15.878,6.584 15.003,7.427 14.088,8.31 10.432,4.518 6.803,0.756 3.146,-3.035 2.089,-2.015 1.072,-1.034 0,0" /></g><g
transform="translate(74.7958,265.0456)"
id="g56"><path
id="path58"
style="fill:#2b2a2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.268,23.076 18.541,41.948 42.201,41.764 65.123,41.59 83.606,22.805 83.577,-0.63 83.549,-23.783 64.692,-42.781 41.837,-42.675 18.934,-42.791 -0.288,-23.919 0,0 m 86.53,-107.467 c -0.038,6.22 -0.278,12.44 -0.297,18.64 -0.134,45.048 -0.067,90.086 -0.067,135.135 l 0,2.228 c -0.47,0.717 -0.872,1.172 -1.496,1.463 l -154.049,0 c -0.403,-0.388 -0.806,-0.766 -1.189,-1.124 -0.365,-1.763 0.067,-2.974 1.169,-4.108 4.823,-4.989 9.808,-9.794 14.505,-14.919 6.481,-7.072 13.556,-13.572 20.056,-20.654 6.576,-7.16 13.747,-13.747 20.324,-20.916 6.451,-7.024 13.479,-13.486 19.94,-20.519 6.625,-7.208 13.834,-13.834 20.458,-21.052 6.404,-6.984 13.393,-13.398 19.807,-20.383 6.662,-7.256 13.92,-13.921 20.592,-21.177 4.86,-5.29 10.076,-10.259 15.137,-15.365 0.432,-0.436 0.892,-0.843 1.256,-1.192 l 2.09,0 c 1.515,0.969 1.774,2.384 1.764,3.943" /></g><g
transform="translate(0.0547,73.509)"
id="g60"><path
id="path62"
style="fill:#4a4a4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.018,14.363 -0.046,28.726 -0.046,43.079 0,5.687 0.037,11.374 0.064,17.051 1.212,0.137 5.559,5.131 6.753,6.325 5.423,5.395 10.836,10.8 16.222,16.231 1.267,1.276 2.434,2.661 3.664,3.983 0.383,0.419 0.747,0.92 1.422,0.911 -0.128,-0.383 -0.21,-0.793 -0.401,-1.139 -2.47,-4.456 -3.609,-9.113 -2.817,-14.272 1.313,-8.512 6.079,-14.226 13.871,-17.461 3.345,-1.394 6.881,-1.905 10.599,-1.358 2.944,0.438 5.605,1.495 8.302,2.561 C 56.804,53.952 55.082,52.73 53.578,51.418 49.513,47.873 45.986,43.781 42.004,40.163 37.156,35.752 32.754,30.876 27.924,26.465 23.722,22.638 19.94,18.391 15.73,14.6 11.674,10.964 0.064,0.009 0,0" /></g><g
transform="translate(3.4906,2.944)"
id="g64"><path
id="path66"
style="fill:#4a4a4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,0 -3.491,3.044 -3.491,7.472 0,17.079 0.01,32.116 0.01,49.195 0,0.173 7.345,7.391 9.423,9.442 5.76,5.695 11.216,11.709 17.033,17.361 0.503,0.489 0,0 2.999,2.765 -0.643,-1.229 -1.641,-2.592 -1.915,-3.039 -1.877,-3.053 -2.788,-6.452 -2.879,-9.952 -0.183,-6.744 2.132,-12.558 7.199,-17.142 5.514,-4.976 11.93,-6.744 19.22,-5.377 5.44,1.371 6.31,2.714 8.27,3.765 C 50.142,48.483 51.646,49.786 50.142,48.483 46.56,45.375 43.407,41.83 39.971,38.586 33.173,32.161 26.711,25.399 19.922,18.983 14.782,14.116 0.684,0.419 0,0" /></g><g
transform="translate(26.3834,76.3524)"
id="g68"><path
id="path70"
style="fill:#1f1718;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.118,10.982 9.505,19.794 20.943,19.658 31.76,19.539 40.637,10.253 40.509,-0.793 40.391,-12.157 31.368,-20.997 20.05,-20.852 8.594,-20.706 -0.118,-11.638 0,0 m 24.707,-22.683 c 2.305,0.437 6.151,1.831 9.459,4.538 6.927,5.815 9.442,13.233 7.811,22.046 -0.894,4.802 -3.391,8.639 -7.082,11.956 -5.459,4.922 -11.71,6.17 -18.628,4.903 C 11.364,19.867 7.209,17.425 3.8,13.77 3.062,12.978 1.44,10.234 1.167,9.788 -0.711,6.735 -1.622,3.336 -1.713,-0.164 -1.896,-6.908 0.419,-12.722 5.486,-17.306 11,-22.282 17.416,-24.05 24.707,-22.683" /></g><g
transform="translate(26.3834,149.2964)"
id="g72"><path
id="path74"
style="fill:#1f1718;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.018,11.055 9.177,20.214 20.25,20.232 31.46,20.25 40.436,11.155 40.537,-0.091 40.646,-11.264 31.095,-20.678 20.232,-20.286 9.66,-20.605 -0.018,-11.665 0,0 m 23.002,-22.437 c 2.944,0.437 5.605,1.494 8.303,2.561 1.175,0.464 1.886,1.522 2.834,2.26 5.504,4.32 8.129,10.125 8.375,16.969 0.265,7.446 -2.943,13.533 -8.667,18.017 -6.735,5.286 -14.362,5.578 -22.173,2.525 C 7.528,18.272 4.584,15.074 1.75,11.793 1.622,11.41 1.54,11 1.349,10.654 -1.121,6.197 -2.26,1.54 -1.467,-3.618 c 1.312,-8.512 6.078,-14.226 13.87,-17.461 3.345,-1.395 6.881,-1.905 10.599,-1.358" /></g><g
transform="translate(46.4366,55.5026)"
id="g76"><path
id="path78"
style="fill:#b82c31;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -11.461,0.148 -20.176,9.21 -20.054,20.851 0.115,10.978 9.509,19.794 20.947,19.661 C 11.704,40.385 20.58,31.104 20.459,20.053 20.334,8.692 11.317,-0.146 0,0" /></g><g
transform="translate(46.6162,129.0099)"
id="g80"><path
id="path82"
style="fill:#b82c31;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -10.575,-0.32 -20.254,8.62 -20.235,20.289 0.018,11.05 9.18,20.207 20.249,20.225 11.214,0.018 20.187,-9.077 20.293,-20.32 C 20.413,9.019 10.863,-0.389 0,0" /></g><g
transform="translate(106.2213,232.9402)"
id="g84"><path
id="path86"
style="fill:#59585a;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,4.108 -0.192,8.409 0.058,12.691 0.21,3.536 -2.464,6.781 -6.692,6.675 -3.758,-0.097 -7.516,-0.029 -11.284,-0.02 -2.118,0.01 -2.444,0.34 -2.454,2.51 -0.01,6.413 0,12.826 0,19.046 0.345,0.794 0.834,1.153 1.457,1.598 4.209,0 8.523,-0.009 12.827,0.01 3.864,0.01 6.059,2.219 6.078,6.113 0.02,3.924 0,7.847 0.01,11.771 0.01,2.276 0.748,3.032 2.981,3.042 5.427,0.019 10.843,-0.01 16.269,0.009 1.735,0.01 2.857,-0.629 2.886,-2.567 -0.307,-5.154 -1.151,-10.337 0.767,-15.384 0.009,-0.116 0.009,-0.223 0.019,-0.349 0.288,-0.165 0.355,-0.436 0.374,-0.746 0.259,-0.262 0.508,-0.504 0.767,-0.756 0.239,-0.232 0.47,-0.465 0.709,-0.697 2.685,-1.463 5.589,-1.647 8.561,-1.56 2.646,0.078 5.283,0 7.928,0.02 1.045,0.009 1.956,-0.31 1.966,-1.463 0.057,-6.326 0.029,-12.653 0.029,-18.775 -0.835,-0.998 -1.726,-1.085 -2.675,-1.076 -2.886,0.02 -5.781,-0.029 -8.667,0.02 -1.783,0.029 -3.537,-0.107 -5.292,-0.407 l -0.009,0 c -0.163,-0.281 -0.432,-0.349 -0.738,-0.368 -0.163,-0.291 -0.432,-0.368 -0.738,-0.378 -0.125,-0.126 -0.24,-0.252 -0.374,-0.378 -0.135,-0.349 -0.374,-0.6 -0.729,-0.736 -0.115,-0.116 -0.24,-0.233 -0.355,-0.349 -1.236,-2.228 -2.051,-4.553 -1.888,-7.188 0.211,-3.188 0.134,-9.882 0.029,-10.027 0.009,-1.221 -0.585,-1.86 -1.793,-1.87 l -18.493,0 C 0.805,-1.192 0.374,-0.756 0,0 M 52.152,31.476 C 52.181,54.91 33.698,73.695 10.776,73.869 -12.885,74.053 -31.157,55.182 -31.425,32.105 -31.713,8.186 -12.492,-10.686 10.411,-10.569 33.266,-10.676 52.123,8.322 52.152,31.476" /></g><g
transform="translate(102.4057,263.8734)"
id="g88"><path
id="path90"
style="fill:#6e6d6e;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0.134,8.186 7.133,15.539 15.837,15.413 23.727,15.297 31.243,7.973 30.898,-0.775 30.601,-8.583 23.861,-16.15 15.444,-15.704 7.008,-16.208 -0.144,-8.312 0,0 m 25.635,-30.652 c 0.105,0.145 0.182,6.839 -0.029,10.027 -0.163,2.635 0.652,4.96 1.889,7.188 0.115,0.116 2.77,1.928 2.933,2.209 l 0.01,0.009 0,-0.009 c 1.754,0.3 3.509,0.436 5.292,0.407 2.885,-0.049 5.781,0 8.666,-0.02 0.949,-0.009 1.841,0.078 2.675,1.076 0,6.122 0.029,12.449 -0.029,18.775 -0.009,1.152 -0.92,1.472 -1.965,1.462 -2.646,-0.019 -5.282,0.058 -7.928,-0.019 -2.972,-0.087 -5.877,0.097 -8.561,1.56 -0.24,0.232 -1.86,2.431 -1.87,2.548 -1.917,5.047 -1.073,10.23 -0.767,15.384 -0.028,1.937 -1.15,2.577 -2.885,2.567 C 17.64,32.493 12.223,32.522 6.797,32.502 4.563,32.493 3.825,31.737 3.816,29.46 3.806,25.537 3.825,21.613 3.806,17.69 3.787,13.795 1.591,11.587 -2.272,11.577 c -4.305,-0.02 -8.619,-0.01 -12.827,-0.01 -0.623,-0.445 -1.112,-0.804 -1.457,-1.598 0,-6.22 -0.01,-12.633 0,-19.047 0.009,-2.17 0.335,-2.499 2.454,-2.509 3.767,-0.009 7.525,-0.077 11.283,0.02 4.228,0.106 6.903,-3.139 6.692,-6.675 -0.249,-4.282 -0.057,-8.584 -0.057,-12.691 0.373,-0.756 0.805,-1.192 1.533,-1.589 l 18.493,0 c 1.208,0.01 1.803,0.649 1.793,1.87" /></g><g
transform="translate(106.7265,263.6338)"
id="g92"><path
id="path94"
style="fill:#363638;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 C 0,6.413 3.851,11.056 10.977,11.275 17.144,11.456 21.894,7.25 22.47,0.121 21.906,-6.68 18.055,-11.202 11.193,-11.287 4.595,-11.36 -0.012,-6.959 0,0 M 30.46,-0.691 C 30.892,10.256 21.486,19.421 11.613,19.567 0.72,19.724 -8.038,10.523 -8.206,0.279 c -0.18,-10.402 8.77,-20.282 19.327,-19.652 10.533,-0.558 18.967,8.911 19.339,18.682" /></g><g
transform="translate(135.4034,263.8445)"
id="g96"><path
id="path98"
style="fill:#4f4e4f;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.873,-10.581 -6.859,-17.608 -17.518,-17.733 -10.274,-0.121 -17.426,6.718 -17.414,17.53 0.012,9.981 5.996,17.208 17.079,17.54 C -8.268,17.624 -0.887,11.078 0,0" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 203.18124 255.33624"
height="255.33624"
width="203.18124"
xml:space="preserve"
version="1.1"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="game.svg"><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1027"
id="namedview32"
showgrid="false"
inkscape:zoom="3.6970858"
inkscape:cx="52.227416"
inkscape:cy="127.66812"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" /><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,204.269 162.545,0 L 162.545,0 0,0 0,204.269 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,255.33625)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(159.8144,0)"
id="g20"><path
id="path22"
style="fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -157.084,0 c -1.508,0 -2.73,1.222 -2.73,2.73 l 0,198.809 c 0,1.507 1.222,2.73 2.73,2.73 l 157.084,0 c 1.508,0 2.73,-1.223 2.73,-2.73 L 2.73,2.73 C 2.73,1.222 1.508,0 0,0" /></g><g
transform="translate(153.0737,9.2151)"
id="g24"><path
id="path26"
style="fill:#a7afb6;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 -142.835,0 c -1.689,0 -3.071,1.382 -3.071,3.072 l 0,178.927 c 0,1.689 1.382,3.072 3.071,3.072 l 142.835,0 c 1.689,0 3.072,-1.383 3.072,-3.072 l 0,-178.927 C 3.072,1.382 1.689,0 0,0" /></g><path
id="path28"
style="fill:#bbbdbf;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 127.732,47.1 -92.407,0 0,121.077 92.407,0 0,-121.077 z" /><g
transform="translate(15.1151,177.3624)"
id="g30"><path
id="path32"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.008,0.001 -0.017,0.001 -0.025,0.002 -0.2,-0.888 -0.401,-1.776 -0.602,-2.669 l 1.173,0 C 0.362,-1.769 0.181,-0.884 0,0 m -2.885,-5.12 c 0.147,0.444 0.298,0.886 0.44,1.332 0.17,0.536 0.331,1.074 0.499,1.611 0.299,0.963 0.596,1.927 0.903,2.887 0.116,0.363 0.322,0.656 0.711,0.784 C 0.005,1.606 0.61,1.491 0.867,1 1.024,0.7 1.132,0.372 1.237,0.048 1.414,-0.498 1.57,-1.051 1.737,-1.601 2.074,-2.712 2.412,-3.822 2.75,-4.933 2.775,-5.014 2.798,-5.095 2.825,-5.187 l -1.519,0 c -0.105,0.369 -0.21,0.744 -0.324,1.115 -0.015,0.048 -0.084,0.112 -0.128,0.112 -0.613,0.008 -1.226,0.005 -1.846,0.005 -0.116,-0.374 -0.237,-0.739 -0.34,-1.109 -0.031,-0.11 -0.082,-0.133 -0.182,-0.132 -0.457,0.003 -0.914,10e-4 -1.371,10e-4 l 0,0.075 z" /></g><path
id="path34"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 31.548,178.782 1.503,0 0,-6.652 -1.503,0 0,6.652 z" /><g
transform="translate(27.9772,177.5045)"
id="g36"><path
id="path38"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-5.322 -1.428,0 0,0.213 c 0,1.815 0.013,3.631 -0.009,5.446 -0.006,0.413 0.466,0.94 0.94,0.94 C -0.04,1.278 0.417,1.291 0.874,1.275 1.752,1.243 2.574,0.695 2.829,-0.172 3.03,-0.854 2.765,-1.638 2.172,-2.03 1.994,-2.148 1.812,-2.257 1.619,-2.378 2.189,-3.341 2.768,-4.32 3.36,-5.319 3.3,-5.327 3.261,-5.336 3.222,-5.336 2.734,-5.337 2.245,-5.339 1.757,-5.333 c -0.054,0 -0.135,0.035 -0.159,0.078 -0.473,0.868 -0.937,1.74 -1.407,2.609 -0.359,0.663 -0.068,0.972 0.498,1.22 0.189,0.083 0.381,0.181 0.537,0.312 0.301,0.253 0.236,0.536 0.053,0.785 C 1.116,-0.106 0.906,0.044 0.597,0.004 0.407,-0.02 0.212,0 0,0" /></g><g
transform="translate(23.5364,177.3553)"
id="g40"><path
id="path42"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.01,0 -0.02,0 -0.029,0.001 -0.2,-0.885 -0.4,-1.77 -0.601,-2.663 l 1.173,0 C 0.361,-1.766 0.18,-0.883 0,0 m 2.823,-5.18 -1.519,0 c -0.106,0.371 -0.21,0.746 -0.325,1.117 -0.014,0.047 -0.085,0.11 -0.13,0.11 -0.613,0.008 -1.226,0.005 -1.843,0.005 -0.119,-0.381 -0.232,-0.755 -0.355,-1.126 -0.016,-0.047 -0.086,-0.108 -0.133,-0.109 -0.462,-0.008 -0.925,-0.005 -1.412,-0.005 0.13,0.417 0.256,0.816 0.381,1.216 0.414,1.325 0.824,2.65 1.241,3.973 0.101,0.32 0.196,0.645 0.335,0.949 0.324,0.716 1.122,0.753 1.641,0.278 C 0.935,1.018 1.039,0.72 1.128,0.424 1.331,-0.249 1.531,-0.922 1.735,-1.595 2.071,-2.706 2.41,-3.816 2.748,-4.927 2.772,-5.008 2.796,-5.09 2.823,-5.18" /></g><g
transform="translate(18.541,172.1811)"
id="g44"><path
id="path46"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,5.316 -1.297,0 0,1.272 4.031,0 0,-1.259 -1.256,0 L 1.478,0 0,0 Z" /></g><g
transform="translate(34.5141,189.7175)"
id="g48"><path
id="path50"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 15.778,0 -7.889,-18.031 -6.566,0 L 7.338,-5.287 0,-5.287 0,0 Z" /></g><g
transform="translate(57.2281,184.6423)"
id="g52"><path
id="path54"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,1.082 -0.48,1.623 -1.44,1.623 -0.986,0 -1.479,-0.481 -1.479,-1.444 0,-0.582 0.117,-0.994 0.351,-1.237 0.234,-0.242 0.622,-0.363 1.166,-0.363 C -0.467,-1.421 0,-0.948 0,0 m 0.548,-7.13 c 0,1.293 -0.617,1.94 -1.85,1.94 -1.291,0 -1.936,-0.594 -1.936,-1.782 0,-1.267 0.657,-1.9 1.97,-1.9 1.211,0 1.816,0.58 1.816,1.742 m 1.093,4.02 c 1.451,-0.441 2.575,-1.112 3.371,-2.012 0.795,-0.901 1.194,-1.918 1.194,-3.053 0,-1.594 -0.695,-2.868 -2.082,-3.822 -1.388,-0.955 -3.247,-1.432 -5.578,-1.432 -2.381,0 -4.262,0.473 -5.644,1.418 -1.382,0.946 -2.072,2.224 -2.072,3.836 0,0.405 0.038,0.786 0.114,1.142 0.077,0.355 0.194,0.688 0.354,0.999 0.159,0.311 0.359,0.603 0.601,0.878 0.242,0.275 0.526,0.529 0.85,0.763 0.325,0.234 0.707,0.453 1.146,0.655 0.44,0.203 0.895,0.403 1.366,0.601 l 0,0.027 -0.038,0 c 0,0.018 -0.013,0.027 -0.038,0.027 0,0.018 -0.013,0.027 -0.039,0.027 -0.764,0.252 -1.397,0.531 -1.9,0.838 -0.503,0.306 -0.933,0.74 -1.289,1.303 -0.357,0.563 -0.535,1.213 -0.535,1.952 0,1.287 0.675,2.361 2.025,3.221 1.349,0.86 3.036,1.29 5.061,1.29 2.063,0 3.75,-0.437 5.062,-1.31 C 4.881,3.364 5.537,2.243 5.537,0.875 5.537,-0.026 5.222,-0.791 4.592,-1.421 3.961,-2.052 2.978,-2.615 1.641,-3.11" /></g><g
transform="translate(83.8012,180.8075)"
id="g56"><path
id="path58"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.578 0.845,-3.867 2.535,-3.867 0.914,0 1.574,0.284 1.979,0.854 0.405,0.569 0.608,1.474 0.608,2.715 0,1.367 -0.203,2.363 -0.608,2.986 C 4.109,3.312 3.438,3.623 2.501,3.623 0.833,3.623 0,2.416 0,0 m 2.57,9.383 c 2.478,0 4.36,-0.806 5.645,-2.418 1.285,-1.612 1.927,-3.984 1.927,-7.118 0,-3.052 -0.654,-5.389 -1.962,-7.01 -1.308,-1.621 -3.178,-2.431 -5.61,-2.431 -2.307,0 -4.144,0.758 -5.508,2.276 -1.365,1.517 -2.047,3.969 -2.047,7.354 0,2.972 0.656,5.272 1.97,6.902 1.313,1.63 3.152,2.445 5.516,2.445 l 0.069,0 z" /></g><g
transform="translate(68.3456,180.8075)"
id="g60"><path
id="path62"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 0,-2.578 0.845,-3.867 2.536,-3.867 0.913,0 1.573,0.284 1.978,0.854 0.405,0.569 0.608,1.474 0.608,2.715 0,1.367 -0.203,2.363 -0.608,2.986 C 4.109,3.312 3.438,3.623 2.501,3.623 0.834,3.623 0,2.416 0,0 m 2.57,9.383 c 2.478,0 4.36,-0.806 5.645,-2.418 1.285,-1.612 1.927,-3.984 1.927,-7.118 0,-3.052 -0.654,-5.389 -1.962,-7.01 -1.308,-1.621 -3.178,-2.431 -5.61,-2.431 -2.307,0 -4.144,0.758 -5.508,2.276 -1.365,1.517 -2.047,3.969 -2.047,7.354 0,2.972 0.656,5.272 1.97,6.902 1.313,1.63 3.152,2.445 5.516,2.445 l 0.069,0 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View file

@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 533.40503 118.96937"
height="118.96937"
width="533.40503"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath16"
clipPathUnits="userSpaceOnUse"><path
id="path18"
d="m 0,95.175 426.724,0 L 426.724,0 0,0 0,95.175 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,118.96937)"
id="g10"><g
id="g12"><g
clip-path="url(#clipPath16)"
id="g14"><g
transform="translate(157.0191,36.744)"
id="g20"><path
id="path22"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 8.247,26.613 16.494,0 0,0 Z m 20.294,47.621 c -2.139,6.665 -6.151,9.997 -12.047,9.997 -5.94,0 -9.952,-3.332 -12.036,-9.997 l -26.012,-84.365 18.355,0 6.464,20.607 26.391,0 6.386,-20.607 18.5,0 -26.001,84.365 z" /></g><g
transform="translate(185.7835,94.3619)"
id="g24"><path
id="path26"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 0,-16.137 20.283,0 0,-78.225 17.765,0 0,78.225 20.283,0 L 58.331,0 0,0 Z" /></g><g
transform="translate(256.5298,36.744)"
id="g28"><path
id="path30"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 0,0 8.247,26.613 16.494,0 0,0 Z m 20.283,47.621 c -2.128,6.665 -6.14,9.997 -12.036,9.997 -5.951,0 -9.963,-3.332 -12.036,-9.997 l -26.012,-84.365 18.355,0 6.464,20.607 26.38,0 6.386,-20.607 18.511,0 -26.012,84.365 z" /></g><g
transform="translate(339.6022,40.1208)"
id="g32"><path
id="path34"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c 6.999,2.251 12.783,6.018 17.363,11.278 4.625,5.316 6.944,11.19 6.944,17.631 0,6.932 -2.954,12.884 -8.849,17.832 -5.896,5.004 -12.65,7.5 -20.284,7.5 l -20.283,0 c -3.076,0 -5.751,-1.036 -8.035,-3.109 -2.274,-2.073 -3.411,-4.48 -3.411,-7.222 l 0,-84.031 17.754,0 0,78.225 13.931,0 c 2.964,0 5.606,-1.059 7.935,-3.177 2.318,-2.117 3.477,-4.502 3.477,-7.166 0,-3.867 -2.196,-7.132 -6.587,-9.796 -2.084,-1.036 -4.101,-2.062 -6.085,-3.098 -1.972,-1.036 -4,-2.073 -6.073,-3.109 -4.391,-2.931 -6.598,-6.709 -6.598,-11.346 0,-2.485 1.56,-5.906 4.67,-10.275 l 21.275,-30.258 20.729,0 L 0,0 Z" /></g><path
id="path36"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 373.415,0 17.765,0 0,94.362 -17.765,0 0,-94.362 z" /><g
transform="translate(404.705,18.5436)"
id="g38"><path
id="path40"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.501,0.257 -0.972,0.39 -1.412,0.39 -0.767,0 -1.443,-0.421 -2.016,-1.284 -0.583,-0.801 -0.869,-1.767 -0.869,-2.887 l 0,-14.763 4.502,0 0,12.144 21.814,-11.404 0,6.287 L 0,0 Z" /></g><g
transform="translate(421.6284,27.9328)"
id="g42"><path
id="path44"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -0.859,-0.863 -1.86,-1.288 -2.989,-1.288 -0.936,0 -1.77,0.515 -2.514,1.546 -0.731,1.03 -1.103,2.202 -1.103,3.516 0,1.301 0.372,2.46 1.103,3.49 0.744,1.03 1.578,1.546 2.514,1.546 C -1.86,8.81 -0.859,8.385 0,7.522 0.962,6.581 1.45,5.332 1.45,3.774 1.45,2.241 0.962,0.979 0,0 m -10.78,0.482 c -0.685,-0.965 -1.477,-1.447 -2.366,-1.447 -1.032,0 -1.957,0.398 -2.785,1.206 -0.901,0.916 -1.345,2.097 -1.345,3.532 0,1.459 0.444,2.628 1.345,3.508 0.828,0.808 1.753,1.205 2.785,1.205 0.889,0 1.681,-0.482 2.366,-1.446 0.696,-0.965 1.044,-2.05 1.044,-3.267 0,-1.23 -0.348,-2.327 -1.044,-3.291 M 2.906,10.963 c -1.463,2.054 -3.182,3.092 -5.157,3.092 -2.363,0 -4.297,-1.027 -5.801,-3.072 -1.443,2.045 -3.162,3.072 -5.147,3.072 l -0.634,0 c -1.975,0 -3.694,-1.038 -5.168,-3.092 -1.483,-2.045 -2.22,-4.449 -2.22,-7.192 0,-2.743 0.737,-5.147 2.22,-7.212 1.474,-2.055 3.193,-3.092 5.168,-3.092 2.373,0 4.297,1.037 5.781,3.092 1.442,-2.055 3.161,-3.092 5.146,-3.092 l 0.655,0 c 1.975,0 3.694,1.037 5.157,3.092 1.463,2.086 2.19,4.49 2.19,7.212 0,2.712 -0.727,5.106 -2.19,7.192" /></g><g
transform="translate(413.5658,49.1722)"
id="g46"><path
id="path48"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -4.104,0 -7.435,3.345 -7.435,7.466 0,4.121 3.331,7.465 7.435,7.465 4.104,0 7.435,-3.344 7.435,-7.465 C 7.435,3.345 4.104,0 0,0 m 0,19.424 c -6.579,0 -11.91,-5.353 -11.91,-11.958 0,-6.606 5.331,-11.959 11.91,-11.959 6.579,0 11.91,5.353 11.91,11.959 0,6.605 -5.331,11.958 -11.91,11.958" /></g><g
transform="translate(413.5658,74.938)"
id="g50"><path
id="path52"
style="fill:#a92d38;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 0,0 c -4.104,0 -7.435,3.345 -7.435,7.466 0,4.121 3.331,7.465 7.435,7.465 4.104,0 7.435,-3.344 7.435,-7.465 C 7.435,3.345 4.104,0 0,0 m 0,19.424 c -6.579,0 -11.91,-5.353 -11.91,-11.958 0,-6.606 5.331,-11.959 11.91,-11.959 6.579,0 11.91,5.353 11.91,11.959 0,6.605 -5.331,11.958 -11.91,11.958" /></g><path
id="path54"
style="fill:#6c4d9d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 65.22,0.312 -12.516,0 0,9.963 12.516,0 0,-9.963 z" /><g
transform="translate(118.1353,10.2754)"
id="g56"><path
id="path58"
style="fill:#6c4d9d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-10.231 c -4.993,-0.212 -9.852,0.446 -14.544,2.017 -4.725,1.583 -9.083,3.778 -12.916,6.776 -0.602,0.468 -1.215,0.948 -1.806,1.438 L 0,0 Z" /></g><g
transform="translate(29.3903,10.2754)"
id="g60"><path
id="path62"
style="fill:#6c4d9d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -4.023,-3.399 -8.637,-5.996 -13.764,-7.835 -4.692,-1.671 -9.517,-2.541 -14.555,-2.396 l -1.069,0 c 0,3.477 -0.012,6.865 0.022,10.231 L 0,0 Z" /></g><g
transform="translate(41.8723,25.4544)"
id="g64"><path
id="path66"
style="fill:#3e6eb2;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -1.683,-3.12 -3.689,-6.074 -6.13,-8.804 -1.861,-2.084 -3.766,-4.146 -5.895,-5.996 -0.156,-0.134 -0.301,-0.256 -0.457,-0.379 l -29.366,0 c -0.011,0.947 0,1.883 0.011,2.831 0,0.278 0.39,0.758 0.657,0.802 3.957,0.647 7.713,1.861 11.156,3.7 2.742,1.471 5.417,3.121 7.891,4.948 1.237,0.903 2.407,1.873 3.521,2.898 L 0,0 Z" /></g><g
transform="translate(118.1353,13.7413)"
id="g68"><path
id="path70"
style="fill:#3e6eb2;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-3.466 -29.266,0 c -1.103,0.88 -2.173,1.783 -3.176,2.742 -3.054,2.953 -5.639,6.241 -7.846,9.785 -0.546,0.869 -1.059,1.761 -1.549,2.652 l 18.678,0 c 0.792,-0.769 1.605,-1.516 2.463,-2.207 C -14.945,4.826 -8.381,1.482 -0.713,0.19 -0.468,0.156 -0.234,0.067 0,0" /></g><path
id="path72"
style="fill:#3e6eb2;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 65.22,10.275 -12.516,0 0,15.179 12.516,0 0,-15.179 z" /><path
id="path74"
style="fill:#35afdf;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 65.22,25.454 -12.516,0 0,14.856 12.516,0 0,-14.856 z" /><g
transform="translate(94.9767,25.4544)"
id="g76"><path
id="path78"
style="fill:#35afdf;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 -18.678,0 c -1.572,2.82 -2.876,5.751 -3.912,8.793 -0.68,2.006 -1.293,4.012 -1.761,6.063 l 13.128,0 C -9.428,11.234 -7.244,7.801 -4.447,4.703 -3.009,3.109 -1.56,1.493 0,0" /></g><g
transform="translate(47.5004,40.3103)"
id="g80"><path
id="path82"
style="fill:#35afdf;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c -0.613,-2.909 -1.538,-5.74 -2.664,-8.515 -0.88,-2.173 -1.85,-4.29 -2.964,-6.341 l -18.612,0 c 2.764,2.485 5.16,5.294 7.256,8.336 1.448,2.107 2.797,4.269 3.945,6.52 L 0,0 Z" /></g><g
transform="translate(48.9269,52.5694)"
id="g84"><path
id="path86"
style="fill:#9ecf81;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-0.557 -0.011,-1.114 -0.011,-1.672 -0.022,-2.819 -0.602,-5.65 -1.026,-8.459 -0.111,-0.713 -0.234,-1.426 -0.39,-2.128 l -13.039,0 c 0.747,1.471 1.404,2.975 1.95,4.525 0.892,2.552 1.672,5.137 2.397,7.734 L 0,0 Z" /></g><path
id="path88"
style="fill:#9ecf81;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 65.22,40.31 -12.516,0 0,12.259 12.516,0 0,-12.259 z" /><g
transform="translate(83.754,40.3103)"
id="g90"><path
id="path92"
style="fill:#9ecf81;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 -13.128,0 c -0.368,1.549 -0.636,3.12 -0.781,4.703 -0.234,2.519 -0.49,5.037 -0.601,7.556 l 9.941,0 C -3.967,9.674 -3.065,7.155 -2.073,4.647 -1.449,3.076 -0.758,1.516 0,0" /></g><g
transform="translate(48.9826,68.5397)"
id="g94"><path
id="path96"
style="fill:#fdd255;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-5.327 -0.022,-10.654 -0.056,-15.97 l -10.119,0 c 0.301,1.092 0.591,2.173 0.869,3.265 0.457,1.75 0.68,3.6 0.702,5.405 0.034,2.43 0.056,4.87 0.078,7.3 L 0,0 Z" /></g><g
transform="translate(79.1847,52.5694)"
id="g98"><path
id="path100"
style="fill:#fdd255;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 -9.941,0 c -0.022,0.635 -0.045,1.271 -0.045,1.906 -0.022,4.692 -0.033,9.372 -0.033,14.064 l 8.358,0 c 0,-1.226 0.023,-2.452 0.034,-3.666 C -1.583,9.239 -0.981,6.185 -0.579,3.132 -0.446,2.073 -0.245,1.036 0,0" /></g><path
id="path102"
style="fill:#fdd255;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 65.22,52.569 -12.516,0 0,15.97 12.516,0 0,-15.97 z" /><path
id="path104"
style="fill:#f89f5c;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 65.22,68.54 -12.516,0 0,12.638 12.516,0 0,-12.638 z" /><g
transform="translate(77.5241,68.5397)"
id="g106"><path
id="path108"
style="fill:#f89f5c;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 -8.359,0 C -8.37,4.213 -8.37,8.425 -8.37,12.638 l 8.337,0 C -0.045,8.414 -0.045,4.202 0,0" /></g><g
transform="translate(48.9826,81.1778)"
id="g110"><path
id="path112"
style="fill:#f89f5c;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 0,-12.638 -8.526,0 C -8.492,-8.425 -8.459,-4.213 -8.437,0 L 0,0 Z" /></g><g
transform="translate(48.9715,93.7267)"
id="g114"><path
id="path116"
style="fill:#ee3d57;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 0,0 c 0,-4.19 0,-8.37 0.011,-12.549 l -8.436,0 c 0.033,4.358 0.055,8.715 0.078,13.073 l 0,0.657 L 0,1.181 0,0 Z" /></g><g
transform="translate(77.513,94.9192)"
id="g118"><path
id="path120"
style="fill:#ee3d57;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 0,0 0,-1.126 C 0,-5.327 -0.022,-9.54 -0.022,-13.741 l -8.337,0 c 0.012,4.168 0.012,8.325 0.012,12.493 L -8.347,0 0,0 Z" /></g><path
id="path122"
style="fill:#ee3d57;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 52.705,95.175 12.516,0 0,-13.998 -12.516,0 0,13.998 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,30 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Manufacturer : Atari Corporation</text>
</text>
<text name="info2" extra="true">
<text>Year of Release : 1986</text>
</text>
<text name="info3" extra="true">
<text>Units sold : 3,77 million</text>
</text>
<text name="info4" extra="true">
<text>CPU : Atari SALLY 6502 ("6502C") @ 1.19-1.79MHz</text>
</text>
<text name="info5" extra="true">
<text>RAM : 4KB</text>
</text>
<text name="info6" extra="true">
<text>Cartridge ROM : 48KB</text>
</text>
<text name="info7" extra="true">
<text>Audio/Video Processor : TIA/MARIA custom graphics controller</text>
</text>
<text name="info8" extra="true">
<text>Ports : 2 joystick ports, 1 cartridge port, 1 expansion connector, power in, RF output</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,40 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>F6DD08</color>
</image>
<image name="band2" extra="true">
<color>800000</color>
</image>
<image name="band3" extra="true">
<color>FF0000</color>
</image>
<image name="band4" extra="true">
<color>4C504E</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="566.929px" height="79.219px" viewBox="0 0 566.929 79.219" enable-background="new 0 0 566.929 79.219"
xml:space="preserve">
<g>
<g>
<g id="_x23_ffffffff">
<path fill="#BA1525" d="M123.437,3.436c3.074-3.934,9.436-4.604,13.207-1.307c1.542,1.299,2.622,3.091,3.175,5.02
c6.981,24.021,13.994,48.033,20.966,72.058c-4.12,0.004-8.242-0.006-12.362,0.004c-1.943-6.623-3.841-13.258-5.759-19.889
c-7.967-0.018-15.932-0.004-23.898-0.008c-1.951,6.627-3.876,13.258-5.792,19.897c-4.098-0.014-8.195-0.004-12.294-0.008
c6.633-22.914,13.273-45.832,19.938-68.739C121.41,8.071,121.708,5.392,123.437,3.436 M130.71,18.154
c-2.921,9.952-5.783,19.924-8.688,29.881c5.791,0.027,11.579,0.01,17.367,0.01C136.491,38.082,133.608,28.119,130.71,18.154z"/>
<path fill="#BA1525" d="M210.231,3.953c2.147-3.114,6.298-4.627,9.953-3.666c3.345,0.771,5.905,3.654,6.788,6.899
c6.975,24.005,13.973,48.001,20.947,72.005c-4.125,0.033-8.25,0-12.375,0.018c-1.918-6.629-3.816-13.266-5.748-19.895
c-7.954,0.004-15.907-0.015-23.86,0.006c-1.901,6.635-3.86,13.252-5.763,19.885c-4.094,0.004-8.186-0.002-12.28,0.004
c6.629-23.041,13.336-46.063,20.019-69.087C208.613,8.041,208.883,5.749,210.231,3.953 M209.228,48.045
c5.766,0.008,11.53,0.004,17.296,0.004c-2.868-9.984-5.782-19.956-8.644-29.939C215.001,28.09,212.094,38.061,209.228,48.045z"/>
<path fill="#BA1525" d="M151.56,0.167c14.906,0,29.811,0,44.712,0c0,4.021,0,8.038,0,12.059
c-5.487,0.004-10.974-0.006-16.459,0.004c0,22.325,0.004,44.653-0.003,66.977c-3.929,0-7.862,0-11.792,0
c0-22.324-0.003-44.651,0.004-66.977c-5.489-0.01-10.974,0-16.462-0.004C151.56,8.206,151.557,4.189,151.56,0.167z"/>
<path fill="#BA1525" d="M261.023,0.657c1.133-0.391,2.342-0.524,3.537-0.495c4.699,0.017,9.398,0.003,14.098,0.006
c7.914,0.145,15.468,5.056,18.894,12.179c2.371,4.626,2.615,10.005,2.018,15.079c-0.41,5.313-2.64,10.625-6.723,14.145
c-2.158,1.925-4.846,3.089-7.153,4.8c-1.269,0.967-1.329,2.842-0.676,4.185c6.237,9.629,12.724,19.104,19.09,28.653
c-4.657,0.008-9.313-0.013-13.972,0.008c-6.098-9.157-12.13-18.36-18.202-27.53c-1.785-2.609-2.27-6.066-1.201-9.045
c0.834-2.285,2.831-3.958,5.055-4.82c4.246-1.619,8.431-4.166,10.782-8.172c1.788-3.01,1.697-6.725,0.893-10.021
c-0.943-4.277-5.111-7.644-9.514-7.495c-3.047,0.021-6.091-0.016-9.132,0.014c-1.377-0.032-2.672,1.165-2.655,2.561
c-0.014,21.501,0.008,43.004-0.006,64.504c-3.96-0.006-7.917,0-11.878-0.004c-0.007-23.146,0.007-46.297-0.007-69.443
C254.291,5.707,257.176,1.89,261.023,0.657z"/>
<path fill="#BA1525" d="M310.335,0.167c4.164,0,8.328,0,12.498,0c-0.004,26.349,0.006,52.692-0.008,79.042
c-4.162-0.01-8.326,0-12.49-0.004C310.335,52.857,310.335,26.512,310.335,0.167z"/>
</g>
</g>
</g>
<g>
<path fill="#BA1525" d="M527.328,79.205c-21.836,0-39.604-17.766-39.604-39.603C487.724,17.764,505.492,0,527.328,0
c21.838,0,39.602,17.765,39.602,39.603C566.929,61.439,549.166,79.205,527.328,79.205z M527.328,2.908
c-20.234,0-36.695,16.461-36.695,36.694c0,20.234,16.461,36.695,36.695,36.695c20.232,0,36.693-16.461,36.693-36.695
C564.021,19.37,547.56,2.908,527.328,2.908z M527.328,66.582c-14.873,0-26.977-12.102-26.977-26.976
c0-14.875,12.104-26.976,26.977-26.976s26.975,12.101,26.975,26.976C554.302,54.48,542.201,66.582,527.328,66.582z M527.328,15.54
c-13.271,0-24.068,10.797-24.068,24.066c0,13.271,10.797,24.068,24.068,24.068c13.27,0,24.066-10.797,24.066-24.068
C551.394,26.336,540.597,15.54,527.328,15.54z"/>
</g>
<g>
<path fill="#BA1525" d="M446.257,79.205c-21.836,0-39.604-17.766-39.604-39.603C406.654,17.764,424.421,0,446.257,0
c21.838,0,39.602,17.765,39.602,39.603C485.859,61.439,468.095,79.205,446.257,79.205z M446.257,2.908
c-20.232,0-36.695,16.461-36.695,36.694c0,20.234,16.463,36.695,36.695,36.695s36.693-16.461,36.693-36.695
C482.951,19.37,466.49,2.908,446.257,2.908z M446.257,66.582c-14.875,0-26.977-12.102-26.977-26.976
c0-14.875,12.102-26.976,26.977-26.976c14.873,0,26.975,12.101,26.975,26.976C473.232,54.48,461.13,66.582,446.257,66.582z
M446.257,15.54c-13.271,0-24.068,10.797-24.068,24.066c0,13.271,10.797,24.068,24.068,24.068s24.066-10.797,24.066-24.068
C470.324,26.336,459.527,15.54,446.257,15.54z"/>
</g>
<g>
<path fill="#BA1525" d="M378.4,79.205c-15.295,0-27.736-12.441-27.736-27.738c0-9.178,4.637-17.842,12.197-22.976
c-1.932-2.98-2.943-6.41-2.943-10.009C359.917,8.292,368.208,0,378.4,0s18.484,8.292,18.484,18.481
c0,3.599-1.016,7.027-2.947,10.009c7.563,5.134,12.199,13.796,12.199,22.976C406.138,66.764,393.695,79.205,378.4,79.205z
M378.4,2.908c-8.588,0-15.576,6.986-15.576,15.574c0,3.479,1.127,6.773,3.256,9.524l1.006,1.297l-1.41,0.841
c-7.467,4.467-12.104,12.637-12.104,21.323c0,13.689,11.139,24.83,24.828,24.83c13.691,0,24.83-11.141,24.83-24.83
c0-8.688-4.639-16.857-12.105-21.323l-1.406-0.841l1.002-1.297c2.131-2.751,3.256-6.045,3.256-9.524
C393.976,9.895,386.988,2.908,378.4,2.908z M378.4,67.693c-8.945,0-16.225-7.275-16.225-16.226c0-8.944,7.277-16.225,16.225-16.225
c8.945,0,16.225,7.278,16.225,16.225C394.625,60.418,387.347,67.693,378.4,67.693z M378.4,38.151
c-7.344,0-13.316,5.976-13.316,13.318c0,7.344,5.975,13.318,13.316,13.318c7.344,0,13.316-5.975,13.316-13.318
C391.716,44.127,385.744,38.151,378.4,38.151z M378.4,26.639c-4.496,0-8.152-3.658-8.152-8.154c0-4.495,3.656-8.151,8.152-8.151
s8.152,3.656,8.152,8.151C386.554,22.981,382.896,26.639,378.4,26.639z M378.4,13.24c-2.893,0-5.244,2.354-5.244,5.244
c0,2.894,2.352,5.246,5.244,5.246c2.895,0,5.246-2.354,5.246-5.246C383.646,15.593,381.294,13.24,378.4,13.24z"/>
</g>
<g>
<g>
<path fill="#BA1525" d="M70.453,0.003H8.761C3.942,0.003,0,3.946,0,8.765v61.692c0,4.818,3.942,8.762,8.761,8.762h61.692
c4.819,0,8.762-3.943,8.762-8.762V8.765C79.215,3.947,75.273,0.003,70.453,0.003z M34.269,31.85
c-0.175,3.69-0.406,7.389-1.017,11.037c-0.42,2.516-1.291,4.943-2.369,7.246c-1.761,3.711-4.528,6.852-7.639,9.492
c-2.782,2.449-6.104,4.232-9.597,5.438c-1.976,0.683-4.01,1.205-6.08,1.498c0.002-2.571,0.002-5.143,0-7.713
c2.492-0.375,4.889-1.26,7.114-2.43c2.641-1.396,5.018-3.273,7.019-5.488c2.067-2.285,3.713-4.932,4.963-7.742
c1.472-3.229,2.26-6.721,2.795-10.214c0.672-4.442,0.951-8.938,1.055-13.425c0.017-1.52,0.004-3.042,0.008-4.564
c1.303-0.004,2.606,0,3.911-0.002c0.005,3.064,0,6.131,0.002,9.195C34.447,26.736,34.375,29.293,34.269,31.85z M43.205,14.983
c0.001,17.192,0.001,34.386,0,51.576c-2.395,0.006-4.789-0.01-7.183,0.012c-0.031-5.482-0.005-10.967-0.013-16.447
c-0.003-11.71,0.005-23.422-0.004-35.134C38.405,14.974,40.805,14.987,43.205,14.983C43.205,14.982,43.205,14.982,43.205,14.983z
M71.648,66.555c-2.056-0.279-4.072-0.811-6.034-1.477c-2.336-0.813-4.596-1.865-6.672-3.217
c-1.515-0.973-2.892-2.139-4.216-3.355c-2.182-2.014-4.134-4.299-5.601-6.889c-1.147-2.018-1.985-4.195-2.64-6.416
c-0.601-2.232-0.857-4.543-1.09-6.837c-0.451-4.962-0.62-9.947-0.588-14.928c0-2.817-0.001-5.634,0-8.453
c1.297-0.001,2.593-0.004,3.888,0.001c-0.042,5.241,0.137,10.495,0.761,15.701c0.512,4.045,1.233,8.121,2.844,11.889
c1.527,3.646,3.729,7.035,6.598,9.768c2.74,2.613,6.06,4.621,9.667,5.777c1.007,0.32,2.036,0.572,3.083,0.727
C71.647,61.416,71.646,63.984,71.648,66.555z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
<!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
<!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
<!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
<!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
<!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
]>
<svg version="1.1" id="Ebene_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
x="0px" y="0px" width="566.929px" height="79.219px" viewBox="0 0 566.929 79.219" enable-background="new 0 0 566.929 79.219"
xml:space="preserve">
<metadata>
<sfw xmlns="&ns_sfw;">
<slices></slices>
<sliceSourceBounds x="677.036" y="499.891" width="566.929" height="79.219" bottomLeftOrigin="true"></sliceSourceBounds>
</sfw>
</metadata>
<g>
<g>
<g id="_x23_ffffffff">
<path fill="#6B553F" d="M123.437,3.436c3.074-3.934,9.436-4.604,13.207-1.307c1.542,1.299,2.622,3.091,3.175,5.02
c6.981,24.021,13.994,48.033,20.966,72.058c-4.12,0.004-8.242-0.006-12.362,0.004c-1.943-6.623-3.841-13.258-5.759-19.889
c-7.967-0.018-15.932-0.004-23.898-0.008c-1.951,6.627-3.876,13.258-5.792,19.896c-4.098-0.014-8.195-0.004-12.294-0.008
c6.633-22.914,13.273-45.832,19.938-68.739C121.41,8.071,121.708,5.392,123.437,3.436 M130.71,18.154
c-2.921,9.952-5.783,19.924-8.688,29.881c5.791,0.027,11.579,0.01,17.367,0.01C136.491,38.082,133.608,28.119,130.71,18.154z"/>
<path fill="#6B553F" d="M210.231,3.953c2.147-3.114,6.298-4.627,9.953-3.666c3.345,0.771,5.905,3.654,6.788,6.899
c6.975,24.005,13.973,48.001,20.947,72.005c-4.125,0.033-8.25,0-12.375,0.018c-1.918-6.629-3.816-13.266-5.748-19.895
c-7.954,0.004-15.907-0.016-23.86,0.006c-1.901,6.635-3.86,13.252-5.763,19.885c-4.094,0.004-8.186-0.002-12.28,0.004
c6.629-23.041,13.336-46.063,20.019-69.087C208.613,8.041,208.883,5.749,210.231,3.953 M209.228,48.045
c5.766,0.008,11.53,0.004,17.296,0.004c-2.868-9.984-5.782-19.956-8.644-29.939C215.001,28.09,212.094,38.061,209.228,48.045z"/>
<path fill="#6B553F" d="M151.56,0.167c14.906,0,29.811,0,44.712,0c0,4.021,0,8.038,0,12.059
c-5.487,0.004-10.974-0.006-16.459,0.004c0,22.325,0.004,44.653-0.003,66.977c-3.929,0-7.862,0-11.792,0
c0-22.324-0.003-44.651,0.004-66.977c-5.489-0.01-10.974,0-16.462-0.004C151.56,8.206,151.557,4.189,151.56,0.167z"/>
<path fill="#6B553F" d="M261.023,0.657c1.133-0.391,2.342-0.524,3.537-0.495c4.699,0.017,9.398,0.003,14.098,0.006
c7.914,0.145,15.468,5.056,18.894,12.179c2.371,4.626,2.615,10.005,2.018,15.079c-0.41,5.313-2.64,10.625-6.723,14.145
c-2.158,1.926-4.846,3.09-7.153,4.801c-1.269,0.967-1.329,2.842-0.676,4.186c6.237,9.629,12.724,19.104,19.09,28.652
c-4.657,0.008-9.313-0.014-13.972,0.008c-6.098-9.156-12.13-18.359-18.202-27.529c-1.785-2.609-2.27-6.066-1.201-9.045
c0.834-2.285,2.831-3.958,5.055-4.82c4.246-1.619,8.431-4.166,10.782-8.172c1.788-3.01,1.697-6.725,0.893-10.021
c-0.942-4.277-5.11-7.644-9.513-7.495c-3.047,0.021-6.091-0.016-9.132,0.014c-1.377-0.032-2.672,1.165-2.655,2.561
c-0.014,21.501,0.008,43.004-0.006,64.504c-3.96-0.006-7.917,0-11.878-0.004c-0.007-23.146,0.007-46.297-0.007-69.443
C254.291,5.707,257.176,1.89,261.023,0.657z"/>
<path fill="#6B553F" d="M310.335,0.167c4.164,0,8.328,0,12.498,0c-0.004,26.349,0.006,52.692-0.008,79.042
c-4.162-0.01-8.326,0-12.49-0.004C310.335,52.857,310.335,26.512,310.335,0.167z"/>
</g>
</g>
</g>
<g>
<path fill="#6B553F" d="M527.328,79.205c-21.836,0-39.604-17.766-39.604-39.603C487.724,17.764,505.492,0,527.328,0
c21.838,0,39.602,17.765,39.602,39.603C566.929,61.439,549.166,79.205,527.328,79.205z M527.328,2.908
c-20.234,0-36.695,16.461-36.695,36.694c0,20.234,16.461,36.695,36.695,36.695c20.232,0,36.693-16.461,36.693-36.695
C564.021,19.37,547.56,2.908,527.328,2.908z M527.328,66.582c-14.873,0-26.977-12.102-26.977-26.976
c0-14.875,12.104-26.976,26.977-26.976s26.975,12.101,26.975,26.976C554.302,54.48,542.201,66.582,527.328,66.582z M527.328,15.54
c-13.271,0-24.068,10.797-24.068,24.066c0,13.271,10.797,24.068,24.068,24.068c13.27,0,24.066-10.797,24.066-24.068
C551.394,26.336,540.597,15.54,527.328,15.54z"/>
</g>
<g>
<path fill="#6B553F" d="M446.257,79.205c-21.836,0-39.604-17.766-39.604-39.603C406.654,17.764,424.421,0,446.257,0
c21.838,0,39.602,17.765,39.602,39.603C485.859,61.439,468.095,79.205,446.257,79.205z M446.257,2.908
c-20.232,0-36.695,16.461-36.695,36.694c0,20.234,16.463,36.695,36.695,36.695s36.693-16.461,36.693-36.695
C482.951,19.37,466.49,2.908,446.257,2.908z M446.257,66.582c-14.875,0-26.977-12.102-26.977-26.976
c0-14.875,12.102-26.976,26.977-26.976c14.873,0,26.975,12.101,26.975,26.976C473.232,54.48,461.13,66.582,446.257,66.582z
M446.257,15.54c-13.271,0-24.068,10.797-24.068,24.066c0,13.271,10.797,24.068,24.068,24.068s24.066-10.797,24.066-24.068
C470.324,26.336,459.527,15.54,446.257,15.54z"/>
</g>
<g>
<path fill="#6B553F" d="M378.4,79.205c-15.295,0-27.736-12.441-27.736-27.738c0-9.178,4.637-17.842,12.197-22.976
c-1.932-2.98-2.943-6.41-2.943-10.009C359.917,8.292,368.208,0,378.4,0s18.484,8.292,18.484,18.481
c0,3.599-1.016,7.027-2.947,10.009c7.563,5.134,12.199,13.796,12.199,22.976C406.138,66.764,393.695,79.205,378.4,79.205z
M378.4,2.908c-8.588,0-15.576,6.986-15.576,15.574c0,3.479,1.127,6.773,3.256,9.524l1.006,1.297l-1.41,0.841
c-7.467,4.467-12.104,12.637-12.104,21.323c0,13.689,11.139,24.83,24.828,24.83c13.691,0,24.83-11.141,24.83-24.83
c0-8.688-4.639-16.857-12.105-21.323l-1.406-0.841l1.002-1.297c2.131-2.751,3.256-6.045,3.256-9.524
C393.976,9.895,386.988,2.908,378.4,2.908z M378.4,67.693c-8.945,0-16.225-7.275-16.225-16.227c0-8.943,7.277-16.225,16.225-16.225
c8.945,0,16.225,7.277,16.225,16.225C394.625,60.418,387.347,67.693,378.4,67.693z M378.4,38.151
c-7.344,0-13.316,5.976-13.316,13.318c0,7.344,5.975,13.318,13.316,13.318c7.344,0,13.316-5.975,13.316-13.318
C391.716,44.127,385.744,38.151,378.4,38.151z M378.4,26.639c-4.496,0-8.152-3.658-8.152-8.154c0-4.495,3.656-8.151,8.152-8.151
s8.152,3.656,8.152,8.151C386.554,22.981,382.896,26.639,378.4,26.639z M378.4,13.24c-2.893,0-5.244,2.354-5.244,5.244
c0,2.894,2.352,5.246,5.244,5.246c2.895,0,5.246-2.354,5.246-5.246C383.646,15.593,381.294,13.24,378.4,13.24z"/>
</g>
<g>
<g>
<path fill="#6B553F" d="M70.453,0.003H8.761C3.942,0.003,0,3.946,0,8.765v61.692c0,4.818,3.942,8.762,8.761,8.762h61.692
c4.819,0,8.762-3.943,8.762-8.762V8.765C79.215,3.947,75.273,0.003,70.453,0.003z M34.269,31.85
c-0.175,3.69-0.406,7.389-1.017,11.037c-0.42,2.516-1.291,4.943-2.369,7.246c-1.761,3.711-4.528,6.852-7.639,9.492
c-2.782,2.449-6.104,4.232-9.597,5.438c-1.976,0.684-4.01,1.205-6.08,1.498c0.002-2.57,0.002-5.143,0-7.713
c2.492-0.375,4.889-1.26,7.114-2.43c2.641-1.396,5.018-3.273,7.019-5.488c2.067-2.285,3.713-4.932,4.963-7.742
c1.472-3.229,2.26-6.721,2.795-10.213c0.672-4.442,0.951-8.938,1.055-13.425c0.017-1.52,0.004-3.042,0.008-4.564
c1.303-0.004,2.606,0,3.911-0.002c0.005,3.064,0,6.131,0.002,9.195C34.447,26.736,34.375,29.293,34.269,31.85z M43.205,14.983
c0.001,17.192,0.001,34.386,0,51.576c-2.395,0.006-4.789-0.01-7.183,0.012c-0.031-5.481-0.005-10.967-0.013-16.446
c-0.003-11.71,0.005-23.422-0.004-35.134C38.405,14.974,40.805,14.987,43.205,14.983C43.205,14.982,43.205,14.982,43.205,14.983z
M71.648,66.555c-2.056-0.279-4.072-0.811-6.034-1.477c-2.336-0.813-4.596-1.865-6.672-3.217
c-1.515-0.973-2.892-2.139-4.216-3.355c-2.182-2.014-4.134-4.299-5.601-6.889c-1.147-2.018-1.985-4.195-2.64-6.416
c-0.601-2.232-0.857-4.543-1.09-6.837c-0.451-4.962-0.62-9.947-0.588-14.928c0-2.817-0.001-5.634,0-8.453
c1.297-0.001,2.593-0.004,3.888,0.001c-0.042,5.241,0.137,10.495,0.761,15.701c0.512,4.045,1.233,8.121,2.844,11.889
c1.527,3.646,3.729,7.035,6.598,9.768c2.74,2.613,6.06,4.621,9.667,5.777c1.007,0.32,2.036,0.572,3.083,0.727
C71.647,61.416,71.646,63.984,71.648,66.555z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Atari 800</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,34 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>F6DD08</color>
</image>
<image name="band2" extra="true">
<color>800000</color>
</image>
<image name="band3" extra="true">
<color>FF0000</color>
</image>
<image name="band4" extra="true">
<color>4C504E</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,291 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="566.926px" height="197.123px" viewBox="0 0 566.926 197.123" enable-background="new 0 0 566.926 197.123"
xml:space="preserve">
<g>
<path fill="#F50005" d="M88.705,89.429c2.707-8.077,5.128-16.25,7.654-24.389c0.623-2.007,1.207-4.025,1.81-6.039
c0.077-0.436,2.299-8.207,3.145-11.702c1.013-4.181,2.102-8.379,2.608-12.635c0.313-2.636,1.473-3.998,3.75-4.699
c1.329-0.409,2.062-1.088,3.439-1.188c1.13-0.083,1.917-0.366,2.438-1.405c0.442-0.879,1.583-1.424,2.174-2.207
c0.438-0.581,0.993-1.271,1.631-1.465c1.825-0.551,3.771-0.726,5.576-1.324c2.277-0.753,4.909-1.296,6.565-2.823
c1.695-1.562,3.268-2.412,5.455-2.579c2.026-0.155,3.788-0.938,4.441-3.06c0.406-1.315,1.411-1.907,2.428-2.561
c0.93-0.188,1.446-0.561,1.56-1.677c0.114-1.115-4.076-0.493-4.353-0.773c-1.289-1.31-1.165-1.57,0.532-2.211
c1.106-0.417,2.319-0.549,3.484-0.81c0.706-0.168,1.413-0.337,2.118-0.506c1.674-0.218,3.345-0.454,5.021-0.65
c2.903-0.344,5.813-0.638,8.711-1.012c0.678-0.088,1.405-0.296,1.963-0.669c0.514-0.343,1.217-1.55,1.235-2.14
c0.018-0.59-1.145-0.923-1.702-0.905c-2.317,0.078-4.643,0.239-6.938,0.564c-3.571,0.508-7.128,1.131-10.676,1.785
c-2.959,0.546-5.898,1.205-8.846,1.813c-0.413,0.049-5.73,1.288-6.11,1.397c-1.14,0.271-2.279,0.542-3.419,0.812l-0.253,0.036
c-1.115,0.197-2.229,0.395-3.344,0.592c-3.459,0.717-6.912,1.468-10.379,2.141c-1.879,0.363-3.803,0.832-5.673,1.231
c-2.667,0.57-5.282,1.068-7.957,1.592c-5.917,1.16-11.856,2.201-17.787,3.29c-0.57,0.021-21.061,3.659-31.962,3.979
c-2.527,0.074-5.065,0.031-7.599,0.01c-0.876-0.007-1.577,0.139-1.857,1.147c-0.359,1.291-0.064,1.712,1.435,2.307
c0.674,0.269,1.23,0.837,1.84,1.269c-0.702,0.471-1.356,1.054-2.122,1.372c-0.523,0.219-1.207,0.019-1.805,0.104
c-0.479,0.068-1.019,0.18-1.387,0.461c-1.604,1.221-1.113,2.662,1.234,3.733c3.116,1.423,3.301,2.089,1.358,4.904
c-0.375,0.257-1.125,0.497-1.124,0.771c0.001,0.272,0.67,0.64,1.065,0.753c0.335,0.096,0.758-0.113,1.142-0.188
c0.511,0.566,1.199,1.054,1.495,1.715c0.628,1.403,1.541,1.96,3.087,1.84c4.317-0.337,8.681-0.305,12.953-0.924
c4.467-0.647,8.802-2.063,13.348-2.465c3.71-0.327,7.386-1.05,11.078-1.595c0.997-0.147,1.572,0.233,1.537,1.297
c-0.046,1.414,0.082,2.919-0.171,4.239c-0.252,1.318-1.027,5.701-1.729,8.792c-0.929,4.096-2.281,8.71-2.307,8.952
c-0.41,1.412-0.818,2.822-1.227,4.234c-1.379,4.309-4.625,15.078-4.888,16.15c-1.209,4.919-6.452,17.542-7.21,19.175
c-1.744,3.757-3.497,7.535-5.607,11.09c-2.081,3.506-4.603,6.751-6.94,10.104c-1.797,2.577-6.368,7.089-6.427,7.156
c-6.815,7.774-14.552,9.43-14.729,9.49c-5.069,1.755-9.908,1.714-14.877-0.8c-2.238-1.133-4.62-2.131-6.563-3.661
c-2.08-1.638-4.334-3.746-6.244-5.45c-0.572-0.511-0.979-1.244-1.766-1.657c-1.164-0.608-1.973-0.083-2.031,1.262
c-0.025,0.585,0.019,1.275,0.305,1.756c2.187,3.673,4.621,7.207,8.297,9.525c3.568,2.251,8.954,4.82,12.535,6.259
c3.581,1.438,6.438,2.408,9.203,2.972c2.765,0.563,7.439,1.353,11.344,0.194c3.905-1.154,8.233-2.938,14.265-7.859
c6.032-4.923,18.136-18.741,22.798-27.327c2.006-3.692,3.815-7.492,5.632-11.282C85.906,95.885,87.592,92.749,88.705,89.429z"/>
<polygon fill="#F50005" points="268.584,99.114 268.575,99.122 268.566,99.132 "/>
<path fill="#F50005" d="M164.388,26.515c-0.614-0.155-1.228-0.31-1.842-0.465l-0.07-0.018c-0.123-1.697-0.195-3.399-0.389-5.088
c-0.105-0.916,0.234-2.163-1.266-2.372l-0.013,0.017c-0.955-0.793-3.021-0.156-3.021-0.156s-2.075,0.385-2.496,1.475
c-1.29,0.167-2.578,0.461-3.869,0.475c-4.37,0.05-4.357,0.017-5.958,4.057c-0.204,0.515-0.627,0.942-0.949,1.41
c-0.364-0.42-0.959-0.797-1.05-1.27c-0.306-1.579-1.322-1.886-2.67-1.771c-1.331,0.114-1.347,1.094-1.625,2.133
c-0.673,2.512-1.337,5.15-3.56,6.818c-2.683,2.016-3.753,4.881-4.634,7.908c-0.666,2.29-0.908,4.781-3.128,6.339
c-0.311,0.22-0.607,1.713-0.508,1.909c-1.891,2.526-7.695,11.104-8.543,12.804c-0.928,1.861-2.044,3.721-2.474,5.711
c-0.354,1.64-0.818,3.03-1.975,4.202c-2.25,1.231-1.709,3.434-1.875,5.39c-0.379,0.607-0.757,1.219-1.136,1.827
c-0.282,0.403-0.564,0.809-0.847,1.213c-0.142,0.152-0.284,0.307-0.427,0.459c-0.382,0.443-0.437,1.003-1.148,1.334
c-0.711,0.33-3.206,1.231-4.852,1.698c-2.5,0.705-3.039,1.047-2.958,2.393c0.11,1.837,1.483,1.896,2.844,1.982
c1.139,0.071,1.376,0.771,0.952,1.682c-1.32,2.829-2.617,5.675-4.063,8.439c-3.408,6.518-10.534,20.047-10.624,20.326
c-0.651,1.646-1.302,3.292-1.952,4.939c-0.005,0.211-0.01,0.422-0.015,0.633c-0.26,0.357-0.52,0.715-0.78,1.071
c-0.146,0.237-0.292,0.476-0.438,0.713c-0.043,0.202-0.086,0.403-0.129,0.604c-0.719,1.32-1.785,2.57-2.066,3.979
c-0.313,1.563-0.886,2.906-1.883,4.01c-2.11,2.338-1.343,4.884-0.759,7.435c0.189,0.825,0.91,0.913,1.356,0.38
c0.759-0.907,1.408-1.937,1.942-2.995c0.581-1.153,0.915-2.432,1.494-3.586c0.17-0.338,0.844-0.646,1.221-0.583
c0.27,0.047,0.683,0.81,0.592,1.128c-0.323,1.135-0.871,2.205-1.248,3.327c-0.096,0.285-0.054,0.938,0.198,1.021
s0.847-0.186,0.964-0.427c0.744-1.538,1.372-3.132,2.091-4.683c1.264-2.723,2.551-5.435,3.875-8.129
c0.138-0.28,0.668-0.622,0.887-0.549c0.28,0.094,0.487,0.56,0.617,0.903c0.1,0.267,0.081,0.604,0.033,0.896
c-0.52,3.137-1.06,6.268-1.578,9.401c-0.028,0.168,0.086,0.513,0.143,0.516c0.269,0.01,0.69,0.017,0.782-0.14
c0.288-0.489,0.462-1.048,0.662-1.587c0.898-2.419,1.087-5.19,3.566-6.818c0.443-0.291,0.857-1.01,0.854-1.527
c-0.011-2.255,5.243-13.497,5.869-14.699l0.013-0.014c0.494-1.241,6.413-13.402,7.575-16.519c0.144-0.385,2.029-4.517,2.158-4.685
c0.833-1.821,1.667-3.644,2.499-5.464c1.258-0.618,2.477-1.332,3.778-1.838c6.636-2.577,22.214-8.974,22.989-8.787
c0.008,0.197,0.015,1.692,0.022,1.891c0.015,0.408,0.03,0.815,0.045,1.224c-0.011,2.811-0.075,5.622-0.017,8.432
c0.046,2.218,0.609,9.44,0.443,10.804c-0.263,2.143-0.349,4.147,0.618,6.216c0.898,1.921,1.28,4.052,0.678,6.212l-0.042,0.063
c-0.012,0.82-0.025,1.645-0.037,2.467v0.005c0.146,1.493,0.135,2.979,1.348,4.196c0.832,0.837,1.468,1.104,2.164,0.062
c0.5-0.749,0.797-0.634,1.331-0.039c1.354,1.515,2.107,3.142,1.721,5.259c-0.126,0.689,0.188,1.533,0.511,2.205
c0.179,0.373,0.481,1.059,1.209,0.798c0.728-0.263,0.659-0.958,0.718-1.468c0.117-0.997-0.036-2.025,0.064-3.025
c0.088-0.878,0.267-1.778,0.605-2.586c0.197-0.471,0.739-0.9,1.226-1.087c0.175-0.066,0.71,0.585,0.962,0.983
c0.317,0.505,0.417,1.164,0.779,1.62c0.872,1.099,2.079,0.898,2.479-0.434c0.257-0.854,0.369-1.788,0.345-2.682
c-0.1-3.738-0.428-7.478-0.39-11.213c0.076-7.487,0.345-14.976,0.519-22.463c0.171-7.389,0.292-14.778,0.499-22.166
c0.063-2.213,0.478-4.419,0.498-6.63c0.065-7.197,0.712-14.334,1.852-21.437c0.34-2.113-0.027-4.117-1.165-5.955L164.388,26.515z
M142.523,66.189c-1.215,0.496-2.51,0.797-3.727,1.291c-0.511,0.208-1.667,1.023-1.667,1.023s-0.484,0.575-0.625,0.763
c-0.875,0.419-1.753,1.19-2.627,1.188c-2.187-0.009-3.671,0.924-4.786,2.672c-0.272,0.427-0.468,0.933-0.825,1.268
c-0.252,0.235-0.762,0.4-1.074,0.312c-0.28-0.082-0.652-0.573-0.626-0.85c0.083-0.886,0.179-1.823,0.542-2.617
c1.471-3.208,2.957-6.415,4.598-9.537c2.585-4.918,5.299-9.768,7.959-14.646c0.438-0.803,0.762-1.657,2.041-1.311
c0.432,0.117,1.058-0.293,1.531-0.572c0.455-0.268,0.825-0.678,1.232-1.024c0.102,0.588,0.289,1.176,0.292,1.765
c0.02,5.581-0.053,11.163,0.04,16.742C144.832,64.467,144.069,65.557,142.523,66.189z"/>
<path fill="#F50005" d="M279.894,21.702c-0.609-0.23-1.218-0.463-1.825-0.693c-0.002-0.15-0.05-0.28-0.144-0.387
c-0.027-0.03,1.821-2.267,0.771-3.354c-0.283-0.222-1.861-0.767-2.144-0.987c-0.143-0.884-0.308-1.765-0.423-2.652
c-0.188-1.43-1.061-1.784-2.337-1.546c-0.413,0.293-0.826,0.585-1.239,0.878l-0.182-0.003l-1.928-0.152
c-1.388,0.412-0.833,1.15-2.22,1.563c-0.316,0.231-0.631,0.462-0.947,0.692c-0.949,0.805-1.616,1.263-2.777,2.873
c-1.162,1.609-2.497,4.234-3.306,5.693c-0.809,1.458-4.134,10.116-4.188,10.223c-0.266,0.244-5.822,12.535-7.656,16.654
c-1.428,3.204-3.306,7.048-4.701,10.91c-1.395,3.862-2.736,9.753-3.05,10.117c-0.105,0.268-0.21,0.534-0.315,0.802
c-0.138,0.41-0.276,0.82-0.414,1.23c-0.055,0.402-0.108,0.807-0.163,1.21c-0.395,2.214-0.99,5.242-1.414,6.593
c-0.424,1.351-1.334,2.876-1.85,4.377c-0.421,2.864-0.911,5.722-1.239,8.597c-0.251,2.203-0.296,4.43-0.433,6.646
c0.087,0.803,0.174,1.604,0.262,2.409c0.405,1.433,0.498,2.113,1.214,4.299c0.717,2.185,3.737,4.234,3.737,4.234
c3.567,2.002,9.577,1.997,12.284,0.141c2.708-1.856,4.567-3.097,5.734-4.121c1.167-1.023,7.067-5.707,9.859-8.821
c2.792-3.115,3.842-4.611,4.668-5.435c0.417,1.438,0.012,2.687-0.882,3.824c-0.191,0.546-0.382,1.092-0.574,1.638
c-0.149,2.485-0.415,4.969-0.423,7.453c-0.012,3.342,1.323,10.349,4.809,10.956c3.486,0.606,4.058,0.628,6.116-0.417
c1.598-0.813,3.424-1.231,5.192-1.635c1.278-0.29,1.712,0.323,1.151,1.54c-0.635,1.376-1.369,2.713-2.137,4.021
c-3.061,5.235-6.102,10.479-9.228,15.679c-1.244,2.068-0.536,2.352,1.147,2.376c0.302,0.005-0.303,1.688-0.253,2.247
c0.16,1.783,1.03,2.319,2.508,1.287c0.865-0.605,1.524-1.567,2.135-2.464c0.619-0.908,1.014-1.97,1.63-2.881
c0.115-0.172,1.047-0.103,1.203,0.129c0.39,0.562-0.209,1.919,1.093,1.681c0.616-0.111,1.108-1.002,1.618-1.571
c0.336-0.378,0.58-0.832,0.904-1.222c0.543-0.657,1.057-0.901,1.617,0.049c0.572,0.977,1.412,0.762,2.006,0.095
c0.938-1.054,1.885-2.148,2.553-3.377c1.775-3.282,3.445-6.625,5.074-9.984c0.59-1.217,1.229-2.125,2.74-1.73
c1.268,0.332,1.814-0.257,2.219-1.396c0.572-1.62,1.203-3.24,2.025-4.742c2.709-4.953,5.521-9.85,8.282-14.773
c2.22-3.958,4.422-7.928,6.627-11.893c1.188-2.136,2.116-4.447,3.551-6.439c1.882-2.614,5.517-3.16,6.646-3.041
c1.129,0.118,2.336-0.564,2.854-1.09c0.52-0.524,0.645-0.456,1.381-0.931c0.737-0.475,1.21-0.868,1.563-1.125
c0.351-0.257,5.76-2.393,6.898-3.505c2.193-2.146,5.584-3.393,8.612-3.632c0.286,1.393,0.36,2.904,0.375,4.325
c0.028,3.189-0.038,6.383-0.063,9.573c-0.021,0.419-0.043,0.839-0.064,1.257c-0.826,2.05,0.054,3.903,0.592,5.825
c0.256,0.91,0.52,2.066,0.182,2.852c-1.117,2.576-0.59,5.195-0.535,7.797c0.021,1.031,0.423,2.082,1.812,1.942
c1.146-0.115,1.322,0.489,1.399,1.438c0.15,1.813,0.425,3.614,0.652,5.419c0.213,1.701,0.385,3.41,0.67,5.099
c0.151,0.896,0.521,1.601,1.572,2.004c1.708,0.656,1.76,0.935,0.917,2.649c-0.476,0.97-0.97,1.824,0.009,2.721
c1.623,1.485,1.692,3.092,0.471,4.86c-0.733,1.064-0.604,1.938,0.789,2.25c1.178,0.265,1.254,1.23,1.377,2.097
c0.102,0.688-0.034,1.407-0.086,2.112c-0.064,0.951,0.248,1.607,1.306,1.628c0.925,0.021,1.168-0.573,1.208-1.389
c0.223-4.438,0.402-8.876,0.729-13.304c0.137-1.891,0.939-6.364,0.965-6.729c0.188-1.852,0.746-6.411,0.841-6.84
c0.187-4.863,0.627-17.301,0.901-21.876c0.277-4.574,1.724-26.029,1.82-29.256c-0.109-0.209,2.678-20.388,3.617-24.966
c0.939-4.579,0.881-8.701,0.768-9.173c-0.113-0.472-2.113-1.021-3.225-1.204c-2.234-0.365-4.505-0.501-6.762-0.73
c-1.471-0.182-1.17-1.982-1.293-2.3c-0.121-0.317-4.904-1.687-5.861-1.187s-1.186,5.116-1.418,7.25
c-0.596,1.021-1.188,2.043-1.782,3.064c-0.438,0.398-0.876,0.799-1.315,1.198c-0.174,0.179-0.352,0.357-0.526,0.536
c-1.179,0.738-2.354,1.477-3.532,2.215c-1.681,1.794-3.361,3.587-5.045,5.381c-0.111,0.121-0.972,1.201-1.217,1.527
c-0.914,1.261-3.063,3.995-3.082,4.212c-0.337,0.462-0.676,0.924-1.014,1.385c0,0-0.758,0.292-0.873,0.502
c-1.442,2.625-2.848,5.271-4.262,7.913c0,0-1.018,0.492-1.561,0.756c-0.469,0.363-0.938,0.727-1.406,1.089
c-0.188,0.063-3.097,3.868-4.65,5.493c-0.318,0.335-0.896,1.526-0.889,1.717c-2.084,0.865-1.822,4.143-2.128,4.532
c-0.305,0.389-1.713,1.043-2.077,1.726c-1.059,1.98-2.334,5.489-2.82,6.128c-0.483,0.641-1.219,1.28-1.684,1.714
c-0.309,0.124-0.615,0.247-0.925,0.371c-1.334,0.138-1.952,1.852-2.127,2.211c-0.175,0.361-0.636,0.429-0.953,0.643
c-0.229,0.157-0.46,0.313-0.69,0.473l0.037-0.037c-0.467,0.204-0.933,0.407-1.396,0.61c-2.926,1.771-5.855,3.526-8.758,5.339
c-0.247,0.155-0.479,0.791-0.357,1.018c1.021,1.961,0.385,3.509-1.063,4.915c-0.123,0.119-0.213,0.493-0.17,0.522
c0.232,0.154,0.563,0.386,0.771,0.317c1.248-0.411,2.455-0.942,3.707-1.336c0.438-0.136,1.271-0.156,1.384,0.059
c0.238,0.443,0.256,1.12,0.105,1.627c-0.158,0.554-0.602,1.029-0.932,1.532c-1.158,1.769-4.16,5.739-4.384,6.045
c-1.657,2.276-3.263,4.593-4.93,6.862c-0.979,1.334-2.056,2.039-3.585,0.871c-1.105-0.846-2.156-1.764-3.232-2.646
c-0.074-0.618-0.15-1.234-0.227-1.854c0.433-2.355,0.555-4.704,1.671-6.996c1.567-3.218,2.521-6.736,3.706-10.138
c1.293-3.71,2.555-7.431,3.822-11.148c0.647-1.898,1.281-3.805,1.896-5.716c2.139-4.263,4.305-8.511,6.396-12.795
c1.101-2.251,2.067-4.566,3.096-6.854c0.173-0.05,0.242-0.163,0.214-0.34c1.886-3.648,3.927-7.229,5.575-10.98
c0.605-1.379,0.523-3.204,0.279-4.75c-0.115-0.732-1.321-1.327-2.088-1.917c-0.813-0.628-0.803-1.185-0.25-2.045
c1.121-1.756,0.955-2.839-0.25-4.288c-0.959-1.153-2.22-1.328-3.565-1.274c-1.696,0.065-3.308,0.044-5.027-0.444
c-1.414-0.402-3.419-1.047-4.685,0.812l-0.121,0.122c-0.48,0.856-8.014,13.938-8.428,14.612l-2.133,3.27
c-0.545,0.818,0.709,2.128,0.438,2.782c-0.271,0.655-0.932-0.318-1.967,0.718c-0.067,0.021-0.914,3.018-1.613,5.767
c-0.059,0.233,0.852,0.475,0.79,0.718c-0.052,0.198-1.073,1.048-1.125,1.252c-0.521,2.045-1.103,3.698-1.656,5.827
c-0.101,0.39,0.123,0.45,0.022,0.825c-0.096,0.37-0.516,0.083-0.608,0.434c-0.528,1.983-0.992,4.598-1.289,5.442
c-0.085,0.243,0.155,0.485,0.07,0.729c-0.118,0.336-0.56,0.673-0.677,1.011c-1.402,4.048-2.733,8.112-3.957,12.218
c-0.11,0.275-0.221,0.553-0.333,0.828c-0.991,1.329-1.982,2.658-2.974,3.987c-0.57,0.506-1.141,1.01-1.71,1.514
c0.002,0.111,0,0.221-0.009,0.323c0.009-0.104,0.011-0.212,0.009-0.323c-0.44,0.504-0.878,1.007-1.307,1.512
c-0.288,0.234-0.58,0.47-0.87,0.705c-0.198,0.049-0.319,0.174-0.359,0.376c-0.229,0.237-0.458,0.475-0.688,0.713
c-0.002-0.025,0.002-0.045-0.002-0.07c-0.678,0.681-1.356,1.36-2.036,2.04c0.162-0.006,0.316-0.019,0.465-0.039
c-0.148,0.021-0.303,0.033-0.465,0.039c-0.279,0.247-0.557,0.493-0.836,0.739c-0.34,0.355-0.68,0.711-1.019,1.065
c-0.182,0.067-1.073,0.914-1.463,1.176c-0.179,0.09-0.376,0.157-0.532,0.274c-4.497,3.394-8.99,6.791-13.483,10.19
c-0.357,0.118-0.35,0.146-1.069,0.358c-0.72,0.212-2.78-0.084-2.846-0.961s0.675-5.912,1.462-8.865
c1.587-5.951,3.681-11.646,6.487-17.107c1.087-2.117,2.153-5.02,3.092-6.438s2.828-3.942,3.501-5.293
c0.673-1.353,1.034-3.911,1.937-5.666c1.652-3.214,3.529-6.321,5.464-9.378c1.256-1.985,2.313-3.926,2.553-6.361
c0.159-1.638,0.838-3.28,1.216-3.838c0.379-0.559,1.33-1.375,1.516-1.738c1.229-2.406,2.369-4.859,3.538-7.296
c0,0,2.429-3.898,3.368-5.969C282.359,22.84,282.262,22.795,279.894,21.702 M273.744,85.318c-0.005,0.021-0.006,0.047-0.01,0.067
C273.738,85.365,273.739,85.34,273.744,85.318z M292.517,37.449l0.102,0.137l-0.098-0.12
C292.518,37.46,292.518,37.455,292.517,37.449L292.517,37.449z M353.304,47.614c-0.576,1.556-1.105,2.972-0.965,4.65
c0.063,0.769-0.195,1.583-0.4,2.351c-0.268,1.002-0.913,1.505-2.021,1.405c-2.918-0.266-4.938,1.323-6.765,3.323
c-0.399,0.438-0.866,0.913-1.399,1.112c-1.112,0.415-2.291,0.657-3.439,0.97c0.245-1.032,0.373-2.112,0.77-3.085
c0.563-1.385,1.153-2.812,2.024-4.008c3.261-4.478,6.64-8.868,10.001-13.268c1.484-1.943,1.229-0.029,1.932,0.139
c0.195,0.047,0.738-0.927,0.93-0.866c0.248,0.081,0.326,0.329,0.438,0.537c0.104,0.194,0.186,0.398,0.247,0.609
c0.146,0.499,0.187,1.03,0.16,1.547c-0.054,1.055-0.457,2.026-0.854,2.99C353.74,46.551,353.501,47.077,353.304,47.614z"/>
<path fill="#F50005" d="M427.128,79.598c0.922,0.304,3.033,0.856,4.563,1.238c1.898,0.477,3.566,1.271,4.912,2.783
c1.734,1.949,3.611,3.771,5.412,5.664c0.406,0.426,0.867,0.861,1.1,1.385c1.535,3.474,3.475,6.506,7.354,7.804
c0.814,0.271,1.48,1.01,2.188,1.563c0.531,0.42,0.979,0.962,1.549,1.328c2.367,1.532,4.811,2.952,7.137,4.547
c1.65,1.131,3.154,2.479,4.723,3.728c0.217,0.166,0.43,0.329,0.645,0.493c1.41,1.246,2.824,2.492,4.236,3.739
c8.373,8.356,16.436,17.076,26.834,23.081c0.811,0.499,1.625,0.998,2.436,1.498c0.563,0.336,1.119,0.671,1.678,1.007
c0.475,0.355,0.941,0.709,1.412,1.064c2.42,1.816,4.896,3.565,7.246,5.466c3.928,3.178,7.762,6.468,11.664,9.673
c1.17,0.961,12.336,8.489,13.58,9.354c0.119,0.084,3.432,0.984,0.82-1.229c-1.682-1.427-9.664-6.29-9.74-6.357
c-2.283-1.977-5.223-3.582-7.48-5.588c-3.016-2.678-5.982-5.407-8.965-8.124c-3.563-3.247-6.578-7.14-11.068-9.293
c-0.521-0.248-1.033-0.717-1.314-1.217c-2.119-3.8-5.539-6.404-8.662-9.227c-2.145-1.942-4.854-3.251-7.18-5.017
c-2.971-2.254-5.811-4.683-8.707-7.033c-0.262-0.273-0.523-0.548-0.787-0.821c-1.289-1.176-2.576-2.352-3.865-3.525
c-2.262-1.669-4.502-3.368-6.795-4.992c-0.979-0.693-2.088-1.207-3.104-1.855c-0.34-0.218-1.113-0.588-0.199-1.015
c1.467-0.688,0.572-1.084-0.102-1.599c-4.088-3.125-8.078-6.331-11.492-10.245c-1.275-1.462-3.232-2.327-4.867-3.479
c-0.566-0.399-1.182-0.776-1.633-1.286c-2.264-2.55-3.547-5.897-6.48-7.911c-0.295-0.204-0.459-0.673-0.566-1.053
c-0.098-0.338-0.027-0.722-0.033-1.085c0.361,0.035,0.85-0.068,1.066,0.127c1.063,0.935,2.023,1.978,3.07,2.927
c0.578,0.523,1.213,1.243,1.898,1.34c1.336,0.189,2.215,0.603,2.732,1.95c0.215,0.555,1.064,0.88,1.648,1.273
c1.672,1.127,3.4,2.171,5.014,3.375c0.908,0.679,1.592,1.577,2.9,0.763c0.254-0.158,0.986,0.088,1.256,0.376
c3.285,3.554,6.51,7.165,9.787,10.727c1.479,1.605,2.688,3.486,4.811,4.453c1.146,0.521,2.283,1.229,3.17,2.107
c1.572,1.558,3.043,3.24,4.391,5.001c1.537,2.013,3.416,3.404,5.883,3.992c0.652,0.478,1.309,0.955,1.963,1.434
c0.883,0.662,1.766,1.326,2.648,1.986c2.336,1.741,4.674,3.481,7.01,5.224c0.408,0.348,0.818,0.693,1.23,1.041
c0.229,0.189,0.455,0.381,0.684,0.571c0.377,0.299,0.756,0.598,1.133,0.896c0.197,0.121,0.395,0.241,0.592,0.361
c2.828,2.267,5.688,4.495,8.473,6.808c3.732,3.099,7.377,6.302,11.123,9.378c2.795,2.297,5.943,4.166,8.326,6.963
c0.318,0.373,0.787,0.775,1.236,0.846c0.738,0.111,1.785,0.26,2.225-0.139c0.744-0.675,0.053-1.419-0.553-2.023
c-1.061-1.07-2.383-2.037-3.02-3.332c-0.607-1.236-1.396-1.943-2.561-2.338c-4.768-1.62-8.152-5.135-11.701-8.429
c-3.027-2.811-6.057-5.621-9.084-8.433c-0.852-0.799-1.701-1.599-2.553-2.396c-0.195-0.19-0.391-0.382-0.584-0.572
c-0.469-0.471-0.938-0.943-1.404-1.416c-0.33-0.368-0.66-0.737-0.988-1.105c-1.189-1.068-2.305-2.236-3.582-3.18
c-1.939-1.427-4.104-2.56-5.969-4.068c-1.85-1.498-3.752-3.097-5.078-5.028c-1.607-2.347-3.229-4.34-6.15-4.939
c-0.563-0.115-1.037-0.607-1.568-0.896c-2.816-1.535-4.684-4.102-6.754-6.402c-2.012-2.236-3.727-4.74-5.57-7.126
c-0.23-0.226-0.459-0.452-0.689-0.678c-1.014-1.357-1.877-2.872-3.08-4.037c-1.652-1.602-3.559-2.94-5.361-4.386
c-1.646-1.319-1.666-2.015,0.143-3.162c1.01-0.643,2.246-0.922,3.26-1.562c6.248-3.945,12.254-8.188,16.563-14.375
c1.295-2.121,2.832-4.135,3.832-6.386c1.834-4.118,2.086-8.453,1.734-12.994c-0.354-4.561-2-8.308-4.865-11.686
c-0.025-0.2-1.504-1.646-1.656-1.81c-0.572-0.574-1.893-1.697-5.594-4.527c-3.699-2.831-8.951-5.635-13.561-6.237
c-4.609-0.604-10.969,0.334-13.742,0.586c-0.465,0.042-1.053,0.292-1.324,0.644c-1.289,1.677-3.244,1.942-5.049,2.541
c-1.504-0.033-3.01-0.134-4.512-0.084c-1.568,0.054-3.135,0.251-4.701,0.387c-0.564,0.034-2.045,0.224-2.22,0.283
c-0.721,0.119-3.286,0.729-3.751,0.884c-2.755,1.254-10.558,4.191-12.173,4.827c-1.614,0.637-2.293,0.625-4.519,1.097
c-0.95,0.203-2.051,0.905-3.039,1.511l-0.323,0.241c-1.073,0.548-2.146,1.097-3.222,1.645c-0.582,0.352-1.164,0.702-1.746,1.054
c-1.03,0.446-2.061,0.894-3.092,1.341c-0.381,0.158-1.25,0.326-1.789,0.648c-0.541,0.324-1.961,1.688-2.127,2.399
c-0.166,0.712-0.271,1.199-0.406,1.8c-0.139,0.479-0.278,0.959-0.42,1.438c0,0-0.1,0.23-0.101,0.232
c-0.321,0.749-1.474,1.079-2.146,1.364c-0.924,0.393-2.104,0.727-2.896,1.359c-0.729,0.582-0.862,1.52-1.192,2.34
c-0.254,0.622-0.188,1.597,0.09,2.2c0.269,0.588,1.424,1.675,2.047,1.77c0.713,0.108,1.793,0.181,2.137,0.324
s1.385,1.291,1.32,1.771s0.313,1.714,1.291,2.056c0.701,0.115,1.404,0.23,2.105,0.348c0.709,0.03,1.418,0.06,2.129,0.09
c0.168,0.191,0.336,0.382,0.506,0.573c0.305,0.932,0.803,1.577,1.924,1.295c0.818,0.002,2.359,0.329,3.986-0.01
s2.428-0.896,3.563-1.494c1.217-0.643,2.338-1.465,3.5-2.209c0.674-0.539,1.447-0.772,1.386,0.416
c-0.128,2.424-0.728,4.759-2.073,6.839c-0.091,0.219-0.182,0.438-0.271,0.657c-0.623,3.262-7.894,21.354-8.864,24.997
c-0.972,3.645-1.915,7.414-2.191,8.063c-0.062,0.265-0.119,0.528-0.183,0.792c-0.394,1.248-0.87,2.478-1.146,3.748
c-0.18,0.833-0.65,2.851-0.018,2.552c1.991-0.933,0.706,1.212-1.08,2.424c-1.072,0.07-3.996,6.642-4.353,10.054
c-0.22,2.1-1.627,5.171-1.091,6.025c0.109,0.174,0.49,0.54,0.275,0.629c-1.451,0.587-2.486,6.556-2.486,6.556
s0.479,0.261,0.24,0.502c-0.24,0.241-0.27,0.302-0.436,0.448c-0.291,0.289-1.914,3.652-2.217,4.428
c-0.127,0.224-1.643,3.304-1.832,3.668c-1.059,1.492-1.416,5.319-1.02,7.199c0.264,1.242,0.524-0.236,0.549,1.041
c0.006,0.303-0.072,0.481-0.07,0.77c0.002,0.604,0.367,4.104,0.879,4.339c0.955,0.438,1.023-0.592,1.334-1.164
c0.094-0.172,0.248-0.308,0.375-0.461c-0.057-0.219,0.867-1.201,1.064-1.307c0.201,0.065-0.892,3.101-0.138,2.895
c0.754-0.203,2.979-7.675,3.231-8.225c0.437-0.832,0.871-1.662,1.308-2.493c0.375-0.112,0.75-0.226,1.123-0.34
c0.386,0.115,0.771,0.23,1.151,0.344c0.132,0.203,0.263,0.407,0.396,0.61c0.009,0.592-0.058,1.197,0.056,1.768
c0.057,0.294,0.426,0.527,0.651,0.788c0.238-0.265,0.478-0.526,0.716-0.793c0.188-0.453,0.364-0.907,0.557-1.358
c2.021-4.781,4.047-9.562,6.064-14.341c0.439-1.046,0.7-2.159,1.162-3.197c0.075-0.171,1.655-2.683,1.93-2.256
c0.209,0.323,0.563,0.632,0.596,0.972c0.055,0.586-0.19,1.205-0.115,1.784c0.054,0.419,0.377,1.07,0.666,1.122
c0.359,0.063,0.927-0.293,1.195-0.635c0.43-0.544,0.822-1.188,1-1.853c0.4-1.521,2.975-14.915,6.014-27.988
c2.979-12.819,7.061-26.537,7.477-26.538c0.937-0.001,1.377-0.448,1.551-1.291c0.414-1.834,0.83-3.669,1.246-5.503
c0.217-0.745,0.433-1.49,0.646-2.235c0.213-0.477,0.425-0.953,0.637-1.431c0.623-1.152,1.203-2.333,1.883-3.45
c0.543-0.893,1.174-1.222,1.584,0.13c0.305,1.01,0.98,1.184,1.438,0.307c1.012-1.944,2.131-3.928,2.6-6.03
c0.346-1.543,1.068-2.295,2.299-2.872c7.314-3.424,14.484-3.114,21.494,0.874c2.896,1.649,4.137,3.949,3.441,6.716
c-0.639,2.546-1.586,4.967-3.24,7.105c-2.285,2.959-4.445,6.021-6.586,9.089c-1.77,2.534-6.137,2.955-8.385,0.77
c-1.088-1.058-2.201-2.103-3.402-3.021c-1.035-0.793-2.479-0.49-2.818,0.582c-0.326,1.027-0.635,2.175,0.463,3.068
c1.105,0.896,2.293,1.727,3.207,2.791c0.518,0.601,0.854,1.671,0.705,2.418c-0.104,0.522-1.137,1.16-1.797,1.214
c-1.287,0.104-2.605-0.224-3.912-0.252c-0.662-0.016-1.643,0.009-1.936,0.41c-0.65,0.894-1.664,2.089-1.719,3.24
C422.697,76.151,426.324,79.332,427.128,79.598z"/>
<path fill="#F50005" d="M527.169,165.854c-3.201-1.912-6.449-3.746-9.654-5.651c-2.051-1.22-4.324-2.228-6.029-3.828
c-7.809-7.329-15.4-14.89-23.182-22.247c-2.99-2.826-6.084-5.573-10.191-6.855c-1.813-0.567-3.535-1.507-5.188-2.472
c-1.002-0.584-2.055-1.383-2.621-2.354c-2.195-3.775-5.789-6.043-9.004-8.729c-3.787-2.879-6.08-7.379-10.451-9.634
c-0.346-0.179-0.65-0.496-0.893-0.812c-2.879-3.755-5.967-7.303-9.523-10.456c-3.664-3.249-6.721-7.165-10.977-9.771
c-1.004-0.613-1.779-1.622-2.59-2.515c-0.09-0.099-1.865-1.804-2.998-2.443c-1.135-0.641-3.775-1.311-5.687-1.896
c-2.364-0.727-3.345-0.045-3.709,2.479c-0.132,0.898-0.199,1.815-0.196,2.725c0.008,1.884,0.319,2.172,2.284,2.44
c0.791,0.108,1.821,0.025,2.31,0.487c1.217,1.157,2.572,1.113,3.973,0.887c1.402-0.226,2.193,0.338,3.041,1.425
c1.605,2.052,3.203,4.239,5.248,5.779c2.621,1.974,4.68,4.425,6.959,6.692c2.641,2.626,4.855,5.662,8.375,7.386
c1.314,0.646,2.137,2.301,3.182,3.499c1.053,1.207,1.932,2.646,3.186,3.573c2.02,1.495,4.285,2.653,6.447,3.955
c0.781,0.624,1.58,1.227,2.34,1.877c1.602,1.378,3.414,2.596,4.697,4.227c1.115,1.414,2.191,2.361,3.961,2.914
c1.789,0.561,3.559,1.561,5.002,2.767c4.506,3.762,8.869,7.692,13.258,11.596c3.016,2.684,5.83,5.61,9.975,6.648
c0.9,0.226,1.674,1.06,2.445,1.685c1.709,1.389,3.381,2.82,5.066,4.233c0.482,0.368,0.965,0.737,1.445,1.106
c0.131,0.152,0.242,0.332,0.396,0.457c4.84,3.971,10.4,6.969,15.002,11.283c0.875,0.819,2.691,0.451,3.641,1.338
c14.717,13.771,15.029,10.623,15.537,10.388C541.769,177.65,527.546,166.078,527.169,165.854z"/>
<path fill="#F50005" d="M504.121,163.154c-0.482-1.454-1.492-2.103-2.502-2.813c-1.309-0.921-2.789-1.593-4.176-2.405
c-1.982-1.166-4.086-2.16-4.926-4.627c-0.227-0.662-1.043-1.468-1.693-1.578c-2.783-0.479-4.273-3.453-7.207-3.597
c-0.363-0.017-0.686-0.687-1.041-1.036c-0.717-0.707-1.502-1.353-2.154-2.113c-1.463-1.713-3.967-2.395-4.727-4.844
c-0.107-0.348-0.967-0.535-1.51-0.655c-2.91-0.646-5.271-2.071-6.361-4.939c-0.787-2.068-2.301-3.474-3.711-5.041
c-1.195-1.327-2.52-1.927-4.268-1.702c-1.441,0.186-2.535-0.243-3.223-1.661c-0.293-0.604-0.934-1.039-1.416-1.552
c-0.662-0.759-1.324-1.517-1.986-2.274c-0.168-0.229-0.334-0.46-0.502-0.689c-0.012-0.198-0.09-0.365-0.232-0.503
c-0.281-1.754-1.121-3.128-2.705-3.999c-2.482-2.06-5.105-3.972-7.41-6.215c-3.111-3.028-6.107-6.168-7.135-10.703
c-0.309-1.353-1.404-2.72-2.498-3.655c-1.83-1.562-3.854-2.958-5.969-4.104c-3.174-1.72-6.252-3.73-9.919-4.359
c-1.157-0.197-2.339-0.659-3.144,0.597c-0.519,0.81,0.125,1.369,0.801,1.855c0.402,0.288,0.893,0.632,1.346,0.637
c2.129,0.024,3.036,1.466,3.584,3.141c0.749,2.295,2.189,3.35,4.596,3.678c1.967,0.271,4.076,0.985,4.773,3.184
c1.221,3.844,3.84,6.563,6.883,8.912c2.814,2.176,5.27,4.65,7.359,7.513c0.41,0.562,0.799,1.176,1.328,1.604
c2.096,1.702,4.244,3.341,6.373,5.002c0.215,0.199,0.428,0.398,0.643,0.598c0.613,0.612,1.229,1.227,1.842,1.84
c1.609,2.942,4.078,4.729,7.344,5.44c0.422,0.165,0.848,0.33,1.27,0.494c0.73,0.627,1.533,1.188,2.178,1.895
c1.137,1.244,2.105,2.642,3.271,3.853c0.83,0.865,1.859,1.539,2.814,2.284c3.268,2.559,6.479,5.198,9.828,7.645
c3.41,2.492,6.984,4.765,10.443,7.192c1.564,1.099,3.104,2.261,4.512,3.546c2.387,2.176,4.725,4.364,7.654,5.84
c1.193,0.603,2.199,1.577,3.289,2.384c0.188,0.023,14.174,9.471,15.508,10.612c0.781,0.669,6.459,4.301,11.627,8.291
c3.664,2.83,6.801,6.075,8.959,7.528c9.77,6.576,6.076,1.771,6.387,1.812c-0.279-0.428-36.223-26.545-36.5-26.971
C510.83,167.488,504.517,164.35,504.121,163.154z"/>
<path fill="#F50005" d="M397.458,121.354c-0.766,0-1.568,0.555-2.271,1.015c-0.279,0.182-0.389,0.7-0.475,1.087
c-0.258,1.174-0.453,2.361-0.697,3.538c-0.338,1.623-0.102,3.429-1.791,4.587c-0.762,0.523-0.309,1.277,0.201,1.824
c0.638,0.68,1.392,0.52,1.802-0.137c0.794-1.271,1.511-2.613,2.088-3.997c0.802-1.921,1.899-4.889,2.233-6.091
C398.884,121.977,397.822,121.354,397.458,121.354z"/>
<path fill="#F50005" d="M193.976,117.267c4.333,1.801,9.23,2.336,14.063,1.338c1.99-0.41,2.448-0.547,5.679-2.446
c3.231-1.9,5.438-6.474,6.098-6.712c0.66-0.239,2.726-0.354,3.36,0.181c0.374,0.313,1.368,1.608,2.617,2.577
c1.25,0.97,0.011,0.878,0.957,2.193c0.945,1.315,2.296-0.126,2.32,0.531c0.024,0.655,0.514,1.183,1.587,1.179
c1.074-0.003,0.849-4.18,0.624-6.594c-0.221-1.393-0.715-6.804-0.614-7.986c0.101-1.182,0.432-3.207,0.648-4.813
c-0.079-2.068,1.738-8.891,2.031-10.365c-0.133-0.204,1.29-4.121,2.119-7.931c0.829-3.808,1.452-8.333,1.497-9.744
c0.082-2.203,0.496-5.912,0.248-6.611c-0.248-0.699-1.606-0.412-2.119-0.127c-0.512,0.286-0.265,0.473-0.397,0.71l-0.024,0.103
c-0.099-0.016-0.187,0.01-0.254,0.105c-1.895,0.333-2.878-1.562-3.627-1.842c-0.749-0.28-1.287-0.343-2.198-0.199
c-0.911,0.143-4.288,3.513-5.906,4.271s-7.065,3.191-8.946,2.912c-0.158,0.156-0.346,0.21-0.563,0.162
c-0.727,0.752-1.394,2.076-2.192,2.16c-3.916,0.415-6.156,3.323-8.898,5.497c-0.48,0.623-1.158,1.178-1.405,1.884
c-0.735,2.108-1.532,3.464-3.658,4.584c-0.115,0.062-0.219,0.386-0.159,0.479c0.089,0.138,0.326,0.244,0.504,0.251
c1.345,0.044,2.939-1.104,2.939-1.104s6.611-2.839,9.902-4.291c1.423-0.628,2.763-0.989,4.319-0.237
c0.594,0.285,1.508-0.091,2.275-0.166c0.301-0.174,0.602-0.348,0.903-0.522c0.309-0.081,0.617-0.161,0.926-0.242l0.573-0.058
c0.419,0.067,0.839,0.138,1.259,0.205c-0.761,2.282-1.116,6.314-1.227,7.04c-0.11,0.725-0.378,1.129-0.541,1.709
c-0.241,0.859-0.51,1.722-0.642,2.603c-0.425,2.854-0.992,5.71-1.108,8.581c-0.072,1.776,0.987,4.513,1.542,5.164
c0.556,0.652,1.174,1.561,0.212,2.361c-0.962,0.801-1.711,1.541-2.566,2.313c-1.069,0.397-3.175,2.025-6.272,2.505
c-3.098,0.479-5.773,0.357-10.154-1.599c-4.381-1.955-7.941-5.512-10.359-7.7c-2.418-2.189-5.952-10.584-6.201-14.385
c-0.25-3.801,0.111-7.657,0.228-9.199c0.117-1.543,0.978-6.734,2.366-10.32c1.388-3.585,5.417-8.558,5.978-9.188
c2.09-2.021,4.179-4.041,6.27-6.062c2.375-1.806,6.13-5.06,11.488-8.034c1.215-0.594,7.93-4.43,13.025-4.832
c1.484-0.117,2.933-0.705,4.352-1.207c1.289-0.457,2.03-1.367,1.422-2.817c-0.418-1-0.407-1.97,0.715-2.248
c1.412-0.351,0.14-2.527-0.529-2.372c-0.721,0.168-1.438,0.479-2.467-0.188c-1.122-0.73-2.065-2.181-2.442-4.045
c-0.155-0.771,1.051-0.73,0.29-1.756c-0.761-1.024-2.241-0.389-2.875-0.907c-0.211-0.075-0.421-0.149-0.631-0.225
c-0.788-0.099-1.575-0.198-2.363-0.297c-0.123-0.109-0.247-0.218-0.369-0.327c-0.791-0.935-1.707-1.046-2.951-0.942
c-3.673,0.302-7.043,1.71-10.564,2.549c-1.258,0.441-2.517,0.883-3.775,1.325c-0.548,0.43-1.077,0.885-1.646,1.283
c-1.478,1.036-2.974,2.047-4.463,3.069c-0.182,0.191-0.365,0.382-0.547,0.574l-0.057,0.072c-0.47,0.602-0.94,1.203-1.411,1.805
c-0.142,0.187-0.282,0.373-0.423,0.559c-0.407,0.397-0.814,0.795-1.221,1.193c-0.217,0.195-0.434,0.39-0.65,0.585
c-0.368,0.233-0.736,0.465-1.105,0.698l-0.035,0.039c-0.233,0.394-0.466,0.787-0.699,1.182l-0.039,0.238
c-0.32,0.331-0.64,0.662-0.96,0.993c-0.28,0.326-0.559,0.653-0.839,0.979c-0.21,0.258-0.42,0.516-0.629,0.774
c-0.194,0.171-0.388,0.342-0.582,0.513c-0.351,0.459-0.702,0.919-1.053,1.379l-0.071,0.079c-0.458,0.553-0.914,1.104-1.372,1.658
c-0.156,0.255-0.312,0.51-0.468,0.765c-0.723,1.203-1.446,2.406-2.169,3.609c-0.202,0.085-0.313,0.236-0.331,0.457
c-0.195,0.459-0.389,0.918-0.583,1.377c-0.207,0.363-0.413,0.729-0.62,1.093v0.001c-2.059,1.592-3.163,3.774-3.835,6.221
c-0.141,0.175-0.282,0.351-0.422,0.525c-0.242,0.638-0.484,1.277-0.726,1.916c-0.37,0.989-0.74,1.978-1.109,2.966
c-2.243,4.051-2.813,8.558-3.11,13.024c-0.387,5.845-0.312,11.725,1.094,17.482c0.466,1.909,3.739,9.271,5.361,11.726
c1.622,2.451,5.974,7.289,8.748,9.188C187.12,114.02,189.643,115.467,193.976,117.267z"/>
<path fill="#F50005" d="M541.029,154.924c-2.76-2.041-5.557-4.031-8.354-6.021c-0.576-0.409-0.982-1.629-1.836-0.838
c-0.295,0.272,0.105,1.484,0.416,2.168c0.234,0.516,0.783,0.93,1.271,1.283c2.947,2.14,5.889,4.297,8.904,6.336
c0.803,0.537,1.859,0.703,2.818,0.975c0.164,0.046,0.422-0.238,0.703-0.411c-0.285-0.333-0.449-0.584-0.67-0.771
C543.21,156.725,542.164,155.764,541.029,154.924z"/>
<path fill="#F50005" d="M560.708,167.271c-0.16-0.192-4.123-2.332-4.307-2.461c-0.832-0.588-1.346-0.361-2.176-0.957
c-1.586-1.142-3.092-2.387-4.627-3.59c-0.805-0.634-2.027-1.109-2.162,0.146c-0.086,0.808,0.111,1.793,0.867,2.225
c0.271,0.155,0.541,0.313,0.814,0.467c1.553,0.803,3.1,1.613,4.652,2.412c0.684,0.351,10.729,7.396,12.367,7.09
c1.645-0.309,0.205-2.153,0.205-2.153S560.974,167.596,560.708,167.271z"/>
</g>
<path fill="#F50005" d="M540.507,167.99c0,0,7.076,4.818,9.74,6.05c2.666,1.229,4.205,2.255,3.281,0.819
c-0.922-1.437,0-1.129-2.977-2.871c-2.973-1.742-4.609-2.357-5.943-3.691c-1.334-1.333-4-2.46-4.105-1.538
C540.404,167.682,540.507,167.99,540.507,167.99z"/>
<path fill="#F50005" d="M546.455,183.68c2.973,1.741,4.41,3.074,3.385,0.408c-1.023-2.666-2.666-2.152-4.922-3.279
c-2.256-1.129-2.344-0.019-1.832,0.599L546.455,183.68z"/>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -0,0 +1,9 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>Atari Jaguar</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,34 @@
<theme>
<formatVersion>5</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system, basic, detailed, video">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
<view name="basic, detailed, grid, video">
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
</view>
<view name="basic, detailed">
<image name="console" extra="true">
<path>./images/console.svg</path>
</image>
</view>
<view name="grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
</view>
</theme>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>5</formatVersion>
<view name="system, basic, detailed, video, grid">
<image name="band1" extra="true">
<color>FD6420</color>
</image>
<image name="band2" extra="true">
<color>404040</color>
</image>
<image name="band3" extra="true">
<color>F38900</color>
</image>
<image name="band4" extra="true">
<color>262626</color>
</image>
</view>
</theme>

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