Compare commits

...

30 Commits
v7.7 ... main

Author SHA1 Message Date
Anthony Wang 76e6d16724
Fix remote desktop wiki page link 2024-03-26 21:15:06 +00:00
Anthony Wang cdc7d4ca18
Fix Matrix link text 2024-03-03 21:55:45 +00:00
Anthony Wang 09aa240bb9
Capitalize Hex Color Clock and Dumb Physics Engine 2024-03-01 05:08:35 +00:00
Anthony Wang 1f4e000a9b
Add Hex Color Clock to Explore page
I know it's barely any code and useless, but the code is definitely nice
2024-03-01 05:05:54 +00:00
Anthony Wang 62d027d7fd
Improve wording, fix typos 2024-02-16 04:47:05 +00:00
Anthony Wang e703f96d1b
Improve wording in the join guide 2024-02-16 03:55:45 +00:00
Anthony Wang b31b120380
Force table width to be 100% to fit width of body 2024-02-14 19:46:07 +00:00
Anthony Wang a4538f3536
Use border-spacing instead of padding 2024-02-14 19:39:23 +00:00
Anthony Wang 4b050708c3
Reformat style.css 2024-02-14 16:39:03 +00:00
iacore c401e49f40
fix table padding 2024-02-14 16:23:25 +00:00
iacore 8549873ab7
fix typo 2024-02-14 16:17:05 +00:00
Anthony Wang d5b62af506
Add more personal websites (don't have to be hosted on exozyme) from exoring, exofeeds, and requests, sort by user uid
This roughly corresponds to sorting by join date, but there are some exceptions since a few users have been deleted and their uids have been claimed by others
2024-02-14 15:48:10 +00:00
Anthony Wang 3c0fab54e8
Suggest in the join guide that new members introduce themselves on Matrix 2024-02-11 18:45:28 +00:00
Anthony Wang 0adfff681f
Add physics.exozy.me to explore page 2024-01-30 00:40:46 +00:00
Anthony Wang 2f7e3c6b4b
Make email address in join page a bit easier to decode 2024-01-26 16:28:25 +00:00
Anthony Wang fa4333a438
More cleanup, explain referral process, use SSH instead of RDP in join guide 2024-01-26 07:02:05 +00:00
Anthony Wang a7a288d9b2
Minor cleanup 2024-01-26 04:01:29 +00:00
Anthony Wang b4fa6d4d2e
Split explore page into personal websites, projects, and services (Thanks @nvpie) 2024-01-23 19:13:51 +00:00
Anthony Wang a630bb82de
Add yt-local to explore page 2024-01-23 18:17:56 +00:00
Anthony Wang 10436f21d3
Small CSS tweaks 2024-01-20 17:51:50 +00:00
Anthony Wang 4eec331aa0
Merge exo* services list with community websites list, use HTML table so it looks way nicer 2024-01-20 17:00:59 +00:00
Anthony Wang 2af14b3937
New SVG logo! 2024-01-19 20:30:54 -05:00
Anthony Wang 54e6c88a65
Add services hosted by @x and sites from status page to community websites list 2024-01-18 00:05:55 +00:00
Anthony Wang 14122d5d9b
Fix link to community websites list 2024-01-14 18:11:22 +00:00
Anthony Wang 02ccf9c794
Change "Community-made websites" to "Community websites"
Feel free to suggest a better name for that!
2024-01-14 18:10:17 +00:00
Anthony Wang 23a0fd0c81
Add Navidrome to the community websites list 2024-01-14 16:37:54 +00:00
Anthony Wang a6380c22f0
Add LiteXiv to community-made websites 2024-01-13 22:39:17 +00:00
Anthony Wang 531959c0a1
Clean up about and explore pages 2024-01-12 20:04:11 +00:00
Anthony Wang 1c77dbeef5
Revert "Use max-width instead of width and min()"
This reverts commit 997820db57.

Using max-width makes the site look terrible on mobile since the text fills the entire screen instead of only 90%
2024-01-11 02:40:14 +00:00
Anthony Wang ebda9b5248
Add note to quickstart guide about running CPU-intensive programs, no torrenting allowed, exozyme is currently invite-only 2024-01-10 21:54:44 +00:00
44 changed files with 335 additions and 2960 deletions

View File

@ -3,30 +3,27 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<title>about</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>About</h1>
<h1>about</h1>
<p>
Hi! Welcome to our computing community's cozy corner of the internet!
</p>
<h2 id="stuff">Stuff we do</h2>
<h3>Build a better world</h3>
<p>
The web sucks. We'd like it to suck less. To end GitHub's code-hosting monopoly, we're a major contributor to <a href="https://nlnet.nl/project/Gitea/">forge federation development</a>. We also offer many decentralized, encrypted, and privacy-respecting <a href="explore">alternatives to popular services</a>.
We've contributed to dozens of free and open-source projects, including Arch Linux, KDE Frameworks, Nextcloud, Gitea, Forgejo, ForgeFed, Mastodon, PeerTube, Woodpecker, Toolbox, OpenRGB, Zenpower3, and more. We also maintain many <a href="https://git.exozy.me/exozyme/packages">AUR packages</a>.
</p>
<h3>Code cool software</h3>
<p>
We live and breath code. We've contributed to dozens of projects, including <a href="https://git.exozy.me/exozyme/status">our status page</a>, Arch Linux, KDE Frameworks, Nextcloud, Gitea, Forgejo, ForgeFed, Mastodon, PeerTube, Woodpecker, Toolbox, OpenRGB, Zenpower3, and more. We also maintain over 10 <a href="https://git.exozy.me/exozyme/packages">AUR packages</a>.
Check out our <a href="explore">community websites</a> for interesting projects that our members have been up to. We also wrote our own <a href="https://git.exozy.me/exozyme/status">status page</a> and <a href="https://git.exozy.me/exozyme/porkbun-dynamic-dns-python">dynamic DNS client</a>.
</p>
<h3>Hack everything</h3>
<p>
@ -34,15 +31,15 @@
</p>
<h3>Learn new things</h3>
<p>
You'll learn some insanely cool stuff from our community. How to make a cursed peer-to-peer network... how to incorrectly encrypt your disk so you can never unlock it...
Have you ever wondered about how to intentionally make Python segfault? We enjoy learning new things, whether it's computer science, programming, math, or even just frivolous fun facts.
</p>
<h3>Discuss with the community</h3>
<p>
Our community mostly hangs out on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>. We're 100% community built and maintained, so everyone has a voice in our project decisions.
Our community mostly hangs out on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>. Feel free to stop by and say hi!
</p>
<h2 id="server">Our server</h2>
<p>
We have a server located in St. Louis in the United States. It's pretty nice: a 24-thread AMD Ryzen 9 5900X proccessor, an AMD Radeon RX 6600 XT graphics card, 32 GB of RAM, and gigabit internet.
We have a server located in St. Louis in the United States that hosts a lot of our projects. It's pretty nice: a 24-thread AMD Ryzen 9 5900X proccessor, an AMD Radeon RX 6600 XT graphics card, 32 GB of RAM, and gigabit internet. Arch Linux is a terrible operating system for servers, but we use it anyways and update monthly.
</p>
<a href="img/server.jpg">
<picture>
@ -52,24 +49,10 @@
</picture>
</a>
<p>
Arch Linux is a terrible operating system for servers, but we use it anyways and update monthly. We provide SSH and remote desktop access, code hosting, cloud storage, website hosting, containers, and basically <a href="explore">anything else you can think of</a>.
</p>
<a href="img/montage.png">
<picture>
<source srcset="img/montage.avif" type="image/avif">
<source srcset="img/montage.png" type="image/png">
<img src="img/montage.png" alt="A montage of things to explore">
</picture>
</a>
<h2 id="join">Join us!</h2>
<p>
If you would like to join exozyme, read the <a href="quickstart">quickstart guide</a>.
If you've wondering about the origin of the name exozyme, it's just an invented word that sounds cool and contains everyone's favorite math variables x, y, and z! Note that it's "exozyme", not "exozy". Pronouce it however you like.
</p>
<p>
Also, if you've wondering about the origin of the name exozyme, it's just an invented word that sounds cool and contains everyone's favorite math variables x, y, and z. Note that it's "exozyme", not "exozy". Pronouce it however you like.
</p>
<p>
You can find this website's code (CC BY-SA 4.0 license) <a href="https://git.exozy.me/exozyme/exozyme">here</a>. All the HTML and CSS was hand-written by exozyme community members.
You can find this website's source code (CC BY-SA 4.0 license) <a href="https://git.exozy.me/exozyme/exozyme">here</a>.
</p>
</body>
</html>

View File

@ -3,165 +3,248 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Explore</title>
<title>explore</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>Explore</h1>
<p>
<img src="img/icons/guacamole.svg" alt="exodesk" class="icon">
<a href="https://desk.exozy.me">exodesk</a>: Access your exozyme desktop from anywhere, powered by <a href="https://www.xrdp.org/">xrdp</a> and <a href="https://guacamole.apache.org/">Apache Guacamole</a>, or use any <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>
</p>
<p>
<img src="img/icons/nextcloud.svg" alt="exocloud" class="icon">
<a href="https://cloud.exozy.me">exocloud</a>: Powerful collaboration and productivity suite, powered by <a href="https://nextcloud.com/">Nextcloud</a>
</p>
<p>
<img src="img/icons/matrix.svg" alt="exochat" class="icon">
<a href="https://chat.exozy.me">exochat</a>: Chat with your friends on <a href="https://matrix.org">Matrix</a> and other networks, powered by <a href="https://matrix-org.github.io/synapse/latest/">Synapse</a>
</p>
<p>
<img src="img/icons/forgejo.svg" alt="exogit" class="icon">
<a href="https://git.exozy.me">exogit</a>: Host your programming projects and collaborate with others on our <a href="https://forgejo.org">Forgejo</a>
</p>
<p>
<img src="img/icons/mastodon.svg" alt="exocial" class="icon">
<a href="https://social.exozy.me">exocial</a>: Join <a href="https://joinmastodon.org/">Mastodon</a> and explore the best community-owned social media network
</p>
<p>
<img src="img/icons/peertube.svg" alt="exotube" class="icon">
<a href="https://tube.exozy.me">exotube</a>: Upload, stream, and watch great videos on our <a href="https://joinpeertube.org/">PeerTube</a>, a community-owned video platform
</p>
<p>
<img src="img/icons/jupyter.svg" alt="exohub" class="icon">
<a href="https://hub.exozy.me">exohub</a>: Harness our computational power from your browser with <a href="https://jupyter.org/hub">JupyterHub</a> and its integrated <a href="https://github.com/cdr/code-server">code-server</a> editor
</p>
<p>
<img src="img/icons/cockpit.svg" alt="exoportal" class="icon">
<a href="https://portal.exozy.me">exoportal</a>: Manage <a href="https://git.exozy.me/exozyme/exozyme/wiki/Containers">containers</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki/Virtual-machines">virtual machines</a> with the <a href="https://cockpit-project.org/">Cockpit</a> web interface
</p>
<p>
<img src="img/icons/woodpecker.svg" alt="exoci" class="icon">
<a href="https://ci.exozy.me">exoci</a>: Unlimited <a href="https://woodpecker-ci.org">Woodpecker</a> continuous integration builds for all your exogit projects
</p>
<p>
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exopages" class="icon">
</picture>
<a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">exopages</a>: Easily host websites, with unlimited subdomains and custom domains, powered by <a href="https://nginx.org">nginx</a>
</p>
<p>
If you would like to use OpenLDAP, PostgreSQL, Redis, PHP-FPM, or Tomcat, just ask on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>.
</p>
<h2 id="community-made-websites">Community-made websites</h2>
<p>
<a href="https://feeds.exozy.me">exofeeds</a>: A collection of exozy.me members' blogs and their RSS feeds in one place
</p>
<p>
<a href="https://ring.exozy.me">exoring</a>: This is a web ring
</p>
<p>
<a href="https://zine.exozy.me">exozine</a>: A monthly magazine about all the cool stuff that our exozyme community has been doing
</p>
<p>
<a href="https://fortune.exozy.me">Fortune of the Day</a>: A new funny quote every day!
</p>
<p>
<a href="https://bin.exozy.me">exobin</a>: The super secret exozyme pastebin
</p>
<p>
<a href="https://killedby.exozy.me">Killed by exozyme</a>: A parody of Killed by Google
</p>
<p>
<a href="https://linux.exozy.me">exolinux</a>: A complicated, bloated Linux distribution
</p>
<p>
<a href="https://recursion.exozy.me">Recursion</a>: Recursion
</p>
<p>
<a href="https://karawale.in">karawale.in</a>: Pranav Karawale's personal website
</p>
<p>
<a href="https://unicode.exozy.me">Unicode Visualizer</a>: Almost all of Unicode on one page (may crash your browser)
</p>
<p>
<a href="https://nvpie.exozy.me">nvpie.exozy.me</a>: NeoVoid's site
</p>
<p>
<a href="https://cinny.exozy.me">Cinny</a>: Yet another Matrix client
</p>
<p>
<a href="https://a.exozy.me">Some Random Website</a>: (+ (This subdomain) (Ordinal n) (! off) (Element 39) (Wide area network) (Prefix for billion))
</p>
<p>
<a href="https://cursed.exozy.me">69!=</a>: Cursed self-modifying JavaScript
</p>
<p>
<a href="https://library.exozy.me">exozyme library</a>: Web app for browsing, reading and downloading eBooks stored in a Calibre database
</p>
<p>
<a href="https://socialism.exozy.me">exocialism</a>: Not to be confused with exocial
</p>
<p>
<a href="https://www.exozy.me">www</a>: WONTFIX
</p>
<p>
<a href="https://april-gools.exozy.me">April Gools</a>: 2023 exozyme April Fools' Day joke
</p>
<p>
<a href="https://vnpower.exozy.me">vnpower.exozy.me</a>: VnPower's personal website
</p>
<p>
<a href="https://2kwatts.exozy.me">2kwatts.exozy.me</a>: 2kwatts's personal website
</p>
<p>
<a href="https://codedotjs.exozy.me">codedotjs.exozy.me</a>: codedotjs's personal website
</p>
<p>
<a href="https://safetwitch.exozy.me">SafeTwitch</a>: A privacy respecting frontend for twitch.tv
</p>
<p>
<a href="https://weblate.exozy.me">Weblate</a>: Web-based continuous localization
</p>
<p>
<a href="https://pixivfe.exozy.me">PixivFE</a>: A privacy respecting frontend for Pixiv
</p>
<p>
<a href="https://diagonal-scroll.exozy.me">Diagonal Scroll</a>: CSS abuse
</p>
<p>
<a href="https://fl.exozy.me">flexozyme</a>: CSS abuse part 2
</p>
<p>
<a href="https://reposearch.exozy.me">reposearch</a>: Search git repos across multiple sites
</p>
<p>
<a href="https://status.exozy.me">exozyme status</a>: A status page in Go
</p>
<p>
<a href="https://cyberchef.exozy.me">CyberChef</a>: The Cyber Swiss Army Knife
</p>
<p>
<a href="https://cloudyy.exozy.me">cloudyy.exozy.me</a>: Cloudyy's personal website
</p>
<p>
<a href="https://twineo.exozy.me">Twineo</a>: Alternative front-end to Twitch
</p>
<p>
<a href="https://peaksol.exozy.me">peaksol.exozy.me</a>: Peaksol's personal website
</p>
<p>
<a href="https://pendulum.exozy.me">pendulum.exozy.me</a>: CSS abuse part 3
</p>
<h1>explore</h1>
<h2 id="personal-websites">Personal websites</h2>
<table>
<tr>
<td><a href="https://a.exozy.me">Some Random Website</a></td>
<td>a's website</td>
</tr>
<tr>
<td><a href="https://spicecat.exozy.me">spicecat club</a></td>
<td>spicecat's website</td>
</tr>
<tr>
<td><a href="https://codedotjs.exozy.me">codedotjs</a></td>
<td>codedotjs's website</td>
</tr>
<tr>
<td><a href="https://2kwatts.exozy.me">2KWaTTs</a></td>
<td>megawatts's website</td>
</tr>
<tr>
<td><a href="https://ersei.net">Ersei 'n Stuff</a></td>
<td>ersei's website</td>
</tr>
<tr>
<td><a href="https://aryak.me">Arya | Main</a></td>
<td>aryak's website</td>
</tr>
<tr>
<td><a href="https://www.1a-insec.net">1A Insecure Network</a></td>
<td>iacore's website</td>
</tr>
<tr>
<td><a href="https://karawale.in">Pranav Karawale</a></td>
<td>pranav's website</td>
</tr>
<tr>
<td><a href="https://nvpie.exozy.me">NeoVoid's Site</a></td>
<td>nvpie's website</td>
</tr>
<tr>
<td><a href="https://xtexx.eu.org">xtex's Home</a></td>
<td>xtex's website</td>
</tr>
<tr>
<td><a href="https://peaksol.exozy.me">欢迎访问PEAKSOL的万维网主页</a></td>
<td>peaksol's website</td>
</tr>
<tr>
<td><a href="https://vnpower.exozy.me">VnPower's site</a></td>
<td>vnpower's website</td>
</tr>
<tr>
<td><a href="https://0xmrtt.exozy.me">0xMRTT</a></td>
<td>0xmrtt's website</td>
</tr>
<tr>
<td><a href="https://drgns.space">dragongoose!</a></td>
<td>dragongoose's website</td>
</tr>
<tr>
<td><a href="https://cloudyy.exozy.me">Cloudyy - Home</a></td>
<td>cloudyy's website</td>
</tr>
<tr>
<td><a href="https://caodoc.exozy.me">caodoc</a></td>
<td>caodoc's website</td>
</tr>
<tr>
<td><a href="https://x.exozy.me">x37</a></td>
<td>x's website</td>
</tr>
</table>
<h2 id="projects">Projects</h2>
<table>
<tr>
<td><a href="https://feeds.exozy.me">exofeeds</a></td>
<td>A collection of exozyme members' blogs and their RSS feeds in one place</td>
</tr>
<tr>
<td><a href="https://ring.exozy.me">exoring</a></td>
<td>This is a web ring</td>
</tr>
<tr>
<td><a href="https://zine.exozy.me">exozine</a></td>
<td>The monthly exozyme magazine</td>
</tr>
<tr>
<td><a href="https://fortune.exozy.me">Fortune of the Day</a></td>
<td>A new funny quote every day!</td>
</tr>
<tr>
<td><a href="https://bin.exozy.me">exobin</a></td>
<td>A pastebin</td>
</tr>
<tr>
<td><a href="https://linux.exozy.me">exolinux</a></td>
<td>A complicated, bloated Linux distribution</td>
</tr>
<tr>
<td><a href="https://recursion.exozy.me">Recursion</a></td>
<td>Recursion</td>
</tr>
<tr>
<td><a href="https://unicode.exozy.me">Unicode Visualizer</a></td>
<td>Almost all of Unicode on one page (may crash your browser)</td>
</tr>
<tr>
<td><a href="https://cursed.exozy.me">69!=</a></td>
<td>Cursed self-modifying JavaScript</td>
</tr>
<tr>
<td><a href="https://april-gools.exozy.me">April Gools</a></td>
<td>2023 April Fools' Day joke</td>
</tr>
<tr>
<td><a href="https://safetwitch.exozy.me">SafeTwitch</a></td>
<td>A privacy respecting frontend for twitch.tv</td>
</tr>
<tr>
<td><a href="https://pixivfe.exozy.me">PixivFE</a></td>
<td>A privacy respecting frontend for Pixiv</td>
</tr>
<tr>
<td><a href="https://diagonal-scroll.exozy.me">Diagonal Scroll</a></td>
<td>CSS abuse</td>
</tr>
<tr>
<td><a href="https://fl.exozy.me">flexozyme</a></td>
<td>CSS abuse part 2</td>
</tr>
<tr>
<td><a href="https://reposearch.exozy.me">reposearch</a></td>
<td>Search Git repos across multiple sites</td>
</tr>
<tr>
<td><a href="https://status.exozy.me">Status</a></td>
<td>A status page in Go</td>
</tr>
<tr>
<td><a href="https://twineo.exozy.me">Twineo</a></td>
<td>Alternative front-end to Twitch</td>
</tr>
<tr>
<td><a href="https://pendulum.exozy.me">Multiple Pendulum Animation</a></td>
<td>CSS abuse part 3</td>
</tr>
<tr>
<td><a href="https://litexiv.exozy.me">LiteXiv</a></td>
<td>A free frontend for Pixiv that is simple yet sufficient</td>
</tr>
<tr>
<td><a href="https://physics.exozy.me">Dumb Physics Engine</a></td>
<td>A dumb physics engine written in JavaScript</td>
</tr>
<tr>
<td><a href="https://clock.exozy.me">Hex Color Clock</a></td>
<td>Displays the time as a color</td>
</tr>
</table>
<h2 id="services">Services</h2>
<table>
<tr>
<td><a href="https://desk.exozy.me">Apache Guacamole</a></td>
<td>Clientless remote desktop gateway</td>
</tr>
<tr>
<td><a href="https://cloud.exozy.me">Nextcloud</a></td>
<td>Open-source content collaboration platform</td>
</tr>
<tr>
<td><a href="https://chat.exozy.me">Synapse</a></td>
<td>Chat server for the Matrix network</td>
</tr>
<tr>
<td><a href="https://git.exozy.me">Forgejo</a></td>
<td>Self-hosted lightweight software forge</td>
</tr>
<tr>
<td><a href="https://social.exozy.me">Mastodon</a></td>
<td>Your self-hosted, globally interconnected microblogging community</td>
</tr>
<tr>
<td><a href="https://tube.exozy.me">PeerTube</a></td>
<td>ActivityPub-federated video streaming platform</td>
</tr>
<tr>
<td><a href="https://hub.exozy.me">JupyterHub</a></td>
<td>Multi-user server for Jupyter notebooks</td>
</tr>
<tr>
<td><a href="https://portal.exozy.me">Cockpit</a></td>
<td>Web interface for managing containers and virtual machines</td>
</tr>
<tr>
<td><a href="https://ci.exozy.me">Woodpecker</a></td>
<td>A simple yet powerful CI/CD engine</td>
</tr>
<tr>
<td><a href="https://cinny.exozy.me">Cinny</a></td>
<td>Yet another Matrix client</td>
</tr>
<tr>
<td><a href="https://library.exozy.me">Calibre-Web</a></td>
<td>Web app for browsing, reading and downloading eBooks stored in a Calibre database</td>
</tr>
<tr>
<td><a href="https://weblate.exozy.me">Weblate</a></td>
<td>Web-based continuous localization</td>
</tr>
<tr>
<td><a href="https://cyberchef.exozy.me">CyberChef</a></td>
<td>The Cyber Swiss Army Knife</td>
</tr>
<tr>
<td><a href="https://rave.exozy.me">Navidrome</a></td>
<td>Modern music server and streamer</td>
</tr>
<tr>
<td><a href="https://reddit.exozy.me">Redlib</a></td>
<td>Private front-end for Reddit</td>
</tr>
<tr>
<td><a href="https://pb.exozy.me">Priviblur</a></td>
<td>A privacy-focused frontend to Tumblr</td>
</tr>
<tr>
<td><a href="https://memos.exozy.me">Memos</a></td>
<td>A privacy-first, lightweight note-taking service</td>
</tr>
<tr>
<td><a href="https://yt-local.exozy.me">YT Local</a></td>
<td>Browser-based client for watching YouTube anonymously without forcing Javascript</td>
</tr>
</table>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,7 +0,0 @@
<svg width="180" height="180" version="1.0" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-50.6 -139.51)">
<g transform="matrix(.87464 0 0 .87464 14.731 23.409)">
<path transform="matrix(1.1433,0,0,1.1433,22.92,121.64)" d="m105.81 16.625c-7.3969 18.135-11.858 29.998-20.094 47.594 5.0494 5.3523 11.247 11.585 21.312 18.625-10.821-4.4528-18.203-8.9234-23.719-13.562-10.54 21.993-27.053 53.321-60.562 113.53 26.338-15.205 46.754-24.579 65.781-28.156-0.81703-3.514-1.2816-7.3152-1.25-11.281l0.03125-0.84375c0.41792-16.874 9.1957-29.85 19.594-28.969 10.398 0.88104 18.48 15.282 18.062 32.156-0.0786 3.1751-0.43674 6.2296-1.0625 9.0625 18.821 3.6816 39.019 13.032 65 28.031-5.123-9.4318-9.6957-17.934-14.062-26.031-6.8784-5.3312-14.053-12.27-28.688-19.781 10.059 2.6138 17.261 5.6293 22.875 9-44.398-82.662-47.994-93.646-63.219-129.38z" fill="#1793d1" fill-rule="evenodd"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 909 B

View File

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 64 64"
version="1.1"
id="svg8"
sodipodi:docname="cockpit.svg"
width="64"
height="64"
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs12" />
<sodipodi:namedview
id="namedview10"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
width="64px"
inkscape:zoom="4.6071429"
inkscape:cx="72.279069"
inkscape:cy="96.480619"
inkscape:window-width="2560"
inkscape:window-height="1349"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<g
fill="#fff"
stroke-width="1.369"
id="g6"
style="fill:#4180ad;fill-opacity:1">
<path
d="m 32.2,0 c -17.646,0 -32,14.353 -32,32 0,17.647 14.354,32 32,32 17.646,0 32,-14.354 32,-32 0,-17.646 -14.354,-32 -32,-32 z m 0,4.795 c 15.057,0 27.218,12.148 27.218,27.204 0,15.056 -12.161,27.205 -27.218,27.205 C 17.144,59.204 4.996,47.056 4.996,32 4.996,16.944 17.144,4.795 32.2,4.795 Z"
color="#000000"
style="text-indent:0;text-decoration-line:none;text-transform:none;fill:#4180ad;fill-opacity:1"
id="path2" />
<path
d="m 42.907,18.892 c -1.306,-0.048 -3.285,0.978 -5.064,2.747 l -3.836,3.815 -11.496,-3.86 -2.242,2.314 8.668,6.587 -1.938,1.928 a 12.659,12.659 0 0 0 -1.704,2.098 l -5.223,-0.39 -1.274,1.292 5.194,3.846 3.798,5.184 1.28,-1.283 -0.386,-5.274 c 0.658,-0.431 1.33,-0.966 1.977,-1.61 l 2.04,-2.029 6.652,8.735 2.314,-2.242 -3.878,-11.552 3.716,-3.695 c 2.372,-2.36 3.465,-5.121 2.451,-6.191 -0.253,-0.268 -0.613,-0.404 -1.049,-0.42 z m 117.944,-7.674 c -1.9,0 -3.638,0.216 -5.267,0.65 -8.852,2.444 -13.196,10.97 -12.979,19.278 0.272,8.472 5.213,16.727 14.933,18.356 1.14,0.217 2.39,0.325 3.693,0.271 1.358,0.054 2.662,-0.108 3.91,-0.271 10.48,-1.792 15.748,-10.645 15.585,-19.441 -0.163,-8.146 -5.05,-16.182 -14.825,-18.3 a 24.82,24.82 0 0 0 -5.05,-0.543 z m -41.456,0.271 c -7.983,-0.271 -15.748,4.128 -19.332,11.784 -4.778,10.264 -1.031,20.364 9.015,25.523 4.507,2.389 16.02,2.878 22.645,-3.258 l -3.26,-3.64 c -4.778,3.64 -10.967,5.16 -16.67,2.444 -7.493,-3.53 -10.697,-11.511 -7.167,-19.005 2.66,-5.593 8.85,-9.34 14.715,-9.123 2.118,0.055 6.626,1.248 7.712,2.714 l 3.802,-3.42 c -1.358,-1.25 -1.63,-1.466 -3.368,-2.28 h -0.054 c -2.553,-1.195 -5.376,-1.63 -8.037,-1.739 z m 93.55,0 c -7.983,-0.271 -15.748,4.128 -19.332,11.784 -4.779,10.264 -1.032,20.364 9.015,25.523 4.507,2.389 16.019,2.878 22.643,-3.258 l -3.258,-3.64 c -4.778,3.64 -10.968,5.16 -16.67,2.444 -7.494,-3.53 -10.699,-11.511 -7.169,-19.005 2.66,-5.593 8.852,-9.34 14.717,-9.123 2.118,0.055 6.626,1.248 7.712,2.714 l 3.8,-3.42 c -1.358,-1.25 -1.629,-1.466 -3.366,-2.28 h -0.054 c -2.553,-1.195 -5.377,-1.63 -8.037,-1.739 z m 106.657,0.38 0.056,37.687 h 4.887 L 324.489,11.869 Z M 282.3,12.031 v 37.525 l 5.05,-0.11 V 33.209 l 5.702,-0.054 c 14.825,0.108 14.663,-21.342 0.49,-21.07 z m 56.938,0.327 v 4.344 l 9.883,0.054 -0.164,32.8 v 0.109 l 5.051,-0.055 0.163,-32.854 9.882,-0.054 v -4.344 z m -100.476,0.054 v 37.361 h 5.05 v -19.55 l 17.918,19.55 h 6.246 l -18.354,-19.821 15.095,-17.54 h -6.136 l -14.77,17.594 V 12.412 Z m -78.287,3.15 c 1.466,0 2.823,0.162 4.018,0.38 7.114,1.574 10.698,7.494 10.97,13.576 0.271,6.95 -3.638,14.173 -11.403,15.476 -0.869,0.163 -1.793,0.271 -2.716,0.271 -1.14,0 -2.172,-0.108 -3.095,-0.325 -6.57,-1.466 -10.1,-7.44 -10.536,-13.63 -0.434,-6.517 2.499,-13.197 8.906,-15.151 1.14,-0.38 2.444,-0.597 3.856,-0.597 z m 126.88,0.923 6.137,0.054 c 7.548,0.163 6.951,12.164 -0.271,12.164 h -5.865 z"
id="path4"
style="fill:#4180ad;fill-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -1 +0,0 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" viewBox="106.87 436 1931.45 1377.97"><rect id="favicon" x="0" y="0" width="2250" height="2250" style="fill:none;"/><g id="favicon1" serif:id="favicon"><path d="M1991.66,1034.72c-38.493,0 -64.144,-22.57 -64.144,-68.897l-0,-266.084c-0,-169.867 -69.982,-263.709 -250.762,-263.709l-83.976,0l-0,179.368l25.661,0c71.144,0 104.967,39.201 104.967,109.285l0,235.201c0,102.156 30.324,143.733 96.806,165.114c-66.482,20.196 -96.806,62.958 -96.806,165.114l0,174.621c0,48.7 0,96.216 -12.829,144.917c-12.829,45.141 -33.823,87.903 -62.98,124.726c-16.329,21.386 -34.991,39.202 -55.981,55.835l-0,23.755l83.971,-0c180.781,-0 250.763,-93.843 250.763,-263.709l-0,-266.084c-0,-47.516 24.485,-68.897 64.144,-68.897l47.822,-0l-0,-179.37l-46.656,-0l0,-1.186Z" style="fill-rule:nonzero;"/><path d="M1420.16,706.904l-258.923,0c-5.833,0 -10.495,-4.752 -10.495,-10.691l-0,-20.192c-0,-5.941 4.662,-10.692 10.495,-10.692l260.089,0c5.83,0 10.495,4.751 10.495,10.692l0,20.192c0,5.939 -5.833,10.691 -11.661,10.691Z" style="fill-rule:nonzero;"/><path d="M1464.48,963.474l-188.942,0c-5.833,0 -10.501,-4.754 -10.501,-10.693l0,-20.192c0,-5.938 4.668,-10.691 10.501,-10.691l188.942,-0c5.833,-0 10.495,4.753 10.495,10.691l-0,20.192c-0,4.754 -4.662,10.693 -10.495,10.693Z" style="fill-rule:nonzero;"/><path d="M1539.12,835.188l-377.885,0c-5.833,0 -10.495,-4.75 -10.495,-10.689l-0,-20.196c-0,-5.939 4.662,-10.69 10.495,-10.69l376.719,0c5.833,0 10.499,4.751 10.499,10.69l-0,20.196c-0,4.75 -3.5,10.689 -9.333,10.689Z" style="fill-rule:nonzero;"/><path d="M861.493,765.074c25.658,0 51.319,2.376 75.811,8.316l0,-48.705c0,-68.897 34.989,-109.285 104.971,-109.285l25.658,0l-0,-179.368l-83.977,0c-180.781,0 -250.758,93.842 -250.758,263.709l0,87.901c40.819,-14.252 83.977,-22.568 128.295,-22.568Z" style="fill-rule:nonzero;"/><path d="M1618.44,1411.25c-18.662,-150.861 -132.962,-276.776 -279.919,-305.285c-40.818,-8.314 -81.642,-9.504 -121.295,-2.376c-1.166,-0 -1.166,-1.189 -2.332,-1.189c-64.148,-136.605 -201.772,-226.884 -351.063,-226.884c-149.289,-0 -285.747,87.905 -351.062,224.51c-1.166,-0 -1.166,1.188 -2.332,1.188c-41.987,-4.753 -83.975,-2.379 -125.963,8.314c-144.623,35.634 -254.257,159.175 -274.085,308.847c-2.332,15.441 -3.499,30.883 -3.499,45.141c0,45.136 30.325,86.713 74.645,92.652c54.817,8.317 102.636,-34.448 101.469,-89.089c0,-8.317 0,-17.821 1.167,-26.134c9.331,-76.025 66.48,-140.168 141.123,-157.99c23.328,-5.939 46.654,-7.124 68.814,-3.559c71.146,9.502 141.124,-27.324 171.449,-91.467c22.162,-47.516 57.151,-89.094 103.804,-111.664c51.314,-24.946 109.633,-28.506 163.286,-9.499c55.979,20.192 97.966,62.954 123.627,116.409c26.824,52.27 39.653,89.093 96.805,96.221c23.325,3.559 88.639,2.374 113.132,1.185c47.82,0 95.64,16.631 129.463,51.079c22.156,23.757 38.485,53.455 45.486,86.715c10.495,53.455 -2.334,106.908 -33.825,147.296c-22.162,28.509 -52.485,49.89 -86.308,59.394c-16.329,4.754 -32.657,5.939 -48.986,5.939l-257.757,0c-51.314,0 -92.138,-41.573 -92.138,-93.842l0,-348.049c0,-14.251 -11.661,-26.13 -25.658,-26.13l-36.156,0c-71.148,1.185 -128.295,81.964 -128.295,167.488l-0,312.415c-0,92.652 73.476,167.488 164.451,167.488c0,0 404.714,-1.19 410.544,-1.19c93.304,-9.503 179.614,-58.204 237.927,-133.04c58.319,-72.46 85.142,-167.492 73.481,-264.894Z" style="fill-rule:nonzero;"/></g></svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="64 53.9 172 192.22"> <path d="M87 51.955c-1.824 0-3.616.481-5.195 1.393l-32.61 18.826a10.392 10.392 0 0 0-5.195 9v37.653c0 3.712 1.98 7.143 5.195 9l32.61 18.826a10.392 10.392 0 0 0 10.39 0l32.61-18.826a10.392 10.392 0 0 0 5.195-9V81.174c0-3.712-1.98-7.143-5.195-9l-32.61-18.826A10.392 10.392 0 0 0 87 51.955Z" style="fill:#4f433c;fill-opacity:1;stroke-width:19.8608;stroke-linecap:round;stroke-linejoin:round" transform="matrix(2 0 0 2 -24 -50)"/> <path d="M86.398 55.555c-.398.07-.78.21-1.13.412L53.732 74.174a1.155 1.155 0 0 0 0 2L85.268 94.38a3.463 3.463 0 0 0 3.464 0l31.536-18.207c.77-.445.77-1.556 0-2L88.732 55.967a3.464 3.464 0 0 0-2.334-.412ZM48.955 82.967A1.155 1.155 0 0 0 48 84.104v36.414c0 1.237.66 2.38 1.732 3l31.536 18.207a1.155 1.155 0 0 0 1.732-1V104.31c0-1.238-.66-2.382-1.732-3L49.732 83.104a1.155 1.155 0 0 0-.777-.137zm76.09 0a1.155 1.155 0 0 0-.777.137L92.732 101.31a3.464 3.464 0 0 0-1.732 3v36.414c0 .889.963 1.444 1.732 1l31.536-18.207a3.464 3.464 0 0 0 1.732-3V84.104c0-.561-.403-1.04-.955-1.137z" style="fill:#f0e2d1;fill-opacity:1;stroke-width:19.8608;stroke-linecap:round;stroke-linejoin:round" transform="matrix(2 0 0 2 -24 -50)"/> <g style="fill:#70594d;fill-opacity:1"> <g style="font-weight:700;font-size:24px;font-family:Heebo;-inkscape-font-specification:&quot;Heebo Bold&quot;;text-align:center;text-anchor:middle;white-space:pre;shape-inside:url(#rect2729);fill:#70594d;fill-opacity:1;stroke-width:12;stroke-linecap:round;stroke-linejoin:round" transform="matrix(2 0 0 2 292.629 -351.256)"> <path d="m-60.654 264.152 6.68-1.218-6.68 6.563v3.91l10.23-10.818v-3.342l-10.23.994zm21.679 1.691v-3.193l-10.675 6.163v3.194z" aria-label="&gt;_" style="fill:#70594d;fill-opacity:1"/> </g> <g style="font-weight:700;font-size:24px;font-family:Heebo;-inkscape-font-specification:&quot;Heebo Bold&quot;;text-align:center;text-anchor:middle;white-space:pre;shape-inside:url(#rect2729);fill:#70594d;fill-opacity:1;stroke-width:12;stroke-linecap:round;stroke-linejoin:round" transform="matrix(2 0 0 2 206.629 -351.256)"> <path d="m-60.654 251.635 6.68 6.495-6.68-1.15v3.91l10.23.995v-3.342l-10.23-10.818Zm21.679 26.725v-3.194l-10.675-6.163v3.193z" aria-label="&gt;_" style="fill:#70594d;fill-opacity:1"/> </g> <g style="font-weight:700;font-size:24px;font-family:Heebo;-inkscape-font-specification:&quot;Heebo Bold&quot;;text-align:center;text-anchor:middle;white-space:pre;shape-inside:url(#rect2729);fill:#70594d;fill-opacity:1;stroke-width:12;stroke-linecap:round;stroke-linejoin:round" transform="matrix(2 0 0 2 249.629 -425.736)"> <path d="m-65.113 266.726 8.965-2.537-4.336 5.21 3.386 1.955 5.977-8.362-2.895-1.672-14.484 3.45zm33.984-5.412-2.766-1.597-10.675 6.163 2.765 1.597z" aria-label="&gt;_" style="fill:#70594d;fill-opacity:1"/> </g> </g> </svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1 +0,0 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="162 162 700 700"> <path fill-rule="evenodd" clip-rule="evenodd" d="M414 204C414 180.804 432.804 162 456 162C610.64 162 736 287.36 736 442C736 465.196 717.196 484 694 484C670.804 484 652 465.196 652 442C652 333.752 564.248 246 456 246C432.804 246 414 227.196 414 204Z" fill="#0DBD8B"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M610 820C610 843.196 591.196 862 568 862C413.36 862 288 736.64 288 582C288 558.804 306.804 540 330 540C353.196 540 372 558.804 372 582C372 690.248 459.752 778 568 778C591.196 778 610 796.804 610 820Z" fill="#0DBD8B"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M204 610C180.804 610 162 591.196 162 568C162 413.36 287.36 288 442 288C465.196 288 484 306.804 484 330C484 353.196 465.196 372 442 372C333.752 372 246 459.752 246 568C246 591.196 227.196 610 204 610Z" fill="#0DBD8B"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M820 414C843.196 414 862 432.804 862 456C862 610.64 736.64 736 582 736C558.804 736 540 717.196 540 694C540 670.804 558.804 652 582 652C690.248 652 778 564.248 778 456C778 432.804 796.804 414 820 414Z" fill="#0DBD8B"/> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,190 +0,0 @@
<svg viewBox="0 0 18.44 14.18" xmlns="http://www.w3.org/2000/svg">
<path d="M9.574,0.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,0c0.016,0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M10.136,0.024c0,-0.016 0.008,-0.024 0.025,-0.024l0.413,0c0.017,0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#d2232a"/>
<path d="M10.699,0.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,0c0.016,0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M1.137,1.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M1.699,1.024c0,-0.016 0.008,-0.024 0.025,-0.024l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#d2232a"/>
<path d="M2.262,1.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M2.824,0.631c0,-0.017 0.008,-0.026 0.025,-0.026l0.413,0c0.017,0 0.025,0.009 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.009 -0.025,-0.025l0,-0.025Zm0,0.224c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#d2232a"/>
<path d="M3.387,0.631c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M3.949,0.631c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.017,0 0.025,0.009 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.025 -0.025,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M4.511,0.631c0,-0.017 0.009,-0.026 0.025,-0.026l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.025,-0.009 -0.025,-0.025l0,-0.025Zm0,0.224c0,-0.017 0.009,-0.025 0.025,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#d2232a"/>
<path d="M5.074,0.631c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.025,0.009 0.025,0.025l-0,0.026c-0,0.016 -0.009,0.025 -0.025,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.009,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M5.636,0.631c0,-0.017 0.009,-0.026 0.025,-0.026l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.025,-0.009 -0.025,-0.025l0,-0.025Zm0,0.224c0,-0.017 0.009,-0.025 0.025,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#d2232a"/>
<path d="M6.199,1.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.009,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M6.761,1.024c0,-0.016 0.008,-0.024 0.025,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#d2232a"/>
<path d="M7.324,1.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M7.886,1.024c0,-0.016 0.008,-0.024 0.025,-0.024l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#d2232a"/>
<path d="M8.449,0.631c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M9.012,0.743c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.026c-0,0.017 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.008 -0.025,-0.025l0,-0.025Z" fill="#f5841f"/>
<path d="M9.575,0.743c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.026c0,0.017 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025l-0,-0.025Z" fill="#fdba12"/>
<path d="M10.137,0.743c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.026c-0,0.017 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.008 -0.025,-0.025l0,-0.025Z" fill="#f5841f"/>
<path d="M10.699,0.631c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#f5841f"/>
<path d="M11.331,1.105c0.054,-0.01 0.101,-0.033 0.143,-0.067c0.041,-0.035 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.035,-0.111 0.035,-0.176c0,-0.064 -0.011,-0.123 -0.035,-0.175c-0.023,-0.053 -0.056,-0.097 -0.097,-0.131c-0.042,-0.035 -0.089,-0.057 -0.143,-0.068c-0.013,-0.002 -0.019,-0.009 -0.019,-0.021c-0,-0.003 0,-0.006 0.001,-0.008l0.006,-0.027c0.002,-0.016 0.012,-0.022 0.029,-0.019c0.067,0.014 0.127,0.042 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.064 0.043,0.133 0.043,0.209c0,0.077 -0.014,0.146 -0.043,0.209c-0.029,0.063 -0.069,0.116 -0.121,0.158c-0.051,0.041 -0.111,0.069 -0.178,0.083l-0.008,0.001c-0.011,-0 -0.018,-0.007 -0.021,-0.02l-0.006,-0.027c-0.001,-0.002 -0.001,-0.005 -0.001,-0.008c-0,-0.013 0.006,-0.02 0.019,-0.022Z" fill="#d2232a"/>
<path d="M0.407,1.334c0.005,-0.009 0.012,-0.014 0.019,-0.014c0.004,0 0.009,0.001 0.013,0.003l0.032,0.016c0.009,0.005 0.013,0.011 0.013,0.019c0,0.003 -0.001,0.008 -0.003,0.013l-0.404,0.806c-0.005,0.01 -0.011,0.014 -0.019,0.014c-0.004,0 -0.008,-0.001 -0.013,-0.003l-0.031,-0.015c-0.009,-0.006 -0.014,-0.012 -0.014,-0.02c-0,-0.003 0.001,-0.007 0.003,-0.013l0.404,-0.806Z" fill="#d2232a"/>
<path d="M1.066,1.366c0,0.016 -0.008,0.024 -0.024,0.024l-0.195,0l0,0.585c0,0.017 -0.008,0.025 -0.024,0.025l-0.035,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025l-0,-0.585l-0.195,0c-0.015,0 -0.023,-0.008 -0.023,-0.024l-0,-0.025c-0,-0.017 0.008,-0.025 0.024,-0.025l0.472,0c0.016,0 0.024,0.008 0.024,0.025l0,0.025Z" fill="#d2232a"/>
<path d="M8.358,2.14c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.02,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M8.449,2.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M9.012,1.743c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.026c-0,0.017 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.008 -0.025,-0.025l0,-0.025Z" fill="#fdba12"/>
<path d="M9.575,1.743c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.026c0,0.017 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025l-0,-0.025Z" fill="#fdba12"/>
<path d="M10.136,1.631c0,-0.017 0.008,-0.026 0.025,-0.026l0.413,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.025Zm0,0.224c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#fdba12"/>
<path d="M10.699,1.631c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.008 0.024,0.025l0,0.026c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#f5841f"/>
<path d="M11.261,1.631c0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.025Zm0,0.224c0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.026Z" fill="#f5841f"/>
<path d="M11.894,2.105c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.078 0.098,-0.131c0.023,-0.053 0.035,-0.111 0.035,-0.176c-0,-0.064 -0.012,-0.123 -0.035,-0.176c-0.024,-0.052 -0.056,-0.096 -0.098,-0.13c-0.041,-0.035 -0.089,-0.057 -0.142,-0.068c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.003 0.001,-0.006 0.001,-0.008l0.006,-0.027c0.003,-0.016 0.013,-0.022 0.03,-0.019c0.067,0.014 0.126,0.041 0.178,0.083c0.051,0.042 0.091,0.094 0.12,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.12,0.157c-0.052,0.042 -0.111,0.07 -0.178,0.083l-0.008,0.001c-0.011,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.027c-0,-0.002 -0.001,-0.005 -0.001,-0.008c0,-0.013 0.007,-0.02 0.02,-0.022Z" fill="#d2232a"/>
<path d="M0.422,3.099c0.016,0 0.024,0.008 0.024,0.025l0,0.025c0,0.016 -0.008,0.024 -0.024,0.024l-0.289,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.857c-0,-0.017 0.008,-0.025 0.024,-0.025l0.289,0c0.016,0 0.024,0.008 0.024,0.025l0,0.025c0,0.016 -0.008,0.025 -0.024,0.025l-0.23,-0l-0,0.757l0.23,0Z" fill="#d2232a"/>
<path d="M1.608,3.14c0.002,0.005 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.014,0.019l-0.031,0.016c-0.004,0.002 -0.009,0.003 -0.013,0.003c-0.007,0 -0.014,-0.005 -0.019,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.004,-0.014 0.014,-0.019l0.031,-0.016c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M2.654,3.105c0.013,0.002 0.019,0.009 0.019,0.022c0,0.003 0,0.005 -0.001,0.007l-0.005,0.028c-0.003,0.015 -0.013,0.022 -0.03,0.018c-0.067,-0.013 -0.126,-0.041 -0.178,-0.083c-0.051,-0.041 -0.092,-0.094 -0.121,-0.157c-0.029,-0.063 -0.043,-0.133 -0.043,-0.209c-0,-0.076 0.014,-0.146 0.043,-0.209c0.029,-0.063 0.07,-0.115 0.121,-0.157c0.052,-0.042 0.111,-0.069 0.178,-0.083l0.008,-0.001c0.011,-0 0.018,0.006 0.022,0.02l0.005,0.027c0.001,0.002 0.001,0.004 0.001,0.008c0,0.012 -0.006,0.019 -0.019,0.021c-0.054,0.011 -0.101,0.033 -0.142,0.068c-0.042,0.034 -0.074,0.078 -0.098,0.13c-0.023,0.053 -0.035,0.112 -0.035,0.176c-0,0.065 0.012,0.123 0.035,0.176c0.024,0.053 0.056,0.096 0.098,0.131c0.041,0.034 0.088,0.057 0.142,0.067Z" fill="#f5841f"/>
<path d="M3.056,2.306c0.059,0 0.107,0.022 0.143,0.065c0.036,0.043 0.054,0.104 0.054,0.182l0,0.209c0,0.079 -0.018,0.14 -0.054,0.183c-0.036,0.043 -0.084,0.064 -0.143,0.064c-0.059,0 -0.107,-0.021 -0.144,-0.064c-0.036,-0.042 -0.055,-0.103 -0.055,-0.183l0,-0.209c0,-0.079 0.019,-0.14 0.055,-0.183c0.037,-0.042 0.085,-0.064 0.144,-0.064Zm-0,0.629c0.032,0 0.06,-0.015 0.082,-0.046c0.021,-0.031 0.032,-0.073 0.032,-0.127l0,-0.209c0,-0.053 -0.011,-0.095 -0.032,-0.126c-0.022,-0.031 -0.05,-0.046 -0.082,-0.046c-0.033,-0 -0.061,0.015 -0.083,0.046c-0.022,0.032 -0.033,0.074 -0.033,0.126l0,0.209c0,0.053 0.011,0.095 0.033,0.126c0.022,0.032 0.05,0.047 0.083,0.047Z" fill="#fdba12"/>
<path d="M3.457,3.105c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.078 0.098,-0.131c0.023,-0.053 0.035,-0.111 0.035,-0.176c-0,-0.064 -0.012,-0.123 -0.035,-0.176c-0.024,-0.052 -0.056,-0.096 -0.098,-0.13c-0.041,-0.035 -0.089,-0.057 -0.142,-0.068c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.004 0.001,-0.006 0.001,-0.008l0.006,-0.027c0.003,-0.016 0.013,-0.022 0.03,-0.019c0.067,0.014 0.126,0.041 0.178,0.083c0.051,0.042 0.091,0.094 0.12,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.12,0.157c-0.052,0.042 -0.111,0.07 -0.178,0.083l-0.008,0.001c-0.011,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.028c-0,-0.002 -0.001,-0.004 -0.001,-0.007c0,-0.013 0.007,-0.02 0.02,-0.022Z" fill="#f5841f"/>
<path d="M6.108,3.14c0.002,0.005 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.005 -0.019,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M6.653,2.699c0.015,-0 0.022,0.008 0.022,0.025c0,0.045 -0.01,0.08 -0.032,0.103c-0.021,0.024 -0.051,0.036 -0.091,0.036c-0.022,-0 -0.045,-0.007 -0.07,-0.021c-0.026,-0.014 -0.052,-0.034 -0.078,-0.06c-0.04,-0.04 -0.071,-0.06 -0.095,-0.06c-0.015,0 -0.026,0.006 -0.034,0.017c-0.009,0.012 -0.013,0.029 -0.013,0.051c0,0.014 -0.008,0.021 -0.026,0.021l-0.027,0c-0.016,0 -0.024,-0.008 -0.024,-0.025c0,-0.044 0.011,-0.079 0.032,-0.103c0.022,-0.024 0.053,-0.036 0.092,-0.036c0.021,0 0.045,0.007 0.07,0.022c0.026,0.014 0.052,0.034 0.078,0.06c0.04,0.04 0.071,0.06 0.095,0.06c0.015,-0 0.026,-0.006 0.034,-0.018c0.008,-0.012 0.012,-0.028 0.012,-0.051c-0,-0.006 0.002,-0.011 0.007,-0.015c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,-0Z" fill="#d2232a"/>
<path d="M9.483,3.14c0.002,0.005 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.005 -0.02,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M9.574,3.024c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.026c0,0.017 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025l-0,-0.026Z" fill="#d2232a"/>
<path d="M10.137,2.743c0,-0.017 0.008,-0.026 0.025,-0.026l0.413,0c0.017,0 0.025,0.009 0.025,0.025l-0,0.026c-0,0.017 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.008 -0.025,-0.025l0,-0.025Z" fill="#fdba12"/>
<path d="M10.699,2.631c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.008 0.024,0.025l0,0.026c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#fdba12"/>
<path d="M11.261,2.631c0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.025Zm0,0.224c0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.024l0,-0.026Z" fill="#f5841f"/>
<path d="M11.894,3.105c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.078 0.098,-0.131c0.023,-0.053 0.035,-0.111 0.035,-0.176c-0,-0.064 -0.012,-0.123 -0.035,-0.176c-0.024,-0.052 -0.056,-0.096 -0.098,-0.13c-0.041,-0.035 -0.089,-0.057 -0.142,-0.068c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.004 0.001,-0.006 0.001,-0.008l0.006,-0.027c0.003,-0.016 0.013,-0.022 0.03,-0.019c0.067,0.014 0.126,0.041 0.178,0.083c0.051,0.042 0.091,0.094 0.12,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.12,0.157c-0.052,0.042 -0.111,0.07 -0.178,0.083l-0.008,0.001c-0.011,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.028c-0,-0.002 -0.001,-0.004 -0.001,-0.007c0,-0.013 0.007,-0.02 0.02,-0.022Z" fill="#d2232a"/>
<path d="M1.046,4.14c0.002,0.005 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.014,-0.005 -0.02,-0.014l-0.404,-0.806c-0.002,-0.006 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.02l0.031,-0.015c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,-0 0.014,0.004 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M4.907,3.334c0.005,-0.01 0.011,-0.014 0.019,-0.014c0.004,-0 0.008,0.001 0.013,0.003l0.031,0.015c0.009,0.006 0.014,0.012 0.014,0.02c-0,0.003 -0.001,0.007 -0.003,0.013l-0.404,0.806c-0.005,0.009 -0.012,0.014 -0.02,0.014c-0.003,-0 -0.007,-0.001 -0.012,-0.003l-0.032,-0.016c-0.009,-0.005 -0.013,-0.011 -0.013,-0.019c-0,-0.003 0.001,-0.008 0.003,-0.013l0.404,-0.806Z" fill="#d2232a"/>
<path d="M5.707,4.105c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.036,-0.112 0.036,-0.176c-0,-0.064 -0.012,-0.123 -0.036,-0.176c-0.023,-0.052 -0.055,-0.096 -0.097,-0.131c-0.041,-0.034 -0.089,-0.057 -0.142,-0.067c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.004 0.001,-0.006 0.001,-0.008l0.006,-0.028c0.003,-0.015 0.012,-0.021 0.029,-0.018c0.068,0.014 0.127,0.041 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.121,0.157c-0.051,0.042 -0.11,0.07 -0.178,0.083l-0.007,0.001c-0.011,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.028c-0,-0.002 -0.001,-0.004 -0.001,-0.008c0,-0.012 0.007,-0.019 0.02,-0.021Z" fill="#d2232a"/>
<path d="M6.604,3.316c0.016,0 0.024,0.008 0.024,0.024l0,0.396c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.103,0.065 -0.172,0.065c-0.049,0 -0.097,-0.009 -0.143,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.02c0,-0.004 0.001,-0.008 0.003,-0.012l0.01,-0.024c0.004,-0.01 0.011,-0.015 0.02,-0.015c0.005,-0 0.009,0 0.011,0.002c0.041,0.015 0.077,0.022 0.109,0.022c0.045,0 0.083,-0.015 0.115,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l0,-0.344l-0.214,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.028c0,-0.016 0.009,-0.024 0.025,-0.024l0.274,0Z" fill="#d2232a"/>
<path d="M7.215,3.699c0.015,-0 0.023,0.008 0.023,0.025c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.052,0.036 -0.092,0.036c-0.021,-0 -0.045,-0.007 -0.07,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.072,-0.06 -0.095,-0.06c-0.015,0 -0.027,0.006 -0.035,0.017c-0.008,0.012 -0.012,0.028 -0.012,0.051c-0,0.014 -0.009,0.021 -0.027,0.021l-0.027,0c-0.016,0 -0.023,-0.008 -0.023,-0.025c-0,-0.045 0.01,-0.079 0.032,-0.103c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,0 0.044,0.007 0.07,0.022c0.026,0.014 0.051,0.034 0.078,0.06c0.039,0.04 0.071,0.06 0.094,0.06c0.015,-0 0.027,-0.006 0.035,-0.018c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.006 0.003,-0.011 0.007,-0.015c0.005,-0.004 0.011,-0.006 0.02,-0.006l0.028,-0Z" fill="#f5841f"/>
<path d="M7.778,3.699c0.015,-0 0.022,0.008 0.022,0.025c0,0.045 -0.01,0.079 -0.032,0.103c-0.021,0.024 -0.051,0.036 -0.091,0.036c-0.022,-0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.071,-0.06 -0.095,-0.06c-0.015,0 -0.026,0.006 -0.034,0.017c-0.009,0.012 -0.013,0.028 -0.013,0.051c0,0.014 -0.008,0.021 -0.026,0.021l-0.027,0c-0.016,0 -0.024,-0.008 -0.024,-0.025c0,-0.045 0.011,-0.079 0.032,-0.103c0.022,-0.024 0.053,-0.036 0.092,-0.036c0.021,0 0.044,0.007 0.07,0.022c0.026,0.014 0.052,0.034 0.078,0.06c0.04,0.04 0.071,0.06 0.095,0.06c0.015,-0 0.026,-0.006 0.034,-0.018c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.006 0.002,-0.011 0.007,-0.015c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,-0Z" fill="#f5841f"/>
<path d="M10.608,4.14c0.002,0.005 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.015,-0.005 -0.02,-0.014l-0.404,-0.806c-0.002,-0.006 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.02l0.031,-0.015c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,-0 0.014,0.004 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M10.7,3.743c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.008 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.025Z" fill="#fdba12"/>
<path d="M11.261,3.63c0,-0.016 0.008,-0.025 0.024,-0.025l0.414,0c0.017,0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.026Zm0,0.225c0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.026c-0,0.017 -0.008,0.025 -0.025,0.025l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025l0,-0.025Z" fill="#fdba12"/>
<path d="M11.894,4.105c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.078 0.098,-0.131c0.023,-0.053 0.035,-0.112 0.035,-0.176c-0,-0.064 -0.012,-0.123 -0.035,-0.176c-0.024,-0.052 -0.056,-0.096 -0.098,-0.131c-0.041,-0.034 -0.089,-0.057 -0.142,-0.067c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.004 0.001,-0.006 0.001,-0.008l0.006,-0.028c0.003,-0.015 0.013,-0.021 0.03,-0.018c0.067,0.014 0.126,0.041 0.178,0.083c0.051,0.042 0.091,0.094 0.12,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.12,0.157c-0.052,0.042 -0.111,0.07 -0.178,0.083l-0.008,0.001c-0.011,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.028c-0,-0.002 -0.001,-0.004 -0.001,-0.008c0,-0.012 0.007,-0.019 0.02,-0.021Z" fill="#d2232a"/>
<path d="M1.608,5.14c0.002,0.005 0.003,0.009 0.003,0.013c0,0.008 -0.004,0.014 -0.014,0.019l-0.031,0.016c-0.004,0.002 -0.009,0.003 -0.013,0.003c-0.007,-0 -0.014,-0.005 -0.019,-0.014l-0.404,-0.806c-0.002,-0.006 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.004,-0.014 0.014,-0.02l0.031,-0.015c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,-0 0.014,0.004 0.019,0.013l0.404,0.807Z" fill="#d2232a"/>
<path d="M2.171,5.14c0.002,0.005 0.003,0.009 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.015,-0.005 -0.02,-0.014l-0.404,-0.806c-0.002,-0.006 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.02l0.031,-0.015c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,-0 0.014,0.004 0.02,0.013l0.404,0.807Z" fill="#d2232a"/>
<path d="M2.262,5.024c-0,-0.016 0.008,-0.025 0.024,-0.025l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.026Z" fill="#d2232a"/>
<path d="M2.824,5.024c0,-0.016 0.008,-0.025 0.025,-0.025l0.413,0c0.017,0 0.025,0.009 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.009 -0.025,-0.025l0,-0.026Z" fill="#d2232a"/>
<path d="M3.387,5.024c-0,-0.016 0.008,-0.025 0.024,-0.025l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.026Z" fill="#d2232a"/>
<path d="M4.344,4.333c0.005,-0.009 0.012,-0.013 0.02,-0.013c0.004,-0 0.008,0.001 0.012,0.003l0.032,0.015c0.009,0.006 0.013,0.012 0.013,0.02c0,0.003 -0.001,0.007 -0.002,0.013l-0.404,0.806c-0.006,0.009 -0.012,0.014 -0.02,0.014c-0.003,-0 -0.008,-0.001 -0.013,-0.003l-0.031,-0.016c-0.009,-0.005 -0.014,-0.011 -0.014,-0.019c0,-0.004 0.001,-0.008 0.003,-0.013l0.404,-0.807Z" fill="#d2232a"/>
<path d="M5.707,5.105c0.053,-0.011 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.079 0.097,-0.131c0.024,-0.053 0.036,-0.112 0.036,-0.176c-0,-0.065 -0.012,-0.123 -0.036,-0.176c-0.023,-0.053 -0.055,-0.096 -0.097,-0.131c-0.041,-0.034 -0.089,-0.057 -0.142,-0.067c-0.013,-0.002 -0.02,-0.009 -0.02,-0.022c0,-0.003 0.001,-0.005 0.001,-0.007l0.006,-0.028c0.003,-0.015 0.012,-0.022 0.029,-0.018c0.068,0.013 0.127,0.041 0.178,0.083c0.052,0.041 0.092,0.094 0.121,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.115 -0.121,0.157c-0.051,0.042 -0.11,0.069 -0.178,0.083l-0.007,0.001c-0.011,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.028c-0,-0.002 -0.001,-0.004 -0.001,-0.008c0,-0.012 0.007,-0.019 0.02,-0.021Z" fill="#d2232a"/>
<path d="M6.604,4.316c0.016,-0 0.024,0.008 0.024,0.024l0,0.396c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.103,0.065 -0.172,0.065c-0.049,0 -0.097,-0.01 -0.143,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.021c0,-0.004 0.001,-0.007 0.003,-0.011l0.01,-0.024c0.004,-0.01 0.011,-0.015 0.02,-0.015c0.005,-0 0.009,0 0.011,0.002c0.041,0.015 0.077,0.022 0.109,0.022c0.045,0 0.083,-0.015 0.115,-0.046c0.032,-0.031 0.048,-0.082 0.048,-0.151l0,-0.344l-0.214,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.028c0,-0.016 0.009,-0.024 0.025,-0.024l0.274,-0Z" fill="#d2232a"/>
<path d="M7.166,4.316c0.017,-0 0.025,0.008 0.025,0.024l-0,0.396c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.01 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.021c-0,-0.004 0.001,-0.007 0.003,-0.011l0.009,-0.024c0.004,-0.01 0.011,-0.015 0.021,-0.015c0.004,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.048,-0.082 0.048,-0.151l-0,-0.344l-0.215,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.028c-0,-0.016 0.008,-0.024 0.024,-0.024l0.274,-0Z" fill="#d2232a"/>
<path d="M7.778,4.699c0.015,-0 0.022,0.008 0.022,0.025c0,0.045 -0.01,0.079 -0.032,0.103c-0.021,0.024 -0.051,0.036 -0.091,0.036c-0.022,-0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.071,-0.06 -0.095,-0.06c-0.015,0 -0.026,0.006 -0.034,0.017c-0.009,0.012 -0.013,0.028 -0.013,0.05c0,0.015 -0.008,0.022 -0.026,0.022l-0.027,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025c0,-0.045 0.011,-0.079 0.032,-0.103c0.022,-0.024 0.053,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.015 0.052,0.035 0.078,0.061c0.04,0.04 0.071,0.06 0.095,0.06c0.015,-0 0.026,-0.006 0.034,-0.018c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.006 0.002,-0.012 0.007,-0.015c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,-0Z" fill="#f5841f"/>
<path d="M8.34,4.699c0.015,-0 0.023,0.008 0.023,0.025c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.052,0.036 -0.092,0.036c-0.021,-0 -0.045,-0.007 -0.07,-0.021c-0.026,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.072,-0.06 -0.095,-0.06c-0.015,0 -0.027,0.006 -0.035,0.017c-0.008,0.012 -0.012,0.028 -0.012,0.05c-0,0.015 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.023,-0.008 -0.023,-0.025c-0,-0.045 0.01,-0.079 0.032,-0.103c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.025,0.015 0.051,0.035 0.077,0.061c0.04,0.04 0.072,0.06 0.095,0.06c0.015,-0 0.027,-0.006 0.035,-0.018c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.006 0.003,-0.012 0.007,-0.015c0.005,-0.004 0.011,-0.006 0.02,-0.006l0.028,-0Z" fill="#fdba12"/>
<path d="M8.903,4.699c0.015,-0 0.022,0.008 0.022,0.025c0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.051,0.036 -0.091,0.036c-0.022,-0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.071,-0.06 -0.095,-0.06c-0.015,0 -0.026,0.006 -0.034,0.017c-0.009,0.012 -0.013,0.028 -0.013,0.05c0,0.015 -0.009,0.022 -0.026,0.022l-0.028,-0c-0.015,-0 -0.023,-0.008 -0.023,-0.025c-0,-0.045 0.011,-0.079 0.032,-0.103c0.022,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.015 0.052,0.035 0.078,0.061c0.04,0.04 0.071,0.06 0.095,0.06c0.015,-0 0.026,-0.006 0.034,-0.018c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.006 0.002,-0.012 0.007,-0.015c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,-0Z" fill="#fdba12"/>
<path d="M11.17,5.14c0.002,0.005 0.003,0.009 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.014,-0.005 -0.019,-0.014l-0.404,-0.806c-0.002,-0.006 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.004,-0.014 0.013,-0.02l0.032,-0.015c0.004,-0.002 0.009,-0.003 0.012,-0.003c0.008,-0 0.015,0.004 0.02,0.013l0.404,0.807Z" fill="#d2232a"/>
<path d="M11.331,5.105c0.054,-0.011 0.101,-0.033 0.143,-0.067c0.041,-0.035 0.074,-0.079 0.097,-0.131c0.024,-0.053 0.035,-0.112 0.035,-0.176c0,-0.065 -0.011,-0.123 -0.035,-0.176c-0.023,-0.053 -0.056,-0.096 -0.097,-0.131c-0.042,-0.034 -0.089,-0.057 -0.143,-0.067c-0.013,-0.002 -0.019,-0.009 -0.019,-0.022c-0,-0.003 0,-0.005 0.001,-0.007l0.006,-0.028c0.002,-0.015 0.012,-0.022 0.029,-0.018c0.067,0.013 0.127,0.041 0.178,0.083c0.052,0.041 0.092,0.094 0.121,0.157c0.029,0.063 0.043,0.133 0.043,0.209c0,0.076 -0.014,0.146 -0.043,0.209c-0.029,0.063 -0.069,0.115 -0.121,0.157c-0.051,0.042 -0.111,0.069 -0.178,0.083l-0.008,0.001c-0.011,0 -0.018,-0.006 -0.021,-0.019l-0.006,-0.028c-0.001,-0.002 -0.001,-0.004 -0.001,-0.008c-0,-0.012 0.006,-0.019 0.019,-0.021Z" fill="#d2232a"/>
<path d="M2.171,6.14c0.002,0.005 0.003,0.009 0.003,0.013c-0,0.007 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.015,-0.005 -0.02,-0.014l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c0,-0.008 0.005,-0.015 0.014,-0.02l0.031,-0.015c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,-0 0.014,0.004 0.02,0.013l0.404,0.807Z" fill="#d2232a"/>
<path d="M2.262,6.024c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,0c0.016,0 0.024,0.008 0.024,0.025l0,0.026c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M2.824,6.024c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#d2232a"/>
<path d="M3.387,6.024c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,0c0.016,0 0.024,0.008 0.024,0.025l0,0.026c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M3.949,6.024c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M4.511,6.024c0,-0.017 0.009,-0.025 0.025,-0.025l0.414,0c0.016,0 0.024,0.008 0.024,0.025l0,0.026c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#d2232a"/>
<path d="M5.469,5.333c0.005,-0.009 0.012,-0.013 0.02,-0.013c0.004,-0 0.008,0.001 0.012,0.003l0.032,0.015c0.009,0.005 0.013,0.012 0.013,0.02c0,0.003 -0.001,0.007 -0.003,0.012l-0.404,0.807c-0.005,0.009 -0.011,0.014 -0.019,0.014c-0.003,-0 -0.008,-0.001 -0.013,-0.003l-0.031,-0.016c-0.009,-0.005 -0.014,-0.012 -0.014,-0.019c0,-0.004 0.001,-0.008 0.003,-0.013l0.404,-0.807Z" fill="#d2232a"/>
<path d="M6.041,5.316c0.017,-0 0.025,0.008 0.025,0.024l-0,0.396c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.01 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.021c-0,-0.004 0.001,-0.008 0.003,-0.011l0.009,-0.024c0.004,-0.01 0.011,-0.016 0.021,-0.016c0.005,0 0.008,0.001 0.011,0.002c0.041,0.015 0.077,0.023 0.108,0.023c0.045,-0 0.084,-0.016 0.116,-0.046c0.032,-0.031 0.048,-0.082 0.048,-0.151l-0,-0.344l-0.215,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.024l-0,-0.028c-0,-0.016 0.008,-0.024 0.024,-0.024l0.274,-0Z" fill="#d2232a"/>
<path d="M6.604,5.316c0.016,-0 0.024,0.008 0.024,0.024l0,0.396c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.103,0.065 -0.172,0.065c-0.049,0 -0.097,-0.01 -0.143,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.021c0,-0.004 0.001,-0.008 0.003,-0.011l0.01,-0.024c0.004,-0.01 0.011,-0.016 0.02,-0.016c0.005,0 0.009,0.001 0.011,0.002c0.041,0.015 0.077,0.023 0.109,0.023c0.045,-0 0.083,-0.016 0.115,-0.046c0.032,-0.031 0.048,-0.082 0.048,-0.151l0,-0.344l-0.214,-0c-0.016,-0 -0.025,-0.008 -0.025,-0.024l0,-0.028c0,-0.016 0.009,-0.024 0.025,-0.024l0.274,-0Z" fill="#d2232a"/>
<path d="M7.166,5.316c0.017,-0 0.025,0.008 0.025,0.024l-0,0.396c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.01 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.021c-0,-0.004 0.001,-0.008 0.003,-0.011l0.009,-0.024c0.004,-0.01 0.011,-0.016 0.021,-0.016c0.004,0 0.008,0.001 0.011,0.002c0.041,0.015 0.077,0.023 0.108,0.023c0.045,-0 0.084,-0.016 0.116,-0.046c0.032,-0.031 0.048,-0.082 0.048,-0.151l-0,-0.344l-0.215,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.024l-0,-0.028c-0,-0.016 0.008,-0.024 0.024,-0.024l0.274,-0Z" fill="#d2232a"/>
<path d="M7.778,5.699c0.015,-0 0.022,0.008 0.022,0.025c0,0.045 -0.01,0.079 -0.032,0.103c-0.021,0.024 -0.051,0.036 -0.091,0.036c-0.022,-0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.071,-0.06 -0.095,-0.06c-0.015,-0 -0.026,0.006 -0.034,0.017c-0.009,0.011 -0.013,0.028 -0.013,0.05c0,0.015 -0.008,0.022 -0.026,0.022l-0.027,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.026c0,-0.044 0.011,-0.078 0.032,-0.102c0.022,-0.024 0.053,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.015 0.052,0.035 0.078,0.061c0.04,0.04 0.071,0.059 0.095,0.059c0.015,0 0.026,-0.005 0.034,-0.017c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.006 0.002,-0.012 0.007,-0.016c0.004,-0.003 0.011,-0.005 0.019,-0.005l0.029,-0Z" fill="#f5841f"/>
<path d="M8.34,5.699c0.015,-0 0.023,0.008 0.023,0.025c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.052,0.036 -0.092,0.036c-0.021,-0 -0.045,-0.007 -0.07,-0.021c-0.026,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.072,-0.06 -0.095,-0.06c-0.015,-0 -0.027,0.006 -0.035,0.017c-0.008,0.011 -0.012,0.028 -0.012,0.05c-0,0.015 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.01,-0.078 0.032,-0.102c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.025,0.015 0.051,0.035 0.077,0.061c0.04,0.04 0.072,0.059 0.095,0.059c0.015,0 0.027,-0.005 0.035,-0.017c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.006 0.003,-0.012 0.007,-0.016c0.005,-0.003 0.011,-0.005 0.02,-0.005l0.028,-0Z" fill="#f5841f"/>
<path d="M8.903,5.699c0.015,-0 0.022,0.008 0.022,0.025c0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.051,0.036 -0.091,0.036c-0.022,-0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.071,-0.06 -0.095,-0.06c-0.015,-0 -0.026,0.006 -0.034,0.017c-0.009,0.011 -0.013,0.028 -0.013,0.05c0,0.015 -0.009,0.022 -0.026,0.022l-0.028,-0c-0.015,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.011,-0.078 0.032,-0.102c0.022,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.015 0.052,0.035 0.078,0.061c0.04,0.04 0.071,0.059 0.095,0.059c0.015,0 0.026,-0.005 0.034,-0.017c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.006 0.002,-0.012 0.007,-0.016c0.004,-0.003 0.011,-0.005 0.019,-0.005l0.029,-0Z" fill="#fdba12"/>
<path d="M9.465,5.699c0.015,-0 0.023,0.008 0.023,0.025c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.052,0.036 -0.092,0.036c-0.021,-0 -0.045,-0.007 -0.07,-0.021c-0.026,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.04 -0.072,-0.06 -0.095,-0.06c-0.015,-0 -0.027,0.006 -0.035,0.017c-0.008,0.011 -0.012,0.028 -0.012,0.05c-0,0.015 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.026c0,-0.044 0.011,-0.078 0.033,-0.102c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.025,0.015 0.051,0.035 0.077,0.061c0.04,0.04 0.072,0.059 0.095,0.059c0.015,0 0.027,-0.005 0.035,-0.017c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.006 0.003,-0.012 0.007,-0.016c0.005,-0.003 0.011,-0.005 0.02,-0.005l0.028,-0Z" fill="#fdba12"/>
<path d="M12.295,6.14c0.002,0.005 0.003,0.009 0.003,0.013c-0,0.007 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.014,-0.005 -0.019,-0.014l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c-0,-0.008 0.004,-0.015 0.013,-0.02l0.032,-0.015c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,-0 0.015,0.004 0.02,0.013l0.404,0.807Z" fill="#d2232a"/>
<path d="M2.094,6.333c0.006,-0.009 0.012,-0.013 0.02,-0.013c0.004,-0 0.008,0.001 0.013,0.003l0.031,0.015c0.009,0.005 0.014,0.012 0.014,0.02c-0,0.003 -0.001,0.007 -0.003,0.012l-0.404,0.807c-0.006,0.009 -0.012,0.014 -0.02,0.014c-0.003,-0 -0.007,-0.001 -0.013,-0.003l-0.031,-0.016c-0.009,-0.005 -0.014,-0.012 -0.014,-0.02c0,-0.003 0.001,-0.007 0.003,-0.012l0.404,-0.807Z" fill="#f5841f"/>
<path d="M3.296,7.14c0.002,0.005 0.002,0.009 0.002,0.012c0,0.008 -0.004,0.015 -0.013,0.02l-0.032,0.016c-0.004,0.002 -0.008,0.003 -0.012,0.003c-0.008,-0 -0.015,-0.005 -0.02,-0.014l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c0,-0.008 0.005,-0.015 0.014,-0.02l0.031,-0.015c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,-0 0.014,0.004 0.02,0.013l0.404,0.807Z" fill="#d2232a"/>
<path d="M4.792,6.862c0.016,0 0.025,0.009 0.025,0.025l-0,0.114c-0,0.059 -0.008,0.106 -0.024,0.141c-0.015,0.034 -0.041,0.059 -0.075,0.075c-0.035,0.016 -0.082,0.023 -0.141,0.023c-0.016,0 -0.024,-0.007 -0.024,-0.023l-0,-0.026c-0,-0.017 0.007,-0.025 0.023,-0.025c0.058,0 0.099,-0.012 0.123,-0.037c0.024,-0.025 0.035,-0.069 0.034,-0.13l-0.039,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.088c-0,-0.016 0.008,-0.025 0.024,-0.025l0.098,0Z" fill="#fdba12"/>
<path d="M6.108,7.14c0.002,0.005 0.003,0.009 0.003,0.012c-0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.014,-0.005 -0.019,-0.014l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c-0,-0.008 0.004,-0.015 0.013,-0.02l0.032,-0.015c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,-0 0.015,0.004 0.02,0.013l0.404,0.807Z" fill="#fdba12"/>
<path d="M6.604,6.316c0.016,-0 0.024,0.008 0.024,0.024l0,0.396c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.103,0.065 -0.172,0.065c-0.049,-0 -0.097,-0.01 -0.143,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.021c0,-0.004 0.001,-0.008 0.003,-0.012l0.01,-0.023c0.004,-0.01 0.011,-0.016 0.02,-0.016c0.005,0 0.009,0.001 0.011,0.002c0.041,0.015 0.077,0.023 0.109,0.023c0.045,-0 0.083,-0.016 0.115,-0.047c0.032,-0.031 0.048,-0.081 0.048,-0.15l0,-0.344l-0.214,-0c-0.016,-0 -0.025,-0.008 -0.025,-0.025l0,-0.027c0,-0.016 0.009,-0.024 0.025,-0.024l0.274,-0Z" fill="#d2232a"/>
<path d="M7.215,6.698c0.015,0 0.023,0.009 0.023,0.026c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.052,0.035 -0.092,0.035c-0.021,0 -0.045,-0.007 -0.07,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.072,-0.059 -0.095,-0.059c-0.015,-0 -0.027,0.006 -0.035,0.017c-0.008,0.011 -0.012,0.028 -0.012,0.05c-0,0.015 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.01,-0.078 0.032,-0.102c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.014 0.051,0.035 0.078,0.061c0.039,0.039 0.071,0.059 0.094,0.059c0.015,0 0.027,-0.006 0.035,-0.017c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.007 0.003,-0.012 0.007,-0.016c0.005,-0.004 0.011,-0.006 0.02,-0.006l0.028,0Z" fill="#f5841f"/>
<path d="M7.778,6.698c0.015,0 0.022,0.009 0.022,0.026c0,0.045 -0.01,0.079 -0.032,0.103c-0.021,0.024 -0.051,0.035 -0.091,0.035c-0.022,0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.071,-0.059 -0.095,-0.059c-0.015,-0 -0.026,0.006 -0.034,0.017c-0.009,0.011 -0.013,0.028 -0.013,0.05c0,0.015 -0.008,0.022 -0.026,0.022l-0.027,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.026c0,-0.044 0.011,-0.078 0.032,-0.102c0.022,-0.024 0.053,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.014 0.052,0.035 0.078,0.061c0.04,0.039 0.071,0.059 0.095,0.059c0.015,0 0.026,-0.006 0.034,-0.017c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.007 0.002,-0.012 0.007,-0.016c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,0Z" fill="#f5841f"/>
<path d="M8.34,6.698c0.015,0 0.023,0.009 0.023,0.026c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.052,0.035 -0.092,0.035c-0.021,0 -0.045,-0.007 -0.07,-0.021c-0.026,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.072,-0.059 -0.095,-0.059c-0.015,-0 -0.027,0.006 -0.035,0.017c-0.008,0.011 -0.012,0.028 -0.012,0.05c-0,0.015 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.01,-0.078 0.032,-0.102c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.025,0.014 0.051,0.035 0.077,0.061c0.04,0.039 0.072,0.059 0.095,0.059c0.015,0 0.027,-0.006 0.035,-0.017c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.007 0.003,-0.012 0.007,-0.016c0.005,-0.004 0.011,-0.006 0.02,-0.006l0.028,0Z" fill="#f5841f"/>
<path d="M8.903,6.698c0.015,0 0.022,0.009 0.022,0.026c0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.051,0.035 -0.091,0.035c-0.022,0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.071,-0.059 -0.095,-0.059c-0.015,-0 -0.026,0.006 -0.034,0.017c-0.009,0.011 -0.013,0.028 -0.013,0.05c0,0.015 -0.009,0.022 -0.026,0.022l-0.028,-0c-0.015,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.011,-0.078 0.032,-0.102c0.022,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.014 0.052,0.035 0.078,0.061c0.04,0.039 0.071,0.059 0.095,0.059c0.015,0 0.026,-0.006 0.034,-0.017c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.007 0.002,-0.012 0.007,-0.016c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,0Z" fill="#fdba12"/>
<path d="M9.465,6.698c0.015,0 0.023,0.009 0.023,0.026c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.024 -0.052,0.035 -0.092,0.035c-0.021,0 -0.045,-0.007 -0.07,-0.021c-0.026,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.072,-0.059 -0.095,-0.059c-0.015,-0 -0.027,0.006 -0.035,0.017c-0.008,0.011 -0.012,0.028 -0.012,0.05c-0,0.015 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.026c0,-0.044 0.011,-0.078 0.033,-0.102c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.025,0.014 0.051,0.035 0.077,0.061c0.04,0.039 0.072,0.059 0.095,0.059c0.015,0 0.027,-0.006 0.035,-0.017c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.007 0.003,-0.012 0.007,-0.016c0.005,-0.004 0.011,-0.006 0.02,-0.006l0.028,0Z" fill="#fdba12"/>
<path d="M12.857,7.14c0.002,0.005 0.003,0.009 0.003,0.012c0,0.008 -0.004,0.015 -0.013,0.02l-0.032,0.016c-0.004,0.002 -0.008,0.003 -0.012,0.003c-0.008,-0 -0.015,-0.005 -0.02,-0.014l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c0,-0.008 0.005,-0.015 0.014,-0.02l0.031,-0.015c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,-0 0.014,0.004 0.019,0.013l0.404,0.807Z" fill="#f5841f"/>
<path d="M1.529,8.105c0.013,0.001 0.019,0.009 0.019,0.021c0,0.003 0,0.006 -0,0.008l-0.006,0.027c-0.003,0.016 -0.013,0.022 -0.03,0.019c-0.067,-0.014 -0.126,-0.042 -0.178,-0.083c-0.051,-0.042 -0.092,-0.094 -0.121,-0.157c-0.029,-0.064 -0.043,-0.133 -0.043,-0.209c-0,-0.077 0.014,-0.146 0.043,-0.209c0.029,-0.064 0.07,-0.116 0.121,-0.158c0.052,-0.041 0.111,-0.069 0.178,-0.083l0.008,-0.001c0.011,0 0.018,0.007 0.022,0.02l0.006,0.027c0,0.002 0,0.005 0,0.008c0,0.012 -0.006,0.02 -0.019,0.022c-0.054,0.01 -0.101,0.032 -0.142,0.067c-0.042,0.034 -0.074,0.078 -0.098,0.131c-0.023,0.053 -0.035,0.111 -0.035,0.176c0,0.064 0.012,0.123 0.035,0.175c0.024,0.053 0.056,0.097 0.098,0.131c0.041,0.035 0.088,0.057 0.142,0.068Z" fill="#f5841f"/>
<path d="M1.7,7.742c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#f5841f"/>
<path d="M2.733,8.14c0.002,0.005 0.003,0.009 0.003,0.012c0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.016c-0.005,0.001 -0.009,0.002 -0.013,0.002c-0.008,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c-0,-0.008 0.004,-0.015 0.014,-0.02l0.031,-0.016c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,0 0.014,0.005 0.019,0.014l0.404,0.807Z" fill="#fdba12"/>
<path d="M2.894,8.105c0.054,-0.011 0.101,-0.033 0.143,-0.068c0.041,-0.034 0.074,-0.078 0.097,-0.131c0.024,-0.052 0.035,-0.111 0.035,-0.175c0,-0.065 -0.011,-0.123 -0.035,-0.176c-0.023,-0.053 -0.056,-0.097 -0.097,-0.131c-0.042,-0.035 -0.089,-0.057 -0.143,-0.067c-0.013,-0.002 -0.019,-0.01 -0.019,-0.022c-0,-0.003 0,-0.006 0.001,-0.008l0.006,-0.027c0.002,-0.016 0.012,-0.022 0.029,-0.019c0.067,0.014 0.127,0.042 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.158c0.029,0.063 0.043,0.132 0.043,0.209c0,0.076 -0.014,0.145 -0.043,0.209c-0.029,0.063 -0.069,0.115 -0.121,0.157c-0.051,0.041 -0.111,0.069 -0.178,0.083l-0.008,0.001c-0.011,-0 -0.018,-0.007 -0.021,-0.02l-0.006,-0.027c-0.001,-0.002 -0.001,-0.005 -0.001,-0.008c-0,-0.012 0.006,-0.02 0.019,-0.021Z" fill="#fdba12"/>
<path d="M3.858,8.14c0.002,0.005 0.003,0.009 0.003,0.012c-0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.016c-0.005,0.001 -0.009,0.002 -0.013,0.002c-0.008,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c-0,-0.008 0.004,-0.015 0.013,-0.02l0.032,-0.016c0.004,-0.002 0.009,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.807Z" fill="#d2232a"/>
<path d="M3.949,7.63c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.026c-0,0.017 -0.008,0.025 -0.025,0.025l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025l-0,-0.025Zm-0,0.225c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.025Z" fill="#d2232a"/>
<path d="M4.76,7.267c0.016,-0 0.024,0.008 0.024,0.024l0,0.857c0,0.017 -0.008,0.025 -0.024,0.025l-0.034,-0c-0.017,-0 -0.025,-0.008 -0.025,-0.025l0,-0.857c0,-0.016 0.008,-0.024 0.025,-0.024l0.034,-0Z" fill="#f5841f"/>
<path d="M5.545,8.14c0.002,0.005 0.003,0.009 0.003,0.012c0,0.008 -0.004,0.015 -0.013,0.02l-0.032,0.016c-0.004,0.001 -0.008,0.002 -0.012,0.002c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c0,-0.008 0.005,-0.015 0.014,-0.02l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.807Z" fill="#fdba12"/>
<path d="M6.108,8.14c0.002,0.005 0.003,0.009 0.003,0.012c-0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.016c-0.005,0.001 -0.009,0.002 -0.013,0.002c-0.008,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c-0,-0.008 0.004,-0.015 0.013,-0.02l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.807Z" fill="#fdba12"/>
<path d="M6.67,8.14c0.002,0.005 0.003,0.009 0.003,0.012c0,0.008 -0.004,0.015 -0.013,0.02l-0.032,0.016c-0.004,0.001 -0.009,0.002 -0.012,0.002c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.012c0,-0.008 0.005,-0.015 0.014,-0.02l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.807Z" fill="#fdba12"/>
<path d="M7.215,7.698c0.015,0 0.023,0.009 0.023,0.026c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.023 -0.052,0.035 -0.092,0.035c-0.021,0 -0.045,-0.007 -0.07,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.072,-0.059 -0.095,-0.059c-0.015,-0 -0.027,0.005 -0.035,0.017c-0.008,0.011 -0.012,0.028 -0.012,0.05c-0,0.014 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.01,-0.078 0.032,-0.102c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.014 0.051,0.035 0.078,0.061c0.039,0.039 0.071,0.059 0.094,0.059c0.015,0 0.027,-0.006 0.035,-0.017c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.007 0.003,-0.012 0.007,-0.016c0.005,-0.004 0.011,-0.006 0.02,-0.006l0.028,0Z" fill="#f5841f"/>
<path d="M7.778,7.698c0.015,0 0.022,0.009 0.022,0.026c0,0.045 -0.01,0.079 -0.032,0.103c-0.021,0.023 -0.051,0.035 -0.091,0.035c-0.022,0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.071,-0.059 -0.095,-0.059c-0.015,-0 -0.026,0.005 -0.034,0.017c-0.009,0.011 -0.013,0.028 -0.013,0.05c0,0.014 -0.008,0.022 -0.026,0.022l-0.027,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.026c0,-0.044 0.011,-0.078 0.032,-0.102c0.022,-0.024 0.053,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.014 0.052,0.035 0.078,0.061c0.04,0.039 0.071,0.059 0.095,0.059c0.015,0 0.026,-0.006 0.034,-0.017c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.007 0.002,-0.012 0.007,-0.016c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,0Z" fill="#f5841f"/>
<path d="M8.34,7.698c0.015,0 0.023,0.009 0.023,0.026c-0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.023 -0.052,0.035 -0.092,0.035c-0.021,0 -0.045,-0.007 -0.07,-0.021c-0.026,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.072,-0.059 -0.095,-0.059c-0.015,-0 -0.027,0.005 -0.035,0.017c-0.008,0.011 -0.012,0.028 -0.012,0.05c-0,0.014 -0.009,0.022 -0.027,0.022l-0.027,-0c-0.016,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.01,-0.078 0.032,-0.102c0.021,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.025,0.014 0.051,0.035 0.077,0.061c0.04,0.039 0.072,0.059 0.095,0.059c0.015,0 0.027,-0.006 0.035,-0.017c0.007,-0.012 0.011,-0.029 0.011,-0.051c0,-0.007 0.003,-0.012 0.007,-0.016c0.005,-0.004 0.011,-0.006 0.02,-0.006l0.028,0Z" fill="#fdba12"/>
<path d="M8.903,7.698c0.015,0 0.022,0.009 0.022,0.026c0,0.045 -0.011,0.079 -0.032,0.103c-0.021,0.023 -0.051,0.035 -0.091,0.035c-0.022,0 -0.045,-0.007 -0.071,-0.021c-0.025,-0.014 -0.051,-0.034 -0.077,-0.06c-0.04,-0.039 -0.071,-0.059 -0.095,-0.059c-0.015,-0 -0.026,0.005 -0.034,0.017c-0.009,0.011 -0.013,0.028 -0.013,0.05c0,0.014 -0.009,0.022 -0.026,0.022l-0.028,-0c-0.015,-0 -0.023,-0.009 -0.023,-0.026c-0,-0.044 0.011,-0.078 0.032,-0.102c0.022,-0.024 0.052,-0.036 0.092,-0.036c0.021,-0 0.044,0.007 0.07,0.021c0.026,0.014 0.052,0.035 0.078,0.061c0.04,0.039 0.071,0.059 0.095,0.059c0.015,0 0.026,-0.006 0.034,-0.017c0.008,-0.012 0.012,-0.029 0.012,-0.051c-0,-0.007 0.002,-0.012 0.007,-0.016c0.004,-0.004 0.011,-0.006 0.019,-0.006l0.029,0Z" fill="#fdba12"/>
<path d="M13.416,7.924c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.41,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.635c-0,-0.016 0.008,-0.024 0.024,-0.024l0.034,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.584l0.351,-0Z" fill="#f5841f"/>
<path d="M13.511,8.023c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,0c0.016,0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.009,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#f5841f"/>
<path d="M14.073,8.023c0,-0.016 0.008,-0.024 0.025,-0.024l0.414,0c0.016,0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#fdba12"/>
<path d="M1.529,9.104c0.013,0.002 0.019,0.01 0.019,0.022c0,0.003 0,0.006 -0,0.008l-0.006,0.027c-0.003,0.016 -0.013,0.022 -0.03,0.019c-0.067,-0.014 -0.126,-0.042 -0.178,-0.083c-0.051,-0.042 -0.092,-0.094 -0.121,-0.158c-0.029,-0.063 -0.043,-0.132 -0.043,-0.209c-0,-0.076 0.014,-0.145 0.043,-0.209c0.029,-0.063 0.07,-0.115 0.121,-0.157c0.052,-0.041 0.111,-0.069 0.178,-0.083l0.008,-0.001c0.011,0 0.018,0.007 0.022,0.02l0.006,0.027c0,0.002 0,0.005 0,0.008c0,0.012 -0.006,0.02 -0.019,0.021c-0.054,0.011 -0.101,0.033 -0.142,0.068c-0.042,0.034 -0.074,0.078 -0.098,0.131c-0.023,0.052 -0.035,0.111 -0.035,0.175c0,0.065 0.012,0.123 0.035,0.176c0.024,0.053 0.056,0.097 0.098,0.131c0.041,0.035 0.088,0.057 0.142,0.067Z" fill="#f5841f"/>
<path d="M2.171,9.14c0.002,0.005 0.003,0.009 0.003,0.012c-0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.02,0.014l0.404,0.807Z" fill="#d2232a"/>
<path d="M2.733,9.14c0.002,0.005 0.003,0.009 0.003,0.012c0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c-0,-0.007 0.004,-0.014 0.014,-0.019l0.031,-0.016c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,0 0.014,0.005 0.019,0.014l0.404,0.807Z" fill="#f5841f"/>
<path d="M2.894,9.104c0.054,-0.01 0.101,-0.032 0.143,-0.067c0.041,-0.034 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.035,-0.111 0.035,-0.176c0,-0.064 -0.011,-0.123 -0.035,-0.175c-0.023,-0.053 -0.056,-0.097 -0.097,-0.131c-0.042,-0.035 -0.089,-0.057 -0.143,-0.068c-0.013,-0.001 -0.019,-0.009 -0.019,-0.021c-0,-0.003 0,-0.006 0.001,-0.008l0.006,-0.027c0.002,-0.016 0.012,-0.022 0.029,-0.019c0.067,0.014 0.127,0.042 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.064 0.043,0.133 0.043,0.209c0,0.077 -0.014,0.146 -0.043,0.209c-0.029,0.064 -0.069,0.116 -0.121,0.158c-0.051,0.041 -0.111,0.069 -0.178,0.083l-0.008,0.001c-0.011,-0 -0.018,-0.007 -0.021,-0.02l-0.006,-0.027c-0.001,-0.002 -0.001,-0.005 -0.001,-0.008c-0,-0.012 0.006,-0.02 0.019,-0.022Z" fill="#f5841f"/>
<path d="M4.904,9.104c0.013,0.002 0.019,0.01 0.019,0.022c0,0.003 -0,0.006 -0.001,0.008l-0.006,0.027c-0.002,0.016 -0.012,0.022 -0.029,0.019c-0.067,-0.014 -0.126,-0.042 -0.178,-0.083c-0.051,-0.042 -0.092,-0.094 -0.121,-0.158c-0.029,-0.063 -0.043,-0.132 -0.043,-0.209c-0,-0.076 0.014,-0.145 0.043,-0.209c0.029,-0.063 0.07,-0.115 0.121,-0.157c0.052,-0.041 0.111,-0.069 0.178,-0.083l0.008,-0.001c0.011,0 0.018,0.007 0.021,0.02l0.006,0.027c0.001,0.002 0.001,0.005 0.001,0.008c0,0.012 -0.006,0.02 -0.019,0.021c-0.054,0.011 -0.101,0.033 -0.143,0.068c-0.041,0.034 -0.073,0.078 -0.097,0.131c-0.023,0.052 -0.035,0.111 -0.035,0.175c-0,0.065 0.012,0.123 0.035,0.176c0.024,0.053 0.056,0.097 0.097,0.131c0.042,0.035 0.089,0.057 0.143,0.067Z" fill="#f5841f"/>
<path d="M5.545,9.14c0.002,0.005 0.003,0.009 0.003,0.012c0,0.008 -0.004,0.015 -0.013,0.02l-0.032,0.015c-0.004,0.002 -0.008,0.003 -0.012,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.807Z" fill="#fdba12"/>
<path d="M6.108,9.14c0.002,0.005 0.003,0.009 0.003,0.012c-0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c-0,-0.007 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.807Z" fill="#f5841f"/>
<path d="M6.67,9.14c0.002,0.005 0.003,0.009 0.003,0.012c0,0.008 -0.004,0.015 -0.013,0.02l-0.032,0.015c-0.004,0.002 -0.009,0.003 -0.012,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.807Z" fill="#f5841f"/>
<path d="M6.832,9.104c0.053,-0.01 0.101,-0.032 0.142,-0.067c0.041,-0.034 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.036,-0.111 0.036,-0.176c-0,-0.064 -0.012,-0.123 -0.036,-0.175c-0.023,-0.053 -0.056,-0.097 -0.097,-0.131c-0.041,-0.035 -0.089,-0.057 -0.142,-0.068c-0.013,-0.001 -0.02,-0.009 -0.02,-0.021c0,-0.003 0,-0.006 0.001,-0.008l0.006,-0.027c0.003,-0.016 0.012,-0.022 0.029,-0.019c0.068,0.014 0.127,0.042 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.064 0.044,0.133 0.044,0.209c-0,0.077 -0.015,0.146 -0.044,0.209c-0.029,0.064 -0.069,0.116 -0.121,0.158c-0.051,0.041 -0.11,0.069 -0.178,0.083l-0.007,0.001c-0.012,-0 -0.019,-0.007 -0.022,-0.02l-0.006,-0.027c-0.001,-0.002 -0.001,-0.005 -0.001,-0.008c0,-0.012 0.007,-0.02 0.02,-0.022Z" fill="#f5841f"/>
<path d="M7.324,9.023c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M14.545,9.14c0.002,0.005 0.003,0.009 0.003,0.012c-0,0.008 -0.005,0.015 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.02,-0.013l-0.404,-0.807c-0.001,-0.005 -0.002,-0.009 -0.002,-0.013c-0,-0.007 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.807Z" fill="#fdba12"/>
<path d="M14.636,8.63c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.009 0.024,0.025l0,0.026c0,0.017 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.025l-0,-0.025Zm-0,0.224c-0,-0.016 0.008,-0.025 0.024,-0.025l0.414,0c0.016,0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#fdba12"/>
<path d="M15.198,8.63c0,-0.017 0.008,-0.026 0.025,-0.026l0.413,0c0.017,0 0.025,0.009 0.025,0.025l-0,0.026c-0,0.017 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.008 -0.025,-0.025l0,-0.025Zm0,0.224c0,-0.016 0.008,-0.025 0.025,-0.025l0.413,0c0.017,0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#fdba12"/>
<path d="M15.761,9.023c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#f5841f"/>
<path d="M16.323,9.023c0,-0.016 0.008,-0.024 0.025,-0.024l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#f5841f"/>
<path d="M2.171,10.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M2.613,9.922c-0.007,0.027 -0.021,0.048 -0.043,0.064c-0.022,0.015 -0.047,0.023 -0.077,0.023c-0.029,-0 -0.055,-0.008 -0.076,-0.023c-0.022,-0.015 -0.037,-0.036 -0.044,-0.064l-0.145,-0.579c-0,-0.002 -0.001,-0.005 -0.001,-0.008c0,-0.006 0.002,-0.011 0.006,-0.014c0.004,-0.004 0.01,-0.006 0.017,-0.006l0.034,0c0.016,0 0.025,0.007 0.027,0.022l0.144,0.571c0.002,0.008 0.007,0.015 0.014,0.02c0.007,0.004 0.015,0.006 0.024,0.006c0.01,0 0.018,-0.002 0.025,-0.006c0.007,-0.005 0.012,-0.012 0.014,-0.02l0.142,-0.571c0.004,-0.015 0.013,-0.022 0.028,-0.022l0.035,0c0.014,0 0.022,0.007 0.022,0.019c-0,0.004 -0.001,0.007 -0.001,0.009l-0.145,0.579Z" fill="#d2232a"/>
<path d="M5.545,10.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.013,0.02l-0.032,0.015c-0.004,0.002 -0.008,0.003 -0.012,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#f5841f"/>
<path d="M6.108,10.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c-0,-0.007 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#f5841f"/>
<path d="M6.67,10.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.013,0.02l-0.032,0.015c-0.004,0.002 -0.009,0.003 -0.012,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M6.832,10.104c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.041,-0.035 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.036,-0.111 0.036,-0.176c-0,-0.064 -0.012,-0.123 -0.036,-0.175c-0.023,-0.053 -0.056,-0.097 -0.097,-0.131c-0.041,-0.035 -0.089,-0.057 -0.142,-0.068c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.003 0,-0.006 0.001,-0.008l0.006,-0.027c0.003,-0.016 0.012,-0.022 0.029,-0.019c0.068,0.014 0.127,0.041 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.064 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.121,0.157c-0.051,0.042 -0.11,0.07 -0.178,0.083l-0.007,0.001c-0.012,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.027c-0.001,-0.002 -0.001,-0.005 -0.001,-0.008c0,-0.013 0.007,-0.02 0.02,-0.022Z" fill="#d2232a"/>
<path d="M7.886,9.63c0,-0.017 0.008,-0.026 0.025,-0.026l0.413,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.009 -0.025,-0.025l0,-0.025Zm0,0.224c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#d2232a"/>
<path d="M8.449,9.63c-0,-0.017 0.008,-0.026 0.024,-0.026l0.414,0c0.016,0 0.024,0.008 0.024,0.025l0,0.026c0,0.016 -0.008,0.025 -0.024,0.025l-0.414,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.025Zm-0,0.224c-0,-0.017 0.008,-0.025 0.024,-0.025l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.026Z" fill="#d2232a"/>
<path d="M9.011,9.63c0,-0.017 0.008,-0.026 0.025,-0.026l0.413,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.026c-0,0.016 -0.008,0.025 -0.025,0.025l-0.413,-0c-0.017,-0 -0.025,-0.009 -0.025,-0.025l0,-0.025Zm0,0.224c0,-0.017 0.008,-0.025 0.025,-0.025l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.026Z" fill="#f5841f"/>
<path d="M9.574,10.023c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#f5841f"/>
<path d="M10.136,10.023c0,-0.016 0.008,-0.024 0.025,-0.024l0.413,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.413,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#f5841f"/>
<path d="M10.699,10.023c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#f5841f"/>
<path d="M11.261,10.023c0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.027c-0,0.016 -0.008,0.024 -0.025,0.024l-0.414,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.027Z" fill="#f5841f"/>
<path d="M11.823,10.023c0,-0.016 0.009,-0.024 0.025,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.027Z" fill="#f5841f"/>
<path d="M14.545,10.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.02,-0.013l-0.404,-0.807c-0.001,-0.005 -0.002,-0.009 -0.002,-0.013c-0,-0.007 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M15.107,10.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.013,0.02l-0.032,0.015c-0.004,0.002 -0.009,0.003 -0.012,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M15.67,10.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M16.232,10.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.014,0.02l-0.031,0.015c-0.004,0.002 -0.009,0.003 -0.013,0.003c-0.007,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c-0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M16.795,10.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.02,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c0,-0.007 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.02,0.014l0.404,0.806Z" fill="#f5841f"/>
<path d="M17.357,10.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.014,0.02l-0.031,0.015c-0.004,0.002 -0.009,0.003 -0.013,0.003c-0.007,0 -0.014,-0.004 -0.019,-0.013l-0.404,-0.807c-0.002,-0.005 -0.003,-0.009 -0.003,-0.013c-0,-0.007 0.004,-0.014 0.014,-0.019l0.031,-0.016c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#f5841f"/>
<path d="M6.108,11.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.019,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M6.55,10.922c-0.007,0.027 -0.021,0.048 -0.043,0.064c-0.021,0.015 -0.047,0.022 -0.076,0.022c-0.03,0 -0.055,-0.007 -0.077,-0.022c-0.022,-0.015 -0.036,-0.036 -0.044,-0.064l-0.144,-0.579c-0.001,-0.002 -0.001,-0.005 -0.001,-0.008c-0,-0.006 0.002,-0.011 0.005,-0.014c0.004,-0.004 0.01,-0.006 0.017,-0.006l0.034,0c0.016,0 0.025,0.007 0.028,0.022l0.144,0.571c0.001,0.008 0.006,0.015 0.013,0.019c0.007,0.005 0.016,0.007 0.025,0.007c0.009,0 0.017,-0.002 0.024,-0.007c0.007,-0.004 0.012,-0.011 0.014,-0.019l0.143,-0.571c0.004,-0.015 0.013,-0.022 0.027,-0.022l0.035,0c0.015,0 0.022,0.006 0.022,0.019c-0,0.004 -0.001,0.007 -0.001,0.009l-0.145,0.579Z" fill="#d2232a"/>
<path d="M6.832,11.104c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.041,-0.035 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.036,-0.111 0.036,-0.176c-0,-0.064 -0.012,-0.123 -0.036,-0.176c-0.023,-0.052 -0.056,-0.096 -0.097,-0.13c-0.041,-0.035 -0.089,-0.057 -0.142,-0.068c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.004 0,-0.006 0.001,-0.008l0.006,-0.027c0.003,-0.016 0.012,-0.022 0.029,-0.019c0.068,0.014 0.127,0.041 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.121,0.157c-0.051,0.042 -0.11,0.07 -0.178,0.083l-0.007,0.001c-0.012,0 -0.019,-0.006 -0.022,-0.019l-0.006,-0.028c-0.001,-0.001 -0.001,-0.004 -0.001,-0.007c0,-0.013 0.007,-0.02 0.02,-0.022Z" fill="#d2232a"/>
<path d="M10.608,11.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M10.699,11.023c-0,-0.016 0.008,-0.024 0.024,-0.024l0.414,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.027c0,0.016 -0.008,0.024 -0.024,0.024l-0.414,-0c-0.016,-0 -0.024,-0.008 -0.024,-0.024l-0,-0.027Z" fill="#d2232a"/>
<path d="M11.331,11.104c0.054,-0.01 0.101,-0.033 0.143,-0.067c0.041,-0.035 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.035,-0.111 0.035,-0.176c0,-0.064 -0.011,-0.123 -0.035,-0.176c-0.023,-0.052 -0.056,-0.096 -0.097,-0.13c-0.042,-0.035 -0.089,-0.057 -0.143,-0.068c-0.013,-0.002 -0.019,-0.009 -0.019,-0.021c-0,-0.004 0,-0.006 0.001,-0.008l0.006,-0.027c0.002,-0.016 0.012,-0.022 0.029,-0.019c0.067,0.014 0.127,0.041 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.063 0.043,0.133 0.043,0.209c0,0.076 -0.014,0.146 -0.043,0.209c-0.029,0.063 -0.069,0.116 -0.121,0.157c-0.051,0.042 -0.111,0.07 -0.178,0.083l-0.008,0.001c-0.011,0 -0.018,-0.006 -0.021,-0.019l-0.006,-0.028c-0.001,-0.001 -0.001,-0.004 -0.001,-0.007c-0,-0.013 0.006,-0.02 0.019,-0.022Z" fill="#d2232a"/>
<path d="M12.857,11.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.013,0.02l-0.032,0.015c-0.004,0.002 -0.008,0.003 -0.012,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#f5841f"/>
<path d="M13.42,11.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.019,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#f5841f"/>
<path d="M13.982,11.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.013,0.02l-0.032,0.015c-0.004,0.002 -0.009,0.003 -0.012,0.003c-0.008,0 -0.015,-0.004 -0.02,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M14.545,11.139c0.002,0.006 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.02l-0.031,0.015c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,0 -0.014,-0.004 -0.02,-0.014l-0.404,-0.806c-0.001,-0.005 -0.002,-0.01 -0.002,-0.013c-0,-0.008 0.004,-0.014 0.013,-0.019l0.032,-0.016c0.004,-0.002 0.008,-0.003 0.012,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M15.041,10.315c0.016,0 0.024,0.008 0.024,0.025l0,0.395c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.103,0.065 -0.172,0.065c-0.049,0 -0.097,-0.009 -0.143,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.02c0,-0.004 0.001,-0.008 0.003,-0.012l0.01,-0.023c0.004,-0.011 0.011,-0.016 0.02,-0.016c0.005,-0 0.009,0.001 0.011,0.002c0.041,0.015 0.077,0.022 0.109,0.022c0.045,0 0.083,-0.015 0.115,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l0,-0.344l-0.214,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.027c0,-0.017 0.009,-0.025 0.025,-0.025l0.274,0Z" fill="#fdba12"/>
<path d="M15.603,10.315c0.017,0 0.025,0.008 0.025,0.025l-0,0.395c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.009 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.02c-0,-0.004 0.001,-0.008 0.003,-0.012l0.009,-0.023c0.004,-0.011 0.011,-0.016 0.021,-0.016c0.004,-0 0.008,0.001 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l-0,-0.344l-0.215,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027c-0,-0.017 0.008,-0.025 0.024,-0.025l0.274,0Z" fill="#fdba12"/>
<path d="M16.232,11.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.014,0.02l-0.031,0.015c-0.004,0.002 -0.009,0.003 -0.013,0.003c-0.007,0 -0.014,-0.004 -0.019,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M16.728,10.315c0.016,0 0.025,0.008 0.025,0.025l-0,0.395c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.104,0.065 -0.173,0.065c-0.049,0 -0.097,-0.009 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.02c-0,-0.004 0.001,-0.008 0.002,-0.012l0.01,-0.023c0.004,-0.011 0.011,-0.016 0.021,-0.016c0.004,-0 0.008,0.001 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.047,-0.081 0.047,-0.151l0,-0.344l-0.214,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027c-0,-0.017 0.008,-0.025 0.024,-0.025l0.274,0Z" fill="#f5841f"/>
<path d="M17.357,11.139c0.002,0.006 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.014,0.02l-0.031,0.015c-0.004,0.002 -0.009,0.003 -0.013,0.003c-0.007,0 -0.014,-0.004 -0.019,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.004,-0.014 0.014,-0.019l0.031,-0.016c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#f5841f"/>
<path d="M17.519,11.104c0.053,-0.01 0.1,-0.033 0.142,-0.067c0.041,-0.035 0.074,-0.078 0.097,-0.131c0.024,-0.053 0.035,-0.111 0.035,-0.176c0,-0.064 -0.011,-0.123 -0.035,-0.176c-0.023,-0.052 -0.056,-0.096 -0.097,-0.13c-0.042,-0.035 -0.089,-0.057 -0.142,-0.068c-0.014,-0.002 -0.02,-0.009 -0.02,-0.021c-0,-0.004 0,-0.006 0.001,-0.008l0.006,-0.027c0.002,-0.016 0.012,-0.022 0.029,-0.019c0.067,0.014 0.127,0.041 0.178,0.083c0.052,0.042 0.092,0.094 0.121,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.121,0.157c-0.051,0.042 -0.111,0.07 -0.178,0.083l-0.008,0.001c-0.011,0 -0.018,-0.006 -0.021,-0.019l-0.006,-0.028c-0.001,-0.001 -0.001,-0.004 -0.001,-0.007c-0,-0.013 0.006,-0.02 0.02,-0.022Z" fill="#f5841f"/>
<path d="M12.781,11.333c0.005,-0.009 0.012,-0.014 0.02,-0.014c0.004,0 0.008,0.001 0.012,0.003l0.032,0.016c0.009,0.005 0.013,0.011 0.013,0.019c0,0.003 -0.001,0.008 -0.003,0.013l-0.404,0.806c-0.005,0.009 -0.011,0.014 -0.019,0.014c-0.003,-0 -0.008,-0.001 -0.013,-0.003l-0.031,-0.016c-0.009,-0.005 -0.014,-0.011 -0.014,-0.019c0,-0.003 0.001,-0.008 0.003,-0.013l0.404,-0.806Z" fill="#d2232a"/>
<path d="M13.353,11.315c0.017,0 0.025,0.008 0.025,0.025l-0,0.395c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.009 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.02c-0,-0.004 0.001,-0.008 0.003,-0.012l0.009,-0.024c0.004,-0.01 0.011,-0.015 0.021,-0.015c0.005,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l-0,-0.344l-0.215,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.027c0,-0.017 0.008,-0.025 0.024,-0.025l0.274,0Z" fill="#f5841f"/>
<path d="M13.982,12.139c0.002,0.005 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.013,0.019l-0.032,0.016c-0.004,0.002 -0.009,0.003 -0.012,0.003c-0.008,-0 -0.015,-0.005 -0.02,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.014,0.005 0.019,0.014l0.404,0.806Z" fill="#fdba12"/>
<path d="M14.478,11.315c0.017,0 0.025,0.008 0.025,0.025l-0,0.395c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.009 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.02c-0,-0.004 0.001,-0.008 0.003,-0.012l0.009,-0.024c0.004,-0.01 0.011,-0.015 0.021,-0.015c0.004,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l-0,-0.344l-0.215,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027c-0,-0.017 0.008,-0.025 0.024,-0.025l0.274,0Z" fill="#f5841f"/>
<path d="M15.128,11.365c-0,0.016 -0.008,0.024 -0.025,0.024l-0.194,0l-0,0.585c-0,0.016 -0.008,0.025 -0.025,0.025l-0.034,-0c-0.016,-0 -0.024,-0.009 -0.024,-0.025l-0,-0.585l-0.195,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.025c0,-0.017 0.009,-0.025 0.025,-0.025l0.471,0c0.017,0 0.025,0.008 0.025,0.025l-0,0.025Z" fill="#d2232a"/>
<path d="M15.67,12.139c0.002,0.005 0.003,0.01 0.003,0.013c-0,0.008 -0.005,0.014 -0.014,0.019l-0.031,0.016c-0.005,0.002 -0.009,0.003 -0.013,0.003c-0.008,-0 -0.014,-0.005 -0.02,-0.014l-0.404,-0.806c-0.002,-0.005 -0.003,-0.01 -0.003,-0.013c0,-0.008 0.005,-0.014 0.014,-0.019l0.031,-0.016c0.005,-0.002 0.009,-0.003 0.013,-0.003c0.008,0 0.015,0.005 0.02,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M16.166,11.315c0.016,0 0.024,0.008 0.024,0.025l0,0.395c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.103,0.065 -0.172,0.065c-0.049,0 -0.097,-0.009 -0.143,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.02c0,-0.004 0.001,-0.008 0.003,-0.012l0.01,-0.024c0.004,-0.01 0.011,-0.015 0.02,-0.015c0.005,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.109,0.022c0.045,0 0.083,-0.015 0.115,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l0,-0.344l-0.214,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027c0,-0.017 0.008,-0.025 0.025,-0.025l0.274,0Z" fill="#f5841f"/>
<path d="M16.728,11.315c0.016,0 0.025,0.008 0.025,0.025l-0,0.395c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.104,0.065 -0.173,0.065c-0.049,0 -0.097,-0.009 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.02c-0,-0.004 0.001,-0.008 0.002,-0.012l0.01,-0.024c0.004,-0.01 0.011,-0.015 0.021,-0.015c0.004,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.047,-0.081 0.047,-0.151l0,-0.344l-0.214,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027c-0,-0.017 0.008,-0.025 0.024,-0.025l0.274,0Z" fill="#f5841f"/>
<path d="M17.291,11.315c0.016,0 0.024,0.008 0.024,0.025l0,0.395c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.103,0.065 -0.173,0.065c-0.048,0 -0.096,-0.009 -0.142,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.02c-0,-0.004 0.001,-0.008 0.003,-0.012l0.01,-0.024c0.004,-0.01 0.01,-0.015 0.02,-0.015c0.005,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.109,0.022c0.045,0 0.083,-0.015 0.115,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l-0,-0.344l-0.214,0c-0.017,0 -0.025,-0.008 -0.025,-0.024l0,-0.027c0,-0.017 0.008,-0.025 0.025,-0.025l0.274,0Z" fill="#f5841f"/>
<path d="M17.853,11.315c0.016,0 0.025,0.008 0.025,0.025l-0,0.395c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.044 -0.104,0.065 -0.173,0.065c-0.049,0 -0.097,-0.009 -0.143,-0.029c-0.01,-0.004 -0.016,-0.011 -0.016,-0.02c0,-0.004 0.001,-0.008 0.003,-0.012l0.01,-0.024c0.004,-0.01 0.011,-0.015 0.021,-0.015c0.004,-0 0.008,0 0.01,0.002c0.042,0.015 0.078,0.022 0.109,0.022c0.045,0 0.084,-0.015 0.115,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l0,-0.344l-0.214,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.027c-0,-0.017 0.008,-0.025 0.024,-0.025l0.274,0Z" fill="#d2232a"/>
<path d="M18.081,12.104c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.078 0.098,-0.131c0.023,-0.053 0.035,-0.111 0.035,-0.176c-0,-0.064 -0.012,-0.123 -0.035,-0.176c-0.024,-0.052 -0.056,-0.096 -0.098,-0.131c-0.041,-0.034 -0.089,-0.056 -0.142,-0.067c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.004 0.001,-0.006 0.001,-0.008l0.006,-0.028c0.003,-0.015 0.013,-0.021 0.03,-0.018c0.067,0.014 0.126,0.041 0.178,0.083c0.051,0.042 0.091,0.094 0.12,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.116 -0.12,0.157c-0.052,0.042 -0.111,0.07 -0.178,0.083l-0.008,0.001c-0.011,0 -0.018,-0.006 -0.022,-0.019l-0.006,-0.028c-0,-0.002 -0.001,-0.004 -0.001,-0.007c0,-0.013 0.007,-0.02 0.02,-0.022Z" fill="#d2232a"/>
<path d="M12.778,13.104c0.013,0.002 0.02,0.009 0.02,0.021c-0,0.004 -0.001,0.006 -0.001,0.008l-0.006,0.028c-0.003,0.015 -0.012,0.021 -0.029,0.018c-0.068,-0.014 -0.127,-0.041 -0.178,-0.083c-0.052,-0.042 -0.092,-0.094 -0.121,-0.157c-0.029,-0.063 -0.044,-0.133 -0.044,-0.209c0,-0.076 0.015,-0.146 0.044,-0.209c0.029,-0.063 0.069,-0.116 0.121,-0.157c0.051,-0.042 0.11,-0.07 0.178,-0.083l0.007,-0.001c0.011,-0 0.019,0.006 0.022,0.019l0.006,0.028c0,0.002 0.001,0.004 0.001,0.008c-0,0.012 -0.007,0.019 -0.02,0.021c-0.053,0.01 -0.101,0.033 -0.142,0.067c-0.042,0.035 -0.074,0.078 -0.097,0.131c-0.024,0.053 -0.036,0.112 -0.036,0.176c0,0.064 0.012,0.123 0.036,0.176c0.023,0.052 0.055,0.096 0.097,0.131c0.041,0.034 0.089,0.057 0.142,0.067Z" fill="#d2232a"/>
<path d="M13.353,12.315c0.017,-0 0.025,0.008 0.025,0.024l-0,0.396c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.01 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.021c-0,-0.003 0.001,-0.007 0.003,-0.011l0.009,-0.024c0.004,-0.01 0.011,-0.015 0.021,-0.015c0.005,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l-0,-0.344l-0.215,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l0,-0.028c0,-0.016 0.008,-0.024 0.024,-0.024l0.274,-0Z" fill="#d2232a"/>
<path d="M13.916,12.315c0.016,-0 0.024,0.008 0.024,0.024l0,0.396c0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.103,0.065 -0.172,0.065c-0.049,0 -0.097,-0.01 -0.143,-0.029c-0.011,-0.004 -0.016,-0.011 -0.016,-0.021c0,-0.003 0.001,-0.007 0.003,-0.011l0.01,-0.024c0.004,-0.01 0.011,-0.015 0.02,-0.015c0.005,-0 0.009,0 0.011,0.002c0.041,0.015 0.078,0.022 0.109,0.022c0.045,0 0.083,-0.015 0.115,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l0,-0.344l-0.214,0c-0.016,0 -0.025,-0.008 -0.025,-0.024l0,-0.028c0,-0.016 0.009,-0.024 0.025,-0.024l0.274,-0Z" fill="#f5841f"/>
<path d="M14.478,12.315c0.017,-0 0.025,0.008 0.025,0.024l-0,0.396c-0,0.095 -0.023,0.164 -0.069,0.208c-0.046,0.043 -0.104,0.065 -0.173,0.065c-0.049,0 -0.096,-0.01 -0.143,-0.029c-0.01,-0.004 -0.015,-0.011 -0.015,-0.021c-0,-0.003 0.001,-0.007 0.003,-0.011l0.009,-0.024c0.004,-0.01 0.011,-0.015 0.021,-0.015c0.004,-0 0.008,0 0.011,0.002c0.041,0.015 0.077,0.022 0.108,0.022c0.045,0 0.084,-0.015 0.116,-0.046c0.032,-0.031 0.048,-0.081 0.048,-0.151l-0,-0.344l-0.215,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.028c-0,-0.016 0.008,-0.024 0.024,-0.024l0.274,-0Z" fill="#f5841f"/>
<path d="M14.884,12.266c0.017,0 0.025,0.008 0.025,0.025l-0,0.857c-0,0.016 -0.008,0.024 -0.025,0.024l-0.034,0c-0.016,0 -0.024,-0.008 -0.024,-0.024l-0,-0.857c-0,-0.017 0.008,-0.025 0.024,-0.025l0.034,0Z" fill="#d2232a"/>
<path d="M16.232,13.139c0.002,0.005 0.003,0.01 0.003,0.013c0,0.008 -0.004,0.014 -0.014,0.019l-0.031,0.016c-0.004,0.002 -0.009,0.003 -0.013,0.003c-0.007,-0 -0.014,-0.005 -0.019,-0.014l-0.404,-0.806c-0.002,-0.006 -0.003,-0.01 -0.003,-0.013c-0,-0.008 0.005,-0.014 0.014,-0.02l0.031,-0.015c0.004,-0.002 0.009,-0.003 0.013,-0.003c0.007,-0 0.014,0.004 0.019,0.014l0.404,0.806Z" fill="#d2232a"/>
<path d="M16.669,12.339c0,-0.016 0.009,-0.024 0.025,-0.024l0.034,-0c0.016,-0 0.025,0.008 0.025,0.024l-0,0.452c-0,0.145 -0.066,0.217 -0.198,0.217c-0.132,0 -0.199,-0.072 -0.199,-0.217l0,-0.452c0,-0.016 0.009,-0.024 0.025,-0.024l0.034,-0c0.016,-0 0.025,0.008 0.025,0.024l-0,0.452c-0,0.053 0.008,0.09 0.026,0.111c0.018,0.021 0.047,0.032 0.089,0.032c0.042,0 0.071,-0.011 0.089,-0.032c0.017,-0.021 0.025,-0.058 0.025,-0.111l0,-0.452Z" fill="#d2232a"/>
<path d="M17.232,12.339c-0,-0.016 0.008,-0.024 0.024,-0.024l0.035,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.452c0,0.145 -0.066,0.217 -0.198,0.217c-0.132,0 -0.198,-0.072 -0.198,-0.217l-0,-0.452c-0,-0.016 0.008,-0.024 0.024,-0.024l0.035,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.452c0,0.053 0.009,0.09 0.026,0.111c0.018,0.021 0.048,0.032 0.089,0.032c0.042,0 0.072,-0.011 0.089,-0.032c0.017,-0.021 0.026,-0.058 0.026,-0.111l-0,-0.452Z" fill="#d2232a"/>
<path d="M17.794,12.339c0,-0.016 0.009,-0.024 0.025,-0.024l0.034,-0c0.016,-0 0.025,0.008 0.025,0.024l-0,0.452c-0,0.145 -0.066,0.217 -0.198,0.217c-0.132,0 -0.199,-0.072 -0.199,-0.217l0,-0.452c0,-0.016 0.009,-0.024 0.025,-0.024l0.034,-0c0.016,-0 0.025,0.008 0.025,0.024l-0,0.452c-0,0.053 0.008,0.09 0.026,0.111c0.018,0.021 0.047,0.032 0.089,0.032c0.042,0 0.071,-0.011 0.088,-0.032c0.018,-0.021 0.026,-0.058 0.026,-0.111l0,-0.452Z" fill="#d2232a"/>
<path d="M18.081,13.104c0.053,-0.01 0.101,-0.033 0.142,-0.067c0.042,-0.035 0.074,-0.079 0.098,-0.131c0.023,-0.053 0.035,-0.112 0.035,-0.176c-0,-0.064 -0.012,-0.123 -0.035,-0.176c-0.024,-0.053 -0.056,-0.096 -0.098,-0.131c-0.041,-0.034 -0.089,-0.057 -0.142,-0.067c-0.013,-0.002 -0.02,-0.009 -0.02,-0.021c0,-0.004 0.001,-0.006 0.001,-0.008l0.006,-0.028c0.003,-0.015 0.013,-0.021 0.03,-0.018c0.067,0.013 0.126,0.041 0.178,0.083c0.051,0.041 0.091,0.094 0.12,0.157c0.029,0.063 0.044,0.133 0.044,0.209c-0,0.076 -0.015,0.146 -0.044,0.209c-0.029,0.063 -0.069,0.115 -0.12,0.157c-0.052,0.042 -0.111,0.069 -0.178,0.083l-0.008,0.001c-0.011,0 -0.018,-0.006 -0.022,-0.019l-0.006,-0.028c-0,-0.002 -0.001,-0.004 -0.001,-0.008c0,-0.012 0.007,-0.019 0.02,-0.021Z" fill="#d2232a"/>
<path d="M13.341,14.104c0.013,0.002 0.019,0.009 0.019,0.021c0,0.004 -0,0.006 -0.001,0.008l-0.006,0.027c-0.002,0.016 -0.012,0.022 -0.029,0.019c-0.067,-0.014 -0.126,-0.041 -0.178,-0.083c-0.052,-0.042 -0.092,-0.094 -0.121,-0.157c-0.029,-0.063 -0.043,-0.133 -0.043,-0.209c-0,-0.076 0.014,-0.146 0.043,-0.209c0.029,-0.063 0.069,-0.116 0.121,-0.157c0.052,-0.042 0.111,-0.07 0.178,-0.083l0.008,-0.001c0.011,-0 0.018,0.006 0.021,0.019l0.006,0.028c0.001,0.002 0.001,0.004 0.001,0.007c0,0.013 -0.006,0.02 -0.019,0.022c-0.054,0.01 -0.101,0.033 -0.143,0.067c-0.041,0.035 -0.074,0.078 -0.097,0.131c-0.023,0.053 -0.035,0.111 -0.035,0.176c-0,0.064 0.012,0.123 0.035,0.176c0.023,0.052 0.056,0.096 0.097,0.13c0.042,0.035 0.089,0.057 0.143,0.068Z" fill="#d2232a"/>
<path d="M13.857,13.339c0,-0.016 0.008,-0.024 0.025,-0.024l0.034,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.451c0,0.146 -0.066,0.218 -0.197,0.218c-0.133,0 -0.199,-0.072 -0.199,-0.218l0,-0.451c0,-0.016 0.008,-0.024 0.025,-0.024l0.034,-0c0.016,-0 0.024,0.008 0.024,0.024l0,0.451c0,0.054 0.009,0.091 0.027,0.112c0.017,0.021 0.047,0.032 0.089,0.032c0.041,-0 0.071,-0.011 0.088,-0.032c0.018,-0.021 0.026,-0.058 0.026,-0.112l0,-0.451Z" fill="#d2232a"/>
<path d="M14.42,13.339c-0,-0.016 0.008,-0.024 0.024,-0.024l0.034,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.451c-0,0.146 -0.066,0.218 -0.198,0.218c-0.132,0 -0.198,-0.072 -0.198,-0.218l-0,-0.451c-0,-0.016 0.008,-0.024 0.024,-0.024l0.034,-0c0.017,-0 0.025,0.008 0.025,0.024l-0,0.451c-0,0.054 0.009,0.091 0.026,0.112c0.018,0.021 0.047,0.032 0.089,0.032c0.042,-0 0.071,-0.011 0.089,-0.032c0.017,-0.021 0.026,-0.058 0.026,-0.112l-0,-0.451Z" fill="#d2232a"/>
<path d="M14.706,14.104c0.054,-0.011 0.101,-0.033 0.143,-0.068c0.041,-0.034 0.073,-0.078 0.097,-0.13c0.023,-0.053 0.035,-0.112 0.035,-0.176c0,-0.065 -0.012,-0.123 -0.035,-0.176c-0.024,-0.053 -0.056,-0.096 -0.097,-0.131c-0.042,-0.034 -0.089,-0.057 -0.143,-0.067c-0.013,-0.002 -0.019,-0.009 -0.019,-0.022c-0,-0.003 -0,-0.005 0.001,-0.007l0.006,-0.028c0.002,-0.015 0.012,-0.022 0.029,-0.018c0.067,0.013 0.126,0.041 0.178,0.083c0.051,0.041 0.092,0.094 0.121,0.157c0.029,0.063 0.043,0.133 0.043,0.209c0,0.076 -0.014,0.146 -0.043,0.209c-0.029,0.063 -0.07,0.115 -0.121,0.157c-0.052,0.042 -0.111,0.069 -0.178,0.083l-0.008,0.001c-0.011,-0 -0.018,-0.007 -0.021,-0.02l-0.006,-0.027c-0.001,-0.002 -0.001,-0.004 -0.001,-0.008c-0,-0.012 0.006,-0.019 0.019,-0.021Z" fill="#d2232a"/>
</svg>

Before

Width:  |  Height:  |  Size: 85 KiB

View File

@ -1 +0,0 @@
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g style="mix-blend-mode:normal;fill:#4a90d9;fill-opacity:1"><path style="fill:#4a90d9;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" d="M474.61 255.118V406.3l-130.927 75.59V330.71zM343.683 330.709V179.528l-130.927 75.59Z" transform="matrix(.04764 0 0 .04764 -8.374 -7.77)"/><path style="fill:#4a90d9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:82.9362;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" d="M218.612 233.262a43.667 43.667 0 0 0-21.856 37.856V390.3a43.667 43.667 0 0 0 21.856 37.857l103.214 59.59a43.667 43.667 0 0 0 43.713 0l103.214-59.59a43.667 43.667 0 0 0 21.856-37.857V271.12a43.667 43.667 0 0 0-21.856-37.857l-103.214-59.59a43.667 43.667 0 0 0-43.713 0zm130.927-31.878 103.214 59.59a11.759 11.759 0 0 1 5.856 10.144V390.3c0 4.166-2.249 8.06-5.856 10.144l-103.214 59.59a11.759 11.759 0 0 1-11.713 0l-103.214-59.59a11.759 11.759 0 0 1-5.856-10.144V271.12c0-4.167 2.249-8.062 5.856-10.144l103.214-59.591a11.759 11.759 0 0 1 11.713 0z" transform="matrix(.04764 0 0 .04764 -8.374 -7.77)"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,27 +0,0 @@
<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
circle {
fill: none;
stroke: #000;
stroke-width: 12;
}
path {
fill: none;
stroke: #000;
stroke-width: 20;
}
.orange {
stroke:#d45500;
}
.red {
stroke:#aa0000;
}
</style>
<g transform="translate(28,28)">
<path d="M60 170 v-100 a50 50 0 0 1 50-50 h20" class="orange"/>
<path d="M60 170 v-35 a50 50 0 0 1 50-50 h20" class="red" />
<circle cx="140" cy="20" r="15" class="orange" />
<circle cx="140" cy="85" r="15" class="red" />
<circle cx="60" cy="180" r="15" class="red" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 679 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g transform="translate(-71.864 -75.357) scale(.98918)" style="stroke-width:.95521659"><circle style="color:#000;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:#000;solid-opacity:1;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:.47760829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke;color-rendering:auto;image-rendering:optimizeQuality;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" cx="105" cy="108.531" r="32.35"/><g style="display:inline;stroke-width:2.62722731"><path d="M-87.772-115.708c-3.995 2.057-6.417 4.636-6.417 6.972 0 .916-.23 3.817.763 4.77.093 1.382.246 2.684.469 3.914 2.188 2.8 11.35 7.898 23.167 7.898 11.588 0 20.851-4.809 23.306-7.618.301-1.255.545-2.571.711-3.967.695-1.033.625-3.277.625-4.997 0-1.735-1.454-3.462-2.467-4.001-.386.274-.96.741-1.358 1 .571.762.738 1.74.773 2.686 0 2.939-2.5 5.49-6.365 7.304-3.864 1.816-9.172 2.953-15.017 2.953-5.844 0-11.118-1.137-14.982-2.953-3.865-1.815-6.364-4.365-6.364-7.304 0-1.677 1.013-2.806 2.046-4.316.201-.294.34-.782.537-1.293a4.27 4.27 0 0 1 .573-1.048zm-3.278 21.824c3.93 8.509 12.17 11.673 21.867 11.673 8.87 0 16.246-3.608 20.306-11.166-3.117 3.013-11.045 6.36-20.896 6.36-10.228 0-18.587-3.823-21.277-6.867z" style="fill:#fff;fill-opacity:1;stroke:none;stroke-width:2.62722731" transform="translate(178.772 216.44) scale(1.05874)"/><g style="fill:#fff;stroke:#000;stroke-width:5.59483862;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M89.509-167.731c-.07.008-.11.02-.119.03-.394.407-.918 1.297-1.451 2.443-.507 1.09-1.015 2.438-1.496 3.835.126.05.241.083.385.134.218.077.453.18.667.414.233.256.312.565.385.8.072.235.129.42.31.563.084.065.294.164.504.281.21.117.44.25.578.489.142.249.36.605.503.977.63-.345 2.123-1.145 3.688-2.162.823-.535 1.645-1.103 2.28-1.673.636-.571 1.075-1.15 1.215-1.6.019-.06.014-.195-.134-.414a4.487 4.487 0 0 0-.725-.785c-.641-.564-1.559-1.19-2.518-1.748-.959-.557-1.953-1.046-2.754-1.333a4.754 4.754 0 0 0-1.022-.251 1.263 1.263 0 0 0-.296 0z" style="fill:#e4c548;fill-opacity:1;stroke:none;stroke-width:5.59483862" transform="translate(26.348 265.256) scale(1.05874)"/><path transform="translate(79.027 87.17) scale(.36074)" d="M72.656 3.469a4.03 4.03 0 0 0-.531.031c-3.883.49-6.844.875-7.594 1.469-3.762 2.976-8.156 4.111-12.469 3.687-1.59-.156-6.474.813-8.624 1.719-1.812.763-4.295 4.392-8.438 7.063-1.875 1.208-3.922 1.98-5.688 2.75-1.737.757-3.487 1.649-3.843 1.937-.369.298-.696.834-1.125 1.938-.406 1.043-.817 2.803-2.094 4.656-1.547 2.244-2.858 3.967-3.688 5.406-.83 1.439-1.187 2.527-1.187 3.781 0 5.201 4.995 11.132 14.969 15.782 9.983 4.653 24.224 7.687 40.062 7.687 15.839 0 30.204-3.034 40.188-7.688 9.98-4.652 14.937-10.609 14.937-15.78 0-1.617-.155-2.134-.812-3.938-.083-.228-.274-.587-.375-.844a1169.814 1169.814 0 0 1-7.906 4.5c-.01.006-.054-.006-.063 0l-.938.563-3.937 2.374c-.533-2.026-.296-4.58-1.281-6.343-.218-.36-.484-.937-.813-1.469-.207-.1-.423-.174-.562-.25a17.019 17.019 0 0 1-2.219-1.469c-1.69-1.324-2.274-3.123-2.562-4.062-.165-.535-.309-.804-.344-.907-.037 0-.074-.02-.281-.093-2.217-.715-3.605-1.634-5.5-2.938l.812-2.281.188-.469c.01-.028-.01-.064 0-.093.943-2.779 2.016-5.278 3.03-7.782-3.483-2.076-5.447-4.416-7.25-5.062-2.372-.852-7.74-.78-12.28-1-3.15-.153-5.666-1.198-7.626-1.907-1.483-.536-2.657-.872-3.656-.937-.148-.01-.323-.029-.5-.031z" style="display:inline;fill:#598d36;fill-opacity:1;stroke:none;stroke-width:5.59483862"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><g transform="matrix(1.280134 0 0 1.280134 -2089.590391 -2679.717298)"><use xlink:href="#A" fill="#767677" x="1669.3" y="2093.31"/><g fill="#f37726"><use xlink:href="#B" x="1639.74" y="2123.98"/><use xlink:href="#C" x="1639.73" y="2097.48"/></g><use xlink:href="#D" fill="#989798" x="1639.8" y="2135.81"/><use xlink:href="#E" fill="#6f7070" x="1638.36" y="2098.06"/></g><defs><path id="A" d="M5.894 2.844c.025.588-.123 1.17-.425 1.672s-.746.904-1.275 1.152-1.12.333-1.695.243a2.94 2.94 0 0 1-1.543-.748 2.98 2.98 0 0 1-.871-1.486c-.138-.57-.105-1.17.095-1.724A2.97 2.97 0 0 1 1.208.574 2.93 2.93 0 0 1 2.823.003c.78-.033 1.542.247 2.118.78s.918 1.274.952 2.06z"/><path id="B" d="M18.265 7.134C10.415 7.134 3.56 4.258 0 0c1.325 3.82 3.796 7.13 7.07 9.473s7.187 3.6 11.2 3.6 7.927-1.258 11.2-3.6S35.213 3.82 36.538 0C32.97 4.258 26.115 7.134 18.265 7.134z"/><path id="C" d="M18.273 5.94c7.85 0 14.706 2.877 18.265 7.134-1.325-3.82-3.796-7.13-7.07-9.473S22.282 0 18.27 0s-7.927 1.258-11.2 3.6S1.325 9.253 0 13.073C3.567 8.825 10.423 5.94 18.273 5.94z"/><path id="D" d="M7.428 3.583a3.77 3.77 0 0 1-.536 2.109c-.382.634-.94 1.14-1.608 1.452s-1.4.42-2.137.306-1.404-.442-1.945-.944S.28 5.353.105 4.632a3.78 3.78 0 0 1 .122-2.173c.253-.696.705-1.3 1.3-1.74S2.83.033 3.564.003c.983-.04 1.94.314 2.666.985a3.76 3.76 0 0 1 1.198 2.596z"/><path id="E" d="M2.275 4.396c-.43.02-.858-.092-1.227-.318S.385 3.52.203 3.127-.04 2.292.026 1.862.283 1.03.575.71s.672-.546 1.09-.65.86-.078 1.265.072.757.417 1.01.77a2.21 2.21 0 0 1-.156 2.784c-.39.43-.934.684-1.51.71z"/></defs></svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,367 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="249.14" height="297.14999" id="svg27450" version="1.1">
<title id="title20046">Tux</title>
<defs id="defs27452">
<linearGradient id="linearGradient14132-6">
<stop style="stop-color:#b98309" offset="0" id="stop14134-2"/>
<stop style="stop-color:#382605" offset="1" id="stop14136-2"/>
</linearGradient>
<filter id="filter14148-8" x="-0.10750898" width="1.215018" y="-0.10849553" height="1.2169911">
<feGaussianBlur stdDeviation="3.9237191" id="feGaussianBlur14150-8"/>
</filter>
<filter id="filter14140-3">
<feGaussianBlur stdDeviation="2.4365744" id="feGaussianBlur14142-5"/>
</filter>
<linearGradient id="linearGradient14168-5">
<stop style="stop-color:#ebc40c" offset="0" id="stop14170-8"/>
<stop style="stop-color:#ebc40c;stop-opacity:0" offset="1" id="stop14172-0"/>
</linearGradient>
<filter id="filter14176-5">
<feGaussianBlur stdDeviation="0.3702557" id="feGaussianBlur14178-0"/>
</filter>
<filter id="filter15053-7" x="-0.10103524" width="1.2020705" y="-0.042669769" height="1.0853395">
<feGaussianBlur stdDeviation="1.1322032" id="feGaussianBlur15055-3"/>
</filter>
<linearGradient id="linearGradient14830-4">
<stop id="stop14832-6" offset="0" style="stop-color:#7c7c7c"/>
<stop id="stop14834-5" offset="1" style="stop-color:#7c7c7c;stop-opacity:0.32941177"/>
</linearGradient>
<filter id="filter14812-5" x="-0.070455663" width="1.1409113" y="-0.15060219" height="1.3012044">
<feGaussianBlur stdDeviation="1.0252435" id="feGaussianBlur14814-2"/>
</filter>
<filter id="filter14812-0-9" x="-0.070455663" width="1.1409113" y="-0.15060219" height="1.3012044">
<feGaussianBlur stdDeviation="1.0252435" id="feGaussianBlur14814-6-7"/>
</filter>
<linearGradient id="linearGradient14518-6">
<stop id="stop14540-0" offset="0" style="stop-color:#110800"/>
<stop style="stop-color:#a65a00;stop-opacity:0.80000001" offset="0.59066743" id="stop14542-5"/>
<stop style="stop-color:#ff921e;stop-opacity:0" offset="1" id="stop14522-4"/>
</linearGradient>
<filter id="filter14897-2" x="-0.20050517" width="1.4010103" y="-0.23409025" height="1.4681805">
<feGaussianBlur stdDeviation="2.8444356" id="feGaussianBlur14899-5"/>
</filter>
<filter id="filter14951-8" x="-0.091410659" width="1.1828213" y="-0.10672215" height="1.2134444">
<feGaussianBlur stdDeviation="1.2967831" id="feGaussianBlur14953-7"/>
</filter>
<filter id="filter15211-9" x="-0.46932927" width="1.9386586" y="-0.27372435" height="1.5474488">
<feGaussianBlur stdDeviation="0.85991809" id="feGaussianBlur15213-7"/>
</filter>
<filter id="filter14706-3" x="-0.60389674" width="2.2077935" y="-0.48226368" height="1.9645272">
<feGaussianBlur stdDeviation="2.6400036" id="feGaussianBlur14708-8"/>
</filter>
<linearGradient id="linearGradient15103-0">
<stop style="stop-color:#000000" offset="0" id="stop15105-1"/>
<stop style="stop-color:#000000;stop-opacity:0" offset="1" id="stop15107-6"/>
</linearGradient>
<filter id="filter15115-3">
<feGaussianBlur stdDeviation="2.2091576" id="feGaussianBlur15117-8"/>
</filter>
<linearGradient id="linearGradient14392-8">
<stop style="stop-color:#3e2a06" offset="0" id="stop14394-3"/>
<stop style="stop-color:#ad780a" offset="1" id="stop14396-0"/>
</linearGradient>
<filter id="filter14416-8" x="-0.14501533" width="1.2900307" y="-0.14299878" height="1.2859976">
<feGaussianBlur stdDeviation="4.7787162" id="feGaussianBlur14418-5"/>
</filter>
<filter id="filter14432-2" x="-0.11529266" width="1.2305853" y="-0.12494507" height="1.2498901">
<feGaussianBlur stdDeviation="3.1725155" id="feGaussianBlur14434-2"/>
</filter>
<linearGradient id="linearGradient17009">
<stop style="stop-color:#f3cd0c" offset="0" id="stop17011"/>
<stop style="stop-color:#f3cd0c;stop-opacity:0" offset="1" id="stop17013"/>
</linearGradient>
<filter id="filter17044" x="-0.020911871" width="1.0418237" y="-0.12926871" height="1.2585374">
<feGaussianBlur stdDeviation="0.47946431" id="feGaussianBlur17046"/>
</filter>
<filter id="filter15185-2" x="-0.17754583" width="1.3550917" y="-0.15942827" height="1.3188565">
<feGaussianBlur stdDeviation="0.90083196" id="feGaussianBlur15187-7"/>
</filter>
<filter height="1.1156476" y="-0.057823781" width="2.6331918" x="-0.81659585" id="filter4592-2">
<feGaussianBlur id="feGaussianBlur4594-6" stdDeviation="1.4463082"/>
</filter>
<linearGradient id="linearGradient4417-0">
<stop id="stop4419-4-4" offset="0" style="stop-color:#000000"/>
<stop id="stop4421-2-0" offset="1" style="stop-color:#000000;stop-opacity:0.24886878"/>
</linearGradient>
<filter id="filter4538-7">
<feGaussianBlur id="feGaussianBlur4540-9" stdDeviation="0.7854602"/>
</filter>
<filter id="filter4427-5-7">
<feGaussianBlur id="feGaussianBlur4429-4-8" stdDeviation="1.1383167"/>
</filter>
<filter id="filter4487-6">
<feGaussianBlur id="feGaussianBlur4489-4" stdDeviation="0.6434074"/>
</filter>
<filter id="filter14666-9" x="-0.11753157" width="1.2350631" y="-0.040046327" height="1.0800927">
<feGaussianBlur stdDeviation="1.352085" id="feGaussianBlur14668-7"/>
</filter>
<linearGradient id="linearGradient29652-2">
<stop style="stop-color:#c8c8c8" offset="0" id="stop29654-6"/>
<stop style="stop-color:#797978" offset="1" id="stop29656-1"/>
</linearGradient>
<linearGradient id="linearGradient28469-0">
<stop style="stop-color:#d2940a" offset="0" id="stop28479-4"/>
<stop style="stop-color:#d89c08" offset="0.75143719" id="stop28477-2"/>
<stop id="stop28485-7" offset="0.86579126" style="stop-color:#b67e07"/>
<stop id="stop28473-1" offset="1" style="stop-color:#946106"/>
</linearGradient>
<filter height="1.429882" y="-0.21494099" width="1.3096611" x="-0.1548306" id="filter28502-8">
<feGaussianBlur id="feGaussianBlur28504-3" stdDeviation="0.89858666"/>
</filter>
<filter id="filter15145-6">
<feGaussianBlur stdDeviation="0.75821369" id="feGaussianBlur15147-1"/>
</filter>
<linearGradient id="linearGradient28275-8">
<stop id="stop28277-1" offset="0" style="stop-color:#ad780a"/>
<stop style="stop-color:#d89e08" offset="0.11972899" id="stop28291-9"/>
<stop style="stop-color:#edb80b" offset="0.25514477" id="stop28289-6"/>
<stop style="stop-color:#ebc80d" offset="0.39194193" id="stop28287-6"/>
<stop style="stop-color:#f5d838" offset="0.52741116" id="stop28285-7"/>
<stop style="stop-color:#f6d811" offset="0.76906693" id="stop28283-7"/>
<stop id="stop28279-5" offset="1" style="stop-color:#f5cd31"/>
</linearGradient>
<filter id="filter14963-7" x="-0.16095592" width="1.3219118" y="-0.13027605" height="1.260552">
<feGaussianBlur stdDeviation="0.84878819" id="feGaussianBlur14965-0"/>
</filter>
<linearGradient id="linearGradient29529-6">
<stop id="stop29531-0" offset="0" style="stop-color:#3a2903"/>
<stop style="stop-color:#735208" offset="0.55472803" id="stop29539-7"/>
<stop id="stop29533-8" offset="1" style="stop-color:#ac8c04"/>
</linearGradient>
<filter id="filter15177-1">
<feGaussianBlur stdDeviation="0.11039302" id="feGaussianBlur15179-3"/>
</filter>
<filter id="filter15173-0" x="-0.11644644" width="1.2328929" y="-0.10572958" height="1.2114592">
<feGaussianBlur stdDeviation="0.11039302" id="feGaussianBlur15175-4"/>
</filter>
<linearGradient id="linearGradient28572-7">
<stop id="stop28574-5" offset="0" style="stop-color:#f5ce2d"/>
<stop id="stop28576-0" offset="1" style="stop-color:#d79b08"/>
</linearGradient>
<filter height="1.2722148" y="-0.13610739" width="1.2146032" x="-0.10730159" id="filter28584-4">
<feGaussianBlur id="feGaussianBlur28586-3" stdDeviation="0.2640625"/>
</filter>
<linearGradient id="linearGradient29477-3">
<stop id="stop29479-5" offset="0" style="stop-color:#757574;stop-opacity:0"/>
<stop style="stop-color:#757574" offset="0.26291031" id="stop29487-5"/>
<stop style="stop-color:#757574" offset="0.5" id="stop29485-0"/>
<stop id="stop29481-3" offset="1" style="stop-color:#757574;stop-opacity:0"/>
</linearGradient>
<filter height="1.2921369" y="-0.14606842" width="1.4689326" x="-0.23446631" id="filter29493-2">
<feGaussianBlur id="feGaussianBlur29495-7" stdDeviation="0.51262416"/>
</filter>
<linearGradient id="linearGradient29336-6">
<stop id="stop29338-1" offset="0" style="stop-color:#646464;stop-opacity:0"/>
<stop style="stop-color:#646464;stop-opacity:0.5825243" offset="0.30628255" id="stop29344-7"/>
<stop id="stop29354-5" offset="0.47000006" style="stop-color:#646464"/>
<stop style="stop-color:#646464;stop-opacity:0.25728154" offset="0.72834015" id="stop29356-3"/>
<stop id="stop29340-6" offset="1" style="stop-color:#646464;stop-opacity:0"/>
</linearGradient>
<filter id="filter29447-1">
<feGaussianBlur id="feGaussianBlur29449-4" stdDeviation="0.13475369"/>
</filter>
<filter id="filter29350-1">
<feGaussianBlur id="feGaussianBlur29352-7" stdDeviation="0.1475"/>
</filter>
<linearGradient id="linearGradient28976-3">
<stop id="stop28978-7" offset="0" style="stop-color:#747474"/>
<stop style="stop-color:#8c8c8c" offset="0.125" id="stop29259-5"/>
<stop style="stop-color:#a4a4a4" offset="0.25" id="stop29257-0"/>
<stop style="stop-color:#d4d4d4" offset="0.5" id="stop28984-4"/>
<stop id="stop28986-0" offset="0.61919296" style="stop-color:#d4d4d4"/>
<stop id="stop28980-2" offset="1" style="stop-color:#7c7c7c"/>
</linearGradient>
<filter height="1.4183974" y="-0.2091987" width="1.3159075" x="-0.15795375" id="filter28927-8">
<feGaussianBlur id="feGaussianBlur28929-2" stdDeviation="0.24891089"/>
</filter>
<linearGradient id="linearGradient28935-8">
<stop id="stop28937-7" offset="0" style="stop-color:#949494;stop-opacity:0.39215687"/>
<stop style="stop-color:#949494" offset="0.5" id="stop28943-3"/>
<stop id="stop28939-8" offset="1" style="stop-color:#949494;stop-opacity:0.39215687"/>
</linearGradient>
<filter height="1.3626815" y="-0.18134074" width="1.3573579" x="-0.17867894" id="filter28949-8">
<feGaussianBlur id="feGaussianBlur28951-1" stdDeviation="0.51947927"/>
</filter>
<filter id="filter15133-1" x="-0.2921797" width="1.5843594" y="-0.30825046" height="1.6165009">
<feGaussianBlur stdDeviation="1.7403319" id="feGaussianBlur15135-5"/>
</filter>
<linearGradient id="linearGradient28853-5">
<stop id="stop28855-3" offset="0" style="stop-color:#020204"/>
<stop style="stop-color:#020204" offset="0.73448181" id="stop28865-0"/>
<stop id="stop28857-9" offset="1" style="stop-color:#5c5c5c"/>
</linearGradient>
<linearGradient id="linearGradient28799-3">
<stop id="stop28801-6" offset="0" style="stop-color:#fefefc"/>
<stop style="stop-color:#fefefc" offset="0.75733864" id="stop28807-7"/>
<stop id="stop28803-0" offset="1" style="stop-color:#d4d4d4"/>
</linearGradient>
<filter id="filter30475-4">
<feGaussianBlur id="feGaussianBlur30477-9" stdDeviation="0.93152507"/>
</filter>
<filter height="1.2583811" y="-0.12919053" width="1.1527554" x="-0.07637769" id="filter30479-2">
<feGaussianBlur id="feGaussianBlur30481-9" stdDeviation="2.0355046"/>
</filter>
<radialGradient xlink:href="#linearGradient28799-3" id="radialGradient18806" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.81524244,-0.03431182,0.02961133,1.2479887,-208.43744,-35.542647)" cx="223.19559" cy="137.66095" fx="223.19559" fy="137.66095" r="14.572236"/>
<radialGradient xlink:href="#linearGradient28799-3" id="radialGradient18808" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.0857794,-0.03431182,0.03943781,1.2479887,-233.54194,-35.542647)" cx="223.19559" cy="137.66095" fx="223.19559" fy="137.66095" r="14.572236"/>
<radialGradient xlink:href="#linearGradient28853-5" id="radialGradient18810" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.69784558,-0.50717348,0.46034105,0.63340638,-271.10191,183.03011)" cx="275.53763" cy="150.65126" fx="275.53763" fy="150.65126" r="15.382211"/>
<linearGradient xlink:href="#linearGradient28935-8" id="linearGradient18812" gradientUnits="userSpaceOnUse" gradientTransform="translate(-60.00015,-58.362183)" x1="213.01591" y1="132.76981" x2="219.73343" y2="140.72476"/>
<linearGradient xlink:href="#linearGradient28976-3" id="linearGradient18814" gradientUnits="userSpaceOnUse" gradientTransform="translate(-250)" x1="337.25" y1="119.98718" x2="358.625" y2="132.48718"/>
<linearGradient xlink:href="#linearGradient29336-6" id="linearGradient18816" gradientUnits="userSpaceOnUse" gradientTransform="translate(-300.00015,-0.9999998)" x1="294.50998" y1="114.56181" x2="308.74051" y2="127.99684"/>
<linearGradient xlink:href="#linearGradient29336-6" id="linearGradient18818" gradientUnits="userSpaceOnUse" gradientTransform="translate(-300.00015,-0.9999998)" x1="253.22745" y1="115.66637" x2="266.62701" y2="128.57106"/>
<linearGradient xlink:href="#linearGradient29477-3" id="linearGradient18820" gradientUnits="userSpaceOnUse" x1="164.04878" y1="132.06271" x2="169.8824" y2="142.49252" gradientTransform="translate(-50.00015,-58.362183)"/>
<radialGradient xlink:href="#linearGradient28469-0" id="radialGradient18822" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.93618683,-0.38640412,0.27133164,0.65738721,-244.47527,146.7229)" cx="294.48483" cy="193.09949" fx="294.48483" fy="193.09949" r="31.111488"/>
<linearGradient xlink:href="#linearGradient28275-8" id="linearGradient18824" gradientUnits="userSpaceOnUse" gradientTransform="translate(-210)" x1="256.85657" y1="158.31404" x2="313.3367" y2="157.8721"/>
<radialGradient xlink:href="#linearGradient29529-6" id="radialGradient18826" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.0000004,0,0,0.5833264,59.999805,3.054009)" cx="77.67215" cy="147.09335" fx="77.67215" fy="147.09335" r="3.2300935"/>
<radialGradient xlink:href="#linearGradient29529-6" id="radialGradient18828" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,1.0751189,59.99984,-69.456344)" cx="63.125401" cy="147.44128" fx="63.125401" fy="147.44128" r="1.5350333"/>
<linearGradient xlink:href="#linearGradient28572-7" id="linearGradient18830" gradientUnits="userSpaceOnUse" x1="243.03125" y1="157.01843" x2="243.46875" y2="159.76843"/>
<radialGradient xlink:href="#linearGradient29652-2" id="radialGradient18832" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.20141143,-0.03316079,0.03065006,0.18616184,-3.1263574,114.03586)" cx="268.06998" cy="126.53491" fx="268.06998" fy="126.53491" r="35.51144"/>
<radialGradient xlink:href="#linearGradient4417-0" id="radialGradient18834" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-0.69844216,0,0,0.76335815,166.3057,50.219935)" cx="336.22372" cy="220.53755" fx="336.22372" fy="220.53755" r="27.391165"/>
<radialGradient xlink:href="#linearGradient4417-0" id="radialGradient18836" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,0.76335815,-150.00015,-8.142243)" cx="312.14502" cy="236.36569" fx="312.14502" fy="236.36569" r="27.391165"/>
<radialGradient xlink:href="#linearGradient4417-0" id="radialGradient18838" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,1.0692348,-150.00016,-73.222483)" cx="275.55389" cy="225.13487" fx="275.55389" fy="225.13487" r="10.84542"/>
<linearGradient xlink:href="#linearGradient15103-0" id="linearGradient18840" gradientUnits="userSpaceOnUse" gradientTransform="translate(-310)" x1="338.28552" y1="323.90076" x2="341.98224" y2="351.48654"/>
<linearGradient xlink:href="#linearGradient14392-8" id="linearGradient18842" gradientUnits="userSpaceOnUse" x1="442.03912" y1="371.54401" x2="490.12241" y2="293.58548" gradientTransform="translate(-250.00016,-58.362183)"/>
<linearGradient xlink:href="#linearGradient17009" id="linearGradient18844" gradientUnits="userSpaceOnUse" gradientTransform="translate(-150.00016,-60.362183)" x1="355.16373" y1="289.58905" x2="353.74951" y2="302.31699"/>
<radialGradient xlink:href="#linearGradient14518-6" id="radialGradient18846" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.3082075,0.35053296,-0.36795399,1.3732236,-150.50951,-298.71133)" cx="363.33957" cy="303.41541" fx="363.33957" fy="303.41541" r="16.845654"/>
<radialGradient xlink:href="#linearGradient14518-6" id="radialGradient18848" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.3082075,0.35053296,-0.36795399,1.3732236,-310.50935,-240.34915)" cx="363.33957" cy="303.41541" fx="363.33957" fy="303.41541" r="16.845654"/>
<radialGradient xlink:href="#linearGradient14830-4" id="radialGradient18850" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.36025223,0.15680447,-0.07246786,0.16649214,260.61683,181.93825)" cx="382.23483" cy="246.85757" fx="382.23483" fy="246.85757" r="20.537666"/>
<linearGradient xlink:href="#linearGradient14830-4" id="linearGradient18852" gradientUnits="userSpaceOnUse" x1="358.5" y1="279.36218" x2="361.5" y2="279.23718"/>
<linearGradient xlink:href="#linearGradient14132-6" id="linearGradient18854" gradientUnits="userSpaceOnUse" x1="123.13397" y1="301.54044" x2="170.86368" y2="381.62027" gradientTransform="translate(-80.00015,-58.362183)"/>
<linearGradient xlink:href="#linearGradient14168-5" id="linearGradient18856" gradientUnits="userSpaceOnUse" gradientTransform="translate(-80.53048,-60.12995)" x1="171.57079" y1="323.99109" x2="186.5968" y2="352.27536"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath391">
<path id="path393" d="m 137.57703,281.0191 c 1.59929,-0.66295 3.3982,-0.78361 5.10074,-0.46963 1.70253,0.31398 3.31141,1.04948 4.74342,2.02239 2.86402,1.94583 4.98821,4.77774 7.02263,7.57952 4.67189,6.43406 9.16868,13.00227 13.24488,19.8293 3.30635,5.53766 6.34352,11.25685 10.16415,16.45304 2.49398,3.3919 5.3066,6.53947 7.813,9.92221 2.50639,3.38273 4.72794,7.05586 5.83931,11.11662 1.44411,5.27653 0.88463,11.09291 -1.62666,15.95302 -1.76663,3.41896 -4.47646,6.35228 -7.77242,8.33898 -3.29595,1.9867 -7.17064,3.01444 -11.01635,2.87021 -6.11413,-0.2293 -11.69944,-3.28515 -17.38362,-5.54906 -11.58097,-4.6125 -24.15978,-6.0594 -36.09666,-9.65174 -3.66859,-1.10404 -7.27582,-2.4107 -10.96988,-3.42629 -1.64125,-0.45122 -3.30866,-0.8482 -4.85875,-1.55144 -1.55008,-0.70325 -2.999548,-1.7491 -3.86171,-3.21675 -0.666391,-1.13439 -0.948386,-2.47002 -0.930187,-3.78554 0.0182,-1.31552 0.325889,-2.61453 0.773815,-3.85158 0.895851,-2.47409 2.343262,-4.71374 3.320162,-7.15696 1.59511,-3.98935 1.88169,-8.38839 1.66657,-12.67942 -0.21511,-4.29103 -0.91078,-8.54478 -1.20454,-12.83115 -0.13118,-1.91406 -0.18066,-3.85256 0.18479,-5.73598 0.36545,-1.88343 1.17577,-3.72459 2.55771,-5.05541 1.27406,-1.22693 2.96492,-1.95531 4.69643,-2.31651 1.73151,-0.3612 3.51533,-0.37747 5.28367,-0.33762 1.76833,0.0399 3.54067,0.13425 5.30351,-0.0106 1.76284,-0.14488 3.53347,-0.54055 5.06911,-1.41828 1.45996,-0.83447 2.65433,-2.0745 3.64374,-3.43424 0.9894,-1.35974 1.78909,-2.84573 2.60891,-4.31396 0.81983,-1.46823 1.66834,-2.93151 2.74157,-4.22611 1.07324,-1.2946 2.38923,-2.42304 3.94266,-3.06698" style="fill:url(#linearGradient395)" transform="matrix(1,0,0,1.0182804,0,-4.0313444)"/>
</clipPath>
<linearGradient xlink:href="#linearGradient14132-6" id="linearGradient395" gradientUnits="userSpaceOnUse" x1="123.13397" y1="301.54044" x2="170.86368" y2="381.62027"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath401">
<path transform="translate(-240.00015,-1)" style="fill:url(#linearGradient395)" d="m 137.57703,281.0191 c 1.59929,-0.66295 3.3982,-0.78361 5.10074,-0.46963 1.70253,0.31398 3.31141,1.04948 4.74342,2.02239 2.86402,1.94583 4.98821,4.77774 7.02263,7.57952 4.67189,6.43406 9.16868,13.00227 13.24488,19.8293 3.30635,5.53766 6.34352,11.25685 10.16415,16.45304 2.49398,3.3919 5.3066,6.53947 7.813,9.92221 2.50639,3.38273 4.72794,7.05586 5.83931,11.11662 1.44411,5.27653 0.88463,11.09291 -1.62666,15.95302 -1.76663,3.41896 -4.47646,6.35228 -7.77242,8.33898 -3.29595,1.9867 -7.17064,3.01444 -11.01635,2.87021 -6.11413,-0.2293 -11.69944,-3.28515 -17.38362,-5.54906 -11.58097,-4.6125 -24.15978,-6.0594 -36.09666,-9.65174 -3.66859,-1.10404 -7.27582,-2.4107 -10.96988,-3.42629 -1.64125,-0.45122 -3.30866,-0.8482 -4.85875,-1.55144 -1.55008,-0.70325 -2.999548,-1.7491 -3.86171,-3.21675 -0.666391,-1.13439 -0.948386,-2.47002 -0.930187,-3.78554 0.0182,-1.31552 0.325889,-2.61453 0.773815,-3.85158 0.895851,-2.47409 2.343262,-4.71374 3.320162,-7.15696 1.59511,-3.98935 1.88169,-8.38839 1.66657,-12.67942 -0.21511,-4.29103 -0.91078,-8.54478 -1.20454,-12.83115 -0.13118,-1.91406 -0.18066,-3.85256 0.18479,-5.73598 0.36545,-1.88343 1.17577,-3.72459 2.55771,-5.05541 1.27406,-1.22693 2.96492,-1.95531 4.69643,-2.31651 1.73151,-0.3612 3.51533,-0.37747 5.28367,-0.33762 1.76833,0.0399 3.54067,0.13425 5.30351,-0.0106 1.76284,-0.14488 3.53347,-0.54055 5.06911,-1.41828 1.45996,-0.83447 2.65433,-2.0745 3.64374,-3.43424 0.9894,-1.35974 1.78909,-2.84573 2.60891,-4.31396 0.81983,-1.46823 1.66834,-2.93151 2.74157,-4.22611 1.07324,-1.2946 2.38923,-2.42304 3.94266,-3.06698" id="path403"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath419">
<path style="fill:url(#linearGradient423)" d="m 513.18983,336.61385 c -2.6238,3.11482 -6.268,5.17039 -9.89648,7.01985 -6.1886,3.15437 -12.60169,5.92177 -18.41964,9.71654 -3.89802,2.54249 -7.4959,5.52671 -10.86016,8.74238 -2.87719,2.75012 -5.60582,5.68745 -8.83247,8.01771 -3.25567,2.35122 -7.01915,4.05426 -10.99061,4.6502 -4.83026,0.72481 -9.82134,-0.21289 -14.29898,-2.16416 -3.13754,-1.36728 -6.15569,-3.3229 -7.96301,-6.22931 -1.81425,-2.91754 -2.22807,-6.48813 -2.23266,-9.92375 -0.008,-6.07666 1.11824,-12.09004 2.17848,-18.07349 0.88097,-4.97177 1.71949,-9.95483 2.26013,-14.97502 0.98337,-9.13118 0.9763,-18.35278 0.3199,-27.51327 -0.10993,-1.53416 -0.23754,-3.0832 -0.008,-4.60412 0.22922,-1.52092 0.85475,-3.0367 2.02069,-4.03986 1.07696,-0.9266 2.52093,-1.33598 3.93947,-1.4145 1.41854,-0.0785 2.83404,0.14655 4.23982,0.35197 3.31254,0.48405 6.65159,0.8649 9.88917,1.71656 2.04284,0.53738 4.03315,1.25925 6.0722,1.81081 3.40258,0.92039 6.96639,1.36144 10.46739,0.95192 3.76917,-0.44089 7.42987,-1.85678 11.22363,-1.76474 1.55658,0.0378 3.1015,0.33171 4.58649,0.79985 1.51539,0.47772 3.00914,1.16182 4.12281,2.29512 0.84639,0.8613 1.43579,1.94539 1.87872,3.06879 0.65982,1.67352 1.01492,3.457 1.16703,5.24945 0.13475,1.58788 0.11343,3.19441 0.41433,4.75933 0.49503,2.57458 1.84746,4.92305 3.52848,6.93494 1.68102,2.01189 3.68982,3.72048 5.69641,5.40783 1.99908,1.68103 4.0106,3.35469 6.16708,4.82839 1.0121,0.69165 2.05642,1.33949 3.01736,2.10062 0.96094,0.76113 1.84466,1.6468 2.44543,2.71535 0.81492,1.44944 1.06377,3.2077 0.53758,4.87655 -0.5262,1.66885 -1.48162,3.27659 -2.67059,4.68806 z" id="path421" clip-path="none"/>
</clipPath>
<linearGradient xlink:href="#linearGradient14392-8" id="linearGradient423" gradientUnits="userSpaceOnUse" gradientTransform="translate(-250.00016,-58.362187)" x1="442.03912" y1="371.54401" x2="490.12241" y2="293.58548"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath426">
<path style="fill:url(#linearGradient430);stroke-width:0.842603" d="m 509.36312,335.7449 c -2.29559,2.52764 -5.48394,4.19571 -8.65854,5.69652 -5.41448,2.55973 -11.02537,4.80544 -16.11557,7.88485 -3.41042,2.0632 -6.55825,4.48486 -9.50168,7.09433 -2.51729,2.23169 -4.9046,4.6153 -7.72764,6.50627 -2.84842,1.90799 -6.14114,3.28999 -9.61581,3.77358 -4.22606,0.58818 -8.59281,-0.17275 -12.51035,-1.75618 -2.74507,-1.10954 -5.38569,-2.6965 -6.96694,-5.05501 -1.5873,-2.36755 -1.94936,-5.26504 -1.95338,-8.053 -0.007,-4.93114 0.97837,-9.81092 1.90598,-14.66641 0.77077,-4.03453 1.5044,-8.07822 1.97742,-12.15205 0.86036,-7.40983 0.85417,-14.89305 0.27988,-22.32667 -0.0962,-1.24495 -0.20783,-2.50198 -0.007,-3.73619 0.20055,-1.23421 0.74783,-2.46424 1.76793,-3.27829 0.94224,-0.75193 2.20559,-1.08414 3.44669,-1.14785 1.24109,-0.0637 2.47953,0.11892 3.70947,0.28562 2.89818,0.3928 5.81955,0.70185 8.65215,1.39296 1.78731,0.43608 3.52865,1.02187 5.31264,1.46945 2.97696,0.74689 6.09498,1.10479 9.15805,0.77247 3.29769,-0.35777 6.50048,-1.50675 9.81968,-1.43206 1.36187,0.0307 2.71354,0.26918 4.01278,0.64907 1.32583,0.38766 2.63273,0.9428 3.6071,1.86246 0.74051,0.69893 1.25619,1.57866 1.64371,2.49028 0.57728,1.35804 0.88797,2.80532 1.02105,4.25987 0.11789,1.28854 0.0992,2.59222 0.3625,3.86213 0.43311,2.08924 1.61637,3.995 3.08711,5.62762 1.47074,1.63263 3.22827,3.01913 4.98386,4.38839 1.74902,1.36413 3.50892,2.72229 5.39565,3.91818 0.8855,0.56126 1.79919,1.08698 2.63992,1.70462 0.84074,0.61765 1.61392,1.33636 2.13954,2.20348 0.71298,1.1762 0.93071,2.60301 0.47034,3.95726 -0.46038,1.35425 -1.29629,2.65891 -2.33654,3.8043 z" id="path428" clip-path="none"/>
</clipPath>
<linearGradient xlink:href="#linearGradient14392-8" id="linearGradient430" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.87491199,0,0,0.81148755,-158.36095,15.22676)" x1="442.03912" y1="371.54401" x2="490.12241" y2="293.58548"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath433">
<path style="fill:url(#linearGradient437)" d="m 263.18967,278.25167 c -2.6238,3.11482 -6.268,5.17039 -9.89648,7.01985 -6.1886,3.15437 -12.60169,5.92177 -18.41964,9.71654 -3.89802,2.54249 -7.4959,5.52671 -10.86016,8.74238 -2.87719,2.75012 -5.60582,5.68745 -8.83247,8.01771 -3.25567,2.35122 -7.01915,4.05426 -10.99061,4.6502 -4.83026,0.72481 -9.82134,-0.21289 -14.29898,-2.16416 -3.13754,-1.36728 -6.15569,-3.3229 -7.96301,-6.22931 -1.81425,-2.91754 -2.22807,-6.48813 -2.23266,-9.92375 -0.008,-6.07666 1.11824,-12.09004 2.17848,-18.07349 0.88097,-4.97177 1.71949,-9.95483 2.26013,-14.97502 0.98337,-9.13118 0.9763,-18.35278 0.3199,-27.51327 -0.10993,-1.53416 -0.23754,-3.0832 -0.008,-4.60412 0.22922,-1.52092 0.85475,-3.0367 2.02069,-4.03986 1.07696,-0.9266 2.52093,-1.33598 3.93947,-1.4145 1.41854,-0.0785 2.83404,0.14655 4.23982,0.35197 3.31254,0.48405 6.65159,0.8649 9.88917,1.71656 2.04284,0.53738 4.03315,1.25925 6.0722,1.81081 3.40258,0.92039 6.96639,1.36144 10.46739,0.95192 3.76917,-0.44089 7.42987,-1.85678 11.22363,-1.76474 1.55658,0.0378 3.1015,0.33171 4.58649,0.79985 1.51539,0.47772 3.00914,1.16182 4.12281,2.29512 0.84639,0.8613 1.43579,1.94539 1.87872,3.06879 0.65982,1.67352 1.01492,3.457 1.16703,5.24945 0.13475,1.58788 0.11343,3.19441 0.41433,4.75933 0.49503,2.57458 1.84746,4.92305 3.52848,6.93494 1.68102,2.01189 3.68982,3.72048 5.69641,5.40783 1.99908,1.68103 4.0106,3.35469 6.16708,4.82839 1.0121,0.69165 2.05642,1.33949 3.01736,2.10062 0.96094,0.76113 1.84466,1.6468 2.44543,2.71535 0.81492,1.44944 1.06377,3.2077 0.53758,4.87655 -0.5262,1.66885 -1.48162,3.27659 -2.67059,4.68806 z" id="path435" clip-path="none"/>
</clipPath>
<linearGradient xlink:href="#linearGradient14392-8" id="linearGradient437" gradientUnits="userSpaceOnUse" gradientTransform="translate(-500.00032,-116.72437)" x1="442.03912" y1="371.54401" x2="490.12241" y2="293.58548"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath504">
<path style="fill:#020204;stroke-width:0.991084" id="path506" d="m 304.84727,225.44951 c 5.97679,4.89463 9.76903,12.28597 10.94319,20.00305 0.91574,6.01859 0.32054,12.19496 -1.0124,18.13223 -1.33294,5.93726 -3.39093,11.67615 -5.43351,17.40051 -0.81452,2.2827 -1.63269,4.5871 -1.95634,6.9933 -0.32365,2.40621 -0.1187,4.95426 1.02109,7.08777 1.3066,2.44578 3.74526,4.13021 6.36677,4.92292 2.58816,0.78263 5.38374,0.76618 8.00354,0.10153 2.61979,-0.66466 5.06582,-1.96341 7.19828,-3.64929 5.41763,-4.28306 8.68657,-10.94871 9.95201,-17.81211 1.26545,-6.86339 0.68401,-13.95038 -0.49258,-20.83014 -1.60443,-9.38136 -4.30394,-18.55105 -7.74003,-27.40773 -2.52746,-6.51466 -5.7653,-12.74244 -9.61753,-18.52016 -3.77934,-5.66839 -9.14163,-10.09303 -13.10336,-15.63502 -1.37643,-1.92547 -3.03189,-3.93159 -4.38419,-5.87845 -2.91575,-4.19771 -2.25544,-3.41451 -4.06424,-6.13155 -1.31235,-1.9713 -3.38449,-2.6487 -5.56491,-3.51096 -2.18041,-0.86226 -4.629,-1.11623 -6.88065,-0.47108 -2.96781,0.85034 -5.39233,3.23113 -6.68215,6.08208 -1.28982,2.85095 -1.51545,6.12313 -1.01363,9.2201 0.64739,3.99536 2.44215,7.70258 4.46569,11.18873 2.28537,3.93724 4.93283,7.72707 8.38442,10.65407 3.60205,3.05459 7.95771,5.06875 11.61053,8.0602"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath508">
<path id="path510" d="m 240.47307,195.03592 c -7.07309,8.03686 -14.35222,15.81627 -18.34577,24.50506 -1.97625,4.41329 -2.91077,9.20725 -4.26498,13.84932 -1.5379,5.27176 -3.62609,10.3703 -5.97071,15.33612 -2.16496,4.58531 -4.54982,9.06291 -6.93891,13.53553 -1.7382,3.25409 -3.50514,6.58104 -4.10782,10.22071 -0.47628,2.87632 -0.1985,5.84423 0.53375,8.66626 0.73225,2.82202 1.90965,5.5106 3.23776,8.10601 5.66725,11.07504 14.17003,20.62168 24.24176,27.92472 4.57063,3.31418 9.46669,6.18109 14.60245,8.52595 2.78247,1.27041 5.71355,2.40436 8.77186,2.45744 1.52915,0.0265 3.0741,-0.22544 4.47434,-0.84055 1.40023,-0.6151 2.65068,-1.60373 3.48254,-2.88709 1.02278,-1.5779 1.36992,-3.53829 1.16461,-5.40743 -0.2053,-1.86914 -0.93484,-3.65294 -1.91324,-5.25873 -2.38997,-3.92251 -6.1652,-6.76055 -9.79642,-9.57343 -7.84055,-6.07358 -15.42465,-12.48039 -22.68212,-19.23996 -2.04912,-1.90854 -4.09841,-3.87759 -5.53019,-6.28412 -1.3943,-2.34352 -2.1476,-5.01376 -2.65783,-7.69253 -1.39972,-7.34873 -1.04092,-15.08286 1.45958,-22.13343 0.97822,-2.75826 2.27118,-5.39201 3.51815,-8.03965 2.16133,-4.58906 4.20725,-9.26564 7.04933,-13.46723 3.53798,-5.23037 8.26749,-9.66049 11.15147,-15.27803 2.43423,-4.74149 3.41994,-10.07236 4.36185,-15.31831 0.73693,-4.10434 2.15042,-8.12437 2.86923,-12.23193 -1.40611,2.66567 -5.93796,7.04283 -8.71069,10.5253 z" style="fill:#020204"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath533">
<path style="fill:#020204" id="path535" d="m 386.1875,285.32775 c -0.40516,-1.10369 -1.11845,-2.08156 -1.9907,-2.86987 -0.87226,-0.78832 -1.90049,-1.39229 -2.98278,-1.85155 -2.16459,-0.91852 -4.52053,-1.26149 -6.83152,-1.69556 -2.17919,-0.40931 -4.34179,-0.90631 -6.52782,-1.27734 -2.27136,-0.38551 -4.6179,-0.63213 -6.8653,-0.1253 -1.96583,0.44333 -3.7845,1.45879 -5.27172,2.81864 -1.48723,1.35984 -2.64911,3.0564 -3.48499,4.89007 -1.47218,3.22952 -1.93451,6.86503 -1.65394,10.40316 0.20881,2.63325 0.87532,5.34594 2.60877,7.33912 1.40065,1.61052 3.38733,2.61526 5.43398,3.22092 3.52502,1.04316 7.36663,0.98822 10.86038,-0.1553 5.76689,-1.93113 10.87568,-5.77387 14.33034,-10.77903 1.13861,-1.64963 2.11217,-3.44809 2.5532,-5.4034 0.33597,-1.48955 0.34831,-3.08112 -0.1779,-4.51456"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath538">
<path d="m 386.1875,285.32775 c -0.40516,-1.10369 -1.11845,-2.08156 -1.9907,-2.86987 -0.87226,-0.78832 -1.90049,-1.39229 -2.98278,-1.85155 -2.16459,-0.91852 -4.52053,-1.26149 -6.83152,-1.69556 -2.17919,-0.40931 -4.34179,-0.90631 -6.52782,-1.27734 -2.27136,-0.38551 -4.6179,-0.63213 -6.8653,-0.1253 -1.96583,0.44333 -3.7845,1.45879 -5.27172,2.81864 -1.48723,1.35984 -2.64911,3.0564 -3.48499,4.89007 -1.47218,3.22952 -1.93451,6.86503 -1.65394,10.40316 0.20881,2.63325 0.87532,5.34594 2.60877,7.33912 1.40065,1.61052 3.38733,2.61526 5.43398,3.22092 3.52502,1.04316 7.36663,0.98822 10.86038,-0.1553 5.76689,-1.93113 10.87568,-5.77387 14.33034,-10.77903 1.13861,-1.64963 2.11217,-3.44809 2.5532,-5.4034 0.33597,-1.48955 0.34831,-3.08112 -0.1779,-4.51456" id="path540" style="fill:#020204"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath622">
<path style="fill:url(#radialGradient626)" d="m 85.75,122.36218 c -2.78042,1.91023 -5.11057,4.57487 -6.25,7.75 -1.43603,4.00163 -0.88584,8.48071 0.5,12.5 1.41949,4.11688 3.79379,8.04098 7.37932,10.51234 1.79277,1.23567 3.86809,2.08301 6.0304,2.33859 2.16231,0.25558 4.40928,-0.0949 6.34028,-1.10093 2.35312,-1.22596 4.14782,-3.37278 5.26217,-5.78076 1.11436,-2.40798 1.5888,-5.0701 1.73783,-7.71924 0.18989,-3.37546 -0.14047,-6.80646 -1.25,-10 -1.20527,-3.46909 -3.39005,-6.67055 -6.47275,-8.6666 -1.54136,-0.99803 -3.29195,-1.68356 -5.11089,-1.93515 -1.81893,-0.25158 -3.70476,-0.0633 -5.41636,0.60175 -0.97547,0.37901 -1.88744,0.9074 -2.75,1.5" id="path624"/>
</clipPath>
<radialGradient xlink:href="#linearGradient28799-3" id="radialGradient626" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.0857794,-0.03431182,0.03943781,1.2479887,-15.5421,-75.904827)" cx="223.19559" cy="137.66095" fx="223.19559" fy="137.66095" r="14.572236"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath631">
<path style="fill:url(#radialGradient635)" d="m 54.23244,122.36218 c -1.78096,0.097 -3.48461,0.91899 -4.78785,2.1367 -1.30323,1.21771 -2.22137,2.81176 -2.78618,4.50357 -1.12962,3.38363 -0.87548,7.05177 -0.6187,10.60973 0.23251,3.22162 0.47041,6.50533 1.67679,9.50158 0.60319,1.49813 1.45024,2.91021 2.58034,4.06395 1.13009,1.15374 2.55173,2.04189 4.11829,2.43447 1.46884,0.36809 3.03816,0.29183 4.48279,-0.16209 1.44462,-0.45392 2.76391,-1.27887 3.84623,-2.33791 1.57904,-1.54507 2.64326,-3.5662 3.25345,-5.68947 0.61019,-2.12328 0.78416,-4.35155 0.7524,-6.56053 -0.0397,-2.76435 -0.40091,-5.53851 -1.26575,-8.16439 -0.86485,-2.62588 -2.24575,-5.10327 -4.1728,-7.08561 -0.93331,-0.96009 -1.99776,-1.80513 -3.19858,-2.39747 -1.20082,-0.59233 -2.54344,-0.92535 -3.88043,-0.85253" id="path633"/>
</clipPath>
<radialGradient xlink:href="#linearGradient28799-3" id="radialGradient635" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.81524244,-0.03431182,0.02961133,1.2479887,9.5624,-75.904827)" cx="223.19559" cy="137.66095" fx="223.19559" fy="137.66095" r="14.572236"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath697">
<path style="fill:url(#radialGradient701);stroke-width:0.77538" d="m 214.63605,148.03815 c -2.51029,-0.0409 -4.99135,0.28921 -7.27146,0.88384 -4.05254,1.05688 -7.57367,2.93934 -10.08468,5.39315 -1.62814,0.85539 -3.05003,1.89919 -4.20722,3.08639 -0.66186,0.67901 -1.24391,1.41694 -1.50131,2.24757 -0.20244,0.65333 -0.19857,1.34469 -0.28524,2.01986 -0.0324,0.25293 -0.0778,0.5073 -0.0362,0.76548 0.0208,0.12909 0.0631,0.25809 0.13756,0.38081 0.0221,0.0364 0.0528,0.0707 0.0806,0.1055 0.0825,0.15031 0.18297,0.29681 0.31473,0.43099 0.28806,0.29334 0.68023,0.53107 1.09417,0.73203 0.41394,0.20097 0.85255,0.36757 1.2815,0.54936 2.28006,0.96628 4.22773,2.32456 5.9925,3.75924 2.3677,1.92485 4.52941,4.06099 7.5099,5.46004 2.10465,0.98794 4.52773,1.552 6.92602,1.72396 2.81637,0.20193 5.58521,-0.12293 8.18167,-0.69344 2.40631,-0.52873 4.69673,-1.27132 6.75202,-2.25401 3.90702,-1.86802 6.98699,-4.60634 11.42445,-5.83442 0.96876,-0.2681 1.99041,-0.45921 2.91317,-0.78993 0.92276,-0.33072 1.76305,-0.8265 2.11948,-1.52711 0.34261,-0.67347 0.2049,-1.45031 0.23569,-2.18968 0.0329,-0.791 0.26357,-1.5559 0.33312,-2.34278 0.0695,-0.78687 -0.0382,-1.6289 -0.62199,-2.35178 -0.12955,-0.16043 -0.28324,-0.31001 -0.45163,-0.45157 -0.0509,-0.29235 -0.22134,-0.58029 -0.46622,-0.83239 -0.50487,-0.51975 -1.29334,-0.87172 -2.09515,-1.11671 -1.09824,-0.33555 -2.25599,-0.50211 -3.39891,-0.69601 -3.51093,-0.59565 -6.96955,-1.47539 -10.29467,-2.60394 -1.65302,-0.56104 -3.27073,-1.18327 -4.90416,-1.77928 -1.67927,-0.61273 -3.38672,-1.20103 -5.16515,-1.57729 -1.49109,-0.31546 -3.00643,-0.47332 -4.51259,-0.49788 z" id="path699"/>
</clipPath>
<radialGradient xlink:href="#linearGradient28469-0" id="radialGradient701" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.81494503,-0.25452614,0.31491054,0.43302392,-75.371375,150.73818)" cx="294.48483" cy="193.09949" fx="294.48483" fy="193.09949" r="31.111488"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath816">
<path style="fill:#fdfdfb" d="m -26.29567,154.81433 c -1.0464,1.31136 -1.72773,2.88726 -2.13927,4.51369 -0.41153,1.62642 -0.56228,3.30801 -0.62653,4.98446 -0.12849,3.35291 0.0765,6.77015 -0.81096,10.00604 -0.94874,3.4595 -3.07595,6.45649 -5.15761,9.37795 -3.60485,5.05916 -7.248548,10.25011 -9.027058,16.20217 -1.077103,3.60469 -1.435613,7.42255 -1.04841,11.16474 -4.035298,5.9262 -7.528852,12.22112 -10.4229,18.78069 -4.386197,9.94163 -7.396115,20.5265 -8.454552,31.34105 -1.296051,13.24236 0.397579,26.86184 5.627472,39.09655 3.781309,8.84592 9.417708,16.94379 16.68566,23.2466 3.695408,3.20468 7.799668,5.93944 12.189498,8.09709 15.21252,7.47713 34.01348,7.49101 48.97296,-0.48031 7.81838,-4.16611 14.41789,-10.2582 20.78084,-16.42232 3.83183,-3.71209 7.64353,-7.51249 10.56653,-11.97551 5.62746,-8.59236 7.58747,-19.03566 8.80544,-29.23436 2.12971,-17.83321 2.1984,-36.66998 -5.62137,-52.83816 -2.69219,-5.56638 -6.27896,-10.69891 -10.58065,-15.14052 -1.14547,-7.78087 -3.40638,-15.39666 -6.69212,-22.54215 -2.37045,-5.15502 -5.2683,-10.06187 -7.47079,-15.29085 -0.90422,-2.14672 -1.68995,-4.34486 -2.69346,-6.44699 -1.00352,-2.10213 -2.24145,-4.12498 -3.92446,-5.73541 -1.72343,-1.6491 -3.87096,-2.81824 -6.13593,-3.56631 -2.26498,-0.74806 -4.64917,-1.08697 -7.03147,-1.2068 -4.7646,-0.23966 -9.53872,0.38348 -14.30559,0.19423 -3.79476,-0.15066 -7.57776,-0.81566 -11.36892,-0.59186 -1.89557,0.1119 -3.79087,0.45058 -5.55026,1.1649 -1.7594,0.71432 -3.38173,1.81713 -4.56609,3.30139" id="path818"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath820">
<path id="path822" d="m -47.29567,161.44377 c -1.0464,1.42368 -1.72773,3.13456 -2.13927,4.9003 -0.41153,1.76572 -0.56228,3.59134 -0.62653,5.41138 -0.12849,3.64009 0.0765,7.35002 -0.81096,10.86307 -0.94874,3.75581 -3.07595,7.0095 -5.15761,10.18119 -3.60485,5.49248 -7.248548,11.12804 -9.027058,17.58991 -1.077103,3.91343 -1.435613,8.0583 -1.04841,12.12101 -4.035298,6.43379 -7.528852,13.26788 -10.4229,20.38928 -4.386197,10.79315 -7.396115,22.28463 -8.454552,34.02546 -1.296051,14.37658 0.397579,29.16259 5.627472,42.44522 3.781309,9.60359 9.417708,18.39505 16.68566,25.23771 3.695408,3.47916 7.799668,6.44816 12.189498,8.79061 15.21252,8.11756 34.01348,8.13263 48.97296,-0.52145 7.81838,-4.52294 14.41789,-11.13683 20.78084,-17.82891 3.83183,-4.03004 7.64353,-8.15595 10.56653,-13.00123 5.62746,-9.32831 7.58747,-20.66609 8.80544,-31.73832 2.12971,-19.36065 2.1984,-39.81082 -5.62137,-57.36383 -2.69219,-6.04314 -6.27896,-11.61528 -10.58065,-16.43732 -1.14547,-8.44732 -3.40638,-16.71541 -6.69212,-24.47292 -2.37045,-5.59655 -5.2683,-10.92368 -7.47079,-16.60053 -0.90422,-2.33059 -1.68995,-4.71701 -2.69346,-6.99919 -1.00352,-2.28218 -2.24145,-4.47829 -3.92446,-6.22665 -1.72343,-1.79035 -3.87096,-3.05963 -6.13593,-3.87177 -2.26498,-0.81213 -4.64917,-1.18007 -7.03147,-1.31016 -4.7646,-0.26019 -9.53872,0.41632 -14.30559,0.21086 -3.79476,-0.16356 -7.57776,-0.88552 -11.36892,-0.64255 -1.89557,0.12148 -3.79087,0.48917 -5.55026,1.26467 -1.7594,0.77551 -3.38173,1.97277 -4.56609,3.58416" style="fill:#fdfdfb;stroke-width:1.04195"/>
</clipPath>
</defs>
<g id="g463" transform="translate(-16.987948,-19.575154)">
<path style="fill:#020204" d="m 140.8125,19.578125 c -7.16795,-0.07795 -14.42402,1.374646 -20.73438,4.775391 -6.70663,3.614308 -12.20088,9.395485 -15.58593,16.220703 -3.38347,6.822028 -4.712926,14.108148 -4.914065,22.132808 -0.382163,15.24684 0.34393,31.23872 1.494145,45.730473 0.3054,4.41258 0.85369,6.99499 0.29297,11.52344 -1.88652,9.62986 -10.313201,16.11178 -14.80468,24.57031 -4.954704,9.33089 -7.043403,19.88101 -10.783203,29.76172 -3.422488,9.04236 -8.227578,17.52067 -11.470703,26.62891 -4.534864,12.73604 -5.890504,26.73088 -2.894532,39.91406 2.283855,10.04965 7.054597,19.47291 13.484375,27.5332 -0.930503,1.67688 -1.832233,3.3716 -2.792968,5.03125 -2.979452,5.14693 -6.619557,10.02667 -8.316407,15.72656 -0.848425,2.84995 -1.182417,5.88981 -0.634765,8.8125 0.547652,2.92268 2.02651,5.71858 4.351562,7.57227 1.522028,1.21346 3.357446,1.99485 5.253906,2.43359 1.896461,0.43879 3.856625,0.54531 5.802735,0.50391 7.394587,-0.15718 14.559024,-2.40522 21.71289,-4.2832 4.23946,-1.11291 8.51036,-2.10105 12.80273,-2.98829 15.24055,-3.12209 32.25031,-1.87591 46.39844,0.17579 4.79197,0.72368 9.54981,1.67102 14.25977,2.8125 7.37714,1.78788 14.72878,4.06701 22.3164,4.2832 1.99729,0.0569 4.0106,-0.0306 5.96094,-0.46484 1.95034,-0.43429 3.84211,-1.22688 5.4043,-2.47266 2.32922,-1.85746 3.80834,-4.65745 4.35546,-7.58594 0.54713,-2.9285 0.20917,-5.97702 -0.64843,-8.83008 -1.71521,-5.70613 -5.38873,-10.5749 -8.43555,-15.69531 -1.20215,-2.0203 -2.32023,-4.0926 -3.51367,-6.11719 9.16873,-10.29563 16.54824,-22.20278 20.8164,-35.28125 4.65874,-14.27524 5.51426,-29.64566 3.55274,-44.5332 -1.96148,-14.88754 -6.6821,-29.32114 -12.8984,-42.99023 -7.79769,-17.13839 -14.35278,-23.331 -19.10351,-38.38086 -5.13471,-16.266273 -0.8948,-35.514213 -4.71094,-50.267583 -1.3618,-5.0173 -3.53277,-9.80681 -6.32617,-14.191405 -3.27306,-5.137474 -7.42457,-9.742407 -12.35743,-13.316406 -7.87066,-5.702527 -17.61519,-8.638455 -27.33398,-8.744141 z" id="path28712-2"/>
<path id="path29719-5" d="m 112.70417,105.45215 c -1.0464,1.31136 -1.72773,2.88726 -2.13927,4.51369 -0.41153,1.62642 -0.56228,3.30801 -0.62653,4.98446 -0.12849,3.35291 0.0765,6.77015 -0.81096,10.00604 -0.94874,3.4595 -3.07595,6.45649 -5.15761,9.37795 -3.60485,5.05916 -7.248548,10.25011 -9.027058,16.20217 -1.077103,3.60469 -1.435613,7.42255 -1.04841,11.16474 -4.035298,5.9262 -7.528852,12.22112 -10.4229,18.78069 -4.386197,9.94163 -7.396115,20.5265 -8.454552,31.34105 -1.296051,13.24236 0.397579,26.86184 5.627472,39.09655 3.781309,8.84592 9.417708,16.94379 16.68566,23.2466 3.695408,3.20468 7.799668,5.93944 12.189498,8.09709 15.21252,7.47713 34.01348,7.49101 48.97296,-0.48031 7.81838,-4.16611 14.41789,-10.2582 20.78084,-16.42232 3.83183,-3.71209 7.64353,-7.51249 10.56653,-11.97551 5.62746,-8.59236 7.58747,-19.03566 8.80544,-29.23436 2.12971,-17.83321 2.1984,-36.66998 -5.62137,-52.83816 -2.69219,-5.56638 -6.27896,-10.69891 -10.58065,-15.14052 -1.14547,-7.78087 -3.40638,-15.39666 -6.69212,-22.54215 -2.37045,-5.15502 -5.2683,-10.06187 -7.47079,-15.29085 -0.90422,-2.14672 -1.68995,-4.34486 -2.69346,-6.44699 -1.00352,-2.10213 -2.24145,-4.12498 -3.92446,-5.73541 -1.72343,-1.6491 -3.87096,-2.81824 -6.13593,-3.56631 -2.26498,-0.74806 -4.64917,-1.08697 -7.03147,-1.2068 -4.7646,-0.23966 -9.53872,0.38348 -14.30559,0.19423 -3.79476,-0.15066 -7.57776,-0.81566 -11.36892,-0.59186 -1.89557,0.1119 -3.79087,0.45058 -5.55026,1.1649 -1.7594,0.71432 -3.38173,1.81713 -4.56609,3.30139" style="fill:#fdfdfb"/>
</g>
<g id="g562" transform="translate(-16.987948,-19.575154)">
<path transform="matrix(1.1543044,0,0,1,166.33231,-58.362183)" id="path4400-1" d="m -61.00266,211.59308 c 0.88005,1.52387 -0.54737,6.77829 19.96381,3.4153 0,0 -3.60202,0.4573 -7.15281,1.40419 -5.52127,2.1334 -10.33021,4.51706 -14.04019,7.67524 -3.67553,3.12167 -6.36707,7.19694 -9.73973,10.69705 0,0 5.46173,-11.5187 6.82331,-14.98742 1.36157,-3.46872 -0.22795,-3.30999 0.84893,-8.4136 1.07688,-5.1036 3.71346,-10.00699 3.71346,-10.00699 0,0 -2.15241,7.21088 -0.41678,10.21623 z" style="opacity:0.25;fill:url(#radialGradient18834);filter:url(#filter4487-6)"/>
<path id="path4400-2-8" d="m 172.04993,151.8559 c -4.82509,3.36138 -7.65241,2.96341 -13.50685,3.62087 -5.85444,0.65746 -21.69838,0.41943 -21.69838,0.41943 0,0 2.29371,-0.0427 7.37759,0.90419 5.08388,0.94693 15.45307,1.85232 21.29176,4.07468 5.83869,2.22236 7.96846,2.8566 11.51723,5.10056 5.05107,3.19388 8.75817,8.19694 13.587,11.69705 0,0 0.23377,-4.6437 -1.71568,-8.11242 -1.94945,-3.46872 -7.19037,-8.93499 -8.7322,-14.0386 -1.54183,-5.1036 -2.27429,-15.13199 -2.27429,-15.13199 0,0 -1.02108,8.10485 -5.84618,11.46623 z" style="opacity:0.42;fill:url(#radialGradient18836);filter:url(#filter4427-5-7)"/>
<path id="path4491-9" d="m 126.66974,144.67794 c -0.17937,1.45594 -0.41189,2.90533 -0.69695,4.34431 -0.14052,0.70936 -0.2949,1.41989 -0.55905,2.09306 -0.26414,0.67317 -0.64419,1.31214 -1.18125,1.79639 -0.47071,0.42443 -1.04439,0.71595 -1.62069,0.97975 -2.24827,1.02916 -4.6544,1.71261 -7.10798,2.01899 0.97993,0.0719 1.95856,0.16127 2.93528,0.2682 0.61534,0.0674 1.23207,0.14208 1.83169,0.29586 0.59961,0.15377 1.18472,0.38955 1.68422,0.75518 0.54781,0.40099 0.97799,0.94833 1.29931,1.54636 0.64023,1.19159 0.85435,2.56281 0.97272,3.91031 0.15139,1.72336 0.16244,3.45904 0.033,5.18419 0.11585,-1.15429 0.35775,-2.29589 0.72,-3.39797 0.65284,-1.98614 1.70416,-3.84789 3.11974,-5.38642 0.56171,-0.6105 1.18038,-1.17036 1.85876,-1.6479 2.07821,-1.46294 4.71804,-2.1055 7.23612,-1.76133 -2.55897,0.11302 -5.14896,-0.69089 -7.19419,-2.23302 -1.04161,-0.78539 -1.94875,-1.76287 -2.57976,-2.90463 -0.97579,-1.76561 -1.25012,-3.90675 -0.75097,-5.86133" style="opacity:0.2;fill:url(#radialGradient18838);filter:url(#filter4538-7)"/>
<path id="path4542-7" d="m 120.49984,178.71875 c -1.22954,4.67934 -2.07519,9.45949 -2.52566,14.27665 -0.63702,6.81216 -0.48368,13.6725 -0.84934,20.5046 -0.31029,5.79753 -0.99107,11.65587 0.0159,17.3737 0.48017,2.72655 1.34273,5.38547 2.55456,7.87467 0.19249,-0.95006 0.33356,-1.91054 0.42239,-2.87583 0.42661,-4.63604 -0.3541,-9.28689 -0.61781,-13.93504 -0.46225,-8.14744 0.66569,-16.2899 1.125,-24.4375 0.3526,-6.25476 0.31082,-12.53173 -0.125,-18.78125 h -4e-5" style="opacity:0.11;filter:url(#filter4592-2)"/>
<path id="path28767-9-3" d="m 351.9604,200.85653 c -1.45162,0.38883 -1.23008,3.99417 -0.29604,5.49789 0.78886,1.26999 3.07235,2.27109 3.75853,1.00504 1.11412,-2.05562 -1.47192,-7.03613 -3.46249,-6.50293 z" style="opacity:0.25;fill:#7c7c7c;filter:url(#filter15211-9)" transform="matrix(-0.06991927,0.95700905,-0.56450744,-0.11853409,236.56758,-180.37928)"/>
<path transform="matrix(-0.09596121,-0.95700905,-0.77476232,0.11853409,398.90188,493.24449)" style="opacity:0.75;fill:#7c7c7c;filter:url(#filter14706-3)" d="m 361.75,209.34296 c 0.002,-1.53313 -7.56474,-10.0564 -9.7896,-8.48643 -2.22486,1.56998 -0.49172,3.7842 -0.29604,5.49789 0.19568,1.71368 -0.94537,6.60933 0.23849,7.25934 1.18386,0.65001 3.36607,-2.5198 5.30111,-4.27697 1.55818,-1.41494 4.54398,1.53929 4.54604,0.006 z" id="path15189-4"/>
<path id="path28767-3" d="m 277.9604,90.856536 c -2.22486,1.569973 -1.25289,3.530477 -0.29604,5.497884 0.95685,1.967407 -2.10429,7.63969 -2.13651,7.88434 -0.0322,0.24465 6.02534,-2.8754 7.67611,-4.901967 1.94956,-2.393373 6.87703,3.237917 6.60851,2.381167 0.002,-1.53312 -9.62721,-12.431397 -11.85207,-10.861424 z" style="fill:#7c7c7c;filter:url(#filter15133-1)" transform="matrix(1.1522137,0,0,1.1522137,-163.02721,-72.199565)"/>
<path style="fill:#838384;filter:url(#filter15185-2)" d="m 16.687345,165.86218 c -2.16217,1.96937 1.01359,4.92767 2.51966,8.40429 0.93626,2.16126 3.52677,5.20509 6.03244,4.7175 1.8848,-0.36677 3.05427,-3.07936 2.87588,-4.99121 -0.34416,-3.68852 -3.45669,-4.55256 -5.7172,-5.81949 -1.79139,-1.00401 -4.19258,-3.69391 -5.71078,-2.31109 z" id="path4596-3" transform="translate(160,-57.362183)"/>
<path clip-path="url(#clipPath816)" transform="translate(138.99984,-49.362181)" style="fill:#000000;fill-opacity:0.258824;filter:url(#filter30479-2)" id="path28461-8-7" d="m -28.632498,172.60136 c 1.702936,4.93775 5.13035,9.15199 9.185848,12.44354 1.348656,1.0946 2.782167,2.10442 4.366233,2.817 1.584067,0.71257 3.331648,1.11945 5.062377,0.97245 1.6949733,-0.14396 3.3074706,-0.80936 4.788721,-1.64575 1.4812505,-0.8364 2.8560173,-1.84688 4.29298914,-2.75725 2.46262056,-1.56015 5.09983966,-2.82139 7.65715996,-4.22092 3.0824622,-1.68692 6.0695999,-3.59014 8.6646899,-5.95927 1.187948,-1.08451 2.295748,-2.26795 3.607519,-3.19888 1.31177,-0.93094 2.882987,-1.60572 4.487811,-1.49651 1.203853,0.0819 2.332908,0.59386 3.51249,0.84794 0.589792,0.12704 1.200784,0.18932 1.797215,0.0984 0.596431,-0.0909 1.179727,-0.34439 1.597895,-0.77928 0.512367,-0.53286 0.736406,-1.29981 0.709607,-2.03855 -0.0268,-0.73874 -0.284448,-1.45303 -0.628853,-2.10712 -0.68881,-1.30819 -1.734547,-2.43513 -2.200224,-3.83833 -0.414395,-1.24867 -0.330451,-2.59887 -0.293929,-3.91401 0.03652,-1.31513 0.0075,-2.68902 -0.598601,-3.85671 -0.461591,-0.88922 -1.236126,-1.59525 -2.12164,-2.06391 -0.885513,-0.46867 -1.878578,-0.71001 -2.876081,-0.80365 -1.995007,-0.18727 -3.993929,0.19997 -5.994489,0.31349 -2.655817,0.1507 -5.321957,-0.18176 -7.9772499,-0.0221 -3.3112912,0.1991 -6.5570138,1.16053 -9.87428,1.16645 -3.7859765,0.007 -7.5681223,-1.23192 -11.3075401,-0.63996 -1.60458,0.25401 -3.134778,0.8376 -4.675685,1.35219 -1.540906,0.5146 -3.132742,0.96724 -4.757133,0.94371 -1.844198,-0.0267 -3.629272,-0.66537 -5.468985,-0.79666 -0.919856,-0.0656 -1.86247,-1.8e-4 -2.726086,0.32326 -0.863615,0.32344 -1.644513,0.92357 -2.068349,1.7426 -0.242869,0.46932 -0.363194,0.99683 -0.385859,1.52479 -0.02266,0.52795 0.05026,1.05702 0.177828,1.56983 0.255132,1.02563 0.724233,1.98285 1.109821,2.96688 1.392508,3.55373 1.692361,7.44806 2.93678,11.05632"/>
<path clip-path="url(#clipPath820)" style="opacity:0.3;fill:#000000;filter:url(#filter30475-4)" id="path28461-84-3" d="m -54.3809,165.4735 c 3.308481,2.21892 6.276719,4.94413 8.76949,8.0515 2.313244,2.88358 4.281072,6.1543 7.29931,8.28886 2.132561,1.50819 4.694875,2.3578 7.29406,2.61606 3.051509,0.3032 6.139761,-0.18685 9.08171,-1.05205 2.72664,-0.80188 5.363225,-1.92931 7.78216,-3.4214 4.5982326,-2.83636 8.4392136,-6.99279 13.51002,-8.85709 1.1070251,-0.407 2.2592345,-0.69817 3.3265087,-1.20024 1.0672741,-0.50208 2.071356,-1.25404 2.5810913,-2.31768 0.489979,-1.02241 0.4709637,-2.20249 0.63053,-3.32496 0.1707072,-1.20085 0.5537633,-2.36184 0.7638732,-3.55642 0.2101099,-1.19458 0.2351735,-2.47234 -0.2814032,-3.56975 -0.4277722,-0.90876 -1.2053869,-1.6278 -2.0998754,-2.08466 -0.8944886,-0.45686 -1.9010816,-0.6644 -2.9042801,-0.71362 -2.00639693,-0.0985 -3.9875479,0.41519 -5.9880545,0.59766 -2.649555,0.24167 -5.3179008,-0.0991 -7.97725,-0.019 -3.308278,0.0996 -6.568191,0.84884 -9.87428,1.00503 -3.771652,0.17818 -7.534056,-0.41751 -11.30754,-0.55139 -1.632251,-0.0579 -3.2754,-0.0286 -4.884302,0.25254 -1.608902,0.28112 -3.188197,0.82168 -4.548518,1.72563 -1.319979,0.87714 -2.396737,2.06728 -3.606567,3.09101 -0.604916,0.51187 -1.247757,0.98508 -1.953748,1.34495 -0.705991,0.35987 -1.478799,0.60451 -2.270305,0.64257 -0.40728,0.0196 -0.818345,-0.0152 -1.2213,0.0472 -0.676172,0.10463 -1.303709,0.49355 -1.698284,1.05254 -0.394576,0.55899 -0.550896,1.28053 -0.423046,1.9527 v 1e-5" transform="matrix(1,0,0,0.92110599,159.99984,-43.254675)"/>
</g>
<g id="g481" transform="translate(-16.987948,-19.575154)">
<path transform="translate(160,-57.362183)" d="m 45.10134,224.44951 c 6.084796,4.89463 9.945575,12.28597 11.14096,20.00305 0.932288,6.01859 0.326343,12.19496 -1.030694,18.13223 -1.357038,5.93726 -3.452212,11.67615 -5.531716,17.40051 -0.829244,2.2827 -1.662186,4.5871 -1.991686,6.9933 -0.3295,2.40621 -0.120849,4.95426 1.039536,7.08777 1.330223,2.44578 3.812954,4.13021 6.48184,4.92292 2.634941,0.78263 5.481042,0.76618 8.148186,0.10153 2.667145,-0.66466 7.157372,-1.52591 9.328374,-3.21179 5.515551,-4.28306 6.82474,-11.71935 8.13188,-18.24961 1.363195,-6.8103 0.69637,-13.95038 -0.50149,-20.83014 -1.63342,-9.38136 -4.38172,-18.55105 -7.87991,-27.40773 -2.573144,-6.51466 -5.8695,-12.74244 -9.79135,-18.52016 -3.847635,-5.66839 -9.306853,-10.09303 -13.34018,-15.63502 -1.401311,-1.92547 -3.086675,-3.93159 -4.463417,-5.87845 -2.968456,-4.19771 -2.296208,-3.41451 -4.137707,-6.13155 -1.336068,-1.9713 -3.445653,-2.6487 -5.665474,-3.51096 -2.219821,-0.86226 -4.71266,-1.11623 -7.005012,-0.47108 -3.021449,0.85034 -5.489775,3.23113 -6.802912,6.08208 -1.313136,2.85095 -1.54284,6.12313 -1.031948,9.2201 0.659095,3.99536 2.486278,7.70258 4.54639,11.18873 2.326679,3.93724 5.021993,7.72707 8.53596,10.65407 3.667149,3.05459 8.101532,5.06875 11.82037,8.0602" id="path29705-5-0" style="fill:#020204"/>
<path transform="translate(160,-57.362183)" style="fill:#020204" d="m -69.527091,194.03592 c -7.073089,8.03686 -14.352222,15.81627 -18.345769,24.50506 -1.976249,4.41329 -2.910774,9.20725 -4.26498,13.84932 -1.537901,5.27176 -3.626089,10.3703 -5.97071,15.33612 -2.16496,4.58531 -4.54982,9.06291 -6.93891,13.53553 -1.7382,3.25409 -3.50514,6.58104 -4.10782,10.22071 -0.47628,2.87632 -0.1985,5.84423 0.53375,8.66626 0.73225,2.82202 1.90965,5.5106 3.23776,8.10601 5.667249,11.07504 14.170032,20.62168 24.24176,27.92472 4.570626,3.31418 9.466691,6.18109 14.60245,8.52595 2.782468,1.27041 5.713552,2.40436 8.771859,2.45744 1.529154,0.0265 3.074104,-0.22544 4.47434,-0.84055 1.400236,-0.6151 2.650677,-1.60373 3.482541,-2.88709 1.022778,-1.5779 1.369917,-3.53829 1.164614,-5.40743 -0.205303,-1.86914 -0.934843,-3.65294 -1.913244,-5.25873 -2.389971,-3.92251 -6.165196,-6.76055 -9.79642,-9.57343 -7.840549,-6.07358 -15.424654,-12.48039 -22.68212,-19.23996 -2.049117,-1.90854 -4.098407,-3.87759 -5.53019,-6.28412 -1.394295,-2.34352 -2.147602,-5.01376 -2.65783,-7.69253 -1.399719,-7.34873 -1.040921,-15.08286 1.45958,-22.13343 0.978222,-2.75826 2.271183,-5.39201 3.51815,-8.03965 2.161326,-4.58906 4.207248,-9.26564 7.04933,-13.46723 3.537978,-5.23037 8.267489,-9.66049 11.15147,-15.27803 2.434229,-4.74149 3.419942,-10.07236 4.36185,-15.31831 0.736933,-4.10434 2.150416,-8.12437 2.869234,-12.23193 -1.406111,2.66567 -5.937961,7.04283 -8.710695,10.5253 z" id="path14967-1-0"/>
</g>
<g id="g514" transform="translate(-16.987948,-19.575154)">
<path style="fill:#838384;filter:url(#filter14666-9)" d="m 290.78125,216.01843 c 0.48482,0.46774 0.98091,0.94261 1.5,1.375 3.66715,3.05459 5.61879,6.48526 9.33763,9.47671 6.0848,4.89463 12.25895,13.34358 13.45434,21.06066 0.93229,6.01859 -0.30093,9.28947 -1.80468,16.3878 -1.50374,7.09832 -5.76944,17.14832 -8.07376,23.99211 -0.9189,2.7291 1.86121,1.60306 1.49609,4.4798 -0.17944,1.41384 -0.19766,2.84238 -0.0346,4.25917 0.0227,-0.27104 0.0388,-0.5525 0.0693,-0.82194 0.44281,-3.92274 1.62331,-7.69479 2.90878,-11.39514 2.47416,-7.12214 5.31434,-14.10109 7.27196,-21.40792 1.95763,-7.30683 1.74028,-12.56443 0.71875,-18.84375 -1.28459,-7.89637 -5.79703,-15.18702 -12.1875,-20 -4.51852,-3.40313 -9.84688,-5.58465 -14.65625,-8.5625 z" id="path29705-9" clip-path="url(#clipPath504)" transform="matrix(1.0180731,0,0,1,-105.25547,-58.362183)"/>
<path style="opacity:0.95;fill:#7c7c7c;filter:url(#filter15053-7)" d="m 232.33049,224.26954 c -2.32126,2.13749 -4.33307,4.61051 -5.95338,7.31823 -2.66801,4.45854 -4.23905,9.46835 -6.17809,14.28882 -1.44362,3.58886 -3.12519,7.19314 -3.32662,11.05622 -0.10346,1.98418 0.19056,3.96588 0.25671,5.95165 0.0662,1.98578 -0.11756,4.05108 -1.08967,5.78391 -0.81338,1.44988 -2.1659,2.58902 -3.73298,3.14402 2.11547,0.70686 4.00453,2.07546 5.33532,3.86539 1.11451,1.49902 1.82759,3.25366 2.79609,4.85091 0.78716,1.29818 1.75335,2.50124 2.94285,3.44463 1.1895,0.94339 2.61141,1.61974 4.11726,1.81293 2.06623,0.26508 4.23574,-0.42815 5.76541,-1.84225 -1.92538,-18.0357 -0.16195,-36.4572 5.15013,-53.80008 0.33544,-1.09515 0.68725,-2.19828 0.77034,-3.34063 0.0831,-1.14235 -0.12896,-2.34792 -0.82414,-3.2582 -0.37014,-0.48467 -0.86838,-0.87059 -1.4302,-1.1078 -0.56182,-0.2372 -1.18588,-0.32512 -1.79136,-0.25236 -0.60549,0.0727 -1.19096,0.306 -1.68059,0.66954 -0.48964,0.36355 -0.88227,0.85651 -1.12706,1.41507 h -2e-5" id="path15007-0" clip-path="url(#clipPath508)" transform="translate(-150.00016,-58.362183)"/>
</g>
<g id="g457" transform="translate(-16.987948,-19.575154)">
<g id="g444">
<path transform="matrix(1.0268828,0,0,1,157.6864,-58.362183)" style="opacity:0.2;fill:url(#linearGradient18840);filter:url(#filter15115-3)" d="m 86.05618,328.13191 c -0.45671,1.54919 -1.15216,3.04585 -2.04962,4.41089 -1.9805,3.01237 -4.85449,5.2794 -7.7268,7.37015 -4.89889,3.56589 -10.00272,6.83785 -14.56318,10.89029 -3.05551,2.71513 -5.84112,5.75937 -8.42278,8.96491 -2.20789,2.74146 -4.2839,5.61929 -6.80089,8.05729 -2.53964,2.45993 -5.53049,4.44676 -8.75187,5.52933 -3.91796,1.31667 -8.05795,1.2533 -11.83233,0.25938 -2.64475,-0.69647 -5.22365,-1.90703 -6.86216,-4.0969 -1.6448,-2.19828 -2.1777,-5.15218 -2.36802,-8.05186 -0.33651,-5.12875 0.25967,-10.36956 0.8034,-15.57549 0.45167,-4.3257 0.86825,-8.65475 1.03855,-12.97167 0.30984,-7.85202 -0.19668,-15.63586 -1.23186,-23.27336 -0.17336,-1.27909 -0.36202,-2.56818 -0.25656,-3.88562 0.10519,-1.31741 0.5354,-2.6883 1.43615,-3.70529 0.83202,-0.93937 1.9928,-1.49566 3.15071,-1.76892 1.15792,-0.27325 2.32983,-0.2898 3.4927,-0.3215 2.74018,-0.0747 5.49647,-0.24039 8.19521,0.006 1.70282,0.15559 3.37264,0.47459 5.07313,0.6427 2.83764,0.28052 5.78134,0.13286 8.62739,-0.72369 3.06405,-0.92215 5.98631,-2.65158 9.09944,-3.12742 1.27732,-0.19521 2.559,-0.17251 3.80104,0.006 1.26746,0.18218 2.5284,0.54175 3.50235,1.33598 0.74019,0.60362 1.28194,1.43281 1.70583,2.31655 0.63144,1.31651 1.01921,2.77031 1.24115,4.2613 0.19663,1.32082 0.26639,2.68017 0.59789,3.95737 0.54536,2.10123 1.78089,3.88647 3.26736,5.33963 1.48646,1.45316 3.22499,2.60245 4.96058,3.73413 1.72907,1.12743 3.46794,2.24684 5.31472,3.17629 0.86675,0.43621 1.75751,0.83074 2.58612,1.33307 0.8286,0.50234 1.60071,1.12107 2.15093,1.93549 0.74634,1.10471 1.04569,2.55273 0.82168,3.97474 l 2e-5,-1e-5" id="path14483-7-4"/>
<path clip-path="none" id="path14296-0" d="m 263.18967,278.25167 c -2.6238,3.11482 -6.268,5.17039 -9.89648,7.01985 -6.1886,3.15437 -12.60169,5.92177 -18.41964,9.71654 -3.89802,2.54249 -7.4959,5.52671 -10.86016,8.74238 -2.87719,2.75012 -5.60582,5.68745 -8.83247,8.01771 -3.25567,2.35122 -7.01915,4.05426 -10.99061,4.6502 -4.83026,0.72481 -9.82134,-0.21289 -14.29898,-2.16416 -3.13754,-1.36728 -6.15569,-3.3229 -7.96301,-6.22931 -1.81425,-2.91754 -2.22807,-6.48813 -2.23266,-9.92375 -0.008,-6.07666 1.11824,-12.09004 2.17848,-18.07349 0.88097,-4.97177 1.71949,-9.95483 2.26013,-14.97502 0.98337,-9.13118 0.9763,-18.35278 0.3199,-27.51327 -0.10993,-1.53416 -0.23754,-3.0832 -0.008,-4.60412 0.22922,-1.52092 0.85475,-3.0367 2.02069,-4.03986 1.07696,-0.9266 2.52093,-1.33598 3.93947,-1.4145 1.41854,-0.0785 2.83404,0.14655 4.23982,0.35197 3.31254,0.48405 6.65159,0.8649 9.88917,1.71656 2.04284,0.53738 4.03315,1.25925 6.0722,1.81081 3.40258,0.92039 6.96639,1.36144 10.46739,0.95192 3.76917,-0.44089 7.42987,-1.85678 11.22363,-1.76474 1.55658,0.0378 3.1015,0.33171 4.58649,0.79985 1.51539,0.47772 3.00914,1.16182 4.12281,2.29512 0.84639,0.8613 1.43579,1.94539 1.87872,3.06879 0.65982,1.67352 1.01492,3.457 1.16703,5.24945 0.13475,1.58788 0.11343,3.19441 0.41433,4.75933 0.49503,2.57458 1.84746,4.92305 3.52848,6.93494 1.68102,2.01189 3.68982,3.72048 5.69641,5.40783 1.99908,1.68103 4.0106,3.35469 6.16708,4.82839 1.0121,0.69165 2.05642,1.33949 3.01736,2.10062 0.96094,0.76113 1.84466,1.6468 2.44543,2.71535 0.81492,1.44944 1.06377,3.2077 0.53758,4.87655 -0.5262,1.66885 -1.48162,3.27659 -2.67059,4.68806 z" style="fill:url(#linearGradient18842)"/>
<path transform="translate(-250.00016,-58.362183)" clip-path="url(#clipPath419)" id="path14296-3-7" d="m 512.89128,328.72435 c -0.61724,1.54745 -1.48971,2.99275 -2.57146,4.2598 -2.40248,2.814 -5.72921,4.65444 -9.03774,6.31099 -5.65305,2.83043 -11.50277,5.31761 -16.82133,8.73539 -3.55362,2.28361 -6.84076,4.96564 -9.9178,7.85959 -2.62917,2.47273 -5.12496,5.116 -8.06607,7.20809 -2.98093,2.12042 -6.41793,3.6468 -10.03693,4.18063 -4.40931,0.65041 -8.96019,-0.19314 -13.05822,-1.94562 -2.85719,-1.22185 -5.61733,-2.97002 -7.27205,-5.60029 -1.64629,-2.61688 -2.0313,-5.83002 -2.03893,-8.92166 -0.0135,-5.46467 1.01827,-10.87076 1.98945,-16.24846 0.80703,-4.46875 1.57531,-8.9482 2.06402,-13.46287 0.88853,-8.20825 0.8481,-16.49756 0.29214,-24.73502 -0.0931,-1.38017 -0.20023,-2.77381 0.0118,-4.14077 0.21204,-1.36695 0.77803,-2.72737 1.82595,-3.63036 0.9828,-0.84687 2.30304,-1.21795 3.5986,-1.28594 1.29556,-0.068 2.58744,0.14181 3.87096,0.3307 3.02315,0.4449 6.07241,0.77918 9.03106,1.54323 1.86541,0.48173 3.68372,1.13165 5.54531,1.62795 3.10947,0.82898 6.36227,1.22486 9.55911,0.8558 3.44127,-0.39728 6.78665,-1.67148 10.24974,-1.58654 1.42063,0.0348 2.83052,0.30037 4.1885,0.71908 1.38179,0.42605 2.74909,1.03446 3.76507,2.06337 0.76566,0.7754 1.29538,1.75352 1.7157,2.75891 0.62574,1.49674 1.03256,3.09742 1.06577,4.71936 0.0347,1.69374 -0.33552,3.39491 -0.10594,5.07338 0.18638,1.36264 0.7635,2.64802 1.50064,3.80912 0.73713,1.1611 1.634,2.2109 2.52251,3.26069 1.71726,2.02897 3.4393,4.09674 5.5931,5.65457 2.45218,1.77364 5.36188,2.81145 7.89508,4.46732 0.75511,0.49359 1.48596,1.05215 2.01814,1.78058 0.8972,1.22806 1.1387,2.90791 0.62379,4.33898 h 2e-5" style="fill:#cd8907;filter:url(#filter14416-8)"/>
<path clip-path="url(#clipPath426)" transform="matrix(1.1429721,0,0,1.2323048,-318.99817,-135.48838)" id="path14296-3-1-9" d="m 508.79285,327.92545 c -0.60151,1.26455 -1.38215,2.44372 -2.31134,3.49133 -2.15335,2.42776 -5.06099,4.09917 -8.12349,5.1725 -5.04166,1.76698 -10.54565,2.00437 -15.49471,4.01618 -3.01615,1.22607 -5.73063,3.07339 -8.47914,4.81871 -2.22174,1.41082 -4.49246,2.76887 -6.93206,3.75622 -2.75548,1.1152 -5.68568,1.74047 -8.62582,2.17857 -1.87082,0.27876 -3.76259,0.48423 -5.65156,0.38704 -1.88898,-0.0972 -3.78418,-0.50735 -5.45127,-1.40092 -1.26399,-0.6775 -2.40126,-1.6529 -3.07596,-2.91839 -0.74956,-1.4059 -0.87959,-3.05603 -0.86243,-4.64917 0.0457,-4.24592 1.02557,-8.4458 0.99617,-12.69186 -0.0256,-3.69614 -0.81525,-7.34495 -1.04231,-11.03419 -0.43665,-7.09457 1.2047,-14.31322 -0.23989,-21.27287 -0.23125,-1.11413 -0.54212,-2.22686 -0.52701,-3.36463 0.008,-0.56889 0.0988,-1.14101 0.31541,-1.66709 0.21661,-0.52609 0.56289,-1.00508 1.02461,-1.33751 0.38878,-0.27992 0.85044,-0.45024 1.32336,-0.52677 0.47292,-0.0765 0.95748,-0.0616 1.43166,0.007 0.94836,0.13656 1.85188,0.48215 2.77546,0.73718 2.64193,0.72952 5.43254,0.71432 8.11748,1.26484 1.68527,0.34555 3.31679,0.91149 4.98436,1.33427 2.80028,0.70996 5.72013,1.0133 8.59212,0.70142 3.0885,-0.33539 6.10714,-1.37534 9.21289,-1.30034 1.27305,0.0307 2.53741,0.25005 3.76479,0.58936 1.22771,0.3394 2.45538,0.81951 3.38421,1.69114 0.6693,0.62809 1.15135,1.4307 1.54214,2.26121 0.5703,1.21202 0.96726,2.52854 0.95796,3.868 -0.005,0.6968 -0.11899,1.38758 -0.18672,2.0811 -0.0677,0.69352 -0.0878,1.40368 0.0914,2.07705 0.18009,0.67656 0.55415,1.2867 0.98269,1.84033 0.42854,0.55364 0.91471,1.06002 1.35819,1.60176 1.24195,1.51713 2.12961,3.28544 3.09724,4.99067 0.96764,1.70523 2.05232,3.39266 3.58036,4.62117 2.0797,1.67204 4.77798,2.34016 7.09642,3.66141 0.67877,0.38682 1.33676,0.84082 1.81399,1.45937 0.38231,0.49552 0.63762,1.0882 0.73509,1.70642 0.0975,0.61822 0.0369,1.26071 -0.1744,1.84982 h 9e-5" style="fill:#f5c021;filter:url(#filter14432-2)"/>
<path clip-path="url(#clipPath433)" id="path16493" d="m 187.30911,230.28754 c 3.27611,-0.88704 6.0662,1.5972 8.44228,3.47233 1.53527,1.30928 3.75348,0.97992 5.63665,1.04213 3.12069,-0.11321 6.22535,0.52281 9.34708,0.13577 6.14462,-0.51932 12.16847,-2.02966 18.34236,-2.28984 2.94948,-0.18579 6.25992,-0.35725 8.80813,1.36517 1.03299,0.7155 2.54702,3.74139 3.56647,2.60489 -0.42031,-3.17821 -2.77748,-6.25589 -5.93906,-7.10224 -2.47492,-0.38942 -4.98985,0.29134 -7.48947,0.0711 -7.42294,-0.17706 -14.79344,-1.5554 -22.23396,-1.16015 -5.17644,0.0448 -10.34657,-0.19501 -15.51546,-0.39662 -2.03057,-0.41489 -2.74674,1.38901 -3.8489,2.08085" style="fill:url(#linearGradient18844);filter:url(#filter17044)"/>
</g>
<g id="g411">
<path style="fill:url(#linearGradient18854)" d="m 57.57688,222.65692 c 1.59929,-0.66295 3.3982,-0.78361 5.10074,-0.46963 1.70253,0.31398 3.31141,1.04948 4.74342,2.02239 2.86402,1.94583 4.98821,4.77774 7.02263,7.57952 4.67189,6.43406 9.16868,13.00227 13.24488,19.8293 3.30635,5.53766 6.34352,11.25685 10.16415,16.45304 2.49398,3.3919 5.3066,6.53947 7.813,9.92221 2.50639,3.38273 4.72794,7.05586 5.83931,11.11662 1.44411,5.27653 0.88463,11.09291 -1.62666,15.95302 -1.76663,3.41896 -4.47646,6.35228 -7.77242,8.33898 -3.29595,1.9867 -7.17064,3.01444 -11.01635,2.87021 -6.11413,-0.2293 -11.69944,-3.28515 -17.38362,-5.54906 -11.58097,-4.6125 -24.15978,-6.0594 -36.09666,-9.65174 -3.66859,-1.10404 -7.27582,-2.4107 -10.96988,-3.42629 -1.64125,-0.45122 -3.30866,-0.8482 -4.85875,-1.55144 -1.55008,-0.70325 -2.999548,-1.7491 -3.86171,-3.21675 -0.666391,-1.13439 -0.948386,-2.47002 -0.930187,-3.78554 0.0182,-1.31552 0.325889,-2.61453 0.773815,-3.85158 0.895851,-2.47409 2.343262,-4.71374 3.320162,-7.15696 1.59511,-3.98935 1.88169,-8.38839 1.66657,-12.67942 -0.21511,-4.29103 -0.91078,-8.54478 -1.20454,-12.83115 -0.13118,-1.91406 -0.18066,-3.85256 0.18479,-5.73598 0.36545,-1.88343 1.17577,-3.72459 2.55771,-5.05541 1.27406,-1.22693 2.96492,-1.95531 4.69643,-2.31651 1.73151,-0.3612 3.51533,-0.37747 5.28367,-0.33762 1.76833,0.0399 3.54067,0.13425 5.30351,-0.0106 1.76284,-0.14488 3.53347,-0.54055 5.06911,-1.41828 1.45996,-0.83447 2.65433,-2.0745 3.64374,-3.43424 0.9894,-1.35974 1.78909,-2.84573 2.60891,-4.31396 0.81983,-1.46823 1.66834,-2.93151 2.74157,-4.22611 1.07324,-1.2946 2.38923,-2.42304 3.94266,-3.06698" id="path4635-1"/>
<path transform="translate(160,-57.362183)" clip-path="url(#clipPath401)" id="path13596-6" d="m -99.89049,282.77885 c 1.45515,-0.58619 3.09423,-0.65064 4.62272,-0.30406 1.52849,0.34657 2.94957,1.09015 4.18836,2.047 2.47758,1.91371 4.19983,4.61379 5.85419,7.26861 3.97009,6.43306 7.8514,12.93381 11.5161,19.56716 2.7769,4.99324 5.4247,10.09253 8.83749,14.67892 2.26379,3.04154 4.84735,5.83139 7.15787,8.83675 2.31051,3.00536 4.37126,6.28214 5.3928,9.93347 1.31626,4.70582 0.78265,9.91001 -1.49541,14.23282 -1.63755,3.10576 -4.15203,5.74644 -7.18609,7.5126 -3.03406,1.76617 -6.57924,2.64923 -10.08655,2.48791 -5.59831,-0.25772 -10.71129,-3.05353 -15.98089,-4.95071 -10.10307,-3.66572 -21.05344,-4.15754 -31.41615,-7.02001 -3.71479,-1.00833 -7.33661,-2.35276 -11.06955,-3.29396 -1.65162,-0.41658 -3.33303,-0.75712 -4.90217,-1.4193 -1.56914,-0.66219 -3.04681,-1.68866 -3.89752,-3.16474 -0.63282,-1.09717 -0.88561,-2.38838 -0.84651,-3.65421 0.0391,-1.26584 0.35915,-2.51035 0.80992,-3.69386 0.90155,-2.36701 2.32025,-4.51029 3.22912,-6.87464 1.3787,-3.57425 1.54994,-7.50412 1.29397,-11.32617 -0.25597,-3.82205 -0.9211,-7.60949 -1.15326,-11.4336 -0.10374,-1.70896 -0.11933,-3.43899 0.22634,-5.11576 0.34564,-1.67677 1.07606,-3.30971 2.29486,-4.512 1.32089,-1.30904 3.14116,-2.02413 4.97727,-2.30427 1.83611,-0.28013 3.70601,-0.15808 5.55479,0.007 1.84877,0.16495 3.70503,0.37271 5.56113,0.26163 1.85609,-0.11109 3.7357,-0.56331 5.26886,-1.60694 1.39737,-0.94461 2.44584,-2.32407 3.24439,-3.79842 0.79856,-1.47435 1.3676,-3.05544 1.97644,-4.61656 0.60885,-1.56113 1.26672,-3.12189 2.2218,-4.50973 0.95509,-1.38785 2.23612,-2.60467 3.80568,-3.23473" style="fill:#d99a03;filter:url(#filter14148-8)"/>
<path clip-path="url(#clipPath391)" transform="matrix(1,0,0,0.98204782,-80.00015,-54.40321)" style="fill:#f5bd0c;filter:url(#filter14140-3)" d="m 138.7532,281.23531 c 1.40907,-0.7122 3.07062,-0.85812 4.61642,-0.53681 1.54579,0.3213 2.97823,1.09063 4.19572,2.09584 2.43498,2.0104 3.98026,4.8747 5.41939,7.68535 3.30494,6.45466 6.3834,13.04983 10.33791,19.12824 2.86875,4.40952 6.17965,8.51701 9.08155,12.90479 3.93557,5.95071 7.13582,12.4957 8.45639,19.50682 0.88822,4.71571 0.85899,9.80955 -1.37244,14.05779 -1.46869,2.79611 -3.85002,5.08988 -6.66339,6.52522 -2.81337,1.43533 -6.0432,2.01701 -9.18889,1.73441 -4.95423,-0.44507 -9.4537,-2.92512 -14.11748,-4.65475 -8.27469,-3.06879 -17.21809,-3.80325 -25.73435,-6.1187 -3.59196,-0.9766 -7.10999,-2.23521 -10.7509,-3.00963 -1.60616,-0.34163 -3.24361,-0.59125 -4.77675,-1.17943 -1.53313,-0.58818 -2.98623,-1.56578 -3.76965,-3.00894 -0.55139,-1.01573 -0.73656,-2.20459 -0.65433,-3.3574 0.0822,-1.15282 0.42084,-2.27486 0.86462,-3.34201 0.88755,-2.13429 2.20087,-4.08935 2.89035,-6.29561 1.01321,-3.24214 0.59672,-6.75718 -0.1636,-10.06777 -0.76031,-3.31059 -1.85667,-6.56127 -2.19448,-9.94121 -0.15046,-1.50543 -0.14681,-3.03993 0.19136,-4.51458 0.33818,-1.47465 1.02687,-2.89176 2.10855,-3.94955 1.3932,-1.36244 3.34372,-2.03997 5.28315,-2.22925 1.93944,-0.18927 3.89217,0.0689 5.82027,0.3512 1.9281,0.28227 3.86824,0.59003 5.8148,0.49986 1.94656,-0.0902 3.92849,-0.61081 5.45316,-1.82432 1.50782,-1.20011 2.45577,-2.98713 2.99939,-4.83599 0.54362,-1.84885 0.71997,-3.78191 0.94267,-5.69612 0.2227,-1.91421 0.50044,-3.8462 1.22971,-5.63 0.72928,-1.7838 1.96094,-3.42814 3.68085,-4.29745" id="path4635-2-4"/>
<path style="fill:url(#linearGradient18856);filter:url(#filter14176-5)" d="m 76.40702,237.60723 c 2.60622,4.71337 4.1958,10.12156 6.78125,14.875 2.3781,4.37223 5.08446,8.87379 7.5,12.90625 1.07545,1.79534 3.58329,4.5546 6.11895,8.83731 2.29771,3.88081 4.61826,9.29715 5.91658,11.1158 -0.74552,-2.12877 -2.27926,-7.84655 -4.10875,-11.92255 -1.70955,-3.80877 -3.69976,-5.98219 -4.92678,-8.03056 -2.41553,-4.03246 -5.01691,-7.65647 -7.5,-11.5 -3.42521,-5.30181 -6.03558,-11.23523 -9.78125,-16.28125 z" id="path4792-8"/>
</g>
</g>
<g id="g526" transform="translate(-16.987948,-19.575154)">
<path d="m 231.4835,237.27796 c -0.56258,-1.10201 -1.58692,-1.92585 -2.72873,-2.40251 -1.1418,-0.47667 -2.39692,-0.6289 -3.63419,-0.61936 -2.47454,0.0191 -4.93459,0.66357 -7.39999,0.45028 -2.0826,-0.18018 -4.05875,-0.96301 -6.08982,-1.45739 -2.09726,-0.51049 -4.32188,-0.70969 -6.40465,-0.14297 -2.22595,0.60568 -4.18942,2.09362 -5.41915,4.04541 -1.08426,1.72091 -1.59909,3.75274 -1.76111,5.78028 -0.16202,2.02754 0.013,4.06578 0.21815,6.08941 0.1484,1.46363 0.31354,2.93079 0.66764,4.35866 0.35411,1.42788 0.90422,2.82282 1.76608,4.01506 1.24071,1.71632 3.08337,2.9395 5.06938,3.67497 3.24183,1.20053 6.9338,1.13597 10.13167,-0.17718 5.65885,-2.45702 10.44922,-6.8639 13.36879,-12.29857 1.04539,-1.94596 1.8574,-4.01932 2.38189,-6.16513 0.20845,-0.85283 0.37215,-1.72236 0.37977,-2.60027 0.008,-0.8779 -0.14655,-1.76875 -0.54573,-2.55069" id="path29714-8-2" style="opacity:0.35;fill:url(#radialGradient18846);filter:url(#filter14897-2)"/>
<path d="m 71.483661,295.64014 c -0.562575,-1.10201 -1.586921,-1.92585 -2.728725,-2.40251 -1.141803,-0.47667 -2.396928,-0.6289 -3.634197,-0.61936 -2.474537,0.0191 -4.934587,0.66357 -7.399988,0.45028 -2.082597,-0.18018 -4.058745,-0.96301 -6.08982,-1.45739 -2.097262,-0.51049 -4.321879,-0.70969 -6.40465,-0.14297 -2.225952,0.60568 -4.189424,2.09362 -5.41915,4.04541 -1.084262,1.72091 -1.599093,3.75274 -1.76111,5.78028 -0.162016,2.02754 0.01297,4.06578 0.21815,6.08941 0.148398,1.46363 0.31354,2.93079 0.667645,4.35866 0.354105,1.42788 0.904219,2.82282 1.766075,4.01506 1.240713,1.71632 3.083374,2.9395 5.06938,3.67497 3.241832,1.20053 6.933796,1.13597 10.13167,-0.17718 5.658851,-2.45702 10.449216,-6.8639 13.36879,-12.29857 1.045394,-1.94596 1.857401,-4.01932 2.38189,-6.16513 0.208453,-0.85283 0.372151,-1.72236 0.379775,-2.60027 0.0076,-0.8779 -0.146556,-1.76875 -0.545735,-2.55069" id="path29714-8-3-0" style="opacity:0.35;fill:url(#radialGradient18848);filter:url(#filter14951-8)" transform="matrix(1,0,0,0.72292525,159.99984,20.396294)"/>
</g>
<g id="g545" transform="translate(-16.987948,-19.575154)">
<path d="m 76.1875,285.32775 c -0.405158,-1.10369 -1.118445,-2.08156 -1.990705,-2.86987 -0.872259,-0.78832 -1.900482,-1.39229 -2.982775,-1.85155 -2.164587,-0.91852 -4.520525,-1.26149 -6.83152,-1.69556 -2.179187,-0.40931 -4.34179,-0.90631 -6.52782,-1.27734 -2.27136,-0.38551 -4.617897,-0.63213 -6.8653,-0.1253 -1.965827,0.44333 -3.784499,1.45879 -5.271724,2.81864 -1.487225,1.35984 -2.649109,3.0564 -3.484986,4.89007 -1.472176,3.22952 -1.934512,6.86503 -1.65394,10.40316 0.208815,2.63325 0.875323,5.34594 2.60877,7.33912 1.400654,1.61052 3.387329,2.61526 5.43398,3.22092 3.525017,1.04316 7.366632,0.98822 10.86038,-0.1553 5.766894,-1.93113 10.875681,-5.77387 14.33034,-10.77903 1.138609,-1.64963 2.112174,-3.44809 2.5532,-5.4034 0.335973,-1.48955 0.348308,-3.08112 -0.1779,-4.51456" id="path29714-5-4" style="fill:#020204" transform="translate(159.99984,-58.362183)"/>
<path style="fill:url(#radialGradient18850);filter:url(#filter14812-5)" d="m 362.21875,276.45593 c -0.54933,0.0306 -1.08144,0.0909 -1.625,0.1875 -3.46951,0.61686 -6.64705,2.80857 -8.4375,5.84375 -1.26396,2.14267 -1.83985,4.67634 -1.65625,7.15625 0.0732,-1.74163 0.52946,-3.44685 1.375,-4.96875 1.43442,-2.58185 4.03238,-4.52979 6.9375,-5.0625 1.78976,-0.32819 3.63182,-0.13095 5.4375,0.0937 1.73256,0.2156 3.48115,0.44287 5.1875,0.8125 2.64101,0.57209 5.25428,1.45135 7.46875,3 0.51646,0.36118 0.99955,0.76857 1.40625,1.25 0.40669,0.48143 0.72188,1.03792 0.84375,1.65625 0.17824,0.90428 -0.0794,1.85295 -0.53125,2.65625 -0.45189,0.8033 -1.06491,1.50665 -1.71875,2.15625 -0.52923,0.5258 -1.09482,1.03417 -1.65625,1.53125 2.559,-0.49571 5.15199,-1.19766 7.28125,-2.6875 0.89975,-0.62955 1.71523,-1.38464 2.25,-2.34375 0.53477,-0.95912 0.76245,-2.1212 0.5,-3.1875 -0.17714,-0.71971 -0.57137,-1.3824 -1.0625,-1.9375 -0.49114,-0.55511 -1.0805,-1.01217 -1.6875,-1.4375 -2.67877,-1.87701 -5.81493,-3.07854 -9.0625,-3.46875 -2.08149,-0.38286 -4.18122,-0.70597 -6.28125,-0.96875 -1.64344,-0.20564 -3.32077,-0.37313 -4.96875,-0.28125 z" id="path29714-3-9-9" clip-path="url(#clipPath533)" transform="translate(-150.00016,-58.362183)"/>
<path style="fill:url(#linearGradient18852);filter:url(#filter14812-0-9)" d="m 362.21875,276.45593 c -0.54933,0.0306 -1.08144,0.0909 -1.625,0.1875 -3.46951,0.61686 -6.64705,2.80857 -8.4375,5.84375 -1.26396,2.14267 -1.83985,4.67634 -1.65625,7.15625 0.0732,-1.74163 0.52946,-3.44685 1.375,-4.96875 1.43442,-2.58185 4.03238,-4.52979 6.9375,-5.0625 1.78976,-0.32819 3.63182,-0.13095 5.4375,0.0937 1.73256,0.2156 3.48115,0.44287 5.1875,0.8125 2.64101,0.57209 5.25428,1.45135 7.46875,3 0.51646,0.36118 0.99955,0.76857 1.40625,1.25 0.40669,0.48143 0.72188,1.03792 0.84375,1.65625 0.17824,0.90428 -0.0794,1.85295 -0.53125,2.65625 -0.45189,0.8033 -1.06491,1.50665 -1.71875,2.15625 -0.52923,0.5258 -1.09482,1.03417 -1.65625,1.53125 2.559,-0.49571 5.15199,-1.19766 7.28125,-2.6875 0.89975,-0.62955 1.71523,-1.38464 2.25,-2.34375 0.53477,-0.95912 0.76245,-2.1212 0.5,-3.1875 -0.17714,-0.71971 -0.57137,-1.3824 -1.0625,-1.9375 -0.49114,-0.55511 -1.0805,-1.01217 -1.6875,-1.4375 -2.67877,-1.87701 -5.81493,-3.07854 -9.0625,-3.46875 -2.08149,-0.38286 -4.18122,-0.70597 -6.28125,-0.96875 -1.64344,-0.20564 -3.32077,-0.37313 -4.96875,-0.28125 z" id="path29714-3-9-3-8" clip-path="url(#clipPath538)" transform="translate(-150.00016,-58.36218)"/>
</g>
<g id="g777" transform="translate(-16.987948,-19.575154)">
<g id="g669">
<g id="g643">
<path id="path28795-9-5" d="m -24.767558,113.36218 c -1.780966,0.097 -3.484616,0.91899 -4.787852,2.1367 -1.303235,1.21771 -2.221372,2.81176 -2.786181,4.50357 -1.129618,3.38363 -0.87548,7.05177 -0.618697,10.60973 0.23251,3.22162 0.470404,6.50533 1.676785,9.50158 0.60319,1.49813 1.450246,2.91021 2.580338,4.06395 1.130092,1.15374 2.551736,2.04189 4.118297,2.43447 1.468838,0.36809 3.03816,0.29183 4.482783,-0.16209 1.444622,-0.45392 2.763916,-1.27887 3.846235,-2.33791 1.57904,-1.54507 2.643262,-3.5662 3.253449,-5.68947 0.610186,-2.12328 0.784157,-4.35155 0.752401,-6.56053 -0.03974,-2.76435 -0.400909,-5.53851 -1.265755,-8.16439 -0.864846,-2.62588 -2.245743,-5.10327 -4.172795,-7.08561 -0.933308,-0.96009 -1.997765,-1.80513 -3.198585,-2.39747 -1.200819,-0.59233 -2.543439,-0.92535 -3.880423,-0.85253" style="fill:url(#radialGradient18806)" transform="translate(138.99984,-49.362181)"/>
<g id="g605">
<path transform="translate(-50.00015,-58.362183)" style="fill:#020204" id="path29453-9" d="m 159.93889,137.11161 c -0.37211,2.24574 -0.38563,4.60199 0.3864,6.74344 0.50979,1.41404 1.35041,2.69692 2.37218,3.79935 0.66903,0.72184 1.42824,1.37779 2.31576,1.80318 0.88752,0.42539 1.91578,0.60638 2.87035,0.36671 0.88113,-0.22123 1.65156,-0.78859 2.22013,-1.49715 0.56856,-0.70857 0.9476,-1.55295 1.2177,-2.42034 0.7974,-2.56075 0.66926,-5.36165 -0.12241,-7.92418 -0.5768,-1.86701 -1.53208,-3.66794 -3.02664,-4.9268 -0.71307,-0.60061 -1.54773,-1.07115 -2.45479,-1.28664 -0.90707,-0.2155 -1.88874,-0.16505 -2.73754,0.22063 -0.9423,0.42817 -1.67159,1.24304 -2.14907,2.16134 -0.47749,0.91829 -0.72288,1.93936 -0.89207,2.96046"/>
<path style="fill:url(#linearGradient18820);filter:url(#filter29493-2)" d="m 114.68735,77.124997 c 0.24185,0.6337 1.05418,0.86381 1.5,1.375 0.43302,0.49651 0.88735,1.01055 1.125,1.625 0.4549,1.17616 -0.4488,2.91931 0.5,3.75 0.29782,0.26075 0.89472,0.26639 1.1875,0 1.14539,-1.04215 0.89094,-3.14433 0.4375,-4.625 -0.4115,-1.34371 -1.42747,-2.61637 -2.67923,-3.25512 -0.57882,-0.29536 -1.45077,-0.54089 -1.94577,-0.11988 -0.31898,0.2713 -0.27431,0.85878 -0.125,1.25 z" id="path29465-8"/>
</g>
<path transform="translate(59.99984,-58.362183)" clip-path="url(#clipPath631)" style="fill:url(#radialGradient18832)" d="m 50.39208,129.52717 c 2.68537,-1.59933 5.95507,-1.97034 9.066699,-1.67565 3.111629,0.29468 6.125434,1.20847 9.141301,2.02921 2.211625,0.60188 4.451579,1.16149 6.525325,2.13777 2.073747,0.97627 3.99989,2.41568 5.141935,4.40296 0.183191,0.31877 0.345257,0.6497 0.539254,0.96201 0.193996,0.31232 0.42311,0.60867 0.716456,0.83031 0.293346,0.22164 0.656994,0.3643 1.024107,0.34424 0.183557,-0.01 0.365612,-0.0609 0.524176,-0.15388 0.158563,-0.093 0.292945,-0.22871 0.377987,-0.39169 0.09778,-0.18739 0.128079,-0.40446 0.117139,-0.61554 -0.01094,-0.21108 -0.06122,-0.41805 -0.117139,-0.62189 -0.755202,-2.75296 -2.53499,-5.08832 -3.88909,-7.6014 -0.8126,-1.5081 -1.476963,-3.09273 -2.2981,-4.5962 -2.81829,-5.16019 -7.443597,-9.21564 -12.701405,-11.84733 -5.257808,-2.6317 -11.127445,-3.89613 -16.997075,-4.23934 -6.801182,-0.39768 -13.619761,0.40945 -20.32932,1.59099 -2.908599,0.5122 -5.86079,1.11511 -8.435686,2.56156 -1.287447,0.72322 -2.467452,1.65662 -3.388474,2.81087 -0.921022,1.15425 -1.576477,2.53523 -1.78765,3.99673 -0.203522,1.40855 0.0088,2.86057 0.501301,4.19582 0.492484,1.33524 1.258246,2.5585 2.156537,3.66236 1.796584,2.20771 4.100665,3.93361 6.222432,5.83092 2.121308,1.8969 4.09001,3.99204 6.462948,5.56282 1.186469,0.78539 2.472664,1.43499 3.843385,1.81666 1.37072,0.38166 2.829918,0.48917 4.223827,0.20358 1.444987,-0.29606 2.782689,-1.005 3.953624,-1.90197 1.170934,-0.89697 2.186129,-1.98006 3.148417,-3.09793 1.924576,-2.23575 3.722539,-4.68648 6.257089,-6.19599" id="path29551-9"/>
<path transform="translate(160,-57.362183)" id="path28795-9-2-2" d="m -38.437655,119.37798 c 2.5037,2.34533 4.36502,5.2397 5.625,8.30939 -0.550665,-3.38469 -1.423402,-6.10373 -3.625,-8.30939 -1.35129,-1.26581 -2.88639,-2.37775 -4.625,-3.1587 -1.52128,-0.68334 -3.213598,-1.10788 -4.180828,-1.12552 -0.96723,-0.0176 -1.2022,0.004 -1.40094,0.0134 -0.19874,0.009 -0.35739,0.0162 0.27185,0.0877 0.62924,0.0715 2.03368,0.45118 3.541104,1.12827 1.507424,0.6771 3.042524,1.78904 4.393814,3.05485 z" style="fill:url(#linearGradient18818);filter:url(#filter29447-1)"/>
</g>
<g id="g652">
<path id="path28795-3" d="m 6.7500001,113.36218 c -2.780425,1.91023 -5.110569,4.57487 -6.24999996,7.75 -1.4360294,4.00163 -0.88583807,8.48071 0.49999996,12.5 1.4194877,4.11688 3.793788,8.04098 7.37932,10.51234 1.7927659,1.23567 3.8680909,2.08301 6.0304019,2.33859 2.162311,0.25558 4.409274,-0.0949 6.340278,-1.10093 2.353116,-1.22596 4.147816,-3.37278 5.262172,-5.78076 1.114356,-2.40798 1.588797,-5.0701 1.737828,-7.71924 0.189892,-3.37546 -0.140469,-6.80646 -1.25,-10 -1.205266,-3.46909 -3.390051,-6.67055 -6.472754,-8.6666 -1.541351,-0.99803 -3.291947,-1.68356 -5.110883,-1.93515 -1.818936,-0.25158 -3.704766,-0.0633 -5.4163629,0.60175 -0.9754713,0.37901 -1.8874384,0.9074 -2.75,1.5" style="fill:url(#radialGradient18808)" transform="translate(138.99984,-49.362181)"/>
<g id="g613">
<path transform="translate(-150.00015,-58.362183)" style="fill:#020204" id="path28879-6" d="m 302.16152,130.75695 c -1.04548,0.0749 -2.06437,0.4318 -2.95135,0.99028 -0.88699,0.55848 -1.64327,1.31521 -2.23701,2.17899 -1.18748,1.72757 -1.70894,3.84675 -1.793,5.94139 -0.0631,1.5723 0.11098,3.16512 0.63245,4.64977 0.52147,1.48465 1.40089,2.85877 2.61276,3.86251 1.24011,1.02713 2.81647,1.64364 4.42485,1.72094 1.60838,0.0773 3.23948,-0.38665 4.56105,-1.3066 1.05288,-0.73292 1.9021,-1.74168 2.50666,-2.87315 0.60455,-1.13148 0.96879,-2.38348 1.1353,-3.65549 0.29411,-2.24678 -0.0385,-4.59295 -1.07692,-6.60695 -1.03841,-2.01401 -2.80051,-3.67269 -4.92674,-4.45606 -0.92093,-0.3393 -1.90911,-0.51576 -2.88805,-0.44563"/>
<path style="fill:#141413;filter:url(#filter28927-8)" d="m 154.6561,79.249997 c -0.86591,0.34162 -2.23657,0.12677 -2.61622,0.9767 -0.22493,0.50357 0.0927,1.33252 0.60343,1.54061 1.03244,0.42063 2.63193,-0.34111 3.04876,-1.3751 0.18104,-0.4491 -0.0934,-1.16101 -0.53974,-1.34865 -0.16515,-0.0694 -0.32958,0.14069 -0.49623,0.20644 z" id="path28891-5"/>
<path style="fill:url(#linearGradient18812);filter:url(#filter28949-8)" d="m 158.62485,81.499997 c 1.16113,-1.16113 -0.82613,-4.23951 -2.375,-5.5 -1.12184,-0.91296 -4.39063,-1.86851 -4.25,-0.875 0.14063,0.99351 1.60988,2.26647 2.59467,3.23744 1.21236,1.19533 3.47886,3.68903 4.03033,3.13756 z" id="path28887-6"/>
</g>
<path transform="translate(59.99984,-58.362183)" clip-path="url(#clipPath622)" id="path28972-5" d="m 75.25,132.48718 c 2.383746,-1.98014 5.160908,-3.48474 8.12154,-4.40008 6.085564,-1.88147 12.999677,-1.13706 18.37846,2.27508 1.85708,1.17808 3.51244,2.64192 5.23935,4.00367 1.72691,1.36176 3.56115,2.64122 5.63565,3.37133 1.12086,0.39448 2.31818,0.62345 3.5,0.5 1.06768,-0.11153 2.09928,-0.5118 2.98444,-1.11915 0.88515,-0.60736 1.62476,-1.4185 2.18064,-2.33686 1.11176,-1.8367 1.47001,-4.06457 1.27839,-6.20298 -0.38324,-4.27682 -2.79556,-8.05341 -4.81847,-11.84101 -0.63342,-1.18598 -1.23642,-2.39333 -2,-3.5 -2.34327,-3.39616 -6.07312,-5.63562 -9.98498,-6.94794 -3.91185,-1.31233 -8.046257,-1.78639 -12.14002,-2.30206 -1.825736,-0.22998 -3.673032,-0.46998 -5.5,-0.25 -2.099797,0.25283 -4.075978,1.101 -6.125,1.625 -0.972648,0.24874 -1.963662,0.42478 -2.928029,0.70391 -0.964366,0.27912 -1.912957,0.669 -2.696971,1.29609 -1.144817,0.91567 -1.865056,2.29088 -2.176504,3.72338 -0.311449,1.4325 -0.240517,2.92444 -0.01161,4.37242 0.457809,2.89597 1.540886,5.72407 1.438116,8.6542 -0.07058,2.01227 -0.702287,3.98797 -0.625,6 0.02266,0.58987 0.106588,1.17738 0.25,1.75" style="fill:url(#linearGradient18814)"/>
<path transform="translate(160,-57.362183)" id="path28795-92-2" d="m -4.593905,113.125 c -0.47695,0.59985 -0.90798,1.25231 -1.25,1.96875 2.14641,0.46247 4.19906,1.34575 6.03125,2.5625 3.54507,2.35427 6.237,5.7965 8.125,9.625 0.44076,-0.48807 0.84202,-1.01184 1.1875,-1.59375 -1.89751,-3.9878 -4.64382,-7.5949 -8.3125,-10.03125 -1.76231,-1.17035 -3.72465,-2.05369 -5.78125,-2.53125 z" style="fill:url(#linearGradient18816);filter:url(#filter29350-1)"/>
</g>
</g>
<g id="g735">
<path transform="translate(138.99984,-49.362181)" style="fill:url(#radialGradient18810)" d="m -16.39938,136.86218 c 1.767366,-1.98662 2.976192,-4.41053 4.674142,-6.45679 0.848975,-1.02314 1.8284211,-1.95533 2.9816817,-2.61681 1.1532606,-0.66147 2.4919769,-1.0411 3.8165164,-0.9264 1.4744902,0.12769 2.8545436,0.86228 3.93407466,1.87472 1.07953103,1.01244 1.8797683,2.29027 2.51864534,3.62528 0.6117397,1.27831 1.0977635,2.64027 1.97912,3.75 0.940326,1.18398 2.2595274,1.99218 3.4510909,2.92288 0.5957818,0.46535 1.167477,0.96911 1.6383978,1.5605 0.4709209,0.59139 0.8396117,1.27595 0.9909913,2.01662 0.1537234,0.75214 0.077153,1.54506 -0.1851792,2.26653 -0.2623326,0.72148 -0.7066964,1.37174 -1.2596263,1.90429 -1.1058598,1.0651 -2.6135811,1.63957 -4.1338116,1.85466 -3.04046123,0.43016 -6.1146629,-0.47583 -9.1842429,-0.39142 -3.1068902,0.0854 -6.1415551,1.18366 -9.2475441,1.07007 -1.552994,-0.0568 -3.128063,-0.43624 -4.404252,-1.32301 -0.638094,-0.44339 -1.194008,-1.01055 -1.595831,-1.6756 -0.401824,-0.66505 -0.646688,-1.42894 -0.672863,-2.20552 -0.02497,-0.74092 0.148043,-1.48088 0.444075,-2.16055 0.296033,-0.67967 0.712681,-1.30175 1.182123,-1.87552 0.938883,-1.14753 2.086993,-2.10617 3.072492,-3.21393" id="path28849-2"/>
<g id="g712">
<path d="m 45.751683,165.03156 c 0.06146,0.29539 0.172509,0.58039 0.32709,0.8395 0.265683,0.44533 0.653935,0.80631 1.073256,1.1114 0.419321,0.30509 0.872799,0.55947 1.311827,0.83545 2.333646,1.46695 4.235362,3.52905 5.924734,5.70709 2.266543,2.92217 4.271913,6.16491 7.29931,8.28886 2.137781,1.49982 4.695713,2.35501 7.29406,2.61606 3.051317,0.30656 6.139876,-0.18595 9.08171,-1.05205 2.726384,-0.80267 5.363099,-1.92956 7.78216,-3.4214 4.598507,-2.83591 8.439249,-6.99271 13.51002,-8.85709 1.10702,-0.40702 2.25922,-0.69819 3.3265,-1.20026 1.06727,-0.50207 2.07136,-1.25403 2.5811,-2.31766 0.48998,-1.02241 0.47097,-2.20249 0.63053,-3.32496 0.1707,-1.20084 0.55374,-2.36184 0.76385,-3.55642 0.2101,-1.19458 0.23517,-2.47233 -0.28138,-3.56975 -0.42775,-0.90878 -1.20535,-1.62786 -2.09983,-2.08475 -0.89448,-0.4569 -1.90108,-0.66447 -2.90429,-0.71372 -2.006415,-0.0985 -3.987581,0.41519 -5.98809,0.59785 -2.649534,0.24193 -5.317874,-0.0982 -7.97725,-0.019 -3.308296,0.0986 -6.568402,0.84468 -9.87428,1.00503 -3.771518,0.18294 -7.534685,-0.39851 -11.30754,-0.55139 -1.634066,-0.0662 -3.279962,-0.0512 -4.891819,0.22531 -1.611857,0.27654 -3.195234,0.82363 -4.541001,1.75286 -1.311442,0.90553 -2.355916,2.14022 -3.560189,3.18405 -0.602137,0.52192 -1.249488,0.99929 -1.966273,1.3474 -0.716785,0.34812 -1.50749,0.564 -2.304158,0.54708 -0.409601,-0.009 -0.830861,-0.0769 -1.2213,0.0472 -0.243915,0.0775 -0.460478,0.22705 -0.643532,0.40593 -0.183054,0.17888 -0.334787,0.38705 -0.477798,0.59931 -0.332537,0.49356 -0.623066,1.01541 -0.867417,1.55807" id="path28461-2" style="fill:url(#radialGradient18822)" transform="translate(59.99984,-58.362183)"/>
<path d="m 60.55673,169.09742 c -0.386462,1.59605 -0.151992,3.33408 0.64359,4.77067 0.795582,1.43659 2.144391,2.5575 3.70231,3.07676 1.977755,0.65919 4.206575,0.33635 6.05477,-0.62813 1.071362,-0.55909 2.051171,-1.34588 2.669379,-2.38425 0.309105,-0.51918 0.523981,-1.09707 0.604518,-1.69591 0.08054,-0.59884 0.02471,-1.2185 -0.184887,-1.78522 -0.229715,-0.62112 -0.640261,-1.16849 -1.146053,-1.59596 -0.505791,-0.42748 -1.104668,-0.7378 -1.733436,-0.94568 -1.257537,-0.41575 -2.610936,-0.42405 -3.933891,-0.36051 -2.005209,0.0963 -4.002918,0.34837 -5.9692,0.75318" id="path28487-2" style="fill:#d9b30d;filter:url(#filter28502-8)" transform="translate(59.99984,-58.362183)"/>
<path id="path27476-7-8" d="m 54.0663,156.67992 c -1.338955,0.79147 -2.628584,1.66369 -3.8975,2.56317 -0.656705,0.46551 -1.334168,0.96895 -1.68056,1.69557 -0.245501,0.51498 -0.301768,1.09903 -0.309586,1.66948 -0.0078,0.57045 0.02884,1.14399 -0.04618,1.70954 -0.05124,0.38625 -0.154326,0.76619 -0.171537,1.15544 -0.0086,0.19463 0.0047,0.39145 0.05602,0.57938 0.05134,0.18793 0.141902,0.36704 0.275482,0.50885 0.172556,0.18318 0.407931,0.29591 0.64865,0.36931 0.240719,0.0734 0.490638,0.1112 0.73562,0.16878 1.174662,0.27611 2.196917,0.99676 3.094125,1.80366 0.897208,0.8069 1.702883,1.71487 2.638865,2.47645 2.537255,2.06449 5.890478,2.91872 9.161088,2.97254 3.27061,0.0538 6.504204,-0.63066 9.695302,-1.34946 2.506322,-0.56456 5.014978,-1.15472 7.42544,-2.04356 3.702752,-1.36537 7.140748,-3.43167 10.11819,-6.02193 1.349968,-1.17442 2.617219,-2.46364 4.13251,-3.41525 1.340926,-0.84211 2.842622,-1.39796 4.206331,-2.20265 0.12193,-0.072 0.24321,-0.14621 0.35213,-0.23665 0.10893,-0.0905 0.20574,-0.1981 0.26892,-0.3248 0.10917,-0.21894 0.10937,-0.48123 0.0389,-0.71552 -0.0704,-0.23429 -0.20633,-0.44389 -0.36,-0.63425 -0.16999,-0.21058 -0.36336,-0.40158 -0.568951,-0.57756 -1.424379,-1.21921 -3.356756,-1.66245 -5.22581,-1.81067 -1.869053,-0.14822 -3.760672,-0.0434 -5.60996,-0.35238 -1.738647,-0.29048 -3.393268,-0.93881 -5.07175,-1.4773 -1.761942,-0.56527 -3.562776,-1.01251 -5.38903,-1.31044 -4.294756,-0.70063 -8.71732,-0.56641 -12.97748,0.32063 -4.057685,0.84488 -7.971287,2.37056 -11.53927,4.47962" style="fill:#604405;filter:url(#filter15145-6)" transform="translate(59.99984,-58.362183)"/>
<path id="path27476-4" d="m 53.63941,152.15408 c -1.929391,1.2986 -3.666135,2.88291 -5.13602,4.68523 -0.840698,1.03083 -1.603727,2.15084 -2.02709,3.41185 -0.332996,0.99185 -0.446478,2.04153 -0.65633,3.06652 -0.07861,0.38398 -0.171386,0.76923 -0.169741,1.16118 8.22e-4,0.19597 0.02568,0.39281 0.08646,0.57912 0.06079,0.18631 0.15831,0.36204 0.294069,0.50337 0.224679,0.23391 0.540409,0.36101 0.858102,0.42632 0.317692,0.0653 0.643798,0.0751 0.966058,0.11177 1.454637,0.16535 2.794463,0.87199 4.000333,1.70216 1.205869,0.83017 2.317112,1.79543 3.554437,2.57795 2.733893,1.72899 5.994554,2.49829 9.226902,2.62285 3.232347,0.12456 6.457354,-0.36641 9.629488,-0.99977 2.520903,-0.50334 5.033924,-1.10072 7.42544,-2.04356 3.662411,-1.44389 6.963507,-3.66693 10.11819,-6.02193 1.43301,-1.06976 2.84598,-2.17318 4.13251,-3.41525 0.43668,-0.42159 0.859162,-0.85947 1.327567,-1.24551 0.468404,-0.38603 0.988159,-0.72177 1.565973,-0.90766 0.880766,-0.28336 1.835622,-0.20203 2.748192,-0.0495 0.68732,0.11488 1.376,0.26902 2.07229,0.24128 0.34815,-0.0139 0.69661,-0.0742 1.02006,-0.2037 0.32345,-0.12954 0.62155,-0.33028 0.8433,-0.59903 0.29139,-0.35317 0.43996,-0.81445 0.4416,-1.2723 0.002,-0.45786 -0.1387,-0.91095 -0.37105,-1.30548 -0.4647,-0.78905 -1.26825,-1.32311 -2.10504,-1.69503 -1.14614,-0.50941 -2.3863,-0.76136 -3.605512,-1.05573 -3.745289,-0.90427 -7.384752,-2.24056 -10.83577,-3.95385 -1.715597,-0.85173 -3.383551,-1.79555 -5.07175,-2.70037 -1.735567,-0.93021 -3.504569,-1.82415 -5.38903,-2.39536 -4.21332,-1.27713 -8.818528,-0.85829 -12.97748,0.58609 -4.619909,1.60447 -8.797447,4.46312 -11.96616,8.18832 v 2e-5" style="fill:url(#linearGradient18824)" transform="translate(59.99984,-58.362183)"/>
<path id="path28357-7" d="m 83.23853,153.07989 c -0.226496,-0.28623 -0.551139,-0.48799 -0.901294,-0.59103 -0.350155,-0.10304 -0.724669,-0.1104 -1.084432,-0.0488 -0.719527,0.12322 -1.364496,0.51049 -1.965744,0.9245 -1.708552,1.17648 -3.218864,2.62822 -4.53731,4.22977 -1.745223,2.11996 -3.18499,4.57171 -3.66755,7.27489 -0.08131,0.45547 -0.135106,0.92132 -0.07821,1.38049 0.0569,0.45916 0.232792,0.91479 0.558708,1.24319 0.286171,0.28835 0.675727,0.46425 1.077847,0.52203 0.40212,0.0578 0.815901,0.002 1.200757,-0.12836 0.769713,-0.26019 1.408987,-0.79942 2.014436,-1.34126 3.335973,-2.98548 6.352522,-6.56776 7.55957,-10.87877 0.121128,-0.43261 0.224012,-0.87566 0.221233,-1.3249 -0.0028,-0.44924 -0.119237,-0.90947 -0.398013,-1.26176" style="fill:#f6da4a;filter:url(#filter14963-7)" transform="translate(59.99984,-58.362183)"/>
<g id="g681">
<path style="opacity:0.8;fill:url(#radialGradient18826);filter:url(#filter15177-1)" d="m 135.25114,88.527667 c 0.23129,0.7424 1.42778,0.61935 2.11906,0.97542 0.60659,0.31244 1.09447,0.99723 1.77651,1.01692 0.65093,0.0188 1.66398,-0.22542 1.74866,-0.87109 0.11187,-0.85303 -1.13379,-1.39511 -1.93536,-1.70762 -1.03148,-0.40216 -2.35301,-0.6062 -3.3206,-0.0682 -0.22173,0.12328 -0.46373,0.41238 -0.38827,0.65458 z" id="path28396-7"/>
<path style="opacity:0.8;fill:url(#radialGradient18828);filter:url(#filter15173-0)" d="m 123.82694,88.107827 c -0.88816,-0.28854 -2.35748,1.27746 -1.87806,2.07886 0.13167,0.22009 0.53491,0.49916 0.80641,0.34992 0.40925,-0.22497 0.74404,-1.02958 1.18746,-1.34496 0.29608,-0.21058 0.22974,-0.97156 -0.11581,-1.08382 z" id="path28398-7"/>
</g>
<path transform="matrix(1.0956223,0,-0.17017853,1.5181314,-76.24447,-140.47964)" style="fill:url(#linearGradient18830);filter:url(#filter28584-4)" d="m 245.90496,158.28406 a 2.608083,2.328125 0 0 1 -2.60809,2.32812 2.608083,2.328125 0 0 1 -2.60808,-2.32812 2.608083,2.328125 0 0 1 2.60808,-2.32813 2.608083,2.328125 0 0 1 2.60809,2.32813 z" id="path28570-8" clip-path="url(#clipPath697)"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 90 KiB

View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="61.076954mm" height="65.47831mm" viewBox="0 0 216.4144 232.00976">
<path fill="#2b90d9" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915"/>
<path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 27.9 32" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<title>Matrix (protocol) logo</title>
<g transform="translate(-.095 .005)" fill="#040404">
<path d="m27.1 31.2v-30.5h-2.19v-0.732h3.04v32h-3.04v-0.732z"/>
<path d="m8.23 10.4v1.54h0.044c0.385-0.564 0.893-1.03 1.49-1.37 0.58-0.323 1.25-0.485 1.99-0.485 0.72 0 1.38 0.14 1.97 0.42 0.595 0.279 1.05 0.771 1.36 1.48 0.338-0.5 0.796-0.941 1.38-1.32 0.58-0.383 1.27-0.574 2.06-0.574 0.602 0 1.16 0.074 1.67 0.22 0.514 0.148 0.954 0.383 1.32 0.707 0.366 0.323 0.653 0.746 0.859 1.27 0.205 0.522 0.308 1.15 0.308 1.89v7.63h-3.13v-6.46c0-0.383-0.015-0.743-0.044-1.08-0.0209-0.307-0.103-0.607-0.242-0.882-0.133-0.251-0.336-0.458-0.584-0.596-0.257-0.146-0.606-0.22-1.05-0.22-0.44 0-0.796 0.085-1.07 0.253-0.272 0.17-0.485 0.39-0.639 0.662-0.159 0.287-0.264 0.602-0.308 0.927-0.052 0.347-0.078 0.697-0.078 1.05v6.35h-3.13v-6.4c0-0.338-7e-3 -0.673-0.021-1-0.0114-0.314-0.0749-0.623-0.188-0.916-0.108-0.277-0.3-0.512-0.55-0.673-0.258-0.168-0.636-0.253-1.14-0.253-0.198 0.0083-0.394 0.042-0.584 0.1-0.258 0.0745-0.498 0.202-0.705 0.374-0.228 0.184-0.422 0.449-0.584 0.794-0.161 0.346-0.242 0.798-0.242 1.36v6.62h-3.13v-11.4z"/>
<path d="m0.936 0.732v30.5h2.19v0.732h-3.04v-32h3.03v0.732z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,121 +0,0 @@
<?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: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="Layer_1"
x="0px"
y="0px"
viewBox="0 0 150.00001 149.99999"
enable-background="new 0 0 196.6 72"
xml:space="preserve"
inkscape:version="1.0 (4035a4f, 2020-05-01)"
sodipodi:docname="nextcloud-icon-round.svg"
width="160"
height="160"
inkscape:export-filename="nextcloud-icon-1024.png"
inkscape:export-xdpi="612.79999"
inkscape:export-ydpi="612.79999">
<metadata
id="metadata20">
<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="defs18">
<linearGradient
inkscape:collect="always"
id="linearGradient857">
<stop
style="stop-color:#0082c9;stop-opacity:1;"
offset="0"
id="stop853" />
<stop
style="stop-color:#1cafff;stop-opacity:1"
offset="1"
id="stop855" />
</linearGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8812">
<circle
id="circle8814"
cx="95.669289"
cy="95.669296"
r="79.724197"
style="fill:#00080d;fill-opacity:1;stroke-width:1" />
</clipPath>
<linearGradient
gradientTransform="matrix(0.92898391,0,0,0.92898394,75.000006,74.999997)"
inkscape:collect="always"
xlink:href="#linearGradient857"
id="linearGradient1192"
gradientUnits="userSpaceOnUse"
x1="18.230097"
y1="150"
x2="150.00002"
y2="-7.6293945e-06" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1440"
inkscape:window-height="812"
id="namedview16"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="57.814339"
inkscape:cy="72.675931"
inkscape:current-layer="Layer_1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
units="px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:document-rotation="0" />
<circle
r="74.0625"
cy="75"
cx="75"
id="circle1050"
style="opacity:1;fill:url(#linearGradient1192);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0928984;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="nextcloud-icon.png"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
inkscape:connector-curvature="0"
id="path1052"
d="m 75.095076,46.603241 c -12.931054,0 -23.891193,8.766401 -27.288104,20.643885 -2.952271,-6.299997 -9.349944,-10.713674 -16.718953,-10.713674 -10.13413,0 -18.464649,8.330521 -18.464649,18.464646 0,10.134113 8.330519,18.468436 18.464649,18.468436 7.369009,0 13.766682,-4.416376 16.718954,-10.71748 3.396911,11.878387 14.357049,20.647706 27.288103,20.647706 12.835421,0 23.739679,-8.637059 27.223474,-20.381468 3.00681,6.158056 9.32529,10.451242 16.58964,10.451242 10.13413,0 18.46844,-8.334323 18.46844,-18.468436 0,-10.134125 -8.33431,-18.464646 -18.46844,-18.464646 -7.26435,0 -13.58283,4.290496 -16.58964,10.44745 C 98.834755,55.23741 87.930497,46.603241 75.095076,46.603241 Z m 0,10.839181 c 9.761486,0 17.559482,7.794221 17.559482,17.555676 0,9.76144 -7.797996,17.559471 -17.559482,17.559471 -9.761428,0 -17.555649,-7.798031 -17.555649,-17.559471 0,-9.761455 7.79422,-17.555673 17.555649,-17.555676 z m -44.007057,9.930211 c 4.276712,0 7.629256,3.348731 7.629256,7.625465 0,4.276719 -3.352544,7.629255 -7.629256,7.629255 -4.276723,0 -7.625488,-3.352536 -7.625488,-7.629255 0,-4.276734 3.348765,-7.625465 7.625488,-7.625465 z m 87.820171,0 c 4.27676,0 7.62928,3.348731 7.62928,7.625465 0,4.276719 -3.35254,7.629255 -7.62928,7.629255 -4.27669,0 -7.62544,-3.352536 -7.62544,-7.629255 0,-4.276734 3.34876,-7.625465 7.62544,-7.625465 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;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:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.09669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
inkscape:export-filename="Nextcloud Hub logo variants.png"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
</svg>

Before

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 55.768661 63.999999"
version="1.1"
id="svg18"
sodipodi:docname="nginx-logo.svg"
width="55.768661"
height="64"
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata24">
<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>
<defs
id="defs22">
<rect
id="SVGID_1_"
x="-745.5"
y="-514"
width="1400"
height="1060" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1349"
id="namedview20"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="2.4930778"
inkscape:cx="25.67108"
inkscape:cy="42.718282"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg18"
inkscape:pagecheckerboard="0" />
<g
id="g8"
transform="matrix(2,0,0,2,66.884322,-288)"
style="stroke:none;stroke-opacity:1">
<defs
id="defs3">
<rect
id="rect847"
x="-745.5"
y="-514"
width="1400"
height="1060" />
</defs>
<clipPath
id="SVGID_2_">
<use
xlink:href="#SVGID_1_"
overflow="visible"
id="use5"
style="overflow:visible"
x="0"
y="0"
width="100%"
height="100%" />
</clipPath>
</g>
<g
id="g14"
transform="matrix(0.592024,0,0,0.592024,4.4993824,-27.748919)"
style="stroke:none;stroke-opacity:1"
inkscape:export-filename="C:\Users\suitedoalex\sites\nginx-logo-15.png"
inkscape:export-xdpi="86.069847"
inkscape:export-ydpi="86.069847">
<path
d="m -7.6,101 c 0,-8.6 0,-17.2 0,-25.8 0,-1 0.4,-1.7 1.3,-2.2 14.9,-8.6 29.7,-17.1 44.5,-25.7 0.8,-0.5 1.7,-0.6 2.5,-0.1 14.9,8.6 29.8,17.2 44.7,25.8 0.8,0.5 1.2,1.2 1.2,2.2 0,17.2 0,34.3 0,51.5 0,1 -0.4,1.7 -1.2,2.2 -12.8,7.4 -25.6,14.8 -38.4,22.2 -2,1.2 -4.1,2.4 -6.1,3.5 -0.9,0.5 -1.8,0.5 -2.7,0 C 27,148.2 15.9,141.7 4.7,135.3 1,133.2 -2.7,131 -6.4,128.9 c -0.8,-0.5 -1.2,-1.1 -1.2,-2.1 0,-8.6 0,-17.2 0,-25.8 z"
id="path10"
inkscape:connector-curvature="0"
style="fill:#009900;fill-opacity:1;stroke:none;stroke-opacity:1" />
<path
d="m 23.9,91.4 c 0,0.1 0,0.3 0,0.4 0,9.9 0,19.8 0,29.7 0,3.4 -2.7,6.4 -6.3,6.3 -2.2,-0.1 -3.9,-1 -5.1,-2.9 -0.6,-0.9 -0.8,-1.9 -0.8,-3 0,-13.9 0,-27.9 0,-41.8 0,-2.8 1.7,-4.8 3.9,-5.7 2.2,-0.9 4.4,-0.7 6.6,0 2.1,0.6 3.7,1.9 5.1,3.5 4.3,5.2 8.7,10.4 13,15.6 4.5,5.4 9.1,10.8 13.6,16.3 0.1,0.1 0.2,0.3 0.4,0.5 0,-0.2 0,-0.4 0,-0.5 0,-10 0,-19.9 0,-29.9 0,-3.2 2.2,-5.7 5.3,-6 3.9,-0.5 6.5,2.3 6.9,5.2 0,0.3 0,0.6 0,0.8 0,11.1 0,22.2 0,33.3 0,2.8 0,5.7 0,8.5 0,2.4 -1.1,4.1 -3.1,5.2 -1.5,0.8 -3.1,1 -4.8,0.9 -2.5,-0.2 -4.7,-1.1 -6.6,-2.8 -1,-0.9 -1.7,-2 -2.6,-3 -4.9,-5.9 -9.8,-11.7 -14.7,-17.6 -3.5,-4.2 -7.1,-8.5 -10.6,-12.7 0,-0.1 -0.1,-0.2 -0.2,-0.3 z"
id="path12"
inkscape:connector-curvature="0"
style="fill:#fefefe;stroke:none;stroke-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -1,89 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns: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" width="141.5919mm" height="122.80626mm" viewBox="0 0 501.70361 435.14028" id="svg2" version="1.1" inkscape:version="0.92.0 r15299" sodipodi:docname="nix-snowflake.svg">
<defs id="defs4">
<linearGradient inkscape:collect="always" id="linearGradient5562">
<stop style="stop-color:#699ad7;stop-opacity:1" offset="0" id="stop5564"/>
<stop id="stop5566" offset="0.24345198" style="stop-color:#7eb1dd;stop-opacity:1"/>
<stop style="stop-color:#7ebae4;stop-opacity:1" offset="1" id="stop5568"/>
</linearGradient>
<linearGradient inkscape:collect="always" id="linearGradient5053">
<stop style="stop-color:#415e9a;stop-opacity:1" offset="0" id="stop5055"/>
<stop id="stop5057" offset="0.23168644" style="stop-color:#4a6baf;stop-opacity:1"/>
<stop style="stop-color:#5277c3;stop-opacity:1" offset="1" id="stop5059"/>
</linearGradient>
<linearGradient id="linearGradient5960" inkscape:collect="always">
<stop id="stop5962" offset="0" style="stop-color:#637ddf;stop-opacity:1"/>
<stop style="stop-color:#649afa;stop-opacity:1" offset="0.23168644" id="stop5964"/>
<stop id="stop5966" offset="1" style="stop-color:#719efa;stop-opacity:1"/>
</linearGradient>
<linearGradient inkscape:collect="always" id="linearGradient5867">
<stop style="stop-color:#7363df;stop-opacity:1" offset="0" id="stop5869"/>
<stop id="stop5871" offset="0.23168644" style="stop-color:#6478fa;stop-opacity:1"/>
<stop style="stop-color:#719efa;stop-opacity:1" offset="1" id="stop5873"/>
</linearGradient>
<linearGradient y2="515.97058" x2="282.26105" y1="338.62445" x1="213.95642" gradientTransform="translate(983.36076,601.38885)" gradientUnits="userSpaceOnUse" id="linearGradient5855" xlink:href="#linearGradient5960" inkscape:collect="always"/>
<linearGradient y2="515.97058" x2="282.26105" y1="338.62445" x1="213.95642" gradientTransform="translate(-197.75174,-337.1451)" gradientUnits="userSpaceOnUse" id="linearGradient5855-8" xlink:href="#linearGradient5867" inkscape:collect="always"/>
<linearGradient y2="247.58188" x2="-702.75317" y1="102.74675" x1="-775.20807" gradientTransform="translate(983.36076,601.38885)" gradientUnits="userSpaceOnUse" id="linearGradient4544" xlink:href="#linearGradient5960" inkscape:collect="always"/>
<clipPath id="clipPath4501" clipPathUnits="userSpaceOnUse">
<circle r="241.06563" cy="686.09473" cx="335.13995" id="circle4503" style="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:#adadad;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
</clipPath>
<clipPath id="clipPath5410" clipPathUnits="userSpaceOnUse">
<circle r="241.13741" cy="340.98975" cx="335.98114" id="circle5412" style="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:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
</clipPath>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5053" id="linearGradient5137" gradientUnits="userSpaceOnUse" gradientTransform="translate(864.55062,-2197.497)" x1="-584.19934" y1="782.33563" x2="-496.29703" y2="937.71399"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5053" id="linearGradient5147" gradientUnits="userSpaceOnUse" gradientTransform="translate(864.55062,-2197.497)" x1="-584.19934" y1="782.33563" x2="-496.29703" y2="937.71399"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5562" id="linearGradient5162" gradientUnits="userSpaceOnUse" gradientTransform="translate(70.505061,-1761.3076)" x1="200.59668" y1="351.41116" x2="290.08701" y2="506.18814"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5562" id="linearGradient5172" gradientUnits="userSpaceOnUse" gradientTransform="translate(70.505061,-1761.3076)" x1="200.59668" y1="351.41116" x2="290.08701" y2="506.18814"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5562" id="linearGradient5182" gradientUnits="userSpaceOnUse" gradientTransform="translate(70.505061,-1761.3076)" x1="200.59668" y1="351.41116" x2="290.08701" y2="506.18814"/>
<linearGradient y2="506.18814" x2="290.08701" y1="351.41116" x1="200.59668" gradientTransform="translate(70.505061,-1761.3076)" gradientUnits="userSpaceOnUse" id="linearGradient5201" xlink:href="#linearGradient5562" inkscape:collect="always"/>
<linearGradient y2="937.71399" x2="-496.29703" y1="782.33563" x1="-584.19934" gradientTransform="translate(864.55062,-2197.497)" gradientUnits="userSpaceOnUse" id="linearGradient5205" xlink:href="#linearGradient5053" inkscape:collect="always"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5562" id="linearGradient4328" gradientUnits="userSpaceOnUse" gradientTransform="translate(70.650339,-1055.1511)" x1="200.59668" y1="351.41116" x2="290.08701" y2="506.18814"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5053" id="linearGradient4330" gradientUnits="userSpaceOnUse" gradientTransform="translate(864.69589,-1491.3405)" x1="-584.19934" y1="782.33563" x2="-496.29703" y2="937.71399"/>
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.98318225" inkscape:cx="113.58176" inkscape:cy="-45.193301" inkscape:document-units="px" inkscape:current-layer="layer3" showgrid="false" inkscape:window-width="2560" inkscape:window-height="1577" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:snap-global="true" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0"/>
<metadata id="metadata7">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g inkscape:groupmode="layer" id="layer7" inkscape:label="bg" style="display:none" transform="translate(-23.75651,-24.84972)">
<rect transform="translate(-132.5822,958.04022)" style="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:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect5389" width="1543.4283" height="483.7439" x="132.5822" y="-957.77832"/>
</g>
<g inkscape:groupmode="layer" id="layer6" inkscape:label="logo-guide" style="display:none" transform="translate(-156.33871,933.1905)">
<rect y="-958.02759" x="132.65129" height="484.30399" width="550.41602" id="rect5379" style="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:#5c201e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:export-filename="/home/tim/dev/nix/homepage/logo/nix-wiki.png" inkscape:export-xdpi="22.07" inkscape:export-ydpi="22.07"/>
<rect style="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:#c24a46;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect5372" width="501.94415" height="434.30405" x="156.12303" y="-933.02759" inkscape:export-filename="/home/tim/dev/nix/homepage/logo/nixos-logo-only-hires-print.png" inkscape:export-xdpi="212.2" inkscape:export-ydpi="212.2"/>
<rect style="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:#d98d8a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect5381" width="24.939611" height="24.939611" x="658.02826" y="-958.04022"/>
</g>
<g inkscape:label="print-logo" inkscape:groupmode="layer" id="layer1" style="display:inline" transform="translate(-156.33871,933.1905)" sodipodi:insensitive="true">
<path style="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:#5277c3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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 309.40365,-710.2521 122.19683,211.6751 -56.15706,0.5268 -32.6236,-56.8692 -32.85645,56.5653 -27.90237,-0.011 -14.29086,-24.6896 46.81047,-80.4902 -33.22946,-57.8256 z" id="path4861" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccc"/>
<path style="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:#7ebae4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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 353.50926,-797.4433 -122.21756,211.6631 -28.53477,-48.37 32.93839,-56.6875 -65.41521,-0.1719 -13.9414,-24.1698 14.23637,-24.721 93.11177,0.2939 33.46371,-57.6903 z" id="use4863" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccc"/>
<path style="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:#7ebae4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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 362.88537,-628.243 244.41439,0.012 -27.62229,48.8968 -65.56199,-0.1817 32.55876,56.7371 -13.96098,24.1585 -28.52722,0.032 -46.3013,-80.7841 -66.69317,-0.1353 z" id="use4865" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccc"/>
<path style="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:#7ebae4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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 505.14318,-720.9886 -122.19683,-211.6751 56.15706,-0.5268 32.6236,56.8692 32.85645,-56.5653 27.90237,0.011 14.29086,24.6896 -46.81047,80.4902 33.22946,57.8256 z" id="use4867" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccc"/>
<path sodipodi:nodetypes="cccccccccc" inkscape:connector-curvature="0" id="path4873" d="m 309.40365,-710.2521 122.19683,211.6751 -56.15706,0.5268 -32.6236,-56.8692 -32.85645,56.5653 -27.90237,-0.011 -14.29086,-24.6896 46.81047,-80.4902 -33.22946,-57.8256 z" style="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:#5277c3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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"/>
<path sodipodi:nodetypes="cccccccccc" inkscape:connector-curvature="0" id="use4875" d="m 451.3364,-803.53264 -244.4144,-0.012 27.62229,-48.89685 65.56199,0.18175 -32.55875,-56.73717 13.96097,-24.15851 28.52722,-0.0315 46.3013,80.78414 66.69317,0.13524 z" style="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:#5277c3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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"/>
<path sodipodi:nodetypes="cccccccccc" inkscape:connector-curvature="0" id="use4877" d="m 460.87178,-633.8425 122.21757,-211.66304 28.53477,48.37003 -32.93839,56.68751 65.4152,0.1718 13.9414,24.1698 -14.23636,24.7211 -93.11177,-0.294 -33.46371,57.6904 z" style="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:#5277c3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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"/>
<g id="layer2" inkscape:label="guides" style="display:none" transform="translate(72.039038,-1799.4476)">
<path d="M 460.60629,594.72881 209.74183,594.7288 84.309616,377.4738 209.74185,160.21882 l 250.86446,1e-5 125.43222,217.255 z" inkscape:randomized="0" inkscape:rounded="0" inkscape:flatsided="true" sodipodi:arg2="1.5707963" sodipodi:arg1="1.0471976" sodipodi:r2="217.25499" sodipodi:r1="250.86446" sodipodi:cy="377.47382" sodipodi:cx="335.17407" sodipodi:sides="6" id="path6032" style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.23600003;fill:#4e4d52;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" sodipodi:type="star"/>
<path transform="translate(0,-308.26772)" sodipodi:type="star" style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#4e4d52;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="path5875" sodipodi:sides="6" sodipodi:cx="335.17407" sodipodi:cy="685.74158" sodipodi:r1="100.83495" sodipodi:r2="87.32563" sodipodi:arg1="1.0471976" sodipodi:arg2="1.5707963" inkscape:flatsided="true" inkscape:rounded="0" inkscape:randomized="0" d="m 385.59154,773.06721 -100.83495,0 -50.41747,-87.32564 50.41748,-87.32563 100.83495,10e-6 50.41748,87.32563 z"/>
<path transform="translate(0,-308.26772)" sodipodi:nodetypes="ccccccccc" inkscape:connector-curvature="0" id="path5851" d="m 1216.5591,938.53395 123.0545,228.14035 -42.6807,-1.2616 -43.4823,-79.7725 -39.6506,80.3267 -32.6875,-19.7984 53.4737,-100.2848 -37.1157,-73.88955 z" style="fill:url(#linearGradient5855);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.41499999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#c53a3a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect5884" width="48.834862" height="226.22897" x="-34.74221" y="446.17056" transform="rotate(-30)"/>
<path transform="translate(0,-308.26772)" sodipodi:type="star" style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.50899999;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:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="path3428" sodipodi:sides="6" sodipodi:cx="223.93674" sodipodi:cy="878.63831" sodipodi:r1="28.048939" sodipodi:r2="24.291094" sodipodi:arg1="0" sodipodi:arg2="0.52359878" inkscape:flatsided="true" inkscape:rounded="0" inkscape:randomized="0" d="m 251.98568,878.63831 -14.02447,24.29109 h -28.04894 l -14.02447,-24.29109 14.02447,-24.2911 h 28.04894 z"/>
<use x="0" y="0" xlink:href="#rect5884" id="use4252" transform="rotate(60,268.29786,489.4515)" width="100%" height="100%"/>
<rect style="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:#000000;fill-opacity:0.6507937;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect4254" width="5.3947482" height="115.12564" x="545.71014" y="467.07007" transform="rotate(30,575.23539,-154.13386)"/>
</g>
</g>
<g inkscape:groupmode="layer" id="layer3" inkscape:label="gradient-logo" style="display:inline;opacity:1" sodipodi:insensitive="true" transform="translate(-156.33871,933.1905)">
<path sodipodi:nodetypes="cccccccccc" inkscape:connector-curvature="0" id="path3336-6" d="m 309.54892,-710.38827 122.19683,211.67512 -56.15706,0.5268 -32.6236,-56.8692 -32.85645,56.5653 -27.90237,-0.011 -14.29086,-24.6896 46.81047,-80.4901 -33.22946,-57.8257 z" style="opacity:1;fill:url(#linearGradient4328);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<use height="100%" width="100%" transform="rotate(60,407.11155,-715.78724)" id="use3439-6" inkscape:transform-center-y="151.59082" inkscape:transform-center-x="124.43045" xlink:href="#path3336-6" y="0" x="0"/>
<use height="100%" width="100%" transform="rotate(-60,407.31177,-715.70016)" id="use3445-0" inkscape:transform-center-y="75.573958" inkscape:transform-center-x="-168.20651" xlink:href="#path3336-6" y="0" x="0"/>
<use height="100%" width="100%" transform="rotate(180,407.41868,-715.7565)" id="use3449-5" inkscape:transform-center-y="-139.94592" inkscape:transform-center-x="59.669705" xlink:href="#path3336-6" y="0" x="0"/>
<path style="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:url(#linearGradient4330);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;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 309.54892,-710.38827 122.19683,211.67512 -56.15706,0.5268 -32.6236,-56.8692 -32.85645,56.5653 -27.90237,-0.011 -14.29086,-24.6896 46.81047,-80.4901 -33.22946,-57.8256 z" id="path4260-0" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccc"/>
<use height="100%" width="100%" transform="rotate(120,407.33916,-716.08356)" id="use4354-5" xlink:href="#path4260-0" y="0" x="0" style="display:inline"/>
<use height="100%" width="100%" transform="rotate(-120,407.28823,-715.86995)" id="use4362-2" xlink:href="#path4260-0" y="0" x="0" style="display:inline"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 189 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg height="682.68799" viewBox="2799 -911 512 682.688" width="512" xmlns="http://www.w3.org/2000/svg"><g stroke-width="32"><path d="m2799-911v341.344l256-170.656" fill="#211f20"/><path d="m2799-569.656v341.344l256-170.656" fill="#737373"/><path d="m3055-740.344v341.344l256-170.656" fill="#f1680d"/></g></svg>

Before

Width:  |  Height:  |  Size: 365 B

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="64" version="1.1" xmlns="http://www.w3.org/2000/svg" height="64" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape">
<defs id="defs5455">
<linearGradient inkscape:collect="always" id="linearGradient4326">
<stop id="stop4328"/>
<stop offset="1" style="stop-opacity:0" id="stop4330"/>
</linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient4326" id="linearGradient4434" y1="502.798" x1="439.57144" y2="512.79803" x2="429.57144" gradientUnits="userSpaceOnUse"/>
</defs>
<metadata id="metadata5458"/>
<g inkscape:label="Capa 1" inkscape:groupmode="layer" id="layer1" transform="matrix(1 0 0 1 -384.57143 -483.798)">
<path style="fill:#3b3f42;fill-rule:evenodd" id="path4422" d="M 41 5 L 35 11 L 46 22 L 35 33 L 41 39 L 58 22 L 41 5 z " transform="matrix(1 0 0 1 384.57143 483.798)"/>
<rect width="6.250019" x="400.32141" y="489.79797" rx="3.12501" height="6.250019" style="fill:#fa8865" id="rect4119"/>
<flowRoot line-height="125%" style="font-size:32.500004;font-family:sans-serif" id="flowRoot4170">
<flowRegion id="flowRegion4172">
<rect width="87.75001" x="452.32144" y="489.79807" height="48.750004" id="rect4174"/>
</flowRegion>
<flowPara id="flowPara4176">Plasm</flowPara>
</flowRoot>
<rect width="9.00002" x="390.57141" y="509.2988" rx="4.499995" height="8.999991" style="fill:#63c605" id="rect4308"/>
<rect width="12.999995" x="403.57144" y="528.79803" rx="6.499998" height="12.999995" style="fill:#1b89f3" id="rect4312"/>
<path inkscape:connector-curvature="0" style="fill:url(#linearGradient4434);opacity:0.9;fill-rule:evenodd" id="path4426" d="m 423.57143,512.798 6,6 7,-7 -6,-6 z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,565 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
id="svg8"
version="1.1"
viewBox="0 0 61.226642 61.226642"
height="231.40778"
width="231.40778"
sodipodi:docname="podman-logo-source.svg"
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<sodipodi:namedview
id="namedview107"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.943872"
inkscape:cx="82.309946"
inkscape:cy="97.485842"
inkscape:window-width="1860"
inkscape:window-height="896"
inkscape:window-x="247"
inkscape:window-y="271"
inkscape:window-maximized="0"
inkscape:current-layer="svg8"
width="862.71112px" />
<defs
id="defs2">
<marker
style="overflow:visible"
id="marker5584"
refX="0"
refY="0"
orient="auto">
<path
transform="scale(0.2)"
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1pt;stroke-opacity:1"
d="M 0,-7.0710768 -7.0710894,0 0,7.0710589 7.0710462,0 Z"
id="path5582" />
</marker>
<marker
style="overflow:visible"
id="DiamondS"
refX="0"
refY="0"
orient="auto">
<path
transform="scale(0.2)"
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1pt;stroke-opacity:1"
d="M 0,-7.0710768 -7.0710894,0 0,7.0710589 7.0710462,0 Z"
id="path5359" />
</marker>
<marker
style="overflow:visible"
id="DotL"
refX="0"
refY="0"
orient="auto">
<path
transform="matrix(0.8,0,0,0.8,5.92,0.8)"
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1pt;stroke-opacity:1"
d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
id="path5335" />
</marker>
<clipPath
id="clipPath81511"
clipPathUnits="userSpaceOnUse">
<rect
y="-1.4835175"
x="934.65692"
height="12.832292"
width="26.19375"
id="rect81513"
style="opacity:1;fill:#e7e8e9;fill-opacity:1;stroke:#a7a9ac;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1080">
<rect
style="fill:#0000ff;fill-opacity:0;stroke-width:0.264583"
id="rect1082"
width="61.383335"
height="61.383335"
x="1170.5233"
y="-517.73956" />
</clipPath>
</defs>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-1170.4453,517.6202)"
id="layer1"
clip-path="url(#clipPath1080)">
<g
id="g163426" />
<g
id="g10819"
transform="translate(0,-285.75012)">
<g
id="text10671"
style="font-style:normal;font-weight:normal;font-size:37.592px;line-height:22.5552px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#892ca0;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="podman">
<path
id="path80700"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#892ca0;fill-opacity:1;stroke-width:0.264583px"
d="m 1249.8778,-209.9329 c -3.1202,0 -5.526,1.27812 -6.9921,3.60883 v -3.45846 h -4.3231 v 27.29175 h 4.3231 v -10.75129 c 1.4661,2.3307 3.8719,3.60882 7.0673,3.60882 5.7139,0 9.4731,-4.09752 9.4731,-10.07464 0,-6.0899 -3.8719,-10.22501 -9.5483,-10.22501 z m -0.9022,16.61564 c -3.5713,0 -6.0899,-2.66903 -6.0899,-6.541 0,-3.75919 2.5186,-6.46581 6.0899,-6.46581 3.5712,0 6.0899,2.74421 6.0899,6.46581 0,3.83438 -2.5187,6.541 -6.0899,6.541 z" />
<path
id="path80702"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#892ca0;fill-opacity:1;stroke-width:0.264583px"
d="m 1272.4964,-209.9329 c -6.2027,0 -10.4506,4.09752 -10.4506,10.14983 0,6.01471 4.2479,10.14982 10.4506,10.14982 6.1651,0 10.413,-4.13511 10.413,-10.14982 0,-6.05231 -4.2479,-10.14983 -10.413,-10.14983 z m 0,3.7216 c 3.5712,0 6.0899,2.63144 6.0899,6.46582 0,3.87197 -2.5187,6.50341 -6.0899,6.50341 -3.6088,0 -6.1275,-2.63144 -6.1275,-6.50341 0,-3.83438 2.5187,-6.46582 6.1275,-6.46582 z" />
<path
id="path80704"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#892ca0;fill-opacity:1;stroke-width:0.264583px"
d="m 1302.1564,-217.67684 v 11.35277 c -1.466,-2.33071 -3.8719,-3.64642 -7.1048,-3.64642 -5.6388,0 -9.5108,4.09752 -9.5108,10.11223 0,6.0899 3.8344,10.2626 9.5859,10.2626 3.1954,0 5.6012,-1.27812 7.0297,-3.60882 v 3.42086 h 4.3231 v -27.89322 z m -6.1275,24.47236 c -3.6464,0 -6.1274,-2.70662 -6.165,-6.50341 0.038,-3.83438 2.5562,-6.57859 6.165,-6.57859 3.6089,0 6.1275,2.70662 6.1275,6.57859 0,3.79679 -2.5186,6.50341 -6.1275,6.50341 z" />
<path
id="path80706"
style="fill:#60605b"
d="m 1339.1334,-209.9329 c -3.6464,0 -6.3154,1.46608 -7.5936,4.81177 -0.9398,-3.04495 -3.3832,-4.81177 -6.9545,-4.81177 -3.3081,0 -5.8643,1.20294 -7.2552,4.02234 v -3.87197 h -4.2855 v 19.99891 h 4.2855 v -9.88668 c 0,-3.49605 2.1051,-6.12749 5.5636,-6.24026 2.9322,0 4.699,1.842 4.699,4.88695 v 11.23999 h 4.3231 v -9.88668 c 0,-3.49605 2.0675,-6.12749 5.4884,-6.24026 2.9321,0 4.7366,1.842 4.7366,4.88695 v 11.23999 h 4.323 v -12.44293 c 0,-4.77418 -2.7442,-7.70635 -7.3304,-7.70635 z" />
<path
id="path80708"
style="fill:#60605b"
d="m 1368.4916,-189.78362 -0.038,-13.11959 c -0.038,-4.39826 -2.9322,-7.02969 -8.0823,-7.02969 -3.7968,0 -5.8268,0.86461 -8.6086,2.51866 l 1.7669,3.00736 c 1.9923,-1.35332 3.9847,-2.02997 5.9019,-2.02997 3.1577,0 4.7742,1.50368 4.7742,4.02234 v 0.60147 h -6.0523 c -4.8118,0.0376 -7.556,2.36829 -7.556,6.01471 0,3.53365 2.7066,6.20267 7.0297,6.20267 2.8946,0 5.1877,-0.86461 6.6162,-2.63143 v 2.44347 z m -9.9619,-3.2329 c -2.4059,0 -3.872,-1.16535 -3.872,-2.96977 0,-1.91719 1.3157,-2.66903 4.1351,-2.66903 h 5.4133 v 1.84201 c -0.2256,2.18033 -2.5939,3.79679 -5.6764,3.79679 z" />
<path
id="path80710"
style="fill:#60605b"
d="m 1385.9695,-209.9329 c -3.3833,0 -5.9396,1.20294 -7.3681,3.98474 v -3.83437 h -4.323 v 19.99891 h 4.323 v -10.63852 c 0.3008,-3.12013 2.3683,-5.41324 5.6764,-5.45083 3.0074,0 4.8118,1.842 4.8118,4.84936 v 11.23999 h 4.3231 v -12.44293 c 0,-4.77418 -2.7818,-7.70635 -7.4432,-7.70635 z" />
</g>
</g>
<g
id="g10987"
transform="translate(-4.0076941e-7,-285.75012)">
<g
id="g10985"
transform="translate(238.41304,-199.74894)">
<path
style="fill:none;fill-rule:evenodd;stroke:#3c6eb4;stroke-width:1.05833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 963.98321,-1.2653795 h 12.72207"
id="path10821" />
<path
id="path10823"
d="m 966.09989,1.3804536 h 12.72207"
style="fill:none;fill-rule:evenodd;stroke:#3c6eb4;stroke-width:1.05833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
style="stroke-width:0.869167"
transform="matrix(1.1500458,0,0,1.1510087,-143.9252,0.43908228)"
id="g10875">
<path
id="path10825"
d="m 973.10356,3.3983398 c -2.30839,-3.74257021 -1.79145,-7.3525044 -2.88299,-12.510239 -0.59897,-3.1855248 -2.62142,-5.8149598 -5.25403,-6.7776908 -2.17189,-0.757647 -6.68263,-0.759955 -8.59472,0 -2.63261,0.962731 -4.65498,3.592166 -5.25395,6.7776908 -1.09155,5.1577346 -0.57458,8.76766879 -2.88297,12.510239"
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.689901;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<ellipse
style="opacity:1;fill:#e7e8e9;fill-opacity:1;stroke:none;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1"
id="ellipse10827"
cx="966.56354"
cy="-4.1070371"
rx="1.1158856"
ry="1.1746163" />
<ellipse
ry="1.1746163"
rx="1.1158856"
cy="-4.1070371"
cx="955.28723"
id="ellipse10829"
style="opacity:1;fill:#e7e8e9;fill-opacity:1;stroke:none;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1" />
<g
id="g10839"
style="stroke:#a7a9ac;stroke-width:0.518003;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.88789899,0,0,0.88789899,108.02196,0.55783395)">
<path
id="path10831"
d="m 956.41893,-5.9814347 -4.67056,1.2514712"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path10833"
d="m 956.9481,-5.2538306 -4.6966,2.711577"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path10835"
d="m 957.34497,-4.3939348 -4.7625,4.76249998"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path10837"
d="m 957.5434,-3.2694556 -2.434,4.21584432"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
transform="matrix(-0.88789899,0,0,0.88789899,1814.1581,0.55783389)"
style="stroke:#a7a9ac;stroke-width:0.518003;stroke-miterlimit:4;stroke-dasharray:none"
id="g10849">
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 956.41893,-5.9814347 -4.67056,1.2514712"
id="path10841" />
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 956.9481,-5.2538306 -4.6966,2.711577"
id="path10843" />
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 957.34497,-4.3939348 -4.7625,4.76249998"
id="path10845" />
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.518003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 957.5434,-3.2694556 -2.434,4.21584432"
id="path10847" />
</g>
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#60605b;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1"
id="ellipse10851"
cx="961.04285"
cy="-4.9292688"
rx="3.5825801"
ry="3.4063873" />
<ellipse
transform="scale(-1,1)"
style="fill:#000000;fill-opacity:1;stroke:#892ca0;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="ellipse10853"
cx="-966.52734"
cy="-7.8406329"
rx="1.7252614"
ry="1.7690334" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 968.07427,-11.544209 c -0.34474,-0.448317 -0.89334,-0.733231 -1.45836,-0.757402 -0.53344,-0.02282 -1.07281,0.185834 -1.45201,0.561706"
id="path10855" />
<g
id="g10863"
style="stroke-width:0.777004;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.88789899,0,0,0.88789899,106.61242,0.08798743)">
<g
id="g10861"
transform="translate(0,-0.52916667)"
style="stroke-width:0.777004">
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.777004;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 962.30591,-5.7829972 0.0993,1.9843749 c 0,0 1.58751,1.4221355 2.51355,-0.033073 0,0 -0.0993,-0.8268214 -0.16541,-1.0914047"
id="path10857" />
<path
id="path10859"
d="m 962.28751,-5.7829972 -0.0993,1.9843749 c 0,0 -1.58751,1.4221355 -2.51355,-0.033073 0,0 0.0993,-0.8268214 0.16541,-1.0914047"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.777004;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
<path
id="path10865"
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 962.57174,-5.5436767 c -0.1202,-0.3110186 -0.1202,-0.9330691 -0.48062,-0.9330691 -0.36047,0 -0.69372,-0.2332673 -1.04826,-0.2332673 -0.35456,0 -0.68781,0.2332673 -1.04828,0.2332673 -0.36046,0 -0.36046,0.6220505 -0.48061,0.9330691 -0.1202,0.3110253 1.52889,1.3218472 1.52889,1.3218472 0,0 1.64903,-1.0108219 1.52888,-1.3218472 z" />
<ellipse
ry="1.7690334"
rx="1.7252614"
cy="-7.8406329"
cx="955.36047"
id="ellipse10867"
style="fill:#000000;fill-opacity:1;stroke:#892ca0;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="ellipse10869"
cx="954.78467"
cy="-8.3384542"
rx="0.8483994"
ry="0.88143349" />
<path
id="path10871"
d="m 953.81353,-11.544209 c 0.34474,-0.448315 0.89333,-0.73323 1.45835,-0.757402 0.53344,-0.02282 1.07281,0.185833 1.45201,0.561706"
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<ellipse
ry="0.88143349"
rx="0.8483994"
cy="-8.3384542"
cx="965.94666"
id="ellipse10873"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.689901;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<path
id="path10877"
d="m 948.21183,4.2931494 h 32.92765"
style="fill:none;fill-rule:evenodd;stroke:#3c6eb4;stroke-width:1.05833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
style="stroke-width:1.20412"
transform="matrix(0.83048493,0,0,0.83048493,164.55035,-1.4237955)"
clip-path="url(#clipPath81511)"
id="g10929">
<path
id="path10879"
d="m 958.31594,13.737399 c -0.26199,-1.782196 -0.38924,-3.720848 -0.8727,-6.0017375 -0.53058,-2.8174518 -2.32212,-5.1430676 -4.65415,-5.9945597 -1.92393,-0.6701043 -5.91966,-0.6721461 -7.61343,0 -2.33204,0.8514921 -4.1235,3.1771079 -4.65409,5.9945597 -0.48346,2.2808895 -0.61071,4.2195415 -0.87269,6.0017375"
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.955767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<ellipse
style="opacity:1;fill:#e7e8e9;fill-opacity:1;stroke:none;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1"
id="ellipse10881"
cx="954.20367"
cy="12.16224"
rx="0.98848081"
ry="1.0388949" />
<ellipse
ry="1.0388949"
rx="0.98848081"
cy="12.16224"
cx="944.21478"
id="ellipse10883"
style="opacity:1;fill:#e7e8e9;fill-opacity:1;stroke:none;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1" />
<g
id="g10893"
style="stroke:#a7a9ac;stroke-width:0.810747;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.7865243,0,0,0.7853064,193.68501,16.288101)">
<path
id="path10885"
d="m 956.41893,-5.9814347 -4.67056,1.2514712"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path10887"
d="m 956.9481,-5.2538306 -4.6966,2.711577"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path10889"
d="m 957.34497,-4.3939348 -4.7625,4.76249998"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path10891"
d="m 957.5434,-3.2694556 -2.434,4.21584432"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
transform="matrix(-0.7865243,0,0,0.7853064,1705.0252,16.288101)"
style="stroke:#a7a9ac;stroke-width:0.810747;stroke-miterlimit:4;stroke-dasharray:none"
id="g10903">
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 956.41893,-5.9814347 -4.67056,1.2514712"
id="path10895" />
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 956.9481,-5.2538306 -4.6966,2.711577"
id="path10897" />
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 957.34497,-4.3939348 -4.7625,4.76249998"
id="path10899" />
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.810747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 957.5434,-3.2694556 -2.434,4.21584432"
id="path10901" />
</g>
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#60605b;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1"
id="ellipse10905"
cx="949.31329"
cy="11.435012"
rx="3.1735437"
ry="3.0127952" />
<ellipse
transform="scale(-1,1)"
style="fill:#000000;fill-opacity:1;stroke:#892ca0;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="ellipse10907"
cx="-954.17163"
cy="8.8600426"
rx="1.528282"
ry="1.5646298" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 955.54199,5.5843938 c -0.30575,-0.3965787 -0.79155,-0.6484892 -1.29185,-0.6698876 -0.4724,-0.020205 -0.95006,0.1642901 -1.28623,0.4968037"
id="path10909" />
<g
id="g10917"
style="stroke-width:1.21612;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.7865243,0,0,0.7853064,192.4364,15.872544)">
<g
style="stroke-width:1.21612"
id="g10915"
transform="translate(0,-0.52916667)">
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.21612;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 962.30591,-5.7829972 0.0993,1.9843749 c 0,0 1.58751,1.4221355 2.51355,-0.033073 0,0 -0.0993,-0.8268214 -0.16541,-1.0914047"
id="path10911" />
<path
id="path10913"
d="m 962.28751,-5.7829972 -0.0993,1.9843749 c 0,0 -1.58751,1.4221355 -2.51355,-0.033073 0,0 0.0993,-0.8268214 0.16541,-1.0914047"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.21612;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
<path
id="path10919"
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 950.66771,10.891591 c -0.10648,-0.275082 -0.10648,-0.825257 -0.42575,-0.825257 -0.31931,0 -0.61451,-0.2063147 -0.92858,-0.2063147 -0.31407,0 -0.60928,0.2063147 -0.92858,0.2063147 -0.31932,0 -0.31932,0.550175 -0.42575,0.825257 -0.10647,0.275088 1.35433,1.169114 1.35433,1.169114 0,0 1.46076,-0.894026 1.35433,-1.169114 z" />
<ellipse
ry="1.5646298"
rx="1.528282"
cy="8.8600426"
cx="944.27972"
id="ellipse10921"
style="fill:#000000;fill-opacity:1;stroke:#892ca0;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="ellipse10923"
cx="943.76965"
cy="8.4197426"
rx="0.75153452"
ry="0.77958798" />
<path
id="path10925"
d="m 942.90945,5.5843938 c 0.30575,-0.3965787 0.79155,-0.6484892 1.29185,-0.6698876 0.4724,-0.020205 0.95006,0.1642901 1.28623,0.4968037"
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<ellipse
ry="0.77958798"
rx="0.75153452"
cy="8.5291576"
cx="953.76178"
id="ellipse10927"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.955767;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#892ca0;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 961.97165,23.28467 -19.29817,-9.23285 -4.82036,-20.8616002 13.2871,-16.7806158 21.38926,-0.06408 13.38485,16.7011458 -4.69887,20.8897002 z"
id="path10931" />
<path
style="fill:none;fill-rule:evenodd;stroke:#3c6eb4;stroke-width:1.05833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 943.44933,8.5264827 h 19.83144"
id="path10933" />
<path
id="path10935"
d="m 952.87074,12.492952 h 27.50208"
style="fill:none;fill-rule:evenodd;stroke:#3c6eb4;stroke-width:1.05833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="translate(0.78045403,0.88370984)"
id="g10979">
<path
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 977.46866,11.110796 c -0.23262,-1.5824091 -0.34561,-3.3037374 -0.77487,-5.3289381 -0.4711,-2.5016132 -2.06181,-4.566525 -4.13242,-5.32256411 -1.70825,-0.59498494 -5.25606,-0.59679785 -6.75995,0 -2.07062,0.75603911 -3.66125,2.82095091 -4.13236,5.32256411 -0.42927,2.0252007 -0.54225,3.746529 -0.77486,5.3289381"
id="path10937" />
<ellipse
ry="0.92243373"
rx="0.87767112"
cy="9.7122078"
cx="973.81744"
id="ellipse10939"
style="opacity:1;fill:#e7e8e9;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1" />
<ellipse
style="opacity:1;fill:#e7e8e9;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1"
id="ellipse10941"
cx="964.9483"
cy="9.7122078"
rx="0.87767112"
ry="0.92243373" />
<g
transform="matrix(0.69835413,0,0,0.69727276,299.02348,11.966021)"
style="stroke:#a7a9ac;stroke-width:0.758321;stroke-miterlimit:4;stroke-dasharray:none"
id="g10947">
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.758321;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 955.74614,-3.9599306 -4.67056,1.2514712"
id="path10943" />
<path
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.758321;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 956.27531,-3.2323265 -4.6966,2.71157695"
id="path10945" />
</g>
<g
id="g10953"
style="stroke:#a7a9ac;stroke-width:0.758321;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(-0.69835413,0,0,0.69727276,1640.4712,13.375562)">
<path
id="path10949"
d="m 956.41893,-5.9814347 -4.67056,1.2514712"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.758321;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path10951"
d="m 956.9481,-5.2538306 -4.6966,2.711577"
style="fill:none;fill-rule:evenodd;stroke:#a7a9ac;stroke-width:0.758321;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<ellipse
ry="2.6750579"
rx="2.8177862"
cy="9.0665035"
cx="969.47528"
id="ellipse10955"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#60605b;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:6;stroke-opacity:1" />
<ellipse
ry="1.3892332"
rx="1.3569601"
cy="6.7801905"
cx="-973.789"
id="ellipse10957"
style="fill:#000000;fill-opacity:1;stroke:#892ca0;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="scale(-1,1)" />
<path
id="path10959"
d="m 975.00567,3.8717489 c -0.27147,-0.3521218 -0.70281,-0.575793 -1.14703,-0.5947926 -0.41945,-0.01794 -0.84356,0.1458731 -1.14204,0.4411116"
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.69835413,0,0,0.69727276,297.44499,13.006589)"
style="stroke-width:1.13748;stroke-miterlimit:4;stroke-dasharray:none"
id="g10967">
<g
transform="translate(0,-0.52916667)"
id="g10965"
style="stroke-width:1.13748">
<path
id="path10961"
d="m 962.30591,-5.7829972 0.0993,1.9843749 c 0,0 1.58751,1.4221355 2.51355,-0.033073 0,0 -0.0993,-0.8268214 -0.16541,-1.0914047"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.13748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.13748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 962.28751,-5.7829972 -0.0993,1.9843749 c 0,0 -1.58751,1.4221355 -2.51355,-0.033073 0,0 0.0993,-0.8268214 0.16541,-1.0914047"
id="path10963" />
</g>
</g>
<path
d="m 970.6778,8.5840058 c -0.0945,-0.2442451 -0.0945,-0.7327449 -0.37802,-0.7327449 -0.28351,0 -0.54562,-0.1831865 -0.82448,-0.1831865 -0.27887,0 -0.54098,0.1831865 -0.82449,0.1831865 -0.28352,0 -0.28352,0.4884998 -0.37802,0.7327449 -0.0945,0.2442506 1.20251,1.0380563 1.20251,1.0380563 0,0 1.297,-0.7938057 1.2025,-1.0380563 z"
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path10969" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#892ca0;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="ellipse10971"
cx="965.00598"
cy="6.7801905"
rx="1.3569601"
ry="1.3892332" />
<ellipse
ry="0.69219536"
rx="0.66728675"
cy="6.3892479"
cx="964.5531"
id="ellipse10973"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 963.78925,3.8717489 c 0.27148,-0.3521208 0.70281,-0.5757916 1.14703,-0.5947926 0.41945,-0.017942 0.84357,0.1458717 1.14205,0.4411116"
id="path10975" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="ellipse10977"
cx="973.4754"
cy="6.4801154"
rx="0.66728675"
ry="0.69219536" />
</g>
<path
style="fill:none;fill-rule:evenodd;stroke:#3c6eb4;stroke-width:1.05833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 950.75405,15.138787 h 12.72207"
id="path10981" />
<path
id="path10983"
d="m 958.16237,17.784622 h 10.477"
style="fill:none;fill-rule:evenodd;stroke:#3c6eb4;stroke-width:1.05833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="432.071pt" height="445.383pt" viewBox="0 0 432.071 445.383" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<g id="orginal" style="fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
</g>
<g id="Layer_x0020_3" style="fill-rule:nonzero;clip-rule:nonzero;fill:none;stroke:#FFFFFF;stroke-width:12.4651;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;">
<path style="fill:#000000;stroke:#000000;stroke-width:37.3953;stroke-linecap:butt;stroke-linejoin:miter;" d="M323.205,324.227c2.833-23.601,1.984-27.062,19.563-23.239l4.463,0.392c13.517,0.615,31.199-2.174,41.587-7c22.362-10.376,35.622-27.7,13.572-23.148c-50.297,10.376-53.755-6.655-53.755-6.655c53.111-78.803,75.313-178.836,56.149-203.322 C352.514-5.534,262.036,26.049,260.522,26.869l-0.482,0.089c-9.938-2.062-21.06-3.294-33.554-3.496c-22.761-0.374-40.032,5.967-53.133,15.904c0,0-161.408-66.498-153.899,83.628c1.597,31.936,45.777,241.655,98.47,178.31 c19.259-23.163,37.871-42.748,37.871-42.748c9.242,6.14,20.307,9.272,31.912,8.147l0.897-0.765c-0.281,2.876-0.157,5.689,0.359,9.019c-13.572,15.167-9.584,17.83-36.723,23.416c-27.457,5.659-11.326,15.734-0.797,18.367c12.768,3.193,42.305,7.716,62.268-20.224 l-0.795,3.188c5.325,4.26,4.965,30.619,5.72,49.452c0.756,18.834,2.017,36.409,5.856,46.771c3.839,10.36,8.369,37.05,44.036,29.406c29.809-6.388,52.6-15.582,54.677-101.107"/>
<path style="fill:#336791;stroke:none;" d="M402.395,271.23c-50.302,10.376-53.76-6.655-53.76-6.655c53.111-78.808,75.313-178.843,56.153-203.326c-52.27-66.785-142.752-35.2-144.262-34.38l-0.486,0.087c-9.938-2.063-21.06-3.292-33.56-3.496c-22.761-0.373-40.026,5.967-53.127,15.902 c0,0-161.411-66.495-153.904,83.63c1.597,31.938,45.776,241.657,98.471,178.312c19.26-23.163,37.869-42.748,37.869-42.748c9.243,6.14,20.308,9.272,31.908,8.147l0.901-0.765c-0.28,2.876-0.152,5.689,0.361,9.019c-13.575,15.167-9.586,17.83-36.723,23.416 c-27.459,5.659-11.328,15.734-0.796,18.367c12.768,3.193,42.307,7.716,62.266-20.224l-0.796,3.188c5.319,4.26,9.054,27.711,8.428,48.969c-0.626,21.259-1.044,35.854,3.147,47.254c4.191,11.4,8.368,37.05,44.042,29.406c29.809-6.388,45.256-22.942,47.405-50.555 c1.525-19.631,4.976-16.729,5.194-34.28l2.768-8.309c3.192-26.611,0.507-35.196,18.872-31.203l4.463,0.392c13.517,0.615,31.208-2.174,41.591-7c22.358-10.376,35.618-27.7,13.573-23.148z"/>
<path d="M215.866,286.484c-1.385,49.516,0.348,99.377,5.193,111.495c4.848,12.118,15.223,35.688,50.9,28.045c29.806-6.39,40.651-18.756,45.357-46.051c3.466-20.082,10.148-75.854,11.005-87.281"/>
<path d="M173.104,38.256c0,0-161.521-66.016-154.012,84.109c1.597,31.938,45.779,241.664,98.473,178.316c19.256-23.166,36.671-41.335,36.671-41.335"/>
<path d="M260.349,26.207c-5.591,1.753,89.848-34.889,144.087,34.417c19.159,24.484-3.043,124.519-56.153,203.329"/>
<path style="stroke-linejoin:bevel;" d="M348.282,263.953c0,0,3.461,17.036,53.764,6.653c22.04-4.552,8.776,12.774-13.577,23.155c-18.345,8.514-59.474,10.696-60.146-1.069c-1.729-30.355,21.647-21.133,19.96-28.739c-1.525-6.85-11.979-13.573-18.894-30.338 c-6.037-14.633-82.796-126.849,21.287-110.183c3.813-0.789-27.146-99.002-124.553-100.599c-97.385-1.597-94.19,119.762-94.19,119.762"/>
<path d="M188.604,274.334c-13.577,15.166-9.584,17.829-36.723,23.417c-27.459,5.66-11.326,15.733-0.797,18.365c12.768,3.195,42.307,7.718,62.266-20.229c6.078-8.509-0.036-22.086-8.385-25.547c-4.034-1.671-9.428-3.765-16.361,3.994z"/>
<path d="M187.715,274.069c-1.368-8.917,2.93-19.528,7.536-31.942c6.922-18.626,22.893-37.255,10.117-96.339c-9.523-44.029-73.396-9.163-73.436-3.193c-0.039,5.968,2.889,30.26-1.067,58.548c-5.162,36.913,23.488,68.132,56.479,64.938"/>
<path style="fill:#FFFFFF;stroke-width:4.155;stroke-linecap:butt;stroke-linejoin:miter;" d="M172.517,141.7c-0.288,2.039,3.733,7.48,8.976,8.207c5.234,0.73,9.714-3.522,9.998-5.559c0.284-2.039-3.732-4.285-8.977-5.015c-5.237-0.731-9.719,0.333-9.996,2.367z"/>
<path style="fill:#FFFFFF;stroke-width:2.0775;stroke-linecap:butt;stroke-linejoin:miter;" d="M331.941,137.543c0.284,2.039-3.732,7.48-8.976,8.207c-5.238,0.73-9.718-3.522-10.005-5.559c-0.277-2.039,3.74-4.285,8.979-5.015c5.239-0.73,9.718,0.333,10.002,2.368z"/>
<path d="M350.676,123.432c0.863,15.994-3.445,26.888-3.988,43.914c-0.804,24.748,11.799,53.074-7.191,81.435"/>
<path style="stroke-width:3;" d="M0,60.232"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -1,976 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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"
width="111.71874"
height="111.12498"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
sodipodi:docname="qemu_logo_no_text.svg">
<defs
id="defs4">
<linearGradient
id="linearGradient4686">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4688" />
<stop
id="stop3956"
offset="0.75"
style="stop-color:#000000;stop-opacity:0.87843138;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.43921569;"
offset="0.75"
id="stop3958" />
<stop
id="stop3960"
offset="0.88"
style="stop-color:#181818;stop-opacity:1;" />
<stop
style="stop-color:#242424;stop-opacity:1;"
offset="0.88"
id="stop3962" />
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="1"
id="stop4690" />
</linearGradient>
<linearGradient
id="linearGradient4467">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4469" />
<stop
style="stop-color:#000000;stop-opacity:0.8974359;"
offset="1"
id="stop4471" />
</linearGradient>
<linearGradient
id="linearGradient4431">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4433" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4435" />
</linearGradient>
<linearGradient
id="linearGradient4466">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4468" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4470" />
</linearGradient>
<linearGradient
id="linearGradient4321">
<stop
style="stop-color:#ff6702;stop-opacity:1;"
offset="0"
id="stop4323" />
<stop
style="stop-color:#ff9a55;stop-opacity:1;"
offset="1"
id="stop4325" />
</linearGradient>
<linearGradient
id="linearGradient4283">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4285" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4287" />
</linearGradient>
<linearGradient
id="linearGradient4251">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4253" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4255" />
</linearGradient>
<linearGradient
id="linearGradient4007">
<stop
style="stop-color:#ff6600;stop-opacity:1;"
offset="0"
id="stop4009" />
<stop
style="stop-color:#ff9148;stop-opacity:1;"
offset="1"
id="stop4011" />
</linearGradient>
<linearGradient
id="linearGradient3999">
<stop
style="stop-color:#fff7f2;stop-opacity:1;"
offset="0"
id="stop4001" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4003" />
</linearGradient>
<linearGradient
id="linearGradient3890">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3892" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3894" />
</linearGradient>
<linearGradient
id="linearGradient3880">
<stop
style="stop-color:#eb7400;stop-opacity:1;"
offset="0"
id="stop3882" />
<stop
style="stop-color:#f7b06a;stop-opacity:1;"
offset="1"
id="stop3884" />
</linearGradient>
<linearGradient
id="linearGradient4011">
<stop
style="stop-color:#042dc8;stop-opacity:1;"
offset="0"
id="stop4013" />
<stop
style="stop-color:#4260d5;stop-opacity:1;"
offset="1"
id="stop4015" />
</linearGradient>
<linearGradient
id="linearGradient3879">
<stop
style="stop-color:#ffffff;stop-opacity:0.90598291;"
offset="0"
id="stop3881" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883" />
</linearGradient>
<linearGradient
id="linearGradient3869">
<stop
style="stop-color:#c95000;stop-opacity:1;"
offset="0"
id="stop3871" />
<stop
style="stop-color:#ff9e5e;stop-opacity:1;"
offset="1"
id="stop3873" />
</linearGradient>
<linearGradient
id="linearGradient3861">
<stop
style="stop-color:#f06000;stop-opacity:1;"
offset="0"
id="stop3863" />
<stop
style="stop-color:#ffccaa;stop-opacity:1;"
offset="1"
id="stop3865" />
</linearGradient>
<linearGradient
id="linearGradient3826">
<stop
style="stop-color:#ff6600;stop-opacity:1;"
offset="0"
id="stop3828" />
<stop
style="stop-color:#ff893b;stop-opacity:1;"
offset="1"
id="stop3830" />
</linearGradient>
<linearGradient
id="linearGradient3879-6">
<stop
style="stop-color:#ffffff;stop-opacity:0.90598291;"
offset="0"
id="stop3881-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-7" />
</linearGradient>
<linearGradient
id="linearGradient3869-5">
<stop
style="stop-color:#c95000;stop-opacity:1;"
offset="0"
id="stop3871-9" />
<stop
style="stop-color:#ff9e5e;stop-opacity:1;"
offset="1"
id="stop3873-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879-4"
id="linearGradient3885-6"
x1="76.025352"
y1="124.8497"
x2="75.874107"
y2="143.03978"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3879-4">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74" />
</linearGradient>
<linearGradient
id="linearGradient3869-2">
<stop
style="stop-color:#c95000;stop-opacity:1;"
offset="0"
id="stop3871-99" />
<stop
style="stop-color:#ff9e5e;stop-opacity:1;"
offset="1"
id="stop3873-6" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4011"
id="radialGradient4017"
cx="66.639"
cy="93.096375"
fx="66.639"
fy="93.096375"
r="11.515625"
gradientTransform="matrix(0.23244854,1.600893,-1.0124495,0.14700695,145.40424,-26.300303)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879-4-7"
id="linearGradient3885-6-2"
x1="76.025352"
y1="124.8497"
x2="75.874107"
y2="143.03978"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3879-4-7">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74-6" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4011-5"
id="radialGradient4017-7"
cx="66.639"
cy="93.096375"
fx="66.639"
fy="93.096375"
r="11.515625"
gradientTransform="matrix(0.99779178,6.8718773,-4.3459674,0.6310314,452.75975,-225.98471)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4011-5">
<stop
style="stop-color:#042dc8;stop-opacity:1;"
offset="0"
id="stop4013-1" />
<stop
style="stop-color:#4260d5;stop-opacity:1;"
offset="1"
id="stop4015-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879-4-75"
id="linearGradient3885-6-8"
x1="76.025352"
y1="124.8497"
x2="75.874107"
y2="143.03978"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3879-4-75">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74-4" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4011-0"
id="radialGradient4017-5"
cx="66.639"
cy="93.096375"
fx="66.639"
fy="93.096375"
r="11.515625"
gradientTransform="matrix(0.23244854,1.600893,-1.0124495,0.14700695,146.34996,53.681728)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4011-0">
<stop
style="stop-color:#042dc8;stop-opacity:1;"
offset="0"
id="stop4013-4" />
<stop
style="stop-color:#4260d5;stop-opacity:1;"
offset="1"
id="stop4015-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4011-0"
id="linearGradient4117"
x1="107.03001"
y1="189.72537"
x2="107.18476"
y2="173.47537"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879-4-7-2"
id="linearGradient3885-6-2-8"
x1="76.025352"
y1="124.8497"
x2="75.874107"
y2="143.03978"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3879-4-7-2">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6-7-9" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74-6-9" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4011-5-1"
id="radialGradient4017-7-9"
cx="66.639"
cy="93.096375"
fx="66.639"
fy="93.096375"
r="11.515625"
gradientTransform="matrix(0.99779178,6.8718773,-4.3459674,0.6310314,448.94742,-406.99277)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4011-5-1">
<stop
style="stop-color:#042dc8;stop-opacity:1;"
offset="0"
id="stop4013-1-9" />
<stop
style="stop-color:#4260d5;stop-opacity:1;"
offset="1"
id="stop4015-3-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879-4-7-2-7"
id="linearGradient3885-6-2-8-0"
x1="76.025352"
y1="124.8497"
x2="75.874107"
y2="143.03978"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3879-4-7-2-7">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6-7-9-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74-6-9-6" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4011-5-1-5"
id="radialGradient4017-7-9-5"
cx="66.639"
cy="93.096375"
fx="66.639"
fy="93.096375"
r="11.515625"
gradientTransform="matrix(0.55965334,3.8543806,-2.4376181,0.3539404,454.75182,-145.44353)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4011-5-1-5">
<stop
style="stop-color:#042dc8;stop-opacity:1;"
offset="0"
id="stop4013-1-9-6" />
<stop
style="stop-color:#4260d5;stop-opacity:1;"
offset="1"
id="stop4015-3-8-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879-4-7-2-4"
id="linearGradient3885-6-2-8-4"
x1="76.025352"
y1="124.8497"
x2="75.874107"
y2="143.03978"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3879-4-7-2-4">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6-7-9-9" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74-6-9-3" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4011-5-1-7"
id="radialGradient4017-7-9-7"
cx="66.639"
cy="93.096375"
fx="66.639"
fy="93.096375"
r="11.515625"
gradientTransform="matrix(0.26837158,1.8482981,-1.1689154,0.16972569,466.57614,26.180822)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4011-5-1-7">
<stop
style="stop-color:#042dc8;stop-opacity:1;"
offset="0"
id="stop4013-1-9-1" />
<stop
style="stop-color:#4260d5;stop-opacity:1;"
offset="1"
id="stop4015-3-8-5" />
</linearGradient>
<linearGradient
id="linearGradient3879-4-7-2-0">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6-7-9-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74-6-9-8" />
</linearGradient>
<linearGradient
id="linearGradient4011-5-1-55">
<stop
style="stop-color:#000a30;stop-opacity:1;"
offset="0"
id="stop4013-1-9-8" />
<stop
style="stop-color:#4260d5;stop-opacity:1;"
offset="1"
id="stop4015-3-8-3" />
</linearGradient>
<linearGradient
id="linearGradient3890-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3892-0" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3894-9" />
</linearGradient>
<linearGradient
id="linearGradient3880-4">
<stop
style="stop-color:#eb7400;stop-opacity:1;"
offset="0"
id="stop3882-5" />
<stop
style="stop-color:#f7b06a;stop-opacity:1;"
offset="1"
id="stop3884-1" />
</linearGradient>
<linearGradient
id="linearGradient3999-7">
<stop
style="stop-color:#fff7f2;stop-opacity:1;"
offset="0"
id="stop4001-9" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4003-4" />
</linearGradient>
<linearGradient
id="linearGradient4007-9">
<stop
style="stop-color:#ff6600;stop-opacity:1;"
offset="0"
id="stop4009-1" />
<stop
style="stop-color:#ff9148;stop-opacity:1;"
offset="1"
id="stop4011-9" />
</linearGradient>
<linearGradient
id="linearGradient4007-9-5">
<stop
style="stop-color:#ff6600;stop-opacity:1;"
offset="0"
id="stop4009-1-9" />
<stop
style="stop-color:#ff9148;stop-opacity:1;"
offset="1"
id="stop4011-9-5" />
</linearGradient>
<linearGradient
id="linearGradient3999-7-1">
<stop
style="stop-color:#fff7f2;stop-opacity:1;"
offset="0"
id="stop4001-9-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4003-4-4" />
</linearGradient>
<linearGradient
id="linearGradient4007-9-5-3">
<stop
style="stop-color:#ff6600;stop-opacity:1;"
offset="0"
id="stop4009-1-9-3" />
<stop
style="stop-color:#ff9148;stop-opacity:1;"
offset="1"
id="stop4011-9-5-9" />
</linearGradient>
<linearGradient
id="linearGradient3999-7-1-4">
<stop
style="stop-color:#fff7f2;stop-opacity:1;"
offset="0"
id="stop4001-9-1-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4003-4-4-4" />
</linearGradient>
<linearGradient
id="linearGradient3879-4-7-2-3">
<stop
style="stop-color:#ffffff;stop-opacity:0.93162394;"
offset="0"
id="stop3881-6-7-9-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3883-74-6-9-87" />
</linearGradient>
<linearGradient
id="linearGradient4011-5-1-1">
<stop
style="stop-color:#fde8a1;stop-opacity:1;"
offset="0"
id="stop4013-1-9-63" />
<stop
style="stop-color:#2947b9;stop-opacity:1;"
offset="1"
id="stop4015-3-8-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4466"
id="linearGradient4472"
x1="161.7561"
y1="540.72662"
x2="161.7561"
y2="579.80206"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4321"
id="radialGradient4474"
cx="130.8242"
cy="575.27838"
fx="130.8242"
fy="575.27838"
r="49.498173"
gradientTransform="matrix(0.95670828,0.96684666,-0.72623533,0.71862001,423.45109,35.05138)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4466-5"
id="linearGradient4472-9"
x1="161.7561"
y1="540.72662"
x2="161.7561"
y2="579.80206"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4466-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4468-2" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4470-3" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4321-0"
id="radialGradient4474-6"
cx="130.8242"
cy="575.27838"
fx="130.8242"
fy="575.27838"
r="49.498173"
gradientTransform="matrix(0.95670828,0.96684666,-0.72623533,0.71862001,442.64399,170.9169)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4321-0">
<stop
style="stop-color:#ff6702;stop-opacity:1;"
offset="0"
id="stop4323-3" />
<stop
style="stop-color:#ff9a55;stop-opacity:1;"
offset="1"
id="stop4325-1" />
</linearGradient>
<linearGradient
id="linearGradient4466-5-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4468-2-9" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4470-3-4" />
</linearGradient>
<linearGradient
id="linearGradient4321-0-0">
<stop
style="stop-color:#ff6702;stop-opacity:1;"
offset="0"
id="stop4323-3-9" />
<stop
style="stop-color:#ff9a55;stop-opacity:1;"
offset="1"
id="stop4325-1-1" />
</linearGradient>
<linearGradient
id="linearGradient4466-5-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4468-2-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4470-3-7" />
</linearGradient>
<linearGradient
id="linearGradient4321-0-7">
<stop
style="stop-color:#ff6702;stop-opacity:1;"
offset="0"
id="stop4323-3-3" />
<stop
style="stop-color:#ff9a55;stop-opacity:1;"
offset="1"
id="stop4325-1-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4431"
id="linearGradient4437"
x1="142.81854"
y1="831.52283"
x2="142.81854"
y2="878.90735"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4467"
id="radialGradient4475"
cx="116.51958"
cy="98.282051"
fx="116.51958"
fy="98.282051"
r="55.859375"
gradientTransform="matrix(0.97442557,1.5088911,-0.83559154,0.53961599,79.641615,-130.28522)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4431-3"
id="linearGradient4437-6"
x1="142.81854"
y1="831.52283"
x2="142.81854"
y2="878.90735"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4431-3">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4433-0" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4435-2" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4467-7"
id="radialGradient4475-0"
cx="116.51958"
cy="98.282051"
fx="116.51958"
fy="98.282051"
r="55.859375"
gradientTransform="matrix(0.97442557,1.5088911,-0.83559154,0.53961599,225.10358,63.664066)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4467-7">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4469-4" />
<stop
style="stop-color:#000000;stop-opacity:0.8974359;"
offset="1"
id="stop4471-7" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4467"
id="radialGradient3262"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97442557,1.5088911,-0.83559154,0.53961599,59.641615,-150.28522)"
cx="116.51958"
cy="98.282051"
fx="116.51958"
fy="98.282051"
r="55.859375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4431"
id="linearGradient3264"
gradientUnits="userSpaceOnUse"
x1="142.81854"
y1="831.52283"
x2="142.81854"
y2="878.90735" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="31.144191"
inkscape:cy="38.335716"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showguides="false"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-right="0"
fit-margin-bottom="0"
fit-margin-left="0">
<sodipodi:guide
orientation="0,1"
position="72.563745,37.346999"
id="guide2989" />
<sodipodi:guide
orientation="0,1"
position="74.584055,7.2949693"
id="guide2991" />
<sodipodi:guide
orientation="1,0"
position="71.048515,20.426949"
id="guide2993" />
<sodipodi:guide
orientation="1,0"
position="97.817565,20.174409"
id="guide2995" />
<sodipodi:guide
orientation="1,0"
position="71.048515,20.426949"
id="guide3017" />
<inkscape:grid
type="xygrid"
id="grid3019"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
<sodipodi:guide
orientation="1,0"
position="105.6589,-12.377861"
id="guide3021" />
<sodipodi:guide
orientation="1,0"
position="126.6589,-16.377861"
id="guide3023" />
<sodipodi:guide
orientation="0,1"
position="110.6589,-3.3778607"
id="guide3025" />
<sodipodi:guide
orientation="0,1"
position="110.6589,-27.377861"
id="guide3027" />
<sodipodi:guide
orientation="0,1"
position="19.658895,-35.37786"
id="guide3810" />
<sodipodi:guide
orientation="0,1"
position="21.658895,-70.377861"
id="guide3814" />
<sodipodi:guide
orientation="0,1"
position="2.301752,-9.4850007"
id="guide3856" />
<sodipodi:guide
orientation="0,1"
position="26.601806,-9.4850007"
id="guide3887" />
<sodipodi:guide
orientation="0,1"
position="44.658283,37.346999"
id="guide4019" />
<sodipodi:guide
orientation="0,1"
position="126.6589,-27.377861"
id="guide4481" />
<sodipodi:guide
orientation="0,1"
position="159.08747,-213.94929"
id="guide4483" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-42.341105,-35.859333)">
<path
inkscape:connector-curvature="0"
style="fill:url(#radialGradient3262);fill-opacity:1;stroke:none"
d="m 98.2161,35.859333 c -30.850815,0 -55.874995,24.87043 -55.874995,55.562497 0,30.69207 25.02418,55.56249 55.874995,55.56249 10.09496,0 19.54625,-2.6525 27.71875,-7.3125 l 2.90625,7.3125 2.40625,0 20,0 0.125,0 -8.8125,-21.78124 c 7.21537,-9.3622 11.5,-21.07236 11.5,-33.78125 0,-30.692067 -24.99293,-55.562497 -55.84375,-55.562497 z"
id="path3834-7-7-2-5-5-0-5-4" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3264);fill-opacity:1;stroke:none"
id="path3661"
sodipodi:cx="142.5"
sodipodi:cy="856.29077"
sodipodi:rx="35.357143"
sodipodi:ry="24.642857"
d="m 177.85714,856.29077 c 0,13.60988 -15.82993,24.64286 -35.35714,24.64286 -19.52721,0 -35.35714,-11.03298 -35.35714,-24.64286 0,-13.60987 15.82993,-24.64286 35.35714,-24.64286 19.52721,0 35.35714,11.03299 35.35714,24.64286 z"
transform="matrix(1.0465082,0,0,1.2920463,-51.641235,-1036.8612)" />
<path
sodipodi:type="arc"
style="fill:#000000;fill-opacity:1;stroke:none"
id="path4442"
sodipodi:cx="115.66247"
sodipodi:cy="856.39258"
sodipodi:rx="6.5659914"
sodipodi:ry="6.5659914"
d="m 122.22846,856.39258 c 0,3.6263 -2.9397,6.56599 -6.56599,6.56599 -3.6263,0 -6.56599,-2.93969 -6.56599,-6.56599 0,-3.6263 2.93969,-6.56599 6.56599,-6.56599 3.62629,0 6.56599,2.93969 6.56599,6.56599 z"
transform="translate(-12.329975,-797.60351)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none"
id="rect4444"
width="37.643608"
height="5.5005069"
x="101.55376"
y="48.297417"
transform="matrix(0.98974903,0.14281759,-0.18972639,0.981837,0,0)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none"
id="rect4446"
width="6.5659914"
height="2.9041886"
x="124.92451"
y="69.016899" />
<path
style="fill:#ff6600;fill-opacity:1"
d="m 83.38797,45.010543 c -0.057,2.18531 -3.865755,0.28296 -4.031245,2.78125 -4.22387,-1.88052 0.32884,2.87188 -0.0937,3.3125 l -0.0312,0 -0.3125,-0.0312 c -0.20386,-0.0728 -0.49977,-0.19904 -0.9375,-0.46875 -2.9499,2.35025 -3.02157,7.23369 -6.0625,9.9375 -1.99467,4.30504 -2.47977,8.98337 -3.9375,13.46875 -0.71796,4.30292 -1.34881,8.597857 -0.28125,12.906247 0.32053,3.50159 -0.68919,8.25865 2.5,10.71875 4.72728,3.88304 8.65575,8.79543 12.624995,13.46875 6.21914,7.65333 11.72948,15.86251 16.59375,24.4375 0.32431,-2.11756 1.10954,4.26459 2.53125,4.6875 -0.49161,-3.19231 -1.13213,-8.26328 -1.4375,-12.1875 -1.5814,-10.2909 -6.65305,-19.64903 -8.5625,-29.84375 -0.0587,-0.43037 -0.12809,-0.87203 -0.1875,-1.3125 l 0,-1.28125 -0.15625,0 c -0.62551,-5.04297 -0.8504,-10.46546 2.8125,-14.40625 3.73968,-3.772097 9.30633,-4.722447 13.8125,-7.343747 1.00194,-0.59119 2.04921,-1.07174 3.125,-1.40625 0.009,-0.003 0.0228,0.003 0.0312,0 3.11701,-0.96341 6.44862,-0.93323 9.6875,-0.40625 0.0479,0.008 0.10841,0.0233 0.15625,0.0312 0.29455,0.0493 0.61389,0.099 0.90625,0.15625 2.37136,0.21133 7.14463,1.13687 8,-0.5 -3.27225,-2.78631 -7.98526,-2.59211 -11.96875,-3.6875 -0.63059,-0.11469 -1.41182,-0.24041 -2.1875,-0.3125 l -3.90625,-0.875 -0.96875,-0.25 0,0.0312 -13.96875,-2.71875 c -0.22212,-0.20226 -0.46434,-0.40933 -0.6875,-0.5625 l 13.625,1.6875 0,-0.0625 c 0.48011,0.10699 0.95576,0.19361 1.4375,0.25 l 0,0.0312 9.625,1.78125 c 1.66103,0.61952 3.4322,1.08374 5.09375,1.1875 2.74263,0.39907 6.22526,4.49092 7.125,4.6875 -0.44096,-4.307 -4.7422,-6.23586 -8.3125,-7.5 -4.1712,-2.02803 -10.4023,-1.95417 -11.0625,-7.5625 -0.1756,-0.39076 -0.34902,-0.78118 -0.5625,-1.15625 l -1.625,-2.15625 0.0625,-0.0312 c -2.21724,-2.61691 -5.34011,-4.52196 -8.65625,-5.25 -3.2914,-1.13611 -6.98773,-2.2671 -10.46875,-2.71875 -1.18132,3.47826 -2.5031,-2.75561 -5.34375,-0.90625 -2.48996,0.29488 -2.14614,0.95256 -4,-0.625 z m 17.90625,10.15625 c 0.90187,-0.0238 1.93277,0.14208 2.96875,0.5 2.76259,0.95447 4.56151,2.96523 4.03125,4.5 -0.53026,1.53477 -3.20616,1.98572 -5.96875,1.03125 -2.76259,-0.95447 -4.5615,-2.93398 -4.03125,-4.46875 0.33141,-0.95923 1.49689,-1.52281 3,-1.5625 z"
id="path3499-9-7"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1 +0,0 @@
<?xml version="1.0" ?><svg baseProfile="tiny" height="1451.34px" id="Layer_1" version="1.2" viewBox="0 0 1451.34 1451.34" width="1451.34px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M1381.691,1058.94c-76.136,39.689-470.554,201.855-554.521,245.624 c-83.974,43.803-130.616,43.376-196.949,11.664c-66.333-31.713-486.059-201.251-561.667-237.402 c-37.793-18.051-57.659-33.302-57.659-47.7V886.913c0,0,546.428-118.956,634.649-150.607 c88.218-31.647,118.815-32.789,193.887-5.286c75.082,27.503,523.964,108.488,598.158,135.662c0,0-0.033,128.801-0.033,142.167 C1437.566,1023.115,1420.448,1038.76,1381.691,1058.94z" fill="#A42122"/><path d="M1381.691,914.694c-76.136,39.673-470.554,201.856-554.521,245.624 c-83.974,43.786-130.616,43.359-196.949,11.646C563.88,1140.27,144.163,970.698,68.555,934.579 c-75.609-36.135-77.193-61.017-2.92-90.092c74.265-29.092,491.689-192.868,579.918-224.52 c88.209-31.634,118.816-32.794,193.887-5.283c75.079,27.499,467.139,183.56,541.335,210.735 C1454.979,852.611,1457.828,875.004,1381.691,914.694z" fill="#D82F27"/><path d="M1381.691,823.782c-76.136,39.689-470.554,201.856-554.521,245.642 c-83.974,43.769-130.616,43.343-196.949,11.629c-66.342-31.695-486.059-201.25-561.667-237.385 c-37.793-18.067-57.659-33.285-57.659-47.684V651.746c0,0,546.428-118.95,634.649-150.602 c88.218-31.643,118.815-32.794,193.887-5.291c75.082,27.499,523.964,108.476,598.158,135.655c0,0-0.033,128.799-0.033,142.183 C1437.566,787.941,1420.448,803.584,1381.691,823.782z" fill="#A42122"/><path d="M1381.691,679.523c-76.136,39.685-470.554,201.852-554.521,245.637 c-83.974,43.785-130.616,43.343-196.949,11.646C563.88,905.111,144.163,735.535,68.555,699.409 c-75.609-36.131-77.193-61.005-2.92-90.102C139.9,580.233,557.324,416.453,645.553,384.81 c88.209-31.643,118.816-32.794,193.887-5.291c75.079,27.498,467.139,183.543,541.335,210.727 C1454.979,617.437,1457.828,639.837,1381.691,679.523z" fill="#D82F27"/><path d="M1381.691,579.889c-76.136,39.685-470.554,201.861-554.521,245.645 c-83.974,43.785-130.616,43.343-196.949,11.647C563.88,805.484,144.163,635.91,68.555,599.783 c-37.793-18.067-57.659-33.298-57.659-47.687v-144.23c0,0,546.428-118.951,634.649-150.594 c88.218-31.652,118.815-32.794,193.887-5.292c75.082,27.499,523.964,108.476,598.158,135.655c0,0-0.033,128.8-0.033,142.174 C1437.566,544.052,1420.448,559.691,1381.691,579.889z" fill="#A42122"/><path d="M1381.691,435.634c-76.136,39.685-470.554,201.86-554.521,245.642 c-83.974,43.773-130.616,43.342-196.949,11.643c-66.333-31.706-486.059-201.259-561.667-237.39 c-75.609-36.132-77.193-61.014-2.92-90.102C139.9,336.339,557.324,172.58,645.553,140.929 c88.209-31.652,118.816-32.794,193.887-5.287c75.079,27.503,467.139,183.548,541.335,210.731 C1454.979,373.544,1457.828,395.956,1381.691,435.634z" fill="#D82F27"/><polygon fill="#FFFFFF" points="911.195,296.749 787.571,309.578 759.89,376.168 715.19,301.863 572.443,289.033 678.956,250.62 647.003,191.659 746.72,230.657 840.743,199.877 815.328,260.85 "/><polygon fill="#FFFFFF" points="752.509,619.808 521.786,524.113 852.398,473.375 "/><ellipse cx="432.636" cy="402.254" fill="#FFFFFF" rx="176.704" ry="68.495"/><polygon fill="#791514" points="1057.292,314.947 1252.957,392.274 1057.456,469.517 "/><polygon fill="#AD2524" points="840.825,400.575 1057.292,314.947 1057.456,469.517 1036.235,477.818 "/></svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22"><path d="M1.263 2.744C2.41 3.832 2.845 4.932 4.118 5.08l.036.007c-.588.606-1.09 1.402-1.443 2.423-.38 1.096-.488 2.285-.614 3.659-.19 2.046-.401 4.364-1.556 7.269-2.486 6.258-1.12 11.63.332 17.317.664 2.604 1.348 5.297 1.642 8.107a.857.857 0 00.633.744.86.86 0 00.922-.323c.227-.313.524-.797.86-1.424.84 3.323 1.355 6.13 1.783 8.697a.866.866 0 001.517.41c2.88-3.463 3.763-8.636 2.184-12.674.459-2.433 1.402-4.45 2.398-6.583.536-1.15 1.08-2.318 1.55-3.566.228-.084.569-.314.79-.441l1.707-.981-.256 1.052a.864.864 0 001.678.408l.68-2.858 1.285-2.95a.863.863 0 10-1.581-.687l-1.152 2.669-2.383 1.372a18.97 18.97 0 00.508-2.981c.432-4.86-.718-9.074-3.066-11.266-.163-.157-.208-.281-.247-.26.095-.12.249-.26.358-.374 2.283-1.693 6.047-.147 8.319.75.589.232.876-.337.316-.67-1.95-1.153-5.948-4.196-8.188-6.193-.313-.275-.527-.607-.89-.913C9.825.555 4.072 3.057 1.355 2.569c-.102-.018-.166.103-.092.175m10.98 5.899c-.06 1.242-.603 1.8-1 2.208-.217.224-.426.436-.524.738-.236.714.008 1.51.66 2.143 1.974 1.84 2.925 5.527 2.538 9.86-.291 3.288-1.448 5.763-2.671 8.385-1.031 2.207-2.096 4.489-2.577 7.259a.853.853 0 00.056.48c1.02 2.434 1.135 6.197-.672 9.46a96.586 96.586 0 00-1.97-8.711c1.964-4.488 4.203-11.75 2.919-17.668-.325-1.497-1.304-3.276-2.387-4.207-.208-.18-.402-.237-.495-.167-.084.06-.151.238-.062.444.55 1.266.879 2.599 1.226 4.276 1.125 5.443-.956 12.49-2.835 16.782l-.116.259-.457.982c-.356-2.014-.85-3.95-1.33-5.84-1.38-5.406-2.68-10.515-.401-16.254 1.247-3.137 1.483-5.692 1.672-7.746.116-1.263.216-2.355.526-3.252.905-2.605 3.062-3.178 4.744-2.852 1.632.316 3.24 1.593 3.156 3.42zm-2.868.62a1.177 1.177 0 10.736-2.236 1.178 1.178 0 10-.736 2.237z"/></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.5 KiB

BIN
img/logo-old.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 52 KiB

10
img/logo.svg Normal file
View File

@ -0,0 +1,10 @@
<svg role="img" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<title>exozyme</title>
<defs>
<linearGradient id="gradient">
<stop offset="0%" stop-color="#3379D1" />
<stop offset="100%" stop-color="#43AD89" />
</linearGradient>
</defs>
<path stroke="url(#gradient)" stroke-width="15" stroke-linecap="square" fill="none" d="M 30 90 l 30 -30 l -20 -20 l 40 40 l -20 -20 l 35 -35 a 49.4975 49.4975 0 1 0 0 70" />
</svg>

After

Width:  |  Height:  |  Size: 456 B

View File

@ -1,32 +0,0 @@
.... ....
.... ....
.'''. lddd. lddd. oooo. oooo ''''
.'''. cooo. clll. clll cccc ''''
.... .... .... ....
..... cddd' cooo. .''' .''' llll llll ....
.... ;ccc. ;c::. .... .... ;;;; ;;;; ....
..... .... .... ....
:ooo' cddd' .''' '''' lccc ,,,,
';;;. ,;;;. .... .... ,,,, ....
.,,,. .'''. .''' .''' .''' .... .... ....
:ddd, cddo' cooo. cool. llll. lllc cccc ;;,,
.,,,. .,,,. .'''. .''' '''' '''. .... ....
';;;. ';;;. .... .... .... .... ....
:ddd, :ooo' ,;;;. .''' .''' '''' '''' ....
..... .... ....
.;;;. ,:::. ',,,.
,ccc. :ooo. ;:::.
... .... .
;ccc. ;ccc. ;:::. ;;;; :;;; ;;;;
:lll. :lll. :ccc. :::: c::: ::::
';;;. ;:::. :::: ;;;, ....
';;;. ;:::. :::: ;,,, ....

BIN
img/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

View File

@ -1,11 +0,0 @@
#!/usr/bin/bash
cd icons
for old in *; do
new="$(echo "$old" | sed -e 's/.svg$/-large.svg/')"
echo $new
rsvg-convert "$old" -h 1440 -f svg -o "$new"
done
cd ..
montage -background white icons/*-large.svg -geometry 720x720 -tile 5x5 -border 30 -bordercolor transparent montage.png
convert montage.png -resize 50% montage.avif
rm icons/*-large.svg

View File

@ -6,20 +6,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>exozyme</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
<h1>The exozyme project</h1>
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
<h1>exozyme</h1>
<p class="emoji">🏗️ 💻 👾 📖 🗨️</p>
<p class="links">
<a href="about">About</a>&nbsp;&nbsp;&nbsp;
<a href="quickstart">Quickstart</a>&nbsp;&nbsp;&nbsp;
<a href="explore">Explore</a>
<a href="about">about</a>&nbsp;&nbsp;&nbsp;
<a href="explore">explore</a>&nbsp;&nbsp;&nbsp;
<a href="join">join</a>
</p>
</body>
</html>

39
join.html Normal file
View File

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>join</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>join</h1>
<h2 id="first-steps">First steps</h2>
<p>
Interested in joining exozyme and getting an account on our server? If you already know an existing member, simply ask them to create a file named <i>~/referral</i> containing your email address. Otherwise, join our <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix space</a> and familiarize yourself with our community. After a week of being active in our Matrix space, you'll be eligible to become a member.
</p>
<p>
Now send an email to <i>root@this domain name</i> (optionally using <a href="/pubkey.asc">GPG</a>) and introduce yourself, what you plan to use your account for, your desired username, display name, and your SSH public key. We'll send you a reply after we create your account.
</p>
<h2 id="logging-in">Logging in</h2>
<p>
You should now be able to SSH into our server. First off, passwords! The file <i>~/password</i> contains your temporary password, but you should set a new password using the <i>passwd</i> command. To change your account details like your email address or shell, use the command <i>moduser</i>. We also provide <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop">remote desktop</a>.
</p>
<p>
You can install command-line software with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>. For hosting websites, check out <a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">this guide</a>. If you want to run an extremely resource-intensive program, please let us know on Matrix first. Also, please don't torrent on exozyme.
</p>
<h2 id="matrix">Enter the Matrix</h2>
<p>
If you've already joined our Matrix space, you can skip this section. Otherwise, go to the <a href="https://app.element.io">Element web client</a> or any other <a href="https://matrix.org/clients/">Matrix client</a>. Change your homeserver to exozy.me instead of matrix.org, and sign in with your exozyme username and password. Once you're in, tell us a bit about yourself in the exozyme general room.
</p>
<h2 id="resources">Resources</h2>
<p>
You can find helpful guides on our <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a>, or even better, contribute to our wiki! If you run into bugs or have suggestions, please create a new issue on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>. If you have any questions, just ask on Matrix or email us. Have fun!
</p>
</body>
</html>

View File

@ -1,16 +1,13 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEY5vFoRYJKwYBBAHaRw8BAQdAJZmwI5ytDMsg3VnlXGAztVdGJdql922aobjN
0lW0A9q0F2V4b3p5bWUgPGhlbHBAZXhvenkubWU+iJAEExYIADgWIQRLsYeVsU01
8g27oZP8o4DcqOel7gUCY5vFoQIbAwULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAK
CRD8o4DcqOel7qOIAP90PKAmcZgn+yCcDaLrA1Lr1tSDRpzue4WrNcH4ks+qPwEA
mwp/LXzvyQYRox3XlF+5o5BzTmDindqcYWWRxjZ5Ggy0F2V4b3p5bWUgPGpvaW5A
ZXhvenkubWU+iJAEExYIADgWIQRLsYeVsU018g27oZP8o4DcqOel7gUCY5vISAIb
AwULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRD8o4DcqOel7iMaAQDtMtLGO8Sb
hr5fcgTFVEIsE8t/yKfjzV9qB6KjyCSeXAD/ZEUpfnzX9o81t3rUIsV9U7mZtc8m
7aSuUPOZSh5pigq4OARjm8WhEgorBgEEAZdVAQUBAQdAlbG07RMR44h2QSUoOedE
Qyhw5LZLEcFxUEycuxMcqi4DAQgHiHgEGBYIACAWIQRLsYeVsU018g27oZP8o4Dc
qOel7gUCY5vFoQIbDAAKCRD8o4DcqOel7js9AP9GlUqnQJMMPXs6czu0MS5WG+Lm
y91Ukc7TiMtH1vg9bwD+IWw33IqVXLfYVgvKLIXs7fBqAGFepdDLMevnxKKyMQ4=
=vSoG
-----END PGP PUBLIC KEY BLOCK-----
mDMEZbNXghYJKwYBBAHaRw8BAQdAh0pxafvsnc5gI3m1sEwzpsNg+4Awba/qiIE/
/cOZrEm0F2V4b3p5bWUgPHJvb3RAZXhvenkubWU+iJMEExYKADsWIQSl7DUgaBoI
FieOnA49nsGCA3g7eQUCZbNXggIbAwULCQgHAgIiAgYVCgkICwIEFgIDAQIeBwIX
gAAKCRA9nsGCA3g7edHJAQCUmpwU49SPLr6gAO0fvGkaa1QWBBkM4OlXxob65uUA
+gD/TUOyyysG7xxyWaOOFXxUGlKJ2WAXjUqWdTtBfNimEwy4OARls1eCEgorBgEE
AZdVAQUBAQdAlzWTluUmboEaAHvxV9uRorS3jfA5g9nAI087kkRtk2wDAQgHiHgE
GBYKACAWIQSl7DUgaBoIFieOnA49nsGCA3g7eQUCZbNXggIbDAAKCRA9nsGCA3g7
eenYAPoDJD+U+AdMnyYH19IH5KRZIOeejalKwm+4kKB/8HxusAEA4Dyh/s3V5612
MDdns6tIRz53zdwkDsuSIa3S4TkpzwU=
=zT1y
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -1,47 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quickstart</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
</a>
<h1>Quickstart Guide</h1>
<h2 id="email-us">Email us</h2>
<p>
Shoot us an email to <a href="mailto:join@exozy.me">join@exozy.me</a> (optionally using <a href="/pubkey.asc">GPG</a>) and introduce yourself, explain what you plan to do with exozyme, your desired username and display name, and optionally include your SSH public key. We'll reply with your new account's temporary password.
</p>
<h2 id="logging-in">Logging in</h2>
<p>
You can log into our server either using remote desktop or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> if you emailed us your SSH key. For remote desktop, go to the <a href="https://desk.exozy.me">exodesk</a> web client (or any other <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>) and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load.
</p>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. <b>You should change your password now</b> using the <i>passwd</i> command. In your remote desktop, open the application menu and start the Konsole app, then type <i>passwd</i> to set a new password. You can install more apps using the Discover app store. Your remote desktop session will automatically be logged out after an hour of inactivity. To change your account details like your email address or shell, use the command <i>moduser</i>.
</p>
<h2 id="programming">Programming</h2>
<p>
Check out our online programming environment, <a href="https://hub.exozy.me">exohub</a>. You can install command-line software with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>.
</p>
<h2 id="matrix">Enter the Matrix</h2>
<p>
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and <a href="https://matrix.org/bridges/">other networks</a> using your exochat account. To start, go to the <a href="https://app.element.io">Element web client</a>. (Since exochat is powered by Matrix, so you can also use any <a href="https://matrix.org/clients/">Matrix client</a>, such as the <a href="https://cloud.exozy.me/apps/riotchat/">exocloud integrated Matrix client</a>.) <b>Make sure you change your homeserver to exozy.me instead of matrix.org</b>, and sign in with your exozyme username and password.
</p>
<h2 id="explore">Explore!</h2>
<p>
To get a taste of what you can do with exozyme, go <a href="explore">explore</a>! If you run into any bugs or have suggestions, just open a new issue on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>. You can also find helpful guides on our <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a>.
</p>
<h2 id="questions">Questions?</h2>
<p>
Just ask on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a> to get help from the exozyme community. You can also shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a> (optionally using <a href="/pubkey.asc">GPG</a>).
</p>
</body>
</html>

View File

@ -1,21 +1,31 @@
body {
font-family: DejaVu Sans Mono, Noto Sans Mono, Hack, monospace;
max-width: 720px;
width: min(720px, 90%);
margin-left: auto;
margin-right: auto;
}
h1 {
text-align: center;
font-size: 4em;
}
h2 {
text-align: center;
}
h3 {
text-align: left;
}
p {
text-align: left;
line-height: 1.75;
}
table {
width: 100%;
border-spacing: 0 1em;
}
picture, img {
display: block;
margin: auto;
border-radius: 0.5em;
max-width: 100%;
}
@ -27,19 +37,11 @@ picture, img {
.links {
text-align: center;
font-size: 1.25em;
font-size: 1.5em;
}
.logo {
max-width: 50%;
}
.icon {
border-radius: unset;
height: 3em;
width: 3em;
float: left;
padding-right: 1em;
width: 35%;
}
/* Dark mode */