Compare commits

...

43 commits

Author SHA1 Message Date
sledgehammer999
7bc49423c7
Bump to 4.6.0 2023-10-22 03:12:59 +03:00
sledgehammer999
3d3ce1c5d7
Sync translations from Transifex and run lupdate 2023-10-22 03:07:40 +03:00
sledgehammer999
832d68d5cb
Update Changelog 2023-10-22 02:54:17 +03:00
Chocobo1
ec8802203d
Improve .torrent associate handling
* Use correct pointer type in NSIS scripts
* Only remove qbt specific registry keys when uninstalling or disassociating
* Set .torrent Content Type when associating .torrent format
* Move ".torrent association" functions to Utils::OS class

Original PR #19709.
2023-10-18 12:12:30 +08:00
Vladimir Golovnev
4beee27701 Improve GUI behavior when adding multiple torrents
Allows you to bring the main window to the front when one or more "Add new torrent" dialogs are open.
Also allows you to minimize/maximize the "Add new torrent" dialog.

PR #19670.
Closes #17919.
2023-10-08 10:17:20 +03:00
Xu Chao
716aca17f8 Don't set parent of "Add new torrent dialog" on macOS
PR #19494.

Closes #12849.
Closes #12852.
Closes #19072.

---------

Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
2023-10-08 10:17:20 +03:00
Priit Uring
d85ed84e83 Sync flag icons with upstream
* Includes all 268 flags.
* Upstream commit `a7b7c3c55560cb39d96e70324876e1bb5b1c625b` - (Release v6.11.0)
* Flags source from (zip): https://github.com/lipis/flag-icons/releases/tag/v6.11.0

PR #19518.
2023-10-08 10:17:20 +03:00
Vladimir Golovnev
20985f9960 Double check whether database needs to be updated
Prevents qBittorrent from being failed to start after torrents database metadata is corrupted by one of the first releases of v4.5.x series.

PR #19668.
Closes #19622.
2023-10-08 10:17:20 +03:00
Chocobo1
e6cde0b4b4 Add logging for some alerts
Specifically these alerts:
* i2p_alert
* session_error_alert

PR #19662.
2023-10-08 10:17:20 +03:00
Vladimir Golovnev
a84259dd1a Filter out duplicate trackers when replacing
PR #19656.
2023-10-08 10:17:20 +03:00
Vladimir Golovnev
4f3dbf7f59 Don't forget to delete worker thread object
PR #19655.
2023-10-08 10:17:20 +03:00
Vladimir Golovnev
d877215018 Fix memory leaks
Fixes a couple of memory leaks (although not dangerous in practice, since
we are talking about objects with a lifetime up to the end of the application)

PR #19650.
Closes #19632.
2023-10-08 10:17:20 +03:00
Vladimir Golovnev
7512b92a36 Fix crash on application exit (Qt 6.5)
PR #19169.
2023-10-08 10:17:20 +03:00
Trim21
81a3479fd7 WebUI: fix missing error icon
PR #19610.
Closes #18737.
2023-10-08 10:17:20 +03:00
Vladimir Golovnev
edeb62c25d Prevent torrent from being started unexpectedly
Improves "Metadata received" stop condition handling by "Add new torrent" dialog.
The problem is when "Metadata received" stop condition is set the metadata can still be received 0.1 sec before clicking the "OK" button so torrent is actually added with metadata and therefore it cannot respect "Metadata received" stop condition.
The solution is to uncheck "Start torrent" checkbox once metadata is received.

PR #19597.
Closes #19583.
2023-10-08 10:17:20 +03:00
yuri@FreeBSD
45f0b27ed1 Enable DBUS cmake option on FreeBSD
PR #19559.
2023-10-08 10:17:20 +03:00
Chocobo1
ffb3f60a22 Make the title label selectable
And therefore its text is copyable.
2023-10-08 10:17:20 +03:00
Matic Babnik
c14b08bd1d Add "Add Tags" field for RSS rules in WebUI
PR #19519.
2023-10-08 10:17:20 +03:00
Chocobo1
91560e6e60 Add button to copy library versions to clipboard
Closes #18702.
2023-10-08 10:17:20 +03:00
Vladimir Golovnev
7df54ad534 Don't limit max RSS feed file size
PR #19576.
2023-10-08 10:17:20 +03:00
Xu Chao
1e88650bae Open "Save path" if torrent has no metadata
PR #19495.
Closes #18738.
2023-09-01 13:27:06 +08:00
Chocobo1
604986e90f Perform type conversion properly
Closes #19521.
PR #19525.
2023-09-01 13:27:06 +08:00
sledgehammer999
c77466abb0
Bump to 4.6.0RC2 2023-08-29 03:14:00 +03:00
sledgehammer999
a9d8cf2ea9
Sync translations from Transifex and run lupdate 2023-08-29 03:13:59 +03:00
MarcDrieu
22420339a5
NSIS: Update French translation
PR #19284.
2023-08-29 03:13:57 +03:00
rusu-afanasie
9076ff8876
NSIS: Add Romanian translation
PR #19377.
2023-08-29 03:13:50 +03:00
sledgehammer999
af20233dfc
Bump copyright year 2023-08-29 00:28:11 +03:00
sledgehammer999
dfd735f2dc
Pull translations from Transifex 2023-08-29 00:28:03 +03:00
Vladimir Golovnev
2a04a4d077 Display error message when unrecoverable error occurred
PR #19462.
2023-08-20 15:23:31 +03:00
Vladimir Golovnev
67d340ad63 Add more precondition checks when handle async operation result
PR  #19460.
2023-08-20 15:23:31 +03:00
Vladimir Golovnev
2b69cabc2c Check returned Bundle ID for NULL
PR #19463.
2023-08-20 15:23:31 +03:00
Vladimir Golovnev
062e35e6b0
Merge pull request #19454 from glassez/v4.6
Backport changes to v4.6.x branch
2023-08-14 17:39:17 +03:00
Omar Abdul Azeez
3088b38d7e
Fix overwriting feeds.json with an incomplete load of it
PR #19444.
Closes #19439.

---------

Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
2023-08-12 21:32:17 +03:00
Vladimir Golovnev
f5b5570a3b
Correctly load colors from custom themes
PR #19448.
Closes #19447.
2023-08-12 21:31:46 +03:00
Chocobo1
80bb19701c Ensure file name is valid when exporting torrents
Closes #19275.
Closes #19329.
2023-08-04 12:22:48 +08:00
Chocobo1
8376707379 GHA CI: specify a category for CodeQL analysis 2023-08-04 12:22:48 +08:00
axet
483ccb39bf Inhibit suspend instead of screen idle
PR #19316.
Closes #19312.
2023-08-04 12:22:48 +08:00
Vladimir Golovnev
41e44d22ea
Map selected indexes to source before modify the data
Changing the data may affect the layout of the sort/filter model, which in turn may invalidate the indexes previously obtained from selection model before we process them all. Therefore, we must map all the selected indexes to source before start processing them.

PR #19372.
Closes #19359.
2023-07-26 20:25:44 +03:00
Chocobo1
766fce82b1
Use efficient algorithm for removing entries
PR #19351.
2023-07-23 12:54:31 +08:00
Vladimir Golovnev
938adca47d
Merge pull request #19334 from glassez/v4.6
Backport changes in v4.6.x branch
2023-07-19 15:03:08 +03:00
Vladimir Golovnev
5bb02cbd90
Don't initialize Properties widget size until window is shown
PR #19328.
Closes #19322.
2023-07-18 15:18:34 +03:00
Vladimir Golovnev
66777f3304
WebUI: use new format of RSS rules
PR #19326.
Fixes regression of #18824.
Closes #19323.
2023-07-18 15:18:08 +03:00
sledgehammer999
508896c4f2
Bump to 4.6.0RC1 2023-07-17 09:21:32 +03:00
483 changed files with 42888 additions and 41489 deletions

View file

@ -117,6 +117,8 @@ jobs:
- name: Run CodeQL analysis
uses: github/codeql-action/analyze@v2
if: startsWith(matrix.libt_version, 2) && (matrix.qbt_gui == 'GUI=ON') && startsWith(matrix.qt_version, 6)
with:
category: ${{ github.base_ref || github.ref_name }}
- name: Prepare build artifacts
run: |

View file

@ -30,16 +30,21 @@ feature_option(STACKTRACE "Enable stacktrace support" ON)
feature_option(TESTING "Build internal testing suite" OFF)
feature_option(VERBOSE_CONFIGURE "Show information about PACKAGES_FOUND and PACKAGES_NOT_FOUND in the configure output (only useful for debugging the CMake build scripts)" OFF)
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
feature_option_dependent(DBUS
"Enable support for notifications and power-management features via D-Bus on Linux"
"Enable support for notifications and power-management features via D-Bus"
ON "GUI" OFF
)
endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
feature_option_dependent(SYSTEMD
"Install systemd service file. Target directory is overridable with `SYSTEMD_SERVICES_INSTALL_DIR` variable"
OFF "NOT GUI" OFF
)
elseif (MSVC)
endif()
if (MSVC)
feature_option(MSVC_RUNTIME_DYNAMIC "Use MSVC dynamic runtime library (-MD) instead of static (-MT)" ON)
endif()

View file

@ -1,3 +1,64 @@
Sun Oct 22nd 2023 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.6.0
- FEATURE: Add (experimental) I2P support (glassez)
- FEATURE: Provide UI editor for the default theme (glassez)
- FEATURE: Various UI theming improvements (glassez)
- FEATURE: Implement torrent tags editing dialog (glassez)
- FEATURE: Revamp "Watched folder options" and "Automated RSS downloader" dialog (glassez)
- FEATURE: Allow to use another icons in dark mode (glassez)
- FEATURE: Allow to add new torrents to queue top (glassez)
- FEATURE: Allow to filter torrent list by save path (Tom)
- FEATURE: Expose 'socket send/receive buffer size' options (Chocobo1)
- FEATURE: Expose 'max torrent file size' setting (Chocobo1)
- FEATURE: Expose 'bdecode limits' settings (Chocobo1)
- FEATURE: Add options to adjust behavior of merging trackers to existing torrent (glassez)
- FEATURE: Add option to stop seeding when torrent has been inactive (Christopher)
- FEATURE: Allow to use proxy per subsystem (glassez)
- FEATURE: Expand the scope of "Proxy hostname lookup" option (glassez)
- FEATURE: Add shortcut for "Ban peer permanently" function (Luka Čelebić)
- FEATURE: Add option to auto hide zero status filters (glassez)
- FEATURE: Allow to disable confirmation of Pause/Resume All (glassez)
- FEATURE: Add alternative shortcut CTRL+E for CTRL+F (Luka Čelebić)
- FEATURE: Show filtered port numbers in logs (Hanabishi)
- FEATURE: Add button to copy library versions to clipboard (Chocobo1)
- BUGFIX: Ensure ongoing storage moving job will be completed when shutting down (Chocobo1)
- BUGFIX: Refactored many areas to call non UI blocking code (glassez)
- BUGFIX: Various improvements to the SQLite backend (glassez)
- BUGFIX: Improve startup window state handling (glassez)
- BUGFIX: Use tray icon from system theme only if option is set (glassez)
- BUGFIX: Inhibit system sleep while torrents are moving (Sentox6)
- BUGFIX: Use hostname instead of domain name in tracker filter list (tearfur)
- BUGFIX: Visually validate input path in torrent creator dialog (Chocobo1)
- BUGFIX: Disable symlink resolving in Torrent creator (Ignat Loskutov)
- BUGFIX: Change default value for `file pool size` and `stop tracker timeout` settings (stalkerok)
- BUGFIX: Log when duplicate torrents are being added (glassez)
- BUGFIX: Inhibit suspend instead of screen idle (axet)
- BUGFIX: Ensure file name is valid when exporting torrents (glassez)
- BUGFIX: Open "Save path" if torrent has no metadata (Xu Chao)
- BUGFIX: Prevent torrent starting unexpectedly edge case with magnet (Xu Chao)
- BUGFIX: Better ergonomics of the "Add new torrent" dialog (Xu Chao, glassez)
- WEBUI: Add log viewer (brvphoenix)
- WEBUI: WebAPI: Allow to specify session cookie name (glassez)
- WEBUI: Improve sync API performance (glassez)
- WEBUI: Add filelog settings (brvphoenix)
- WEBUI: Add multi-file renaming (loligans)
- WEBUI: Add "Add to top of queue" option (thalieht)
- WEBUI: Implement subcategories (Bartu Özen)
- WEBUI: Set "SameSite=None" if CSRF Protection is disabled (七海千秋)
- WEBUI: Show only hosts in tracker filter list (ttys3)
- WEBUI: Set Connection status and Speed limits tooltips (Raymond Ha)
- WEBUI: set Cross Origin Opener Policy to `same-origin` (Chocobo1)
- WEBUI: Fix response for HTTP HEAD method (Chocobo1)
- WEBUI: Preserve the network interfaces when connection is down (Fabricio Silva)
- WEBUI: Add "Add Tags" field for RSS rules (Matic Babnik)
- WEBUI: Fix missing error icon (Trim21)
- RSS: Add "Rename rule" button to RSS Downloader (BallsOfSpaghetti)
- RSS: Allow to edit RSS feed URL (glassez)
- RSS: Allow to assign priority to RSS download rule (glassez)
- SEARCH: Use python isolate mode (Chocobo1)
- SEARCH: Bump python version minimum requirement to 3.7.0 (Chocobo1)
- OTHER: Enable DBUS cmake option on FreeBSD (yuri@FreeBSD)
- OTHER: Numerous code improvements and refactorings (glassez, Chocobo1)
Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.5.0
- FEATURE: Add `Auto resize columns` functionality (Chocobo1)
- FEATURE: Allow to use Category paths in `Manual` mode (glassez)

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for qbittorrent v4.6.0beta2.
# Generated by GNU Autoconf 2.71 for qbittorrent v4.6.0.
#
# Report bugs to <bugs.qbittorrent.org>.
#
@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='qbittorrent'
PACKAGE_TARNAME='qbittorrent'
PACKAGE_VERSION='v4.6.0beta2'
PACKAGE_STRING='qbittorrent v4.6.0beta2'
PACKAGE_VERSION='v4.6.0'
PACKAGE_STRING='qbittorrent v4.6.0'
PACKAGE_BUGREPORT='bugs.qbittorrent.org'
PACKAGE_URL='https://www.qbittorrent.org/'
@ -1329,7 +1329,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures qbittorrent v4.6.0beta2 to adapt to many kinds of systems.
\`configure' configures qbittorrent v4.6.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1400,7 +1400,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of qbittorrent v4.6.0beta2:";;
short | recursive ) echo "Configuration of qbittorrent v4.6.0:";;
esac
cat <<\_ACEOF
@ -1533,7 +1533,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
qbittorrent configure v4.6.0beta2
qbittorrent configure v4.6.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1648,7 +1648,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by qbittorrent $as_me v4.6.0beta2, which was
It was created by qbittorrent $as_me v4.6.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -4779,7 +4779,7 @@ fi
# Define the identity of the package.
PACKAGE='qbittorrent'
VERSION='v4.6.0beta2'
VERSION='v4.6.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@ -7237,7 +7237,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by qbittorrent $as_me v4.6.0beta2, which was
This file was extended by qbittorrent $as_me v4.6.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -7297,7 +7297,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
qbittorrent config.status v4.6.0beta2
qbittorrent config.status v4.6.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View file

@ -1,4 +1,4 @@
AC_INIT([qbittorrent], [v4.6.0beta2], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/])
AC_INIT([qbittorrent], [v4.6.0], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
: ${CFLAGS=""}

4
dist/mac/Info.plist vendored
View file

@ -55,7 +55,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.5.0</string>
<string>4.6.0</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
@ -67,7 +67,7 @@
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2006-2022 The qBittorrent project</string>
<string>Copyright © 2006-2023 The qBittorrent project</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>

View file

@ -74,6 +74,6 @@
<url type="translate">https://github.com/qbittorrent/qBittorrent/wiki/How-to-translate-qBittorrent</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="4.5.0" date="2022-01-06"/>
<release version="4.6.0" date="2023-10-22"/>
</releases>
</component>

View file

@ -14,216 +14,216 @@ Keywords=bittorrent;torrent;magnet;download;p2p;
SingleMainWindow=true
# Translations
Comment[af]=Aflaai en deel lêers oor BitTorrent
GenericName[af]=BitTorrent kliënt
Comment[af]=Aflaai en deel lêers oor BitTorrent
Name[af]=qBittorrent
Comment[ar]=نزّل وشارك الملفات عبر كيوبتتورنت
GenericName[ar]=عميل بتتورنت
Comment[ar]=نزّل وشارك الملفات عبر كيوبتتورنت
Name[ar]=qBittorrent
Comment[be]=Спампоўванне і раздача файлаў праз пратакол BitTorrent
GenericName[be]=Кліент BitTorrent
Comment[be]=Спампоўванне і раздача файлаў праз пратакол BitTorrent
Name[be]=qBittorrent
Comment[bg]=Сваляне и споделяне на файлове чрез BitTorrent
GenericName[bg]=BitTorrent клиент
Comment[bg]=Сваляне и споделяне на файлове чрез BitTorrent
Name[bg]=qBittorrent
Comment[bn]=ি
GenericName[bn]=ি
Comment[bn]=ি
Name[bn]=qBittorrent
Comment[zh]= BitTorrent
GenericName[zh]=BitTorrent
Comment[zh]= BitTorrent
Name[zh]=qBittorrent
Comment[bs]=Preuzmi i dijeli datoteke preko BitTorrent-a
GenericName[bs]=BitTorrent klijent
Comment[bs]=Preuzmi i dijeli datoteke preko BitTorrent-a
Name[bs]=qBittorrent
Comment[ca]=Baixeu i compartiu fitxers amb el BitTorrent
GenericName[ca]=Client de BitTorrent
Comment[ca]=Baixeu i compartiu fitxers amb el BitTorrent
Name[ca]=qBittorrent
Comment[cs]=Stahování a sdílení souborů přes síť BitTorrent
GenericName[cs]=BitTorrent klient
Comment[cs]=Stahování a sdílení souborů přes síť BitTorrent
Name[cs]=qBittorrent
Comment[da]=Download og del filer over BitTorrent
GenericName[da]=BitTorrent-klient
Comment[da]=Download og del filer over BitTorrent
Name[da]=qBittorrent
Comment[de]=Über BitTorrent Dateien herunterladen und teilen
GenericName[de]=BitTorrent Client
Comment[de]=Über BitTorrent Dateien herunterladen und teilen
Name[de]=qBittorrent
Comment[el]=Κάντε λήψη και μοιραστείτε αρχεία μέσω BitTorrent
GenericName[el]=BitTorrent client
Comment[el]=Κάντε λήψη και μοιραστείτε αρχεία μέσω BitTorrent
Name[el]=qBittorrent
Comment[en_GB]=Download and share files over BitTorrent
GenericName[en_GB]=BitTorrent client
Comment[en_GB]=Download and share files over BitTorrent
Name[en_GB]=qBittorrent
Comment[es]=Descargue y comparta archivos por BitTorrent
GenericName[es]=Cliente BitTorrent
Comment[es]=Descargue y comparta archivos por BitTorrent
Name[es]=qBittorrent
Comment[et]=Lae alla ja jaga faile üle BitTorrenti
GenericName[et]=BitTorrent klient
Comment[et]=Lae alla ja jaga faile üle BitTorrenti
Name[et]=qBittorrent
Comment[eu]=Jeitsi eta elkarbanatu agiriak BitTorrent bidez
GenericName[eu]=BitTorrent bezeroa
Comment[eu]=Jeitsi eta elkarbanatu agiriak BitTorrent bidez
Name[eu]=qBittorrent
Comment[fa]=دانلود و به اشتراک گذاری فایل های بوسیله بیت تورنت
GenericName[fa]=بیت تورنت نسخه کلاینت
Comment[fa]=دانلود و به اشتراک گذاری فایل های بوسیله بیت تورنت
Name[fa]=qBittorrent
Comment[fi]=Lataa ja jaa tiedostoja BitTorrentia käyttäen
GenericName[fi]=BitTorrent-asiakasohjelma
Comment[fi]=Lataa ja jaa tiedostoja BitTorrentia käyttäen
Name[fi]=qBittorrent
Comment[fr]=Télécharger et partager des fichiers sur BitTorrent
GenericName[fr]=Client BitTorrent
Comment[fr]=Télécharger et partager des fichiers sur BitTorrent
Name[fr]=qBittorrent
Comment[gl]=Descargar e compartir ficheiros co protocolo BitTorrent
GenericName[gl]=Cliente BitTorrent
Comment[gl]=Descargar e compartir ficheiros co protocolo BitTorrent
Name[gl]=qBittorrent
Comment[gu]=િ
GenericName[gu]=િ
Comment[gu]=િ
Name[gu]=qBittorrent
Comment[he]=הורד ושתף קבצים על גבי ביטורנט
GenericName[he]=לקוח ביטורנט
Comment[he]=הורד ושתף קבצים על גבי ביטורנט
Name[he]=qBittorrent
Comment[hr]=Preuzmite i dijelite datoteke putem BitTorrenta
GenericName[hr]=BitTorrent klijent
Comment[hr]=Preuzmite i dijelite datoteke putem BitTorrenta
Name[hr]=qBittorrent
Comment[hu]=Fájlok letöltése és megosztása a BitTorrent hálózaton keresztül
GenericName[hu]=BitTorrent kliens
Comment[hu]=Fájlok letöltése és megosztása a BitTorrent hálózaton keresztül
Name[hu]=qBittorrent
Comment[hy]=Նիշքերի փոխանցում BitTorrent-ի միջոցով
GenericName[hy]=BitTorrent սպասառու
Comment[hy]=Նիշքերի փոխանցում BitTorrent-ի միջոցով
Name[hy]=qBittorrent
Comment[id]=Unduh dan berbagi berkas melalui BitTorrent
GenericName[id]=Klien BitTorrent
Comment[id]=Unduh dan berbagi berkas melalui BitTorrent
Name[id]=qBittorrent
Comment[is]=Sækja og deila skrám yfir BitTorrent
GenericName[is]=BitTorrent biðlarar
Comment[is]=Sækja og deila skrám yfir BitTorrent
Name[is]=qBittorrent
Comment[it]=Scarica e condividi file tramite BitTorrent
GenericName[it]=Client BitTorrent
Comment[it]=Scarica e condividi file tramite BitTorrent
Name[it]=qBittorrent
Comment[ja]=BitTorrent
GenericName[ja]=BitTorrent
Comment[ja]=BitTorrent
Name[ja]=qBittorrent
Comment[ka]= BitTorrent-
GenericName[ka]=BitTorrent
Comment[ka]= BitTorrent-
Name[ka]=qBittorrent
Comment[ko]=BitTorrent
GenericName[ko]=BitTorrent
Comment[ko]=BitTorrent
Name[ko]=qBittorrent
Comment[lt]=Atsisiųskite bei dalinkitės failais BitTorrent tinkle
GenericName[lt]=BitTorrent klientas
Comment[lt]=Atsisiųskite bei dalinkitės failais BitTorrent tinkle
Name[lt]=qBittorrent
Comment[mk]=Превземајте и споделувајте фајлови преку BitTorrent
GenericName[mk]=BitTorrent клиент
Comment[mk]=Превземајте и споделувајте фајлови преку BitTorrent
Name[mk]=qBittorrent
Comment[my]=
GenericName[my]=
Comment[my]=
Name[my]=qBittorrent
Comment[nb]=Last ned og del filer over BitTorrent
GenericName[nb]=BitTorrent-klient
Comment[nb]=Last ned og del filer over BitTorrent
Name[nb]=qBittorrent
Comment[nl]=Bestanden downloaden en delen via BitTorrent
GenericName[nl]=BitTorrent-client
Comment[nl]=Bestanden downloaden en delen via BitTorrent
Name[nl]=qBittorrent
Comment[pl]=Pobieraj i dziel się plikami przez BitTorrent
GenericName[pl]=Klient BitTorrent
Comment[pl]=Pobieraj i dziel się plikami przez BitTorrent
Name[pl]=qBittorrent
Comment[pt]=Transferir e partilhar ficheiros por BitTorrent
GenericName[pt]=Cliente BitTorrent
Comment[pt]=Transferir e partilhar ficheiros por BitTorrent
Name[pt]=qBittorrent
Comment[pt_BR]=Baixe e compartilhe arquivos pelo BitTorrent
GenericName[pt_BR]=Cliente BitTorrent
Comment[pt_BR]=Baixe e compartilhe arquivos pelo BitTorrent
Name[pt_BR]=qBittorrent
Comment[ro]=Descărcați și partajați fișiere prin BitTorrent
GenericName[ro]=Client BitTorrent
Comment[ro]=Descărcați și partajați fișiere prin BitTorrent
Name[ro]=qBittorrent
Comment[ru]=Обмен файлами по сети БитТоррент
GenericName[ru]=Клиент сети БитТоррент
Comment[ru]=Обмен файлами по сети БитТоррент
Name[ru]=qBittorrent
Comment[sk]=Sťahovanie a zdieľanie súborov prostredníctvom siete BitTorrent
GenericName[sk]=Klient siete BitTorrent
Comment[sk]=Sťahovanie a zdieľanie súborov prostredníctvom siete BitTorrent
Name[sk]=qBittorrent
Comment[sl]=Prenesite in delite datoteke preko BitTorrenta
GenericName[sl]=BitTorrent odjemalec
Comment[sl]=Prenesite in delite datoteke preko BitTorrenta
Name[sl]=qBittorrent
Name[sq]=qBittorrent
Comment[sr]=Преузимајте и делите фајлове преко BitTorrent протокола
GenericName[sr]=BitTorrent-клијент
Comment[sr]=Преузимајте и делите фајлове преко BitTorrent протокола
Name[sr]=qBittorrent
Comment[sr@latin]=Preuzimanje i deljenje fajlova preko BitTorrent-a
GenericName[sr@latin]=BitTorrent klijent
Comment[sr@latin]=Preuzimanje i deljenje fajlova preko BitTorrent-a
Name[sr@latin]=qBittorrent
Comment[sv]=Hämta och dela filer över BitTorrent
GenericName[sv]=BitTorrent-klient
Comment[sv]=Hämta och dela filer över BitTorrent
Name[sv]=qBittorrent
Comment[ta]=BitTorrent ி ிி ி
GenericName[ta]=BitTorrent ி
Comment[ta]=BitTorrent ி ிி ி
Name[ta]=qBittorrent
Comment[te]= ి ిి ి , ి
GenericName[te]= ి ి
Comment[te]= ి ిి ి , ి
Name[te]=qBittorrent
Comment[th]= BitTorrent
GenericName[th]=
Comment[th]= BitTorrent
Name[th]=qBittorrent
Comment[tr]=Dosyaları BitTorrent üzerinden indirin ve paylaşın
GenericName[tr]=BitTorrent istemcisi
Comment[tr]=Dosyaları BitTorrent üzerinden indirin ve paylaşın
Name[tr]=qBittorrent
Comment[ur]=BitTorrent پر فائلوں کو ڈاؤن لوڈ کریں اور اشتراک کریں
GenericName[ur]=قیو بٹ ٹورنٹ کلائنٹ
Comment[ur]=BitTorrent پر فائلوں کو ڈاؤن لوڈ کریں اور اشتراک کریں
Name[ur]=qBittorrent
Comment[uk]=Завантажуйте та поширюйте файли через BitTorrent
GenericName[uk]=BitTorrent-клієнт
Comment[uk]=Завантажуйте та поширюйте файли через BitTorrent
Name[uk]=qBittorrent
Comment[vi]=Ti xung và chia s tp qua BitTorrent
GenericName[vi]=Máy khách BitTorrent
Comment[vi]=Ti xung và chia s tp qua BitTorrent
Name[vi]=qBittorrent
Comment[zh_HK]=BitTorrent
GenericName[zh_HK]=BitTorrent
Comment[zh_HK]=BitTorrent
Name[zh_HK]=qBittorrent
Comment[zh_TW]= BitTorrent
GenericName[zh_TW]=BitTorrent
Comment[zh_TW]= BitTorrent
Name[zh_TW]=qBittorrent
Comment[eo]=Elŝutu kaj kunhavigu dosierojn per BitTorrent
GenericName[eo]=BitTorrent-kliento
Comment[eo]=Elŝutu kaj kunhavigu dosierojn per BitTorrent
Name[eo]=qBittorrent
Comment[kk]=BitTorrent арқылы файл жүктеу және бөлісу
GenericName[kk]=BitTorrent клиенті
Comment[kk]=BitTorrent арқылы файл жүктеу және бөлісу
Name[kk]=qBittorrent
Comment[en_AU]=Download and share files over BitTorrent
GenericName[en_AU]=BitTorrent client
Comment[en_AU]=Download and share files over BitTorrent
Name[en_AU]=qBittorrent
Name[rm]=qBittorrent
Name[jv]=qBittorrent
Comment[oc]=Telecargar e partejar de fichièrs amb BitTorrent
GenericName[oc]=Client BitTorrent
Comment[oc]=Telecargar e partejar de fichièrs amb BitTorrent
Name[oc]=qBittorrent
Name[ug]=qBittorrent
Name[yi]=qBittorrent
Comment[nqo]=ߞߐߕߐ߯ߘߐ ߟߎ߬ ߟߊߖߌ߰ ߞߊ߬ ߓߊ߲߫ ߞߵߊ߬ߟߎ߬ ߘߐߕߟߊ߫ ߓߌߙߏߙߍ߲ߕ ߞߊ߲߬
GenericName[nqo]=ߓߌߙߏߙߍ߲ߕ ߕߣߐ߬ߓߐ߬ߟߊ
Comment[nqo]=ߞߐߕߐ߯ߘߐ ߟߎ߬ ߟߊߖߌ߰ ߞߊ߬ ߓߊ߲߫ ߞߵߊ߬ߟߎ߬ ߘߐߕߟߊ߫ ߓߌߙߏߙߍ߲ߕ ߞߊ߲߬
Name[nqo]=qBittorrent
Comment[uz@Latn]=BitTorrent orqali fayllarni yuklab olish va baham korish
GenericName[uz@Latn]=BitTorrent mijozi
Comment[uz@Latn]=BitTorrent orqali fayllarni yuklab olish va baham korish
Name[uz@Latn]=qBittorrent
Comment[ltg]=Atsasyuteit i daleit failus ar BitTorrent
GenericName[ltg]=BitTorrent klients
Comment[ltg]=Atsasyuteit i daleit failus ar BitTorrent
Name[ltg]=qBittorrent
Comment[hi_IN]=BitTorrent
GenericName[hi_IN]=Bittorrent
Comment[hi_IN]=BitTorrent
Name[hi_IN]=qBittorrent
Comment[az@latin]=Faylları BitTorrent vasitəsilə endirin və paylaşın
GenericName[az@latin]=BitTorrent client
Comment[az@latin]=Faylları BitTorrent vasitəsilə endirin və paylaşın
Name[az@latin]=qBittorrent
Comment[lv_LV]=Lejupielādēt un koplietot failus ar BitTorrent
GenericName[lv_LV]=BitTorrent klients
Comment[lv_LV]=Lejupielādēt un koplietot failus ar BitTorrent
Name[lv_LV]=qBittorrent
Comment[ms_MY]=Muat turun dan kongsi fail melalui BitTorrent
GenericName[ms_MY]=Klien BitTorrent
Comment[ms_MY]=Muat turun dan kongsi fail melalui BitTorrent
Name[ms_MY]=qBittorrent
Comment[mn_MN]=BitTorrent-оор файлуудаа тат, түгээ
GenericName[mn_MN]=BitTorrent татагч
Comment[mn_MN]=BitTorrent-оор файлуудаа тат, түгээ
Name[mn_MN]=qBittorrent
Comment[ne_NP]= BitTorrent
GenericName[ne_NP]=BitTorrent
Comment[ne_NP]= BitTorrent
Name[ne_NP]=qBittorrent
Comment[pt_PT]=Transferir e partilhar ficheiros por BitTorrent
GenericName[pt_PT]=Cliente BitTorrent
Comment[pt_PT]=Transferir e partilhar ficheiros por BitTorrent
Name[pt_PT]=qBittorrent
Name[si_LK]=qBittorrent

View file

@ -25,7 +25,7 @@
; 4.5.1.3 -> good
; 4.5.1.3.2 -> bad
; 4.5.0beta -> bad
!define /ifndef QBT_VERSION "4.5.0"
!define /ifndef QBT_VERSION "4.6.0"
; Option that controls the installer's window name
; If set, its value will be used like this:
@ -112,7 +112,7 @@ OutFile "qbittorrent_${QBT_INSTALLER_FILENAME}_setup.exe"
;Installer Version Information
VIAddVersionKey "ProductName" "qBittorrent"
VIAddVersionKey "CompanyName" "The qBittorrent project"
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2022 The qBittorrent project"
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2023 The qBittorrent project"
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
VIAddVersionKey "FileVersion" "${QBT_VERSION}"

View file

@ -7,7 +7,7 @@ LangString inst_desktop ${LANG_FRENCH} "Créer un Raccourci sur le Bureau"
;LangString inst_startmenu ${LANG_ENGLISH} "Create Start Menu Shortcut"
LangString inst_startmenu ${LANG_FRENCH} "Créer un Raccourci dans le Menu Démarrer"
;LangString inst_startup ${LANG_ENGLISH} "Start qBittorrent on Windows start up"
LangString inst_startup ${LANG_FRENCH} "Démarrez qBittorrent au démarrage de Windows"
LangString inst_startup ${LANG_FRENCH} "Démarrer qBittorrent au démarrage de Windows"
;LangString inst_torrent ${LANG_ENGLISH} "Open .torrent files with qBittorrent"
LangString inst_torrent ${LANG_FRENCH} "Ouvrir les fichiers .torrent avec qBittorrent"
;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent"
@ -15,7 +15,7 @@ LangString inst_magnet ${LANG_FRENCH} "Ouvrir les liens magnet avec qBittorrent"
;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule"
LangString inst_firewall ${LANG_FRENCH} "Ajouter une règle au Pare-Feu de Windows"
;LangString inst_pathlimit ${LANG_ENGLISH} "Disable Windows path length limit (260 character MAX_PATH limitation, requires Windows 10 1607 or later)"
LangString inst_pathlimit ${LANG_FRENCH} "Désactiver la limite de taille du chemin de Windows (limitation de MAX_PATH 260 caractères, nécessite Windows 10 1607 ou plus)"
LangString inst_pathlimit ${LANG_FRENCH} "Désactiver la limite de taille des chemins de Windows (limite MAX_PATH de 260 caractères, nécessite Windows 10 1607 ou plus)"
;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule"
LangString inst_firewallinfo ${LANG_FRENCH} "Ajout d'une règle au Pare-Feu de Windows"
;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing."
@ -31,7 +31,7 @@ LangString inst_requires_64bit ${LANG_FRENCH} "Cet installateur ne fonctionne qu
;LangString inst_requires_win7 ${LANG_ENGLISH} "This qBittorrent version requires at least Windows 7."
LangString inst_requires_win7 ${LANG_FRENCH} "Cette version de qBittorrent nécessite au moins Windows 7."
;LangString inst_requires_win10 ${LANG_ENGLISH} "This installer requires at least Windows 10 1809."
LangString inst_requires_win10 ${LANG_FRENCH} "This installer requires at least Windows 10 1809."
LangString inst_requires_win10 ${LANG_FRENCH} "Cet installateur nécessite au moins Windows 10 1809."
;LangString inst_uninstall_link_description ${LANG_ENGLISH} "Uninstall qBittorrent"
LangString inst_uninstall_link_description ${LANG_FRENCH} "Désinstaller qBittorrent"
@ -53,9 +53,9 @@ LangString remove_firewall ${LANG_FRENCH} "Supprimer la règle du Pare-Feu de Wi
;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule"
LangString remove_firewallinfo ${LANG_FRENCH} "Suppression de la règle du Pare-Feu de Windows"
;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data"
LangString remove_cache ${LANG_FRENCH} "Supprimer les torrents et données cachées"
LangString remove_cache ${LANG_FRENCH} "Supprimer les torrents et données en cache"
;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling."
LangString uninst_warning ${LANG_FRENCH} "qBittorrent est en cours d'exécution. Veuillez fermer l'application avant la désinstallation."
LangString uninst_warning ${LANG_FRENCH} "qBittorrent est en cours d'exécution. Fermez l'application avant de la désinstaller."
;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:"
LangString uninst_tor_warn ${LANG_FRENCH} "Ne peut pas supprimer l'association du .torrent. Elle est associée avec :"
;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:"

View file

@ -1,62 +1,62 @@
;Installer strings
;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)"
LangString inst_qbt_req ${LANG_ROMANIAN} "qBittorrent (required)"
LangString inst_qbt_req ${LANG_ROMANIAN} "qBittorrent (obligatoriu)"
;LangString inst_desktop ${LANG_ENGLISH} "Create Desktop Shortcut"
LangString inst_desktop ${LANG_ROMANIAN} "Create Desktop Shortcut"
LangString inst_desktop ${LANG_ROMANIAN} "Creați o comandă rapidă pe Desktop"
;LangString inst_startmenu ${LANG_ENGLISH} "Create Start Menu Shortcut"
LangString inst_startmenu ${LANG_ROMANIAN} "Create Start Menu Shortcut"
LangString inst_startmenu ${LANG_ROMANIAN} "Creați o comandă rapidă în meniul Start"
;LangString inst_startup ${LANG_ENGLISH} "Start qBittorrent on Windows start up"
LangString inst_startup ${LANG_ROMANIAN} "Start qBittorrent on Windows start up"
LangString inst_startup ${LANG_ROMANIAN} "Porniți qBittorrent la pornirea Windows"
;LangString inst_torrent ${LANG_ENGLISH} "Open .torrent files with qBittorrent"
LangString inst_torrent ${LANG_ROMANIAN} "Open .torrent files with qBittorrent"
LangString inst_torrent ${LANG_ROMANIAN} "Deschideți fișierele .torrent cu qBittorrent"
;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent"
LangString inst_magnet ${LANG_ROMANIAN} "Open magnet links with qBittorrent"
LangString inst_magnet ${LANG_ROMANIAN} "Deschideți linkurile magnet cu qBittorrent"
;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule"
LangString inst_firewall ${LANG_ROMANIAN} "Add Windows Firewall rule"
LangString inst_firewall ${LANG_ROMANIAN} "Adăugați regula Windows Firewall"
;LangString inst_pathlimit ${LANG_ENGLISH} "Disable Windows path length limit (260 character MAX_PATH limitation, requires Windows 10 1607 or later)"
LangString inst_pathlimit ${LANG_ROMANIAN} "Disable Windows path length limit (260 character MAX_PATH limitation, requires Windows 10 1607 or later)"
LangString inst_pathlimit ${LANG_ROMANIAN} "Dezactivați limita de lungime a căii Windows (260 de caractere limită MAX_PATH, necesită Windows 10 1607 sau o versiune ulterioară)"
;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule"
LangString inst_firewallinfo ${LANG_ROMANIAN} "Adding Windows Firewall rule"
LangString inst_firewallinfo ${LANG_ROMANIAN} "Adăugarea regulii Windows Firewall"
;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing."
LangString inst_warning ${LANG_ROMANIAN} "qBittorrent is running. Please close the application before installing."
LangString inst_warning ${LANG_ROMANIAN} "qBittorrent rulează. Vă rugăm să închideți aplicația înainte de instalare."
;LangString inst_uninstall_question ${LANG_ENGLISH} "Current version will be uninstalled. User settings and torrents will remain intact."
LangString inst_uninstall_question ${LANG_ROMANIAN} "Current version will be uninstalled. User settings and torrents will remain intact."
LangString inst_uninstall_question ${LANG_ROMANIAN} "Versiunea actuală va fi dezinstalată. Setările utilizatorului și torrentele vor rămâne intacte."
;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version."
LangString inst_unist ${LANG_ROMANIAN} "Uninstalling previous version."
LangString inst_unist ${LANG_ROMANIAN} "Se dezinstalează versiunea anterioară."
;LangString launch_qbt ${LANG_ENGLISH} "Launch qBittorrent."
LangString launch_qbt ${LANG_ROMANIAN} "Launch qBittorrent."
LangString launch_qbt ${LANG_ROMANIAN} "Lansați qBittorrent."
;LangString inst_requires_64bit ${LANG_ENGLISH} "This installer works only in 64-bit Windows versions."
LangString inst_requires_64bit ${LANG_ROMANIAN} "This installer works only in 64-bit Windows versions."
LangString inst_requires_64bit ${LANG_ROMANIAN} "Acest program de instalare funcționează doar pe versiunile Windows pe 64 de biți."
;LangString inst_requires_win7 ${LANG_ENGLISH} "This qBittorrent version requires at least Windows 7."
LangString inst_requires_win7 ${LANG_ROMANIAN} "This qBittorrent version requires at least Windows 7."
LangString inst_requires_win7 ${LANG_ROMANIAN} "Această versiune de qBittorrent necesită cel puțin Windows 7."
;LangString inst_requires_win10 ${LANG_ENGLISH} "This installer requires at least Windows 10 1809."
LangString inst_requires_win10 ${LANG_ROMANIAN} "This installer requires at least Windows 10 1809."
LangString inst_requires_win10 ${LANG_ROMANIAN} "Acest program de instalare necesită cel puțin Windows 10 1809."
;LangString inst_uninstall_link_description ${LANG_ENGLISH} "Uninstall qBittorrent"
LangString inst_uninstall_link_description ${LANG_ROMANIAN} "Uninstall qBittorrent"
LangString inst_uninstall_link_description ${LANG_ROMANIAN} "Dezinstalați qBittorrent"
;------------------------------------
;Uninstaller strings
;LangString remove_files ${LANG_ENGLISH} "Remove files"
LangString remove_files ${LANG_ROMANIAN} "Remove files"
LangString remove_files ${LANG_ROMANIAN} "Eliminați fișierele"
;LangString remove_shortcuts ${LANG_ENGLISH} "Remove shortcuts"
LangString remove_shortcuts ${LANG_ROMANIAN} "Remove shortcuts"
LangString remove_shortcuts ${LANG_ROMANIAN} "Eliminați comenzile rapide"
;LangString remove_associations ${LANG_ENGLISH} "Remove file associations"
LangString remove_associations ${LANG_ROMANIAN} "Remove file associations"
LangString remove_associations ${LANG_ROMANIAN} "Eliminați asocierile de fișiere"
;LangString remove_registry ${LANG_ENGLISH} "Remove registry keys"
LangString remove_registry ${LANG_ROMANIAN} "Remove registry keys"
LangString remove_registry ${LANG_ROMANIAN} "Eliminați cheile din registru"
;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files"
LangString remove_conf ${LANG_ROMANIAN} "Remove configuration files"
LangString remove_conf ${LANG_ROMANIAN} "Eliminați fișierele de configurare"
;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule"
LangString remove_firewall ${LANG_ROMANIAN} "Remove Windows Firewall rule"
LangString remove_firewall ${LANG_ROMANIAN} "Eliminați regula Windows Firewall"
;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule"
LangString remove_firewallinfo ${LANG_ROMANIAN} "Removing Windows Firewall rule"
LangString remove_firewallinfo ${LANG_ROMANIAN} "Se elimină regula Windows Firewall"
;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data"
LangString remove_cache ${LANG_ROMANIAN} "Remove torrents and cached data"
LangString remove_cache ${LANG_ROMANIAN} "Eliminați torrentele și datele din cache"
;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling."
LangString uninst_warning ${LANG_ROMANIAN} "qBittorrent is running. Please close the application before uninstalling."
LangString uninst_warning ${LANG_ROMANIAN} "qBittorrent rulează. Vă rugăm să închideți aplicația înainte de a o dezinstala."
;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:"
LangString uninst_tor_warn ${LANG_ROMANIAN} "Not removing .torrent association. It is associated with:"
LangString uninst_tor_warn ${LANG_ROMANIAN} "Nu se elimină asocierea .torrent. Este asociat cu:"
;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:"
LangString uninst_mag_warn ${LANG_ROMANIAN} "Not removing magnet association. It is associated with:"
LangString uninst_mag_warn ${LANG_ROMANIAN} "Nu se elimină asocierea magnet. Este asociat cu:"

View file

@ -109,7 +109,7 @@ Section $(inst_torrent) ;"Open .torrent files with qBittorrent"
!insertmacro UAC_AsUser_Call Function inst_torrent_user ${UAC_SYNCREGISTERS}|${UAC_SYNCOUTDIR}|${UAC_SYNCINSTDIR}
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, p 0, p 0)'
SectionEnd
@ -142,7 +142,7 @@ Section $(inst_magnet) ;"Open magnet links with qBittorrent"
!insertmacro UAC_AsUser_Call Function inst_magnet_user ${UAC_SYNCREGISTERS}|${UAC_SYNCOUTDIR}|${UAC_SYNCINSTDIR}
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, p 0, p 0)'
SectionEnd

View file

@ -26,17 +26,17 @@ Section "un.$(remove_associations)" ;"un.Remove file associations"
DetailPrint "$(uninst_tor_warn) $0"
DeleteRegValue HKLM "Software\Classes\.torrent" ""
DeleteRegKey /ifempty HKLM "Software\Classes\.torrent"
torrent_end:
ReadRegStr $0 HKLM "Software\Classes\magnet\shell\open\command" ""
StrCmp $0 '"$INSTDIR\qbittorrent.exe" "%1"' 0 magnet_end
DetailPrint "$(uninst_mag_warn) $0"
DeleteRegKey HKLM "Software\Classes\magnet"
magnet_end:
!insertmacro UAC_AsUser_Call Function un.remove_associations_user ${UAC_SYNCREGISTERS}|${UAC_SYNCOUTDIR}|${UAC_SYNCINSTDIR}
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, p 0, p 0)'
SectionEnd
Function un.remove_associations_user
@ -45,13 +45,12 @@ Function un.remove_associations_user
DetailPrint "$(uninst_tor_warn) $0"
DeleteRegValue HKCU "Software\Classes\.torrent" ""
DeleteRegKey /ifempty HKCU "Software\Classes\.torrent"
torrent_end:
ReadRegStr $0 HKCU "Software\Classes\magnet\shell\open\command" ""
StrCmp $0 '"$INSTDIR\qbittorrent.exe" "%1"' 0 magnet_end
DetailPrint "$(uninst_mag_warn) $0"
DeleteRegKey HKCU "Software\Classes\magnet"
magnet_end:
FunctionEnd
@ -62,7 +61,7 @@ Section "un.$(remove_registry)" ;"un.Remove registry keys"
DeleteRegKey HKLM "Software\qBittorrent"
DeleteRegKey HKLM "Software\Classes\qBittorrent"
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, p 0, p 0)'
SectionEnd
Section "un.$(remove_firewall)" ;

View file

@ -98,6 +98,10 @@
#include "gui/uithememanager.h"
#include "gui/utils.h"
#include "gui/windowstate.h"
#ifdef Q_OS_WIN
#include "base/utils/os.h"
#endif // Q_OS_WIN
#endif // DISABLE_GUI
#ifndef DISABLE_WEBUI
@ -763,7 +767,6 @@ void Application::processParams(const QBtCommandLineParameters &params)
}
int Application::exec()
try
{
#if !defined(DISABLE_WEBUI) && defined(DISABLE_GUI)
const QString loadingStr = tr("WebUI will be started shortly after internal preparations. Please wait...");
@ -878,14 +881,14 @@ try
delete m_startupProgressDialog;
#ifdef Q_OS_WIN
auto *pref = Preferences::instance();
if (!pref->neverCheckFileAssoc() && (!Preferences::isTorrentFileAssocSet() || !Preferences::isMagnetLinkAssocSet()))
if (!pref->neverCheckFileAssoc() && (!Utils::OS::isTorrentFileAssocSet() || !Utils::OS::isMagnetLinkAssocSet()))
{
if (QMessageBox::question(m_window, tr("Torrent file association")
, tr("qBittorrent is not the default application for opening torrent files or Magnet links.\nDo you want to make qBittorrent the default application for these?")
, QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes)
{
pref->setTorrentFileAssoc(true);
pref->setMagnetLinkAssoc(true);
Utils::OS::setTorrentFileAssoc(true);
Utils::OS::setMagnetLinkAssoc(true);
}
else
{
@ -932,21 +935,6 @@ try
return BaseApplication::exec();
}
catch (const RuntimeError &err)
{
#ifdef DISABLE_GUI
fprintf(stderr, "%s", qPrintable(err.message()));
#else
QMessageBox msgBox;
msgBox.setIcon(QMessageBox::Critical);
msgBox.setText(QCoreApplication::translate("Application", "Application failed to start."));
msgBox.setInformativeText(err.message());
msgBox.show(); // Need to be shown or to moveToCenter does not work
msgBox.move(Utils::Gui::screenCenter(&msgBox));
msgBox.exec();
#endif
return EXIT_FAILURE;
}
bool Application::isRunning()
{

View file

@ -46,7 +46,7 @@
#endif
#include <QCoreApplication>
#include <QDebug>
#include <QString>
#include <QThread>
#ifndef DISABLE_GUI
@ -86,6 +86,7 @@ using namespace std::chrono_literals;
void displayVersion();
bool userAgreesWithLegalNotice();
void displayBadArgMessage(const QString &message);
void displayErrorMessage(const QString &message);
#ifndef DISABLE_GUI
void showSplashScreen();
@ -114,10 +115,12 @@ int main(int argc, char *argv[])
Application::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
#endif
// `app` must be declared out of try block to allow display message box in case of exception
std::unique_ptr<Application> app;
try
{
// Create Application
auto app = std::make_unique<Application>(argc, argv);
app = std::make_unique<Application>(argc, argv);
#ifdef Q_OS_WIN
// QCoreApplication::applicationDirPath() needs an Application object instantiated first
@ -268,7 +271,7 @@ int main(int argc, char *argv[])
}
catch (const RuntimeError &er)
{
qDebug() << er.message();
displayErrorMessage(er.message());
return EXIT_FAILURE;
}
}
@ -311,6 +314,30 @@ void displayBadArgMessage(const QString &message)
#endif
}
void displayErrorMessage(const QString &message)
{
#ifndef DISABLE_GUI
if (QApplication::instance())
{
QMessageBox msgBox;
msgBox.setIcon(QMessageBox::Critical);
msgBox.setText(QCoreApplication::translate("Main", "An unrecoverable error occurred."));
msgBox.setInformativeText(message);
msgBox.show(); // Need to be shown or to moveToCenter does not work
msgBox.move(Utils::Gui::screenCenter(&msgBox));
msgBox.exec();
}
else
{
const QString errMsg = QCoreApplication::translate("Main", "qBittorrent has encountered an unrecoverable error.") + u'\n' + message + u'\n';
fprintf(stderr, "%s", qUtf8Printable(errMsg));
}
#else
const QString errMsg = QCoreApplication::translate("Main", "qBittorrent has encountered an unrecoverable error.") + u'\n' + message + u'\n';
fprintf(stderr, "%s", qUtf8Printable(errMsg));
#endif
}
bool userAgreesWithLegalNotice()
{
Preferences *const pref = Preferences::instance();

View file

@ -43,6 +43,7 @@
#endif
#include <QCoreApplication>
#include <QMetaObject>
#include "base/version.h"
@ -89,7 +90,7 @@ namespace
const char *msgs[] = {"Catching signal: ", sysSigName[signum], "\nExiting cleanly\n"};
std::for_each(std::begin(msgs), std::end(msgs), safePrint);
signal(signum, SIG_DFL);
QCoreApplication::exit(); // unsafe, but exit anyway
QMetaObject::invokeMethod(qApp, [] { QCoreApplication::exit(); }, Qt::QueuedConnection); // unsafe, but exit anyway
}
#ifdef STACKTRACE

View file

@ -99,6 +99,7 @@ add_library(qbt_base STATIC
utils/io.h
utils/misc.h
utils/net.h
utils/os.h
utils/password.h
utils/random.h
utils/string.h
@ -184,6 +185,7 @@ add_library(qbt_base STATIC
utils/io.cpp
utils/misc.cpp
utils/net.cpp
utils/os.cpp
utils/password.cpp
utils/random.cpp
utils/string.cpp

View file

@ -99,6 +99,7 @@ HEADERS += \
$$PWD/utils/io.h \
$$PWD/utils/misc.h \
$$PWD/utils/net.h \
$$PWD/utils/os.h \
$$PWD/utils/password.h \
$$PWD/utils/random.h \
$$PWD/utils/string.h \
@ -184,6 +185,7 @@ SOURCES += \
$$PWD/utils/io.cpp \
$$PWD/utils/misc.cpp \
$$PWD/utils/net.cpp \
$$PWD/utils/os.cpp \
$$PWD/utils/password.cpp \
$$PWD/utils/random.cpp \
$$PWD/utils/string.cpp \

View file

@ -288,7 +288,7 @@ namespace BitTorrent
Q_DISABLE_COPY_MOVE(Worker)
public:
Worker(const Path &dbPath, QReadWriteLock &dbLock);
Worker(const Path &dbPath, QReadWriteLock &dbLock, QObject *parent = nullptr);
void run() override;
void requestInterruption();
@ -332,7 +332,7 @@ BitTorrent::DBResumeDataStorage::DBResumeDataStorage(const Path &dbPath, QObject
updateDB(dbVersion);
}
m_asyncWorker = new Worker(dbPath, m_dbLock);
m_asyncWorker = new Worker(dbPath, m_dbLock, this);
m_asyncWorker->start();
}
@ -610,12 +610,17 @@ void BitTorrent::DBResumeDataStorage::updateDB(const int fromVersion) const
}
if (fromVersion <= 4)
{
const auto testQuery = u"SELECT COUNT(%1) FROM %2;"_s
.arg(quoted(DB_COLUMN_INACTIVE_SEEDING_TIME_LIMIT.name), quoted(DB_TABLE_TORRENTS));
if (!query.exec(testQuery))
{
const auto alterTableTorrentsQuery = u"ALTER TABLE %1 ADD %2"_s
.arg(quoted(DB_TABLE_TORRENTS), makeColumnDefinition(DB_COLUMN_INACTIVE_SEEDING_TIME_LIMIT, "INTEGER NOT NULL DEFAULT -2"));
if (!query.exec(alterTableTorrentsQuery))
throw RuntimeError(query.lastError().text());
}
}
const QString updateMetaVersionQuery = makeUpdateStatement(DB_TABLE_META, {DB_COLUMN_NAME, DB_COLUMN_VALUE});
if (!query.prepare(updateMetaVersionQuery))
@ -653,8 +658,9 @@ void BitTorrent::DBResumeDataStorage::enableWALMode() const
throw RuntimeError(tr("WAL mode is probably unsupported due to filesystem limitations."));
}
BitTorrent::DBResumeDataStorage::Worker::Worker(const Path &dbPath, QReadWriteLock &dbLock)
: m_path {dbPath}
BitTorrent::DBResumeDataStorage::Worker::Worker(const Path &dbPath, QReadWriteLock &dbLock, QObject *parent)
: QThread(parent)
, m_path {dbPath}
, m_dbLock {dbLock}
{
}

View file

@ -3143,8 +3143,16 @@ void SessionImpl::generateResumeData()
void SessionImpl::saveResumeData()
{
for (const TorrentImpl *torrent : asConst(m_torrents))
{
// When the session is terminated due to unrecoverable error
// some of the torrent handles can be corrupted
try
{
torrent->nativeHandle().save_resume_data(lt::torrent_handle::only_if_modified);
m_numResumeData += m_torrents.size();
++m_numResumeData;
}
catch (const std::exception &) {}
}
// clear queued storage move jobs except the current ongoing one
if (m_moveStorageQueue.size() > 1)
@ -5549,6 +5557,9 @@ void SessionImpl::handleAlert(const lt::alert *a)
case lt::state_update_alert::alert_type:
handleStateUpdateAlert(static_cast<const lt::state_update_alert *>(a));
break;
case lt::session_error_alert::alert_type:
handleSessionErrorAlert(static_cast<const lt::session_error_alert *>(a));
break;
case lt::session_stats_alert::alert_type:
handleSessionStatsAlert(static_cast<const lt::session_stats_alert *>(a));
break;
@ -5609,6 +5620,9 @@ void SessionImpl::handleAlert(const lt::alert *a)
case lt::socks5_alert::alert_type:
handleSocks5Alert(static_cast<const lt::socks5_alert *>(a));
break;
case lt::i2p_alert::alert_type:
handleI2PAlert(static_cast<const lt::i2p_alert *>(a));
break;
#ifdef QBT_USES_LIBTORRENT2
case lt::torrent_conflict_alert::alert_type:
handleTorrentConflictAlert(static_cast<const lt::torrent_conflict_alert *>(a));
@ -5915,6 +5929,12 @@ void SessionImpl::handleExternalIPAlert(const lt::external_ip_alert *p)
}
}
void SessionImpl::handleSessionErrorAlert(const lt::session_error_alert *p) const
{
LogMsg(tr("BitTorrent session encountered a serious error. Reason: \"%1\"")
.arg(QString::fromStdString(p->message())), Log::CRITICAL);
}
void SessionImpl::handleSessionStatsAlert(const lt::session_stats_alert *p)
{
if (m_refreshEnqueued)
@ -6109,6 +6129,15 @@ void SessionImpl::handleSocks5Alert(const lt::socks5_alert *p) const
}
}
void SessionImpl::handleI2PAlert(const lt::i2p_alert *p) const
{
if (p->error)
{
LogMsg(tr("I2P error. Message: \"%1\".")
.arg(QString::fromStdString(p->message())), Log::WARNING);
}
}
void SessionImpl::handleTrackerAlert(const lt::tracker_alert *a)
{
TorrentImpl *torrent = m_torrents.value(a->handle.info_hash());

View file

@ -564,11 +564,13 @@ namespace BitTorrent
void handleListenSucceededAlert(const lt::listen_succeeded_alert *p);
void handleListenFailedAlert(const lt::listen_failed_alert *p);
void handleExternalIPAlert(const lt::external_ip_alert *p);
void handleSessionErrorAlert(const lt::session_error_alert *p) const;
void handleSessionStatsAlert(const lt::session_stats_alert *p);
void handleAlertsDroppedAlert(const lt::alerts_dropped_alert *p) const;
void handleStorageMovedAlert(const lt::storage_moved_alert *p);
void handleStorageMovedFailedAlert(const lt::storage_moved_failed_alert *p);
void handleSocks5Alert(const lt::socks5_alert *p) const;
void handleI2PAlert(const lt::i2p_alert *p) const;
void handleTrackerAlert(const lt::tracker_alert *a);
#ifdef QBT_USES_LIBTORRENT2
void handleTorrentConflictAlert(const lt::torrent_conflict_alert *a);

View file

@ -51,6 +51,7 @@
#include <QStringList>
#include <QUrl>
#include "base/exceptions.h"
#include "base/global.h"
#include "base/logger.h"
#include "base/preferences.h"
@ -599,6 +600,9 @@ void TorrentImpl::replaceTrackers(QVector<TrackerEntry> trackers)
{
// TODO: use std::erase_if() in C++20
trackers.erase(std::remove_if(trackers.begin(), trackers.end(), [](const TrackerEntry &entry) { return entry.url.isEmpty(); }), trackers.end());
// Filter out duplicate trackers
const auto uniqueTrackers = QSet<TrackerEntry>(trackers.cbegin(), trackers.cend());
trackers = QVector<TrackerEntry>(uniqueTrackers.cbegin(), uniqueTrackers.cend());
std::sort(trackers.begin(), trackers.end()
, [](const TrackerEntry &lhs, const TrackerEntry &rhs) { return lhs.tier < rhs.tier; });
@ -1602,6 +1606,7 @@ void TorrentImpl::applyFirstLastPiecePriority(const bool enabled)
void TorrentImpl::fileSearchFinished(const Path &savePath, const PathList &fileNames)
{
if (m_maintenanceJob == MaintenanceJob::HandleMetadata)
endReceivedMetadataHandling(savePath, fileNames);
}
@ -1635,7 +1640,13 @@ std::shared_ptr<const libtorrent::torrent_info> TorrentImpl::nativeTorrentInfo()
void TorrentImpl::endReceivedMetadataHandling(const Path &savePath, const PathList &fileNames)
{
Q_ASSERT(m_maintenanceJob == MaintenanceJob::HandleMetadata);
if (Q_UNLIKELY(m_maintenanceJob != MaintenanceJob::HandleMetadata))
return;
Q_ASSERT(m_filePaths.isEmpty());
if (Q_UNLIKELY(!m_filePaths.isEmpty()))
m_filePaths.clear();
lt::add_torrent_params &p = m_ltAddTorrentParams;
@ -1694,6 +1705,7 @@ void TorrentImpl::endReceivedMetadataHandling(const Path &savePath, const PathLi
}
void TorrentImpl::reload()
try
{
m_completedFiles.fill(false);
m_filesProgress.fill(0);
@ -1736,6 +1748,11 @@ void TorrentImpl::reload()
updateState();
}
catch (const lt::system_error &err)
{
throw RuntimeError(tr("Failed to reload torrent. Torrent: %1. Reason: %2")
.arg(id().toString(), QString::fromLocal8Bit(err.what())));
}
void TorrentImpl::pause()
{

View file

@ -62,11 +62,10 @@ public:
{
const QDateTime now = QDateTime::currentDateTime();
QList<QNetworkCookie> cookies = Preferences::instance()->getNetworkCookies();
for (const QNetworkCookie &cookie : asConst(Preferences::instance()->getNetworkCookies()))
cookies.erase(std::remove_if(cookies.begin(), cookies.end(), [&now](const QNetworkCookie &cookie)
{
if (cookie.isSessionCookie() || (cookie.expirationDate() <= now))
cookies.removeAll(cookie);
}
return cookie.isSessionCookie() || (cookie.expirationDate() <= now);
}), cookies.end());
setAllCookies(cookies);
}
@ -75,11 +74,10 @@ public:
{
const QDateTime now = QDateTime::currentDateTime();
QList<QNetworkCookie> cookies = allCookies();
for (const QNetworkCookie &cookie : asConst(allCookies()))
cookies.erase(std::remove_if(cookies.begin(), cookies.end(), [&now](const QNetworkCookie &cookie)
{
if (cookie.isSessionCookie() || (cookie.expirationDate() <= now))
cookies.removeAll(cookie);
}
return cookie.isSessionCookie() || (cookie.expirationDate() <= now);
}), cookies.end());
Preferences::instance()->setNetworkCookies(cookies);
}
@ -91,11 +89,10 @@ public:
{
const QDateTime now = QDateTime::currentDateTime();
QList<QNetworkCookie> cookies = QNetworkCookieJar::cookiesForUrl(url);
for (const QNetworkCookie &cookie : asConst(QNetworkCookieJar::cookiesForUrl(url)))
cookies.erase(std::remove_if(cookies.begin(), cookies.end(), [&now](const QNetworkCookie &cookie)
{
if (!cookie.isSessionCookie() && (cookie.expirationDate() <= now))
cookies.removeAll(cookie);
}
return !cookie.isSessionCookie() && (cookie.expirationDate() <= now);
}), cookies.end());
return cookies;
}
@ -104,11 +101,10 @@ public:
{
const QDateTime now = QDateTime::currentDateTime();
QList<QNetworkCookie> cookies = cookieList;
for (const QNetworkCookie &cookie : cookieList)
cookies.erase(std::remove_if(cookies.begin(), cookies.end(), [&now](const QNetworkCookie &cookie)
{
if (!cookie.isSessionCookie() && (cookie.expirationDate() <= now))
cookies.removeAll(cookie);
}
return !cookie.isSessionCookie() && (cookie.expirationDate() <= now);
}), cookies.end());
return QNetworkCookieJar::setCookiesFromUrl(cookies, url);
}

View file

@ -31,13 +31,6 @@
#include <chrono>
#ifdef Q_OS_MACOS
#include <CoreServices/CoreServices.h>
#endif
#ifdef Q_OS_WIN
#include <shlobj.h>
#endif
#include <QCoreApplication>
#include <QDateTime>
#include <QDir>
@ -47,10 +40,6 @@
#include <QSettings>
#include <QTime>
#ifdef Q_OS_WIN
#include <QRegularExpression>
#endif
#include "algorithm.h"
#include "global.h"
#include "path.h"
@ -1316,144 +1305,8 @@ void Preferences::setNeverCheckFileAssoc(const bool check)
setValue(u"Preferences/Win32/NeverCheckFileAssocation"_s, check);
}
bool Preferences::isTorrentFileAssocSet()
{
const QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
if (settings.value(u".torrent/Default"_s).toString() != u"qBittorrent")
{
qDebug(".torrent != qBittorrent");
return false;
}
return true;
}
void Preferences::setTorrentFileAssoc(const bool set)
{
QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
// .Torrent association
if (set)
{
const QString oldProgId = settings.value(u".torrent/Default"_s).toString();
if (!oldProgId.isEmpty() && (oldProgId != u"qBittorrent"))
settings.setValue((u".torrent/OpenWithProgids/" + oldProgId), QString());
settings.setValue(u".torrent/Default"_s, u"qBittorrent"_s);
}
else if (isTorrentFileAssocSet())
{
settings.setValue(u".torrent/Default"_s, QString());
}
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0);
}
bool Preferences::isMagnetLinkAssocSet()
{
const QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
// Check magnet link assoc
const QString shellCommand = settings.value(u"magnet/shell/open/command/Default"_s, QString()).toString();
const QRegularExpressionMatch exeRegMatch = QRegularExpression(u"\"([^\"]+)\".*"_s).match(shellCommand);
if (!exeRegMatch.hasMatch())
return false;
const Path assocExe {exeRegMatch.captured(1)};
if (assocExe != Path(qApp->applicationFilePath()))
return false;
return true;
}
void Preferences::setMagnetLinkAssoc(const bool set)
{
QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
// Magnet association
if (set)
{
const QString applicationFilePath = Path(qApp->applicationFilePath()).toString();
const QString commandStr = u'"' + applicationFilePath + u"\" \"%1\"";
const QString iconStr = u'"' + applicationFilePath + u"\",1";
settings.setValue(u"magnet/Default"_s, u"URL:Magnet link"_s);
settings.setValue(u"magnet/Content Type"_s, u"application/x-magnet"_s);
settings.setValue(u"magnet/URL Protocol"_s, QString());
settings.setValue(u"magnet/DefaultIcon/Default"_s, iconStr);
settings.setValue(u"magnet/shell/Default"_s, u"open"_s);
settings.setValue(u"magnet/shell/open/command/Default"_s, commandStr);
}
else if (isMagnetLinkAssocSet())
{
settings.remove(u"magnet"_s);
}
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0);
}
#endif // Q_OS_WIN
#ifdef Q_OS_MACOS
namespace
{
const CFStringRef torrentExtension = CFSTR("torrent");
const CFStringRef magnetUrlScheme = CFSTR("magnet");
}
bool Preferences::isTorrentFileAssocSet()
{
bool isSet = false;
const CFStringRef torrentId = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, torrentExtension, NULL);
if (torrentId != NULL)
{
const CFStringRef defaultHandlerId = LSCopyDefaultRoleHandlerForContentType(torrentId, kLSRolesViewer);
if (defaultHandlerId != NULL)
{
const CFStringRef myBundleId = CFBundleGetIdentifier(CFBundleGetMainBundle());
isSet = CFStringCompare(myBundleId, defaultHandlerId, 0) == kCFCompareEqualTo;
CFRelease(defaultHandlerId);
}
CFRelease(torrentId);
}
return isSet;
}
void Preferences::setTorrentFileAssoc()
{
if (isTorrentFileAssocSet())
return;
const CFStringRef torrentId = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, torrentExtension, NULL);
if (torrentId != NULL)
{
const CFStringRef myBundleId = CFBundleGetIdentifier(CFBundleGetMainBundle());
LSSetDefaultRoleHandlerForContentType(torrentId, kLSRolesViewer, myBundleId);
CFRelease(torrentId);
}
}
bool Preferences::isMagnetLinkAssocSet()
{
bool isSet = false;
const CFStringRef defaultHandlerId = LSCopyDefaultHandlerForURLScheme(magnetUrlScheme);
if (defaultHandlerId != NULL)
{
const CFStringRef myBundleId = CFBundleGetIdentifier(CFBundleGetMainBundle());
isSet = CFStringCompare(myBundleId, defaultHandlerId, 0) == kCFCompareEqualTo;
CFRelease(defaultHandlerId);
}
return isSet;
}
void Preferences::setMagnetLinkAssoc()
{
if (isMagnetLinkAssocSet())
return;
const CFStringRef myBundleId = CFBundleGetIdentifier(CFBundleGetMainBundle());
LSSetDefaultHandlerForURLScheme(magnetUrlScheme, myBundleId);
}
#endif // Q_OS_MACOS
int Preferences::getTrackerPort() const
{
return value<int>(u"Preferences/Advanced/trackerPort"_s, 9000);

View file

@ -290,17 +290,8 @@ public:
#ifdef Q_OS_WIN
bool neverCheckFileAssoc() const;
void setNeverCheckFileAssoc(bool check = true);
static bool isTorrentFileAssocSet();
static void setTorrentFileAssoc(bool set);
static bool isMagnetLinkAssocSet();
static void setMagnetLinkAssoc(bool set);
#endif
#ifdef Q_OS_MACOS
static bool isTorrentFileAssocSet();
static void setTorrentFileAssoc();
static bool isMagnetLinkAssocSet();
static void setMagnetLinkAssoc();
#endif
int getTrackerPort() const;
void setTrackerPort(int port);
bool isTrackerPortForwardingEnabled() const;

View file

@ -45,8 +45,7 @@ const int ARTICLEDATALIST_TYPEID = qRegisterMetaType<QVector<QVariantHash>>();
void RSS::Private::FeedSerializer::load(const Path &dataFileName, const QString &url)
{
const int fileMaxSize = 10 * 1024 * 1024;
const auto readResult = Utils::IO::readFile(dataFileName, fileMaxSize);
const auto readResult = Utils::IO::readFile(dataFileName, -1);
if (!readResult)
{
if (readResult.error().status == Utils::IO::ReadError::NotExist)

View file

@ -271,6 +271,7 @@ void Session::load()
if (readResult.error().status == Utils::IO::ReadError::NotExist)
{
loadLegacy();
store(); // convert to new format
return;
}
@ -294,10 +295,11 @@ void Session::load()
return;
}
loadFolder(jsonDoc.object(), rootFolder());
if (loadFolder(jsonDoc.object(), rootFolder()))
store(); // convert to updated format
}
void Session::loadFolder(const QJsonObject &jsonObj, Folder *folder)
bool Session::loadFolder(const QJsonObject &jsonObj, Folder *folder)
{
bool updated = false;
for (const QString &key : asConst(jsonObj.keys()))
@ -353,7 +355,8 @@ void Session::loadFolder(const QJsonObject &jsonObj, Folder *folder)
}
else
{
loadFolder(valObj, addSubfolder(key, folder));
if (loadFolder(valObj, addSubfolder(key, folder)))
updated = true;
}
}
else
@ -363,8 +366,7 @@ void Session::loadFolder(const QJsonObject &jsonObj, Folder *folder)
}
}
if (updated)
store(); // convert to updated format
return updated;
}
void Session::loadLegacy()
@ -394,8 +396,6 @@ void Session::loadLegacy()
addFeed(feedUrl, feedPath);
++i;
}
store(); // convert to new format
}
void Session::store()

View file

@ -149,7 +149,7 @@ namespace RSS
private:
QUuid generateUID() const;
void load();
void loadFolder(const QJsonObject &jsonObj, Folder *folder);
bool loadFolder(const QJsonObject &jsonObj, Folder *folder);
void loadLegacy();
void store();
nonstd::expected<Folder *, QString> prepareItemDest(const QString &path);

View file

@ -141,7 +141,7 @@ TorrentFilesWatcher *TorrentFilesWatcher::instance()
}
TorrentFilesWatcher::TorrentFilesWatcher(QObject *parent)
: QObject {parent}
: QObject(parent)
, m_ioThread {new QThread}
{
const auto *btSession = BitTorrent::Session::instance();
@ -163,7 +163,7 @@ void TorrentFilesWatcher::initWorker()
connect(m_asyncWorker, &TorrentFilesWatcher::Worker::torrentFound, this, &TorrentFilesWatcher::onTorrentFound);
m_asyncWorker->moveToThread(m_ioThread.get());
connect(m_ioThread.get(), &QThread::finished, m_asyncWorker, &QObject::deleteLater);
connect(m_ioThread.get(), &QObject::destroyed, this, [this] { delete m_asyncWorker; });
m_ioThread->start();
for (auto it = m_watchedFolders.cbegin(); it != m_watchedFolders.cend(); ++it)

View file

@ -28,6 +28,8 @@
#include "io.h"
#include <limits>
#include <libtorrent/bencode.hpp>
#include <libtorrent/entry.hpp>
@ -89,11 +91,20 @@ nonstd::expected<QByteArray, Utils::IO::ReadError> Utils::IO::readFile(const Pat
return nonstd::make_unexpected(ReadError {ReadError::ExceedSize, message});
}
#if (QT_VERSION >= QT_VERSION_CHECK(6, 5, 0))
QByteArray ret {fileSize, Qt::Uninitialized};
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
using ByteArraySizeType = qsizetype;
#else
QByteArray ret {static_cast<int>(fileSize), Qt::Uninitialized};
using ByteArraySizeType = int;
#endif
if ((fileSize < std::numeric_limits<ByteArraySizeType>::min())
|| (fileSize > std::numeric_limits<ByteArraySizeType>::max()))
{
const QString message = QCoreApplication::translate("Utils::IO", "File size exceeds data size limit. File: \"%1\". File size: %2. Array limit: %3")
.arg(file.fileName(), QString::number(fileSize), QString::number(std::numeric_limits<ByteArraySizeType>::max()));
return nonstd::make_unexpected(ReadError {ReadError::ExceedSize, message});
}
QByteArray ret {static_cast<ByteArraySizeType>(fileSize), Qt::Uninitialized};
const qint64 actualSize = file.read(ret.data(), fileSize);
if (actualSize < 0)

View file

@ -611,4 +611,4 @@ Path Utils::Misc::windowsSystemPath()
}();
return path;
}
#endif
#endif // Q_OS_WIN

194
src/base/utils/os.cpp Normal file
View file

@ -0,0 +1,194 @@
/*
* Bittorrent Client using Qt and libtorrent.
* Copyright (C) 2023 Mike Tzou (Chocobo1)
* Copyright (C) 2014 sledgehammer999 <hammered999@gmail.com>
* Copyright (C) 2006 Christophe Dumez <chris@qbittorrent.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, the copyright holders give permission to
* link this program with the OpenSSL project's "OpenSSL" library (or with
* modified versions of it that use the same license as the "OpenSSL" library),
* and distribute the linked executables. You must obey the GNU General Public
* License in all respects for all of the code used other than "OpenSSL". If you
* modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version.
*/
#include "os.h"
#ifdef Q_OS_MACOS
#include <CoreServices/CoreServices.h>
#endif // Q_OS_MACOS
#ifdef Q_OS_WIN
#include <shlobj.h>
#endif // Q_OS_WIN
#include <QString>
#ifdef Q_OS_WIN
#include <QCoreApplication>
#include <QRegularExpression>
#include <QSettings>
#endif // Q_OS_WIN
#include "base/global.h"
#include "base/path.h"
#ifdef Q_OS_MACOS
namespace
{
const CFStringRef torrentExtension = CFSTR("torrent");
const CFStringRef magnetUrlScheme = CFSTR("magnet");
}
bool Utils::OS::isTorrentFileAssocSet()
{
bool isSet = false;
const CFStringRef torrentId = ::UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, torrentExtension, NULL);
if (torrentId != NULL)
{
const CFStringRef defaultHandlerId = ::LSCopyDefaultRoleHandlerForContentType(torrentId, kLSRolesViewer);
if (defaultHandlerId != NULL)
{
const CFStringRef myBundleId = ::CFBundleGetIdentifier(::CFBundleGetMainBundle());
if (myBundleId != NULL)
isSet = ::CFStringCompare(myBundleId, defaultHandlerId, 0) == kCFCompareEqualTo;
::CFRelease(defaultHandlerId);
}
::CFRelease(torrentId);
}
return isSet;
}
void Utils::OS::setTorrentFileAssoc()
{
if (isTorrentFileAssocSet())
return;
const CFStringRef torrentId = ::UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, torrentExtension, NULL);
if (torrentId != NULL)
{
const CFStringRef myBundleId = ::CFBundleGetIdentifier(::CFBundleGetMainBundle());
if (myBundleId != NULL)
::LSSetDefaultRoleHandlerForContentType(torrentId, kLSRolesViewer, myBundleId);
::CFRelease(torrentId);
}
}
bool Utils::OS::isMagnetLinkAssocSet()
{
bool isSet = false;
const CFStringRef defaultHandlerId = ::LSCopyDefaultHandlerForURLScheme(magnetUrlScheme);
if (defaultHandlerId != NULL)
{
const CFStringRef myBundleId = ::CFBundleGetIdentifier(::CFBundleGetMainBundle());
if (myBundleId != NULL)
isSet = ::CFStringCompare(myBundleId, defaultHandlerId, 0) == kCFCompareEqualTo;
::CFRelease(defaultHandlerId);
}
return isSet;
}
void Utils::OS::setMagnetLinkAssoc()
{
if (isMagnetLinkAssocSet())
return;
const CFStringRef myBundleId = ::CFBundleGetIdentifier(::CFBundleGetMainBundle());
if (myBundleId != NULL)
::LSSetDefaultHandlerForURLScheme(magnetUrlScheme, myBundleId);
}
#endif // Q_OS_MACOS
#ifdef Q_OS_WIN
bool Utils::OS::isTorrentFileAssocSet()
{
const QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
return settings.value(u".torrent/Default"_s).toString() == u"qBittorrent";
}
void Utils::OS::setTorrentFileAssoc(const bool set)
{
if (set == isTorrentFileAssocSet())
return;
QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
if (set)
{
const QString oldProgId = settings.value(u".torrent/Default"_s).toString();
if (!oldProgId.isEmpty() && (oldProgId != u"qBittorrent"))
settings.setValue((u".torrent/OpenWithProgids/" + oldProgId), QString());
settings.setValue(u".torrent/Default"_s, u"qBittorrent"_s);
settings.setValue(u".torrent/Content Type"_s, u"application/x-bittorrent"_s);
}
else
{
settings.setValue(u".torrent/Default"_s, QString());
}
::SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, nullptr, nullptr);
}
bool Utils::OS::isMagnetLinkAssocSet()
{
const QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
const QString shellCommand = settings.value(u"magnet/shell/open/command/Default"_s).toString();
const QRegularExpressionMatch exeRegMatch = QRegularExpression(u"\"([^\"]+)\".*"_s).match(shellCommand);
if (!exeRegMatch.hasMatch())
return false;
const Path assocExe {exeRegMatch.captured(1)};
if (assocExe != Path(qApp->applicationFilePath()))
return false;
return true;
}
void Utils::OS::setMagnetLinkAssoc(const bool set)
{
if (set == isMagnetLinkAssocSet())
return;
QSettings settings(u"HKEY_CURRENT_USER\\Software\\Classes"_s, QSettings::NativeFormat);
if (set)
{
const QString applicationFilePath = Path(qApp->applicationFilePath()).toString();
const QString commandStr = u'"' + applicationFilePath + u"\" \"%1\"";
const QString iconStr = u'"' + applicationFilePath + u"\",1";
settings.setValue(u"magnet/Default"_s, u"URL:Magnet link"_s);
settings.setValue(u"magnet/Content Type"_s, u"application/x-magnet"_s);
settings.setValue(u"magnet/DefaultIcon/Default"_s, iconStr);
settings.setValue(u"magnet/shell/Default"_s, u"open"_s);
settings.setValue(u"magnet/shell/open/command/Default"_s, commandStr);
settings.setValue(u"magnet/URL Protocol"_s, QString());
}
else
{
// only wipe values that are specific to qbt
settings.setValue(u"magnet/DefaultIcon/Default"_s, QString());
settings.setValue(u"magnet/shell/open/command/Default"_s, QString());
}
::SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, nullptr, nullptr);
}
#endif // Q_OS_WIN

50
src/base/utils/os.h Normal file
View file

@ -0,0 +1,50 @@
/*
* Bittorrent Client using Qt and libtorrent.
* Copyright (C) 2023 Mike Tzou (Chocobo1)
* Copyright (C) 2014 sledgehammer999 <hammered999@gmail.com>
* Copyright (C) 2006 Christophe Dumez <chris@qbittorrent.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, the copyright holders give permission to
* link this program with the OpenSSL project's "OpenSSL" library (or with
* modified versions of it that use the same license as the "OpenSSL" library),
* and distribute the linked executables. You must obey the GNU General Public
* License in all respects for all of the code used other than "OpenSSL". If you
* modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version.
*/
#pragma once
#include <QtGlobal>
namespace Utils::OS
{
#ifdef Q_OS_MACOS
bool isTorrentFileAssocSet();
void setTorrentFileAssoc();
bool isMagnetLinkAssocSet();
void setMagnetLinkAssoc();
#endif // Q_OS_MACOS
#ifdef Q_OS_WIN
bool isTorrentFileAssocSet();
void setTorrentFileAssoc(bool set);
bool isMagnetLinkAssocSet();
void setMagnetLinkAssoc(bool set);
#endif // Q_OS_WIN
}

View file

@ -32,7 +32,7 @@
#define QBT_VERSION_MINOR 6
#define QBT_VERSION_BUGFIX 0
#define QBT_VERSION_BUILD 0
#define QBT_VERSION_STATUS "beta2" // Should be empty for stable releases!
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
#define QBT__STRINGIFY(x) #x
#define QBT_STRINGIFY(x) QBT__STRINGIFY(x)

View file

@ -28,6 +28,8 @@
#include "aboutdialog.h"
#include <QClipboard>
#include "base/global.h"
#include "base/path.h"
#include "base/unicodestrings.h"
@ -65,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
u"</p>"_s
.arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.")
.replace(u"C++"_s, u"C\u2060+\u2060+"_s) // make C++ non-breaking
, tr("Copyright %1 2006-2022 The qBittorrent project").arg(C_COPYRIGHT)
, tr("Copyright %1 2006-2023 The qBittorrent project").arg(C_COPYRIGHT)
, tr("Home Page:")
, tr("Forum:")
, tr("Bug Tracker:"));
@ -74,22 +76,19 @@ AboutDialog::AboutDialog(QWidget *parent)
m_ui->labelMascot->setPixmap(Utils::Gui::scaledPixmap(Path(u":/icons/mascot.png"_s), this));
// Thanks
if (const auto readResult = Utils::IO::readFile(Path(u":/thanks.html"_s), -1, QIODevice::Text)
; readResult)
if (const auto readResult = Utils::IO::readFile(Path(u":/thanks.html"_s), -1, QIODevice::Text))
{
m_ui->textBrowserThanks->setHtml(QString::fromUtf8(readResult.value()));
}
// Translation
if (const auto readResult = Utils::IO::readFile(Path(u":/translators.html"_s), -1, QIODevice::Text)
; readResult)
if (const auto readResult = Utils::IO::readFile(Path(u":/translators.html"_s), -1, QIODevice::Text))
{
m_ui->textBrowserTranslation->setHtml(QString::fromUtf8(readResult.value()));
}
// License
if (const auto readResult = Utils::IO::readFile(Path(u":/gpl.html"_s), -1, QIODevice::Text)
; readResult)
if (const auto readResult = Utils::IO::readFile(Path(u":/gpl.html"_s), -1, QIODevice::Text))
{
m_ui->textBrowserLicense->setHtml(QString::fromUtf8(readResult.value()));
}
@ -101,6 +100,8 @@ AboutDialog::AboutDialog(QWidget *parent)
m_ui->labelOpensslVer->setText(Utils::Misc::opensslVersionString());
m_ui->labelZlibVer->setText(Utils::Misc::zlibVersionString());
connect(m_ui->btnCopyToClipboard, &QAbstractButton::clicked, this, &AboutDialog::copyVersionsToClipboard);
const QString DBIPText = u"<html><head/><body><p>"
u"%1 (<a href=\"https://db-ip.com/\">https://db-ip.com/</a>)"
u"</p></body></html>"_s
@ -117,3 +118,14 @@ AboutDialog::~AboutDialog()
m_storeDialogSize = size();
delete m_ui;
}
void AboutDialog::copyVersionsToClipboard() const
{
const QString versions = u"%1 %2\n%3 %4\n%5 %6\n%7 %8\n%9 %10\n"_s
.arg(m_ui->labelQt->text(), m_ui->labelQtVer->text()
, m_ui->labelLibt->text(), m_ui->labelLibtVer->text()
, m_ui->labelBoost->text(), m_ui->labelBoostVer->text()
, m_ui->labelOpenssl->text(), m_ui->labelOpensslVer->text()
, m_ui->labelZlib->text(), m_ui->labelZlibVer->text());
qApp->clipboard()->setText(versions);
}

View file

@ -47,6 +47,8 @@ public:
~AboutDialog() override;
private:
void copyVersionsToClipboard() const;
Ui::AboutDialog *m_ui = nullptr;
SettingValue<QSize> m_storeDialogSize;
};

View file

@ -25,6 +25,9 @@
<property name="text">
<string notr="true">qBittorrent</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
@ -281,12 +284,12 @@
</property>
<item>
<widget class="QTextBrowser" name="textBrowserTranslation">
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
@ -322,6 +325,8 @@
<string>Software Used</string>
</attribute>
<layout class="QVBoxLayout" name="SoftwareUsedTabLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
@ -329,6 +334,28 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnCopyToClipboard">
<property name="text">
<string>Copy to clipboard</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
@ -359,7 +386,7 @@
</spacer>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_8">
<widget class="QLabel" name="labelQt">
<property name="text">
<string notr="true">Qt:</string>
</property>
@ -372,7 +399,7 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_9">
<widget class="QLabel" name="labelLibt">
<property name="text">
<string notr="true">Libtorrent:</string>
</property>
@ -385,7 +412,7 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_10">
<widget class="QLabel" name="labelBoost">
<property name="text">
<string notr="true">Boost:</string>
</property>
@ -425,7 +452,7 @@
</spacer>
</item>
<item row="3" column="1">
<widget class="QLabel" name="label_11">
<widget class="QLabel" name="labelOpenssl">
<property name="text">
<string notr="true">OpenSSL:</string>
</property>
@ -445,7 +472,7 @@
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="label_12">
<widget class="QLabel" name="labelZlib">
<property name="text">
<string notr="true">zlib:</string>
</property>

View file

@ -489,7 +489,14 @@ void AddNewTorrentDialog::saveState()
void AddNewTorrentDialog::show(const QString &source, const BitTorrent::AddTorrentParams &inParams, QWidget *parent)
{
auto *dlg = new AddNewTorrentDialog(inParams, parent);
Q_UNUSED(parent);
// By not setting a parent to the "AddNewTorrentDialog", all those dialogs
// will be displayed on top and will not overlap with the main window.
auto *dlg = new AddNewTorrentDialog(inParams, nullptr);
// Qt::Window is required to avoid showing only two dialog on top (see #12852).
// Also improves the general convenience of adding multiple torrents.
dlg->setWindowFlags(Qt::Window);
dlg->setAttribute(Qt::WA_DeleteOnClose);
if (Net::DownloadManager::hasSupportedScheme(source))
@ -927,6 +934,9 @@ void AddNewTorrentDialog::updateMetadata(const BitTorrent::TorrentInfo &metadata
// Good to go
m_torrentInfo = metadata;
setMetadataProgressIndicator(true, tr("Parsing metadata..."));
const auto stopCondition = m_ui->stopConditionComboBox->currentData().value<BitTorrent::Torrent::StopCondition>();
if (stopCondition == BitTorrent::Torrent::StopCondition::MetadataReceived)
m_ui->startTorrentCheckBox->setChecked(false);
// Update UI
setupTreeview();

View file

@ -38,7 +38,7 @@
LineEdit::LineEdit(QWidget *parent)
: QLineEdit(parent)
{
auto *action = new QAction(UIThemeManager::instance()->getIcon(u"edit-find"_s), QString());
auto *action = new QAction(UIThemeManager::instance()->getIcon(u"edit-find"_s), QString(), this);
addAction(action, QLineEdit::LeadingPosition);
setClearButtonEnabled(true);

View file

@ -455,8 +455,6 @@ MainWindow::MainWindow(IGUIApplication *app, WindowState initialState)
}
#endif
m_propertiesWidget->readSettings();
const bool isFiltersSidebarVisible = pref->isFiltersSidebarVisible();
m_ui->actionShowFiltersSidebar->setChecked(isFiltersSidebarVisible);
if (isFiltersSidebarVisible)
@ -1092,6 +1090,12 @@ void MainWindow::showEvent(QShowEvent *e)
{
// preparations before showing the window
if (m_neverShown)
{
m_propertiesWidget->readSettings();
m_neverShown = false;
}
if (currentTabWidget() == m_transferListWidget)
m_propertiesWidget->loadDynamicData();

View file

@ -202,6 +202,7 @@ private:
QFileSystemWatcher *m_executableWatcher = nullptr;
// GUI related
bool m_posInitialized = false;
bool m_neverShown = true;
QPointer<QTabWidget> m_tabs;
QPointer<StatusBar> m_statusBar;
QPointer<OptionsDialog> m_options;

View file

@ -74,6 +74,10 @@
#include "base/net/dnsupdater.h"
#endif
#if defined Q_OS_MACOS || defined Q_OS_WIN
#include "base/utils/os.h"
#endif // defined Q_OS_MACOS || defined Q_OS_WIN
#define SETTINGS_KEY(name) u"OptionsDialog/" name
namespace
@ -284,15 +288,15 @@ void OptionsDialog::loadBehaviorTabOptions()
#ifdef Q_OS_WIN
m_ui->checkStartup->setChecked(pref->WinStartup());
m_ui->checkAssociateTorrents->setChecked(Preferences::isTorrentFileAssocSet());
m_ui->checkAssociateMagnetLinks->setChecked(Preferences::isMagnetLinkAssocSet());
m_ui->checkAssociateTorrents->setChecked(Utils::OS::isTorrentFileAssocSet());
m_ui->checkAssociateMagnetLinks->setChecked(Utils::OS::isMagnetLinkAssocSet());
#endif
#ifdef Q_OS_MACOS
m_ui->checkShowSystray->setVisible(false);
m_ui->checkAssociateTorrents->setChecked(Preferences::isTorrentFileAssocSet());
m_ui->checkAssociateTorrents->setChecked(Utils::OS::isTorrentFileAssocSet());
m_ui->checkAssociateTorrents->setEnabled(!m_ui->checkAssociateTorrents->isChecked());
m_ui->checkAssociateMagnetLinks->setChecked(Preferences::isMagnetLinkAssocSet());
m_ui->checkAssociateMagnetLinks->setChecked(Utils::OS::isMagnetLinkAssocSet());
m_ui->checkAssociateMagnetLinks->setEnabled(!m_ui->checkAssociateMagnetLinks->isChecked());
#endif
@ -433,8 +437,8 @@ void OptionsDialog::saveBehaviorTabOptions() const
#ifdef Q_OS_WIN
pref->setWinStartup(WinStartup());
Preferences::setTorrentFileAssoc(m_ui->checkAssociateTorrents->isChecked());
Preferences::setMagnetLinkAssoc(m_ui->checkAssociateMagnetLinks->isChecked());
Utils::OS::setTorrentFileAssoc(m_ui->checkAssociateTorrents->isChecked());
Utils::OS::setMagnetLinkAssoc(m_ui->checkAssociateMagnetLinks->isChecked());
#endif
#ifndef Q_OS_MACOS
@ -447,14 +451,14 @@ void OptionsDialog::saveBehaviorTabOptions() const
#ifdef Q_OS_MACOS
if (m_ui->checkAssociateTorrents->isChecked())
{
Preferences::setTorrentFileAssoc();
m_ui->checkAssociateTorrents->setChecked(Preferences::isTorrentFileAssocSet());
Utils::OS::setTorrentFileAssoc();
m_ui->checkAssociateTorrents->setChecked(Utils::OS::isTorrentFileAssocSet());
m_ui->checkAssociateTorrents->setEnabled(!m_ui->checkAssociateTorrents->isChecked());
}
if (m_ui->checkAssociateMagnetLinks->isChecked())
{
Preferences::setMagnetLinkAssoc();
m_ui->checkAssociateMagnetLinks->setChecked(Preferences::isMagnetLinkAssocSet());
Utils::OS::setMagnetLinkAssoc();
m_ui->checkAssociateMagnetLinks->setChecked(Utils::OS::isMagnetLinkAssocSet());
m_ui->checkAssociateMagnetLinks->setEnabled(!m_ui->checkAssociateMagnetLinks->isChecked());
}
#endif

View file

@ -105,7 +105,7 @@ void PowerManagementInhibitor::requestBusy()
args << 0u;
args << u"Active torrents are presented"_s;
if (m_useGSM)
args << 8u;
args << 4u;
call.setArguments(args);
QDBusPendingCall pcall = QDBusConnection::sessionBus().asyncCall(call, 1000);

View file

@ -100,13 +100,15 @@ namespace
void openDestinationFolder(const BitTorrent::Torrent *const torrent)
{
const Path contentPath = torrent->contentPath();
const Path openedPath = (!contentPath.isEmpty() ? contentPath : torrent->savePath());
#ifdef Q_OS_MACOS
MacUtils::openFiles({torrent->contentPath()});
MacUtils::openFiles({openedPath});
#else
if (torrent->filesCount() == 1)
Utils::Gui::openFolderSelect(torrent->contentPath());
Utils::Gui::openFolderSelect(openedPath);
else
Utils::Gui::openPath(torrent->contentPath());
Utils::Gui::openPath(openedPath);
#endif
}
@ -253,6 +255,16 @@ QModelIndex TransferListWidget::mapToSource(const QModelIndex &index) const
return index;
}
QModelIndexList TransferListWidget::mapToSource(const QModelIndexList &indexes) const
{
QModelIndexList result;
result.reserve(indexes.size());
for (const QModelIndex &index : indexes)
result.append(mapToSource(index));
return result;
}
QModelIndex TransferListWidget::mapFromSource(const QModelIndex &index) const
{
Q_ASSERT(index.isValid());
@ -263,11 +275,13 @@ QModelIndex TransferListWidget::mapFromSource(const QModelIndex &index) const
void TransferListWidget::torrentDoubleClicked()
{
const QModelIndexList selectedIndexes = selectionModel()->selectedRows();
if ((selectedIndexes.size() != 1) || !selectedIndexes.first().isValid()) return;
if ((selectedIndexes.size() != 1) || !selectedIndexes.first().isValid())
return;
const QModelIndex index = m_listModel->index(mapToSource(selectedIndexes.first()).row());
BitTorrent::Torrent *const torrent = m_listModel->torrentHandle(index);
if (!torrent) return;
if (!torrent)
return;
int action;
if (torrent->isFinished())
@ -575,21 +589,22 @@ void TransferListWidget::openSelectedTorrentsFolder() const
for (BitTorrent::Torrent *const torrent : asConst(getSelectedTorrents()))
{
const Path contentPath = torrent->contentPath();
paths.insert(contentPath);
paths.insert(!contentPath.isEmpty() ? contentPath : torrent->savePath());
}
MacUtils::openFiles(PathList(paths.cbegin(), paths.cend()));
#else
for (BitTorrent::Torrent *const torrent : asConst(getSelectedTorrents()))
{
const Path contentPath = torrent->contentPath();
if (!paths.contains(contentPath))
const Path openedPath = (!contentPath.isEmpty() ? contentPath : torrent->savePath());
if (!paths.contains(openedPath))
{
if (torrent->filesCount() == 1)
Utils::Gui::openFolderSelect(contentPath);
Utils::Gui::openFolderSelect(openedPath);
else
Utils::Gui::openPath(contentPath);
Utils::Gui::openPath(openedPath);
}
paths.insert(contentPath);
paths.insert(openedPath);
}
#endif // Q_OS_MACOS
}
@ -806,7 +821,8 @@ void TransferListWidget::exportTorrent()
bool hasError = false;
for (const BitTorrent::Torrent *torrent : torrents)
{
const Path filePath = savePath / Path(torrent->name() + u".torrent");
const QString validName = Utils::Fs::toValidFileName(torrent->name(), u"_"_s);
const Path filePath = savePath / Path(validName + u".torrent");
if (filePath.exists())
{
LogMsg(errorMsg.arg(torrent->name(), filePath.toString(), tr("A file with the same name already exists")) , Log::WARNING);
@ -871,9 +887,13 @@ QStringList TransferListWidget::askTagsForSelection(const QString &dialogTitle)
void TransferListWidget::applyToSelectedTorrents(const std::function<void (BitTorrent::Torrent *const)> &fn)
{
for (const QModelIndex &index : asConst(selectionModel()->selectedRows()))
// Changing the data may affect the layout of the sort/filter model, which in turn may invalidate
// the indexes previously obtained from selection model before we process them all.
// Therefore, we must map all the selected indexes to source before start processing them.
const QModelIndexList sourceRows = mapToSource(selectionModel()->selectedRows());
for (const QModelIndex &index : sourceRows)
{
BitTorrent::Torrent *const torrent = m_listModel->torrentHandle(mapToSource(index));
BitTorrent::Torrent *const torrent = m_listModel->torrentHandle(index);
Q_ASSERT(torrent);
fn(torrent);
}
@ -882,11 +902,13 @@ void TransferListWidget::applyToSelectedTorrents(const std::function<void (BitTo
void TransferListWidget::renameSelectedTorrent()
{
const QModelIndexList selectedIndexes = selectionModel()->selectedRows();
if ((selectedIndexes.size() != 1) || !selectedIndexes.first().isValid()) return;
if ((selectedIndexes.size() != 1) || !selectedIndexes.first().isValid())
return;
const QModelIndex mi = m_listModel->index(mapToSource(selectedIndexes.first()).row(), TransferListModel::TR_NAME);
BitTorrent::Torrent *const torrent = m_listModel->torrentHandle(mi);
if (!torrent) return;
if (!torrent)
return;
// Ask for a new Name
bool ok = false;
@ -901,8 +923,7 @@ void TransferListWidget::renameSelectedTorrent()
void TransferListWidget::setSelectionCategory(const QString &category)
{
for (const QModelIndex &index : asConst(selectionModel()->selectedRows()))
m_listModel->setData(m_listModel->index(mapToSource(index).row(), TransferListModel::TR_CATEGORY), category, Qt::DisplayRole);
applyToSelectedTorrents([&category](BitTorrent::Torrent *torrent) { torrent->setCategory(category); });
}
void TransferListWidget::addSelectionTag(const QString &tag)
@ -923,7 +944,8 @@ void TransferListWidget::clearSelectionTags()
void TransferListWidget::displayListMenu()
{
const QModelIndexList selectedIndexes = selectionModel()->selectedRows();
if (selectedIndexes.isEmpty()) return;
if (selectedIndexes.isEmpty())
return;
auto *listMenu = new QMenu(this);
listMenu->setAttribute(Qt::WA_DeleteOnClose);

View file

@ -119,6 +119,7 @@ private slots:
private:
void wheelEvent(QWheelEvent *event) override;
QModelIndex mapToSource(const QModelIndex &index) const;
QModelIndexList mapToSource(const QModelIndexList &indexes) const;
QModelIndex mapFromSource(const QModelIndex &index) const;
bool loadSettings();
QVector<BitTorrent::Torrent *> getSelectedTorrents() const;

View file

@ -161,13 +161,13 @@ void DefaultThemeSource::loadColors()
return;
}
const QByteArray configData = readResult.value();
const QByteArray &configData = readResult.value();
if (configData.isEmpty())
return;
const QJsonObject config = parseThemeConfig(configData);
QHash<QString, QColor> lightModeColorOverrides = colorsFromJSON(config.value(KEY_COLORS_LIGHT).toObject());
const QHash<QString, QColor> lightModeColorOverrides = colorsFromJSON(config.value(KEY_COLORS_LIGHT).toObject());
for (auto overridesIt = lightModeColorOverrides.cbegin(); overridesIt != lightModeColorOverrides.cend(); ++overridesIt)
{
auto it = m_colors.find(overridesIt.key());
@ -175,7 +175,7 @@ void DefaultThemeSource::loadColors()
it.value().light = overridesIt.value();
}
QHash<QString, QColor> darkModeColorOverrides = colorsFromJSON(config.value(KEY_COLORS_DARK).toObject());
const QHash<QString, QColor> darkModeColorOverrides = colorsFromJSON(config.value(KEY_COLORS_DARK).toObject());
for (auto overridesIt = darkModeColorOverrides.cbegin(); overridesIt != darkModeColorOverrides.cend(); ++overridesIt)
{
auto it = m_colors.find(overridesIt.key());
@ -184,6 +184,12 @@ void DefaultThemeSource::loadColors()
}
}
CustomThemeSource::CustomThemeSource(const Path &themeRootPath)
: m_themeRootPath {themeRootPath}
{
loadColors();
}
QColor CustomThemeSource::getColor(const QString &colorId, const ColorMode colorMode) const
{
if (colorMode == ColorMode::Dark)
@ -246,6 +252,11 @@ DefaultThemeSource *CustomThemeSource::defaultThemeSource() const
return m_defaultThemeSource.get();
}
Path CustomThemeSource::themeRootPath() const
{
return m_themeRootPath;
}
void CustomThemeSource::loadColors()
{
const auto readResult = Utils::IO::readFile((themeRootPath() / Path(CONFIG_FILE_NAME)), FILE_MAX_SIZE, QIODevice::Text);
@ -257,7 +268,7 @@ void CustomThemeSource::loadColors()
return;
}
const QByteArray configData = readResult.value();
const QByteArray &configData = readResult.value();
if (configData.isEmpty())
return;
@ -267,13 +278,9 @@ void CustomThemeSource::loadColors()
m_darkModeColors.insert(colorsFromJSON(config.value(KEY_COLORS_DARK).toObject()));
}
Path QRCThemeSource::themeRootPath() const
{
return Path(u":/uitheme"_s);
}
FolderThemeSource::FolderThemeSource(const Path &folderPath)
: m_folder {folderPath}
: CustomThemeSource(folderPath)
, m_folder {folderPath}
{
}
@ -285,10 +292,10 @@ QByteArray FolderThemeSource::readStyleSheet()
const QString stylesheetResourcesDir = u":/uitheme"_s;
QByteArray styleSheetData = CustomThemeSource::readStyleSheet();
return styleSheetData.replace(stylesheetResourcesDir.toUtf8(), themeRootPath().data().toUtf8());
return styleSheetData.replace(stylesheetResourcesDir.toUtf8(), m_folder.data().toUtf8());
}
Path FolderThemeSource::themeRootPath() const
QRCThemeSource::QRCThemeSource()
: CustomThemeSource(Path(u":/uitheme"_s))
{
return m_folder;
}

View file

@ -84,21 +84,24 @@ public:
QByteArray readStyleSheet() override;
protected:
virtual Path themeRootPath() const = 0;
explicit CustomThemeSource(const Path &themeRootPath);
DefaultThemeSource *defaultThemeSource() const;
private:
Path themeRootPath() const;
void loadColors();
const std::unique_ptr<DefaultThemeSource> m_defaultThemeSource = std::make_unique<DefaultThemeSource>();
Path m_themeRootPath;
QHash<QString, QColor> m_colors;
QHash<QString, QColor> m_darkModeColors;
};
class QRCThemeSource final : public CustomThemeSource
{
private:
Path themeRootPath() const override;
public:
QRCThemeSource();
};
class FolderThemeSource : public CustomThemeSource
@ -109,7 +112,5 @@ public:
QByteArray readStyleSheet() override;
private:
Path themeRootPath() const override;
const Path m_folder;
};

View file

@ -1,73 +1,686 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ac" viewBox="0 0 640 480">
<path fill="#006" d="M640 480V0H0v480h640z"/>
<path fill="#8fc5ff" stroke="#fff" stroke-width="4.3" d="M574.5 199.7c0 63.7-10.2 132.5-93 165.3-82.6-32.8-92.7-101.6-93.1-165.3z"/>
<path fill="#366cc9" stroke="#000" stroke-width="4.3" d="M481.4 364.7A134.1 134.1 0 0 0 555 302h-7.8c-2.3-.4-79.4-7.8-88.7-11.7-7.9-2.8-38.4 2.7-52.4 7.8a133 133 0 0 0 75.4 66.5z"/>
<path fill="#5d3100" stroke="#000" stroke-width=".4" d="M423.6 325.6h4.7c1.1 0 1.1 0 1.5-1.2.4-1.2 1.6-.8 2.4-.4.7.4 2.3 0 3-.8.9-.8.9-.8 1.7 0 .7.8 1.1.4 2 0 .3 0 1.9-.8 2.3-2 .3-1.1 1.5-1.5 2-.7.3.8 1 .8 1.9.8.7 0 .7.3.7 1.5 0 .8 0 1.2 2-.4 1.6 1.6 2 .8 2-.8 0-1.5 0-7.8-.8-8.2-.8-.4-1.2-3.1-1.6-5 0-4 0-4-3.9-6 0-1-.8-1.5-4-1.5.5-.4 0-1.5-.7-2-.8-.3-.8-.7 0-2.3.8 0 2.4 0 2.7-1.2.8-.7 3.2-.7 4.7 0 1.6.8 3.2.8 5.9 0l4.7-2.3c2-1.2 2.3-1.6 2.3-3.1 0-4-1.1-7.8-2-9.8-1-2-1-4-2.7-7.4-1.5-3.2-1.5-4-3-5.9-.9-.8-1.3-1.2-1.3-2.3a5.9 5.9 0 0 0-2-4c-3-2.7-3.8-11.7-5.4-18.3-.8-4 0-13-1.5-14.5-2.8-2-4-1.6-6-2.3-1.5-2-1.9-5.5-3.4-9-2 .4-3.2 2.3-4.3 3-1.2.9-1.6.9-1.6 2.8 0 1.6-1.2 4-2.7 7-1.6 3.2-5.1 2-7.9 6.3-5.4-6.6-5.4-8.6-5.8-10.5 0-2-1.2-2.4-4.3-5.1v-6c-2.8-2-4.3-1.5-5.5 0-1.2 1.2-2 3.1-3.9 4-.8 1.5-4 4.6-6.3 9 2.4 35.1 10.2 70.3 34 98.5z"/>
<path fill="#ff0" stroke="#fff" stroke-width="4.3" d="M574.5 199.7c0-24.3-1.2-47.8-.8-68a248.7 248.7 0 0 0-92.3-16.9c-20.7 0-61.4 3.1-92.2 16.8.7 20.3-.8 43.8-.8 68z"/>
<path fill="#cf6200" d="M393.5 227.4c1 1.6 2.9 4.3 3 6 .8-1.6 1.4-2.2 1.5-3.1 0-1 1.3-2.7.8-3.7-.4-1-.7-1.7.4-1s.9 2 .7 3.8c-.7 5-2.7 6-3 9.3 2.9 7 .7 9.6 4 16.6.5.2 1.8-.3 2.2-.2 1.8-1.2 3-.9 5.5-.3 2.4.5 3.7 2.2 3.7 3.8 0 1.6 0 1.9.6 2.8.5.8 1.4 2.3 1.3 3.4-.3 1 .1 1.6.5 2 .3.5-.2 1.8-.4 2.4-.3.6-.2 1.7 1 3.2 1.2 1.5 4 7.9 4 11.6 0 3.9.3 5.6 1.8 6.3 1.5.7 2 1.3 1.8 2.9-.2 1.5.7 10 .9 11.4.1 1.3.7 1 1.4 1.7.6.7 1 1.5 3 1.5 2.1 0 4-.2 5.2 0 2 2.5 3 6 3.5 8.1.5 2.2.4 5 1 5 .8 0 1.5 0 1.3-2.5-.2-2.6-.4-3-1.3-4.4-1-1.3-1.5-2-1-2.7.5-.8.6-2 .5-3.1-.2-1-.6-2.6 1.2-.6l2.7 3.3c.5.6.7 2 .6 3.3-.1 1.2 0 1.7.9 1 .7-.6 1.5.5 1 1.8-.3 1.3.3 2.1 1.5 2.6 1.2.4 1.7.7 2 1.6.3.8 1.3 1.3 1.3-.6a27 27 0 0 0-1.2-6.9c-.5-1.2-.9-3.8-1-5.4-.2-1.5-.4-1.9-1.1-2.1-.7-.3-1.4-1-1.5-1.6 0-.7-.7-1-1.1-1-.5 0-.9-.3-1.2-.8-.2-.6-.5-.6-1-.6-.5-.1-1.3.2-1.6-.6-.2-.8-.6-2-1.1-2.6-.5-.6-.9-.9-1-3.2 0-2.3 0-2.6-.8-3.4-.8-.8-2-3-2.5-3.8-.4-1-1-1.9-1 0 0 2 0 3 1.3 3.7 1.2.7 1.5.7 1 1.8-.6 1 0 1.7.2 2.4.3.7.6 1.4 0 2-.6.8-1.2.6-1.1-.5a6.4 6.4 0 0 0-.9-3.3c-.4-1-.9-1.6-1.5-1-.6.4-1.1-.2-.7-.6.5-.4.3-.7 0-1-.2-.2-.4-.6.1-1.2s.5-.9.2-2.3-2.5-8.6-3.5-10.2c-1-1.7-.9-2.8.3-1.3 1.3 1.6 2.5 3 2.7 4.4 0 1.4.3 2.2.7 2.6.5.5.7.4 1-.8 0-1.1 1-.7-.4-2.8-1.5-2.1-4.1-5.7-5.2-12.2-1-6.4-1.4-10.5-2.4-12.2-1-1.8-1.3-2.2-1.4-3.8-.1-1.6 0-3.3-.7-4.5-.7-1.2-1.2-1.4-1.3.4-.1 1.8 0 6 .6 6.6.6.7.2 2.6 0 3.5-.2 1-1.7 2.1 1.7 4.1 1.3.9 1 2 1 2.6-.3.8-.5.7-1.2-.4s-1.4-2.1-2.1-2.6c-.7-.5-.9-1-.7-2.5.2-1.5.3-2.5 0-3-.4-.4-.6-.1-.9.8-.2.8-.3 3-.9 3.6-.5.6-.5.2-.8-1.1-.4-1.3.1-3.4.8-5.7.7-2.2 1.2-4.8.6-7.8s-.4-4-2.6-6.5c-2.4-2.6-5.1-5-6.1-8.1-1.2-3.2-1.4-6-2.7-7.4a17 17 0 0 0-4-3.7v-4.7c0-1.2-.5-1.8-1.8-1.6-1.3.2-2.2 1.3-3 2.8-.8 1.6-1.4.9-2.6 3.5-1.2 2.6-2.6 4-2.6 6.8z"/>
<path fill="#cf6200" d="M400.8 257.1c1 .6 1.7.9 3 .3 1.1-.6 2.5-2.4 4.3-.6a11 11 0 0 1 2.4 6.7c0 2.3 0 6.5 2.6 8.8 2.6 2.3 3.9 4.8 4 7.8a53.2 53.2 0 0 0 1.4 9c.4 1.2 1 2.6 1.9 3.5.7.8 1.4 3.1 1.5 5.5.1 2.5-.3 4.1 0 5.4.4 1.2 0 2.2-.8 1.7-1-.5-1.2-1-1.8-2-.6-1-1-.9-.5.7s2 3 3.3 3c1.3 0 1.7.1 2.6 1 .8.8.9 1.2 2.3 1.2s1.6 0 3 .4c1.3.3 1.3.2 2 0 .7-.3 1.4.4 1.9 1.7.4 1.3 1.7 5 1.7 6s0 2 .7 3c.7 1.1.5 2-.3 1.5-.7-.6-.8-.5-1.3-.3-.6.2-1-.2-1.9-.8-.8-.4-.3-.3-1.1-1.5-.8-1.3-1.3-1.7-1.3-.7s-.2 2-.8 1.4c-.6-.5-.9-.5-1.4 0-.5.6-.7 1-1.3 0-.6-1-1.3-1-2-1.3-.5-.1-.5-.1-.8-1-.3-1-1.3-1.2-2-1.2-.9 0-1.3-.4-1.4-1 0-.6-.6-1-1-1.3-.5-.3-.2-1-.3-1.7 0-.7-.7-.5-1.1-.6-.5-.2-.7-.1-.7-1.2 0-1-.5-1.3-.7-2-.4-.8 0-1.5.2-2.2.1-1 0-1.4-.6-2-.6-.8 0-1.5-1.7-3-1.7-1.3-2.5-.1-3-3.4a43.7 43.7 0 0 0-2.4-11.4c-1-1-1.5-2-2.5-2.3-1-.3-1.4 0-1.5-2-.1-2-.7-4.4-2-5.6l-2.3-2.2c-.6-.4-.9-1.4 0-3 .9-1.8.5-4.2.4-5.3-.1-1-.4-2.6-.2-3.8.2-1.2 0-2.7-.2-3.5-.3-.7-.7-1-.2-1.7zm24.5-28.8a22.1 22.1 0 0 1-4.7 4.6c-1.9 1.4-4.3 2.4-3 4.7 1.4 2.3 2.5 2.6 2.7 4.3.3 1.8.8 3.3 2 3.7 1.5.4 2 .2 2 3 0 2.7 0 4 1.2 5s1 2.2 1.6 4.7c.6 2.6.6 8.2 2.2 12 1.5 3.7 5.3 11 4.8 12.4-.4 1.5-.8 2.6.7 4.4 1.7 1.7 2.7 4.3 3 5.8 0 1.5.3 2 2 1.5a6 6 0 0 0 2.9-1.7c.5-.7 1.6-.6 3.1.2 1.5.9 3.8 1.6 5.2.9 1.3-.9 2-2.1 3.2-2.1 1.9-1.4 2.6-4.2 3-5 .4-.8.1-.8-.7-1.6-.8-.8-.4-2.2-.5-3.5-.2-1.4-.7-3.5-2.3-6.5-1.6-3-2.7-6.6-3.7-7.5-1-1-1.6-3.3-1.7-4.4-.1-1-1.4-2-2.2-2.8-.9-.9-1.6-2-2.6-6.8-1-4.7-1.6-8-1.6-9 0-.8-.2-.8-1-1.2-.8-.3-1.2-1.6-.8-2.2.1-.7-.4-1.4-.7-2.2-.2-.8 0-2.3.6-3.2.5-.8.4-3-.1-5-.5-1.8-1.1-3.4-3.3-3.8-2.1-.2-2.6-.8-3.3-2.6-1-1.7-1.8-4.8-2-5.5-.2-.7-.7-.8-2.3.6-1.6 1.3-2.2 1.7-2.2 4.3 0 1.7.4 2.2.9 3.1.5 1 .7 1.3 1 3.8.4 2.5 2.7 6.6-.2 9-3 2.2-2.6 2.8-2.5 4.4.2 1.7-.8 2.7-1.3.5-.6-2.4 0-3.7 1.6-4.8 1.6-1 3.1-2.5 2-4a19 19 0 0 1-1.7-6.6c-.1-1.6-.3-2.2-1.3-.9z"/>
<path fill="#00b800" d="m401.2 262.8.3 3.3c0 1.1.4 3.5-.5 5.2-.8 1.7-.6 2.6 0 3.1h.1c1.7-.5 2-2.3 1.5-3.2a3.2 3.2 0 0 1 .2-3c.5-1 .5-1.5 0-2.2-.5-.7-.5-.7 0-2.6.6-1.7-.7-1.7-1.6-.6zm17.4 26.3c-.3-1.2-1.5-6-1.5-9-.1-3-1.5-5.5-4-7.8-2-1.8-2.4-4.7-2.6-7-1.5-.9-2-.5-1.9 1.2 0 1.8 2 2.6 1.7 5.3-.3 2.6-.3 2 1 3.3 1.1 1.2 1.7 2.6 1 3-.7.5-.7 1.5.2 1.8 1 .4 1 1.4.9 2.4-.1.9.9 1.1 1.3 1.7.6.7.6 2.4 0 3.3-.4 1-.5 2.5.4 1.7 1-.9 1.4 0 2.1 1.2.6 1 1.2.7 2 .5a8.5 8.5 0 0 1-.7-1.6zm13 23.6c-.4 1.2-1.1.9-1.7.3-.6-.6-1.3-.6-1-1.8.2-1.1 0-1.3-.7-1.9l-.3-.3h-.8c-1.5 0-1.6-.3-2.5-1.2a6.8 6.8 0 0 0-.5-.4v.8c0 1.1 0 .8-1 1.2-1 .3-1-1.1-1.2-2a3.4 3.4 0 0 0-.1-.6 4 4 0 0 1-3-2.9c-.5-1.6 0-1.7.6-.7s.7 1.3 1.6 2c.8.5 1.2-.5.8-1.7a5.2 5.2 0 0 1 0-1.3 2 2 0 0 0-.8-1c-1.8-.7-1.2-.8-1.2-2.2.2-1.3-.1-1.3-1.2-.6-1 .7-1 0-1-2.2 0-2-1.4-2-1.7-.6-.3 1.5-.9.5-1.4-1.5-.5-2-1.5-2.6-1.5-.6 0 1.7-.6 2-1.6 1.2l.4 3.1c.5 3.3 1.3 2 3 3.5 1.6 1.4 1.1 2.2 1.7 2.9.6.7.7 1.2.6 2-.3.8-.6 1.5-.3 2.2.3.8.8 1 .8 2.1 0 1 .2.9.7 1.2h.8l.7-1c1.3-1.2 3 0 3.7 1.7.6 1.5 1.3 1.9 2.3.6 1-1.2.6-1 1.6.1 1 1.2 1.4 1 1.4 1s1-.4 1.8.2c.7.6 1 .5 2.4-1.4 1.3-2-.6-1.4-1.2-.2zm3.8-55.8c.4-3 .1-5.9 1.3-7 1.3-1 2.7-3.3 2.7 1.4-.2 4.6-.4 4.3-1.3 5.4-1 1.1-1.8 1.4-1 3.1 1.1 1.7 1.2 2 1.1 4.6-.1 2.7-.1 3.9.9 5.2 1.1 1.4 1.4 1.4 1.7 3a8.4 8.4 0 0 0 2.4 4.5c1.2 1.2 2.6 4.2 2.7 6.4.2 2.2 2 2.7 3.8 4.3 1.8 1.5-.4 2.5-1.7 1.8-1.4-.6-.9 0-1.7 1-.8 1-1 1.1-1.7-.6-.7-1.6-3-2.7-4.1-3.1-1.1-.4-2-2.2-3-4a5.2 5.2 0 0 0-3.9-2.6c.4 1.1.6 2 .5 2.4-.4 1.5-.8 2.6.7 4.4 1.7 1.7 2.7 4.3 3 5.8 0 1.5.3 2 2 1.5a7.2 7.2 0 0 0 2.9-1.7c.5-.7 1.6-.7 3.1.2 1.5.8 3.8 1.6 5.2.8 1.3-.9 2-2 3.2-2 1.9-1.4 2.6-4.3 3-5 .4-1 .1-1-.7-1.7-.8-.8-.4-2.2-.6-3.5 0-1.4-.6-3.4-2.2-6.4-1.7-3-2.7-6.6-3.7-7.5-1-1-1.7-3.3-1.7-4.4-.2-1-1.4-2-2.2-2.9-.9-.8-1.7-2-2.6-6.7-.7-3.7-1.4-6.6-1.5-8-1 1.5-1.7 2-2 .8-.5-1.2-.9-1.8-1.5-1-.5.8-.7-.8-.7-1.5s0-.7-.9-.7c-.8 0 0-1-.3-3.2-.3-2-.7-2.2-.9.2-.3 2.4-1.7 4-1.1 4.4.5.6.2 1.7-.3 3.3a5.1 5.1 0 0 0 0 3.6c.4 1-.2 3.2-.4 4.9-.3 1.7 1.1 3.5 1.5.6zm-24.8-24.2c-1 0-1.7 1-1.1 4 .4 2-1 1.6-1.6.6-.5-1-1-3-2-4.7-1.1-1.7-.6 1.1-.7 2.8-.2 1.7.9 1.7 1.8 3 1 1.4.2 1.9-.8 1.9s-.7 2.2-.4 3.6c.3 1.5-.3 1.8-1 .6-1-1.3-.3-3-.2-5.4.2-2.3.3-1.8-1.2-2.3-1.5-.6-1.3-.9-.6-2.2.5-1.4 1-2 .3-2.7-.6-.7-.5-1.1.6-1.2 1-.2.6-1 1.6-1.2 1-.3 1.4 0 1.5-1.7.1-1.5.6-2.3 1.7-1.9.7 2.3 1.5 5.8 2.1 6.8zm13.7 16c0 2.8 0 4 1.2 5s1 2.2 1.6 4.7c.6 2.6.6 8.2 2.2 12l1.8 4a7.7 7.7 0 0 0 2-2.6c.3-.8-.9-2.8-1.8-4.3-1-1.8.1-2.3 1-4.4 1-1.9 0-2-1.6-2.6-1.4-.5-1.4-2-2.2-4.1-.8-2.2-.7-3.1-.2-4.4.5-1.2.2-2.1-.9-2.4-1.1-.3-.8-1-.4-2.4.4-1.3.7-1.6-1-1.3-1.2.4-1.5.7-1.9 1z"/>
<path fill="#5d3100" d="M439.9 254.3c-.2 1.6-.2 2.5-.6 3-.4.5-.1 1.3.3 2.2.5.8.6 1.8.3 3.4-.4 1.5.2 2.6 1 3 .8.4 1.2 0 1 2a5.8 5.8 0 0 0 1.7 4.7c1 .8 1.7 2.1 1.5 3 0 .8.7 1.5 1.7 2 1 .4.8.5.8 1s.4.6 1.4.9c1 .3 2 .9 3.2 2.4 1.2 1.6 3 2.3 2.7.7-.3-1.5 0-2.8-1.6-3.5-1.7-.8-2.9-4.7-3.5-7.4a17 17 0 0 0-4-7.1c-.3-2 0-2.9-1.2-3.8a4 4 0 0 1-1.7-3.2c0-.8-.6-2-1.2-2.4-.5-.3-.8-.9-.8-1.8 0-.8-.8-.7-1 1z"/>
<path fill="#00d860" d="M432.7 327a39.2 39.2 0 0 0 9.7-2.8c1.7 1.1 4.5 2.6 5.7 2.6-2.3.5-3.9.3-4.4-.2.3.7 1 1.9 1.6 2-2.3 0-4.8-.6-5.6-1.4-2 .8-5.2 1-7-.2zm4.3 3c.9.3 5.2 1 5.8 1-1.4 1.2-.2 2.4 2.1 2.2-1 .2-2.4.6-1.5.8a24.4 24.4 0 0 0 8.9-1.8c-2 2.5-11.4 4.8-15.3-2.2zm4 6.1a9 9 0 0 1 5.3.3c-1.4.6-4.5.6-5.4-.2z"/>
<path d="M445.3 336.1c2-.3 8 1 10-.2-.7 1.9-4.3 2.2-5.7 1.7-1.3-.3-2.5-.8-3.4-.8.6-.3-.2-.3-1-.7z"/>
<path fill="#00d860" d="M447.4 339a30.5 30.5 0 0 0 9-1.1c1.7.6 5.4 1.6 6.2 1.5-1.7 1-5 .4-6 0a10.9 10.9 0 0 1-9.2-.4z"/>
<path fill="#00d860" d="M450 339.9c2.3.5 4.3.2 6.5-.5.7.2 2.3.6 3.9.6 1 .5 2.3 1.3 3.7 1.5a16.6 16.6 0 0 1-7.5-.7 19.2 19.2 0 0 0-8 1.5 3 3 0 0 1 1.5-2.3z"/>
<path d="M447.4 328.6c1.7.5 8.2.2 11.3-1.3 1.4-.7 2.2.4.7.8-5.2 2-9.5 2.6-12.5 1-1.2-.6-1.4-1.2.5-.6z"/>
<path fill="#00d860" d="M478.6 319.8c-7.9 3.7-13 4.8-23.9 1.4-1-.2-1.7 0-.6.7a40 40 0 0 0 8.5 2.6c1.4.1.9.7 0 1-.8.2-1 .8.1.4 1.1-.5 7.8-.7 10.5.7 1.1.7 1.4.5 1.3 0-.1-.4.5-.7 1.4-.8.8-.1 1.4-.4.7-.6-.7-.3-.8-.5-.3-.7.5-.3.6-.6-.2-.7-.7-.2-1.3-.4-.6-.7a9 9 0 0 1 2.6-.7c.2-.5-.1-2 .5-2.6z"/>
<path d="M465.6 320.7a26 26 0 0 0 17-6c1.6 1 3.7 2 4.9 2.2 1.1.2 2 1.2.3 1.2s-4-.7-5.2-1.2a29.5 29.5 0 0 1-17 4.3c-1.1 0-1.4-.5 0-.4z"/>
<path fill="#00d860" d="M452.3 296.3c1.6 1.1 4.3 2.9 7.8 2.6a17 17 0 0 0 5.7 3c-2.4.8-5 1.7-5.6 2.4-1-1-2.5-.8-2.8-1.4-1 1-.9 1.3-.2 1.8a22 22 0 0 0 7 .9c1.2-.4 1.7.7.6 1-2.7 1-8 0-9.8-2.9-2-2.9-3.5-4-8.5-1.3-.5-1.5-.5-1.7-1.5-1.7s-2.8-1.3-1.4-1.3 5.4-.6 8.7-3z"/>
<path fill="#00d860" d="M453.6 303c-1 .1-3.3 1.4-4.1 1.5-.9.2-2.4 1.4-.9 1.4 1.7 0 3.7-1.7 4.8-1.7 1.1 0 1.2-1.5.2-1.3zm5 5c-.7.2-3.3.8-4 .8-.7 0-1.5 0-1.4.6.1.5.3.9-.9.7-1-.2-1.9.3-2.1.6-.3.3-.5.6.6.7 1 0 1.6.3 2.9-.4 1.2-.6 2.3-1.3 3.6-1.4 1.3 0 2.6-1.8 1.2-1.5z"/>
<path d="M454.9 311.1c1.1.9 6.6 2.6 8.5 2.6 2-.1 1.7.7.2 1a12.2 12.2 0 0 1-9.6-2.7c-1.2-1 0-1.4.8-.9z"/>
<path fill="#00d860" d="M480.8 314a21 21 0 0 1-10.2.3c-1.7-.6-3.3-.6-2 .6 1 1.1 4.8 1.8 7 1.3-7.6 1.7-9.6 1.6-11.4 1.3a38 38 0 0 0-7-.2 6 6 0 0 1-3.3-.4c-.7-.5-.9-1.1 1.1-.9 2 .1 2.3-.2.6-.5-1.8-.3-4.1.4-1.8 2 2.4 1.4 7.4-.2 10.7.8a18.6 18.6 0 0 0 16.7-3.8c.3-.2.9-1-.4-.6zm-20.6-6.3c.2.6.2 1 0 1.4-.2.4-.1.9.5.4s1-1.2 1.8-.8c.7.3 2.3.3 3 .2.8 0 1-.3 0-.7a7.4 7.4 0 0 0-2.9-.6c-.6.1-1.4 0-1.9-.3s-.6 0-.5.4z"/>
<path fill="#00d860" d="M471 309.7c-.8 0-2.4-.6-3.1-1-.8-.3-2-.3-1.2 1 .9 1.2 4.6 1.7 6 1.2 1.3-.6.8-1.2 2-.4 1.4.8 2.7 1.3 3.7 1.3s1.3 0 .3-.6-1.6-.7-1.8-1.2c-.2-.5-.2-.9.9-.5 1 .3 2 .8 2.8.4.8-.4 2.2-1.3 3.5-1.3l.2-.8c-1.8 0-3 .5-3.5.6-.4.2-1.4.4-2.4.2s-2.2-.3-2.5-.5c-.4-.3-.3-.5.5-.6.8-.2 1-.7 0-.6-1 .2-4.2.2-5.8-.3-1.5-.5-2.2-.6-2.8-.3-.7.2-.6 1 .3 1 1 0 3.2.3 4 1 .6.7.6.7-.2.4-.9-.4-2.5-.2-.9 1z"/>
<path fill="#00d860" d="m484.3 307.8-.3.8c1.9 0 6.4.4 8 1.3 1.4-1.1 1.1-1.5 2-1.2 1 .3 2.4.5 3 .3a2 2 0 0 1 1.5-.2c.6 0 2-.2 2.7-.6.8-.5 2.4-1 3.3-1 .8 0 2-.3.3-.6-1.6-.3-4.2.3-5 .6-1 .3-3.5.5-5 .5s-3.6.7-5.3.3c-1.8-.4-4.2-.2-5.3-.2z"/>
<path d="M507.9 307c-3 2.2-6.8 2.7-11.1 3-1.3 0-.9.4.2.5 4.6.5 9.8-1.2 11.6-3 .5-.6.4-1.4-.7-.6z"/>
<path fill="#00d860" d="M487.1 312.2a47 47 0 0 1 7.3 1.7c1.2-.2 1.5-.4 1.3-.9-.3-.4-.4-.8 1.7-.6h7.5c.8-.3 2.3-1.5 3-1.5-1.8 0-9.5.4-10.4.3-1 0-1.5 0-2.1.4-.6.3-.9.5-1.7.1-1-.3-2.1-.7-3-.1-.6.4-2.3 0-3.6.6z"/>
<path fill="#00d860" d="M504.9 312.4c.7-.3 2.3-1.5 3-1.6 1.4-.1 2.8.4 3.5.6.7.2 1.5 0 1-.6-.4-.5 0-1.6 2-1.3 2.2.2 3.2.6 5.3.4 2.1-.2 2.9 1.3 6.7-.2-.2 1.5.5 1.6 1.2 1.3.7-.2 1.5-.2 2.7.7 1.3 1 8.7 1 10.4.7 1.8-.3 2.6.6 1.3 1s-1.6 1-1.3 1.5c.3.4.6.9-1 .7-1.7-.2-2 .3-2.7.8-.8.6-1 1-3.3.5-2.2-.4-2.7-.1-3.9 0-1.2.2-1.5.3-2.8-.1a9.6 9.6 0 0 0-5.5-.3c-1.6.6-2.7 1-4.2.6-1.5-.3-1.5-.2-.6-1 .8-1 1-1 2.8-1.1 1.8-.2 3-.7 1.9-1.4-1.3-.7-1.6-.6-3.3.1-1.6.8-2.4 1.4-4.3.4-1.8-1-2.6-.9-4-.5-1.2.3-3.2-.5-4.9-1.2zm6.1 3c-2.4.4-3-1.1-5.4-.9-.8.2-2.2 1.2-.3 1 1.9-.1 4 .9 5.8.8 1.8-.1 1-1 0-.9zm-2.6 1.7c1.1-.4 3.6.5 4.8.3 1.1-.2 2 .4.8.9-1.2.4-3.7-.7-5-.4-1.1.4-2.4-.1-.7-.8zm-24.4 6.7c1.7 0 7.8-.3 10.2-5.3.2-.4.3-.6 1 0 .7.5 3.6 2.1 8.8 2.6 1.5 0 3 .8.1.7-3-.2-7.6-1-9.1-2-2.7 4.1-7.4 4.6-11 4.5-2.1 0-1.6-.6 0-.5z"/>
<path fill="#00d860" d="M497.1 316.8c-.8 1.1-3.6 3-4.8 3.2-1.3 0-5.2-.2-6.1-.6-1-.3-2.1-.3-.8.7a11 11 0 0 0 6 1.3c1.6-.3 3.1-.8 4.2 0 1 .6 3 1.8 4.2 1.6 1.2-.3 3.5-.3 4.3 0 .8.4 2.1 1.6.1 1-2-.7-3.6-.2-4.5-.6 1 1.4 3.3 3.7 5.2 3.7.5 0 .9.9 0 1.3.8.4 3 .9 4.3-.3-.4.5-.2.7.3.9.5.2 1.1.6.2.8-1 .2-3 .3-3.6 0 2 1.3 7 3.4 12.3 2.3 1-.1 1.6-.6 0-.5-3.5 0-3.7 0-4.3-.3-.6-.4-.4-.7.6-1a24 24 0 0 1 4.3-.7c1 0 2.1-.3 0-.3-2 0-4.6 0-5.7-.4-1-.3-1.7-.9-.6-1.6 1-.7 2.1-.5 2.6-1-3.3 0-7.4-2-5.2-3.6.5-.3.4-.4-.4-.5a22 22 0 0 1-4.5-1.4c-1-.5-.4-1.1.5-1.3-2 .3-6-.7-8.6-2.6zm29.8 0c-1.8 1.3-5.3 2-6.8 2-1.4 0-1.7.4-.5.5 1.2.1 2.5.4 3 .2s.9-.2 1.6.2a6 6 0 0 0 3.8 0c1.5-.4 3.7-.6 4.7-.6 1 .1 2 .1 0-.4-1.8-.5-5-.2-5.8 0-.7.2-2.8 0-1.7-.2 1.1-.3 2-1 2.6-1.4l-.9-.3zm-1 4a11.8 11.8 0 0 1-6.1 2.3c2 .8 3.8 3 5.2 2.8-.7.5-1.5 1-2.3 1.2a8 8 0 0 0 5.4-1c3 .8 7 .2 8.3-1-2 0-4.3-.6-5.4-1.6 1 0 1.9-.5 2.3-1.1-2.3.4-6-.7-7.3-1.8z"/>
<path fill="#00d860" d="M522.7 327c.8 0 1.7-.6 2.3-1a19.2 19.2 0 0 1-11.1-2.6c-2.2-1.9-2.2-.4-.7.9a11 11 0 0 0 9.6 2.8zm5.4 4.7c-.9.5-5.3.9-6.7.5-1.5-.3-2-.2-1.8.5.3.6.6 1-.6.8a12 12 0 0 0-4 .5c-1 .2-2 1-.2.7 1.9-.2 3.5-.6 5-.3 1.3.3 6.1.4 7 0 1-.4.4-.3 0-.3-.5 0-.7-.3 0-.7.7-.3 1.1-1 1.3-1.7zm-42.3-5.8a62 62 0 0 1-9.6 2.5c-2 .9-3.6 1.4-4.6 1.4.7.6 3.5 1.2 4.5.9-.6.7-2 1.3-2.5 1.7 1.7-.3 3.5.2 4.4.3a12.2 12.2 0 0 1-6.7 1.4c.6.6 1.3 1.3 2.2 1.3a11.3 11.3 0 0 1-5.5.2c.6 1 1 1.6 1.8 1.8-1.7.1-3.7.4-5.4-.6 1.3 1.8 4.2 2.3 8.6 1.8 4.4-.5 8-2.4 9-3.2-1.8.2-4.3.3-5.4 0a32.2 32.2 0 0 0 8.6-3.7 4.9 4.9 0 0 1-2.8-.9 27 27 0 0 0 8-.8 5.8 5.8 0 0 1-3.5-2.3 34.2 34.2 0 0 0 17 .5c.8-.2.8-1.3-.7-1.1-2.8.2-8.3-.6-9.8-1.3a10.1 10.1 0 0 0 4 1.7c-2.5.8-6.2 1.3-11.6-1.7z"/>
<path fill="#00d860" d="M473.6 332.4c.5-.4 2-1 2.5-1.7-1.1.3-3.8-.3-4.5-1 1 0 2.6-.4 4.6-1.3-3.6-.1-6-.1-7.5-.9-1.4-.8-3.7-.4-4.7-.2-1 .1-.6 1.7 3.3 1.3a13.4 13.4 0 0 1-7.6 1c.4 1.4.7 2.7.3 3.5 2.1 1.2 7.7 2.7 10.5 2.5-2.5-.9-3.8-1.9-1.8-2.2 2-.2 3.2-.6 5-1z"/>
<path d="M467.3 339c4.8-.4 11.4-.5 16.6-5 1.3-1 2.2-.6.9.5a28.8 28.8 0 0 1-16 6c-2.7 0-3.9-1.3-1.5-1.6z"/>
<path fill="#00d860" d="M503.7 331a19 19 0 0 1-5.6.8 6 6 0 0 0-3.3.2c-.8.5-.9 1 .2 1l3.3.2a5.4 5.4 0 0 0-1.8 1.5c1.8-.4 4.7.3 5.6.8a2.6 2.6 0 0 1-2-.4c2.7 3 10.9 3 12.2 2.4-.6.5-1.2 1-1.7 1 2.2.5 4.8.4 7.5-1l-4.2-.2a4.9 4.9 0 0 1 2-1.2c-1-.2-4.2-.1-5 .3a3.5 3.5 0 0 1 1.5-1.7c-4 0-8.9 0-10.6-1 2.7.4 5.9-1.3 7.2-1.3-2.2 0-4.6-.5-5.2-1.5zm-10.1 2c-2 .5-5 1.4-5.9 1.8-.8.5-1.6.7.1.7a109.4 109.4 0 0 1 .6-.1c-.7 0-1.5 0-.1-.5 1.3-.4 3-1.3 5.2-1.7zm-4 4.9c.7 0 3.7 0 5-1 1.2.8 3.7 2.2 5.2 2.2 1.6 0 1.4.4 0 .6a10.5 10.5 0 0 1-5.4-1.7c-1.8.7-3.3.1-5-.1zM466 351.6a17 17 0 0 0 10.3 1.1c1.8 1.5 5.3 1.6 7.2 1.2 2-.4 3.7-.6 5.9 0 2 .8 6.4.9 7.7 1.9l-4.1.1c-.6.2-.3.5.8 1a22 22 0 0 0-11.3 3 6.4 6.4 0 0 1 6-3.8c-1.8-.6-7.7-.7-9.7.5a5.8 5.8 0 0 1-1.2-2c-3.1 1.7-9.2-.9-11.7-3zm-8-5.8a14 14 0 0 0 7.3-2.8c.7.6 3.5 1.2 6.5.3-.6.4-.7 1.3-.5 1.7a22.8 22.8 0 0 0-7 1.8c-1.2.6-5 1.1-6.2.4-1.2-.6-1.2-1.2-.2-1.4z"/>
<path fill="#00d860" d="M471.3 345.1a22.8 22.8 0 0 0-7 1.8l.5 1.7a44.4 44.4 0 0 1 15.3-1.6c-1.6.1-4.5 1.8-6.1 1.9 4-.3 7.8.5 8.8.8 1 .2 1.3 1 .5 1.8-.8.9-1.1.7.5.9 1.6 0 5-.3 6.5-1.8-.7-.6-2.2-.3-2.7-.9a7 7 0 0 0 2.7-1.6 25.3 25.3 0 0 1-4.6-.3c-.8-.2-1.5-.5-.4-1.1a6.6 6.6 0 0 0 2-1.5c-2 .5-5.1 1-7.8-1 1 .2 3.3 0 4.1-.3a5.2 5.2 0 0 0-2.2-.8c2-1 6-1.9 11.3.1a27 27 0 0 1 7.1.4c1-.8 2.6-2.8 3.5-3.2-6 .4-16.8-.6-16.5-3.8-2 2.6-6.5 4-8.4 3.6-.2.8.6 2 1.3 2.6-2 .4-5.5.8-7.1.4 1 .9 2.6 1.7 3.6 1.7-2 0-3.2.4-4.9.2z"/>
<path fill="#00d860" d="M483.7 352.3c1.8 0 5-.2 6.6-1.7-.7-.6-2.2-.3-2.7-.9a7 7 0 0 0 2.7-1.6c4.4-.4 8.1-.2 10-.7 1.8-.5 6.5-.3 7.4-.5-4.1.7-4.9 1-5 1.7-.2.7 1.2 1.1 2.2 1.1-1.7 0-4.1 1.9-4.4 2.7-2.4-1.4-3.4.2-3.8.8-1-.4-4.4-.3-6.1 1.2-2.2-.7-3.7-1-6-.7 1.5-.3 1.2-1.3-.8-1.4zm19.5-12c1.4 0 4.4.2 5.5 0a6.5 6.5 0 0 0-1.8 1.3c3.5-.4 8.2-.7 9.6-.4-1.8-.3-3.5.9-4.4 1.4-.8.5-.3.9.9 1 1.2.2 2.7 1 .6.8-2-.2-6.4-.3-7.4-.2-1 .2-1.6-.3 0-.6a10 10 0 0 0 3.1-1c-1.2.3-3.5.3-4.3 0-.8-.3-1.1-.5-.3-.8.9-.3.3-.4-.6-.3-.9 0-3 1-4.3 2.1 1.3-1.4 2.6-2.6 3.4-3.2z"/>
<path d="M487.8 342.7a8.7 8.7 0 0 0 6.8 3c.6 0 2 .9.3 1-4.3.2-6.4-.9-8.3-3.6-.4-.6.3-1.4 1.2-.4zm25.5-35.6c2.2 1 6.7 2 10.2 1.9.7 0 1.8.6.3.7a18.3 18.3 0 0 1-10.8-2c-.9-.5-.6-1 .3-.6z"/>
<path fill="#00d860" d="M515.5 307.1c3.5 0 6.1 0 7 .9 2-.5 5.7-.9 6.4-.7.8.2 1.8-.3-.1-.7-2-.4-6.2-.6-7.6-.3-1.4.2-5.7.4-7 .2.5 0 .9.2 1.3.6zm13.4 1.3c1.6-.8 6.3 0 7.7-.6-1 1.2 3.3 1.3 7 .4-1.4.8-4.5 1-5.8 1.6-1.3.6-2 .1-3-.3a11 11 0 0 0-5.9-1z"/>
<path fill="#00d860" d="M543.6 308.2c-3.7.8-8 .8-7-.4-1.4.6-6-.2-7.7.6 1.8-1 3-.1 4.2-2.2.8.1 2.6.2 3.2-.6 1 .3 3 .7 3.5 1.3.5.6 1.3-.2.7-1 1.7-.6.6.7 4.5-.3.9-.2 2.8-.6 3.5-.6a24 24 0 0 1-5 3.2z"/>
<path fill="#ff0" stroke="#000" stroke-width=".4" d="m471.6 291.1-.7-86.8c0-3.9-2-3-2 0v86zm28.2-91.4 3.1 91.4-.4.8h-2l-1.9-92.2zm26.6 77.4-1.6-74.3c0-2.4-2-2-2 .4l1.6 73.9z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="m484.2 214.9-27.4-.4c-1.2 5.5 5.5 5 7.8 4 3.1 1.9 5.5 1.9 7 0 2.4 1.9 5.5 1.5 6.7 0 3.1 2.7 6.6 0 5.9-4zm2 13.3h-27.5c-5 4.7 1.2 7 6.7 3.9.8 1.6 3.9 2.3 6.2 1.2 2.4 1.5 5.5.4 7-1.2 2.8 1.2 6.3 1.6 7.9-4zm-.9 17.6h-26.6c-.3 4.3 5.1 3.9 7 2.7 2 3.2 6.7 2.4 8.3.4 2.7 2 5 1.6 6.2 0 2.8 2.4 5.5-.8 5.1-3.1zM487 263l-30.1-.4c-1.6 5 3.1 5.9 5 4.7.9 2.7 4.8 2 6 0 1.5 1.2 3.5.4 4.2-.8.4 2.7 4 3.1 6.7.8 5.5 3.9 10.5-.8 7.8-4.3zm26.2-7h-24.6c1.1 4.6 3.5 5.8 7.4 3 3.1 3.2 7.8 2 9 .5 5.5 4.3 8.2-.8 8.2-4zm-2.4-17.2-24.2-.8c.4 6.2 6.3 5.8 9.4 3.5 2 2.7 5.9 2 7.8 0 2.7 3.1 7.8 1.2 7-2.7zm3.2-19.2h-26c0 4.3 5.8 6.6 10.1 2.7 1.2 5.1 5.9 3.5 7.9 1.6 3 3.9 9.7-.8 7.8-4zm-1.6-13-23.5.5c0 3.9 5.5 5.5 7.5 2.3 1.2 2 5 1.6 6.2 0 1.6 2.8 4 .8 4.7 0 2.8 2 5.5.8 5.1-2.7zm27 8.7-28.2-.4c0 2.7 2.8 4 4.7 2.7 0 3.2 4 4 6.7 1.6 1.5 2.7 6.6 3.1 8.6 0 3.9 3.5 8.6.8 7.8-4zm-.4 23h-27.4c0 4 4.3 5.1 7 3.2.5 3.1 4 3.5 6 1.6 2.7 2.7 6.6 3 9 0 3 1.1 5.8-1.6 5.4-4.7zm-1.6 20.8h-21.9c0 3.9 4.7 3.9 6.7 2 2.3 2.7 5.5 2.7 7.4.7 2.7 2.4 7.4 1.6 7.8-2.7z"/>
<path stroke="#000" stroke-width=".4" d="M502.5 292c-11.7 0-23.8 0-32-.9-8.2-.7-10.6-2.3-16.4-5.8L432 272c-1.9-.8-3.8.4-1.1 2l21.9 14.4a60 60 0 0 1 13.3 11.7c4.7 5.1 7.8 5.1 10.1 4.3 2.4-.7 5.5-2 9-1.1 3.2.7 7.8 1.1 10.2.7 2 2 7 1.6 9.8.8 2.7-.8 4.7-.8 6.6-.4h6.7c2 0 7-1.1 10.5-.7 4 .7 7.4 0 9.8 0a19.5 19.6 0 0 1 7.8-.4c2.4-1.6 3.1-3.6 4-5.5 2.3-.4 3-.8 3.4-2l2.4-6.2h.8v-2.4l-1.6-2.3.8-4 2-.7-.8-4-34.4.9a7.8 7.8 0 0 0-2.4 4.3l-10.2 1.5c-1.1.4-2.3.4-3.5 2z"/>
<path stroke="#000" stroke-width=".4" d="m543.6 276.7 5-19.2c.8-2-1.1-2.3-1.9 0l-5 19.2z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M563.5 255.2c-4.3 2-6.6 3.1-8.6 2.3-2-.8-4.3-1.2-5.8-.4a2 2 0 0 1 0 .4 1928.6 1928.8 0 0 1-4.3 14.9c3 1.2 8.6 1.2 9.7 0 1.6-1.6 5.1-1.2 7-1.2 1.2-1.6 1.6-3.5 1.2-4.3-.4-.8 0-2.7 0-4 0-1 1.6-5.4.8-7.7z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M465 218.4a208 208 0 0 1-31.3 54.8m7.8 4.7a213 213.1 0 0 0 44.6-49.3m-27.4 16.8c-1.1 10.6-4.3 29.3-5.8 39.1m10.1-15.6c-3.9 3.9-9 10.1-13.2 13.6m49.6-34.8c-3.1 3.2-6.6 7-10.2 7.9m12.2-7a27.4 27.4 0 0 0 10.5 7.4m-12.5-24.3a33.2 33.2 0 0 1-11.7 6.7M501 232c2.3 2.3 5 5 8.6 6.7m-21.1-19.2a27.4 27.4 0 0 0 10.5-5.9m1.2 0a30 30 0 0 0 10.5 6.3m-21.5-13a15.6 15.6 0 0 0 9.4-5.4m1.2-.8c2.7 2.4 7.8 5.5 10.6 5.9m12.5 3.1c-1.6 2-5.9 5.1-8.6 5.1m10.5-5c1.2 1.9 4.3 5 6.3 5m-18.8 23.5a28.1 28.2 0 0 0 11-7.5m2 .4a21.9 21.9 0 0 0 7.3 7m-16 20.4c1.6 0 5.9-2.4 7-5m2.4-1.3a27.4 27.4 0 0 0 7.8 6.7m-73.1 3.5c5-1.6 14.9-7.8 20-13.7m-9.4 7.4c3.9 2.8 9 6 12.5 6.7m-24.3-17.6a31.3 31.3 0 0 0 9.4-5.9m2-.4c1.1 1.6 9.3 6.7 12.9 6.7m-14.9-23a38.3 38.3 0 0 1-9.8 5.4m11.8-5.5c2.7 2 8.6 5.5 12 5.5M469 207c-2.3 2.3-6.2 6.2-9.4 7.4m11.4-7c1.5 2.7 6.2 6.6 9.3 7m31.3 10.2c7.5 12.9 20.7 29 34 37.5m-55-52c10.9 15.6 32 49.7 52.3 62.2m4-13.3a72 72 0 0 1-19.2 18m17.5-13.7c-6.6-11-10.1-24.6-15.6-43m-54.7 48.5 7.8 23.4m-9.4-23.8 7.4 23.4m-9.3-24.6 7 24.2m-7.8-23.8 5.4 23.8m0-.7h6.7m-.8-2.4h-6.2m5.4-2h-6.2m5.4-1.9H474m5-2.3h-5m-.4-2h5m-5.4-1.6h5m-5.4-2h4.7m-5-1.5h4.2m-4.7-2h4m-4.4-1.5h4m-4.3-1.2h3.9m-4-1.5h3.6m-10.2 0-4.7 19.5m5.9-19.5-4 20.3M467 268l-3.2 21.5m4.7-22-2.3 22.8m2.7-1.6h-7.8m7.8-2h-9m9-2.3h-8.2m7.8-2h-7.4m7.8-2h-7.4m7.4-2.3h-6.6m6.6-2h-6.6m6.2-1.9h-5.8m5.8-2h-5m5-1.9h-4.7m4.7-1.2h-4.3m4 21.6v-23.1m25.3-7.8L478 291.5m16.8-32-13.3 32.4m14.1-32.8L485 291.9m11.8-32-8.6 32m.4-1.1h-9.8m10.5-3.2H480m9.7-2.3h-7.8m9.4-2.4h-7.8m8.2-2.3h-7.4m8.2-2.4h-7m7.7-2.7H487m6.6-2h-5.8m6.6-2.3h-5.5m6-1.6h-5.2m5.5-1.5h-5.5m5.1-1.6h-3.9m4-1.2h-3.6m3.9-1.5H492m3.9-1.6h-3.1m3-1.2h-2.7m13.3-.4 6.7 22m-5.5-21.6 8.2 21.2m-7-21.2 9.8 20.8m2.3-2-11-19.2m11 19.6h-7.8m7-3.1h-7.8m6.7-2.4h-7.5m5.9-2.7h-6.7m5.1-2.4H510m4.3-2.7h-5.1m3.9-2.7h-4.7m3.1-2.4h-3.9m12.5.4-7 20.3m9-21-6.3 20.7m2.8-.4 4.7-19.6m1.1.8-3.9 18.4m-6.6-1.2h6.6m-5.8-2.3h6.6m-5.9-2.8h6.3m-5-2.3h5.8m-5.1-2.8h5.5m-4.7-2.3h5m-3.9-2.8h4.7m-3.9-2.3h4m3.5.4 3 14m-1.9-14.8 4.3 14.5m-2.7-14.5 4.7 14.5m-2.8-13.7 5.1 13.7m-.4-1.2h-6.6m5.9-2h-6.3m5.5-1.9h-5.9m5-2.4h-5.8m4.7-2H528m4.7-1.9h-5m4.3-2h-4.7"/>
<path fill="#00b800" d="M467.6 299.2c3.1-2 8.5-1.7 11.3.4 3.3-1.8 9.2-1.3 11.9 1.2 4.2-3 7.7-3.4 11.7-.6a10.5 10.5 0 0 1 11.9.2c3.7-1.7 7.7-3.1 11.2.6a9.3 9.3 0 0 0-11.3.7c-3.5-3.5-9.7-2.2-11.8.3a7.7 7.7 0 0 0-11.5.2c-3.7-3-9.1-3.2-12-1a13 13 0 0 0-11.4-2z"/>
<path fill="#cf6200" d="M523.1 294.8c-16.1 2.8-51.4 1-59-1.1-2.7-.6-2-1.6.3-1 8.9 2 27.9 2 38.3 1.4l6.2-8.5c1-1.3 1.4-1.4 3.5-1.7l8.7-1.5v1.2c-.2.3-.4.6-.7.7 0 2 .4 7.1.9 9l1.1-.3c.7-.2 1.4 1.7.7 1.8z"/>
<path fill="#cf6200" d="M549.6 295.6h2.2c.6 0 1.6-.5 1.9-1.5l2.2-6.3-1.7-2.5.9-5.3 2-.9c.2-.3 0-1.6-.4-2l-31.6 1c-1 0-1.4 0-1.7 1.3a23.5 23.5 0 0 0 8 23.2c.5.4 1.2 0 .3-.7a26 26 0 0 1-4.3-5.7h5.2c.4 1.7 1.7 5.2 2 5.9.2.7.8.7.4-.3-.6-2-1-4.5-1.3-5.7h5.3l.4 5.2c0 .7.6.7.6-.1V296l4.8-.2-.4 5.2c-.1.9.3 1.2.5 0l.7-5.2 3.3-.2c0 1.2-1.1 4.4-1.4 5.2-.3 1 .2 1 .5.1a30.5 30.5 0 0 0 1.6-5.2z"/>
<path d="M526.5 294.8c-.5-1.1-2.3-5.1-2.4-8h7c.2 2.1.8 6.8 1.2 7.9zm5.8-8.2c.1 1.8 1 7.5 1.2 8h5.6l-.4-8.1zm-7.9-7a33.1 33.1 0 0 0-.2 6l6.7-.3-.6-5.9zm7.3-.2.4 6 6.6-.2-.3-6zm8-.3.2 6 5.7-.1c0-1.3.3-5.2.2-6.1zm7.2-.2-.2 6 6.2-.2c.3-1.3.9-4.7.9-6zm6.3 7.2-6.6.2-.6 8 6.3-.2a53.7 53.7 0 0 0 2.3-6c-.5-1-.9-1.3-1.4-2zm-13.3.4.2 8 4.8-.2.6-8zm-27-1.6-2.6.4a196 196 0 0 1-6.3 8.8l9.3-.2-.3-9zm1.2-.3.4 9.2 5.6-.4-1-9.6z"/>
<path stroke="#000" stroke-width=".4" d="M486.9 263h-30.1v-.8l30 .4zm23.5-24.2c.3 0 .3 0 0 0l-23.5-.4c-.4 0-.4 0 0 0h23.5zm-25 6.6c.3 0 .3.4 0 .4h-26.7c-.3 0 0-.4 0-.4zm.7-17.2c.4 0 .4.4 0 .4h-27.7c-.4 0-.4-.4 0-.4zm-2-13.7c.4 0 .4.4 0 .4h-27c-.3 0 0-.8 0-.8l27.4.4z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="m512.3 206.7-23.5.4z"/>
<path stroke="#000" stroke-width=".4" d="M513.5 220c.4 0 .4 0 0 0H488c-.4 0-.4 0 0 0zm25.4 18v.4h-27.4c-.8 0-.8 0 0 0H539zm0-23.1c.8 0 .8.4 0 .4H511c-.4 0-.4-.4 0-.4h28.2zM513 255.6c.4 0 .4.4 0 .4h-25v-.4zm24.2 3.5c.4 0 .4 0 0 0h-21.9z"/>
<path fill="#ef072d" stroke="#000" stroke-width=".4" d="M557.3 263a11.7 11.7 0 0 0 0-5.5 4.3 4.3 0 0 1-2.4 0 11.7 11.7 0 0 0-1.2-.8 25 25 0 0 1-1.5 7.5c-1.2 0-4 0-5.1-.8l-1.2 3.9a13.7 13.7 0 0 0 5.9 0c0 2.3-.4 4.3-1.6 5.9 2 0 4 0 4.3-1.2 1.2-1.6 1.2-4 1.6-5.1l2-.4 1.9-.8 2.7-.4V263l.8-1.6-6.2 2z"/>
<path stroke="#000" stroke-width=".4" d="M460.3 130.8c-3.1 0-10.2 0-11.7.8-1.2.8-1.6 1.2.8 1.6 2.3.4 6.6 2 9 3.1 2.3 1.6 3.9 4 3.9 7.8a23.5 23.5 0 0 0 11.7 24.7c.4.4.8.7.4 2.3l-1.2 4.3c0 .8-.4 1.6.8 1.2a78.2 78.2 0 0 1-4 6.2c-6.2-.7-11.6 0-11.6 7 0 .9 0 1.6.7 0 1.2-1.5 2.4-3 5.1-3.8-1.5 2.7-2.3 5-2 6.6 0 1.2.8 2 1.6 0 .4-1.6 2-3.1 3.2-4.3.7-.4.7-.4.3.8a6 6 0 0 0 1.2 4.3c.8.8 1.2.4.8-.8 0-1.6 0-4.3 2-5 2.3-1.6 4.6-.9 5.4.7 1.2 2 2 0 .8-1.6-1.2-1.5-2.3-3.5-3.9-3.5l4-6.6c0-.8.7-1.2 1.5-.8 0 .4.8.4 1.1-.8l2.8-5.5 2.3-.7 4 5.8v2.4c0 1.5-1.6 5-2 6.2-4.7 0-7 0-8.6 2.8-.8 1.1.4 1.5 1.5 1.1a7.8 7.8 0 0 1 4-1.1c.7 0 1.1.7 0 1.1-2.8 1.2-4.7 3.2-4.7 5.9 0 .8.7 1.2 1.1 0a9 9 0 0 1 5.1-4c0 2 .4 5.2 2 6 1.1.7 1.1 0 .8-1.2-.8-2 0-4 1.1-5.1 2-2.3 6.7.8 7.9 1.6.7.7 1.5 1.1.7-1.2-.4-2.7-4.3-4-7.8-4.7l4.7-16.4c2 1.2 4-2 7-.8a83.4 83.4 0 0 1 14.9 8.6c1.6 1.2 2 .8 2.7 0 .8-.4 2 0 3.2 0 .7.4 1.5.8.4-1.6a28.1 28.2 0 0 0-9.4-10.1c3.1 0 7 0 7-.8s-4.7-2.4-6.6-2.4a12.9 12.9 0 0 0 6.2-3c.8-.9 0-1.3-3.1-1.3-8.2 0-12.5 0-16.8-2.3-7-4-11.4-8.6-14.9-10.2-1.5-1.1-2.7-3.5-3.9-5.4-2-6-2-9-7-11-5.1-2-11.8.4-14.5 3.1z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M460.7 132.4h-6.6s-.8 0 0 0l5.8 1.6c1.2 0 .8 1.1 0 .7-.8-.3-1.5 0-.8.8 4 2.8 4.7 4 4 14.5l1.9 1.6c.8 0 .4.7 0 .3-.4-.3-2 0-.8.8s2 .8.8.8-2.3.8 0 .4c2 0 3.1.8 0 1.2-2.3 0-1.6.8 0 .8 2.7 0 2 .7 1.2.7s-1.2.8.8.8h2.7c.4 0 .8 0 0 .4-.8 0-.8.8.4.8 1.2 0 2 0 .8.4-.4 0-1.2.4 0 .8 2.7 0 3 .7 2.3 1.1-.8.4-1.2.4 0 .4s2.4.4 1.2.8c-.8 0-1.2.8 0 .8s2 .8 1.2 1.2c-.8.4-1.2.8 0 .8 1.1 0 1.5.3.7.7-.7.8-1.1.8-2 0 0-.7-.7-.7-.7 0l-.8-1.1c-.4-1.2-1.2-1.2-1.2 0 0 1.1-.7.4-1.5 0a12.9 12.9 0 0 0 15.6 3c.4 0 .8 0 1.2 1.3l2.3 4.3c.4.7 1.2 0 1.2-.8l2.4-6.7c0-1.1 1.5-2 1.1 1.2 1.2-.8 5.9-1.2 9.8 0a47.7 47.7 0 0 1 10.6 5.9 2.3 2.3 0 0 0 2 .4c1 0 1.5 0-.5-2s-1.1-2.7 0-2c1.2.8 2 .4.8-.7l-3.9-3.5c-.4 0-.4-.8-2.3-.8h-6c-.7 0-1.5 0 .9.8 2.3.7 6.6 3.9 7.8 4.6 1.2.8 1.6 2.4-.4.8a102 102 0 0 0-14-7.8c-10.6 1.2-19.2 2.4-25.5-4.3-3.1-3.5-3.1-11 2-14-.8-.9-.8-1.6-.4-1.6v-2.4c-.8-.4-1.6-1.2-1.6-2-1.2 0-2-1.9-3.9-1.1-2 .8-2.3 0-3.1-.4-.4-.8-.8-.8-2-.8s-2 0-2-.8c0-.7.8-.7 2.4 0 2.7 1.2 5 2 7-.7 1.6-2.4-.7-4.3-3.9-5.1-3.5-.8-5.8 2-7.4 3.1z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M477.9 131.2a11 11 0 0 0-4-2.3c-1 0-1 .8-.7 1.2v2.3c.8.4 1.2 1.2 0 1.2-.8.8 0 3.5 1.2 2.7h.8s0 1.2.7 1.2c.8 0 0 .8 0 1.2h.8c.8 0 .4 1.5-.4 2 1.2 0 1.6 0 1.6.7.4.8 1.6 1.2 1.6 2.3 0 1.2 0 1.2-1.6.8-1.6-.4-1.6 0-2 .8-.3.8-.7 1.2 0 1.2.8 0 1.6.4.4.8-1.1.3-2.3 0-2.7 1.1 0 1.2 0 1.6.8 1.2l2.7-1.6 2 .4c.8.4 0 2-.8 1.2s-1.6 0-2 .4l-2 .8c-.7 0-1.5 0-1 2 0 5.4 4.2 9.3 12 9.3h13c-2.4-1.6-4-2.3-5.2-2.3H492c.4-.4 0-1.2-.4-1.2s-1.2-.8-2 0l-3.9 2c-.8 0-2 0-.8-.8l3.6-1.6c.7 0 .3-.8.3-.8s0-1.2 1.2-.8c2.4 1.6 5.9 3.6 7 3.6 1.2 0 1.6-.8.8-1.2-.7-.4-1.1-1.2-1.1-1.6 0-.4.4-.8 2 0 1.5 1.2 3.8 2 5 2.4 1.2.4 2 .4 0-.8l-9-6.7c-1.2-1.1-1.2 0-.8.8.4.8-1.1 1.2-2 .4-.7-.8-1.1-1.2 0-1.6 1.2-.3.9-.7-.3-2-1.6-1-2-1-1.6 0 .4 1.3.4 2-.8 1.7-1.1-.4-2.3-1.2-1.1-1.6.7-.8 2-1.2 0-2.4-2-1.1-.8 0-1.2.8-.4.8-1.6.8-2 0-.4-.8-1.1-1.1-.7-1.5.3-.4.3-.8 1.1 0 .8.7 1.6 0 .4-1.2-1.2-1.2-1.5-.8-1.2 0 .4.8-.7 1.6-2.3 0-.8-.4-.8-1.2 0-1.6.8 0 .8-.4 0-1.1-2.7-4.7-1.6-8.3-4.7-11.8z"/>
<path fill="#cf6200" d="M478 132c-.2.4-.3.3-.8.7-.5.4-.7 1.5.3 1.4a2 2 0 0 0 1.4-.8 8.7 8.7 0 0 0-.8-1.3zm-3-2.6c-.9.8-1 1.2-.6 1.2.5 0 .3 0 0 .6-.4.5.6.8 1 .3.5-.4.5-.5.7 0 .1.5 1 0 1.3-.3-.7-.7-1.7-1.3-2.5-1.8zm-1.5 4.4c-1 .5-.7 3.2.9 2.4.5-.2.9 0 .9.3v.7a4.7 4.7 0 0 0 1.7-1.2c.9-1.2 0-1-1.4-1s-1.7-.3-.4-1.1c1.2-.8.3-1.2-1.3-1 .2.3.1.6-.4.9zm5.9 6c-.8-.9-.3-1.2.5-1.7a1 1 0 0 0 .4-.3l-.7-2.6c-.3.2-.8 1.1-1 1.5-.2.7-.4 1.1-1 1-.7-.3-1.3.4-1.4 1.1h.5c.2.1.3.6.2 1 1.9 0 2.2 1.1 2.5 2 .4 1 .7.9 1 .3.3-.6-.3-1.5-1-2.3z"/>
<path fill="#ff0" d="M479.9 150.4c-.4.8-.4.7-1.5.7-1 .1-2.4.3-3 .9-.3.3-2.2.5-2.2 1.3 0 .9 0 1.5.8 1.6.8 0 1 .2.7.8-.4.6-.6 1.5.8 1.7 1.4 0 2.5-.3 2.8.4.4 1 0 2.1.3 2.7.2.5 1.2.7 2.7 1.2 1 .2 4.8.5 6 .3 1-.2.6-.8-.5-.8-1.2-.2-2-.4-2.3-1.2-.3-.9-.5-1.3.2-2 .6-.8 1.2-1.3.8-2.5-.3-1.1-1-2.5-2.3-2.9-1.3-.4-.9-2.3-2.3-2.4-.5 0-.8 0-1 .2z"/>
<path fill="#cf6200" d="M473.3 161.4c1.2.2 2.1.5 1.2.8-.9.3-1.5.8-.3.9 1.2 0 2.3.6 1.3.8-1 .3-1 1 .1 1s1.7.4.9 1c-.9.4-1.4.7-2-.1-.5-.9-.8-1-.9-.5-.2.6-.5.2-.9-.7-.3-.8-1.2-1.2-1-.5.3.7-.6.9-1.5.5a11 11 0 0 0 2.9 2.4c1.2-.4 2.6 0 3 0 .6 0 2.1.4 3 .9.9.4 1.5-.4 1.1-1.3-.4-1-.4-.7-.8 0-.6.4-.6-.3-.6-1.4 0-.8-.6-.7-.7-.1-.2.5-.7-.4-.5-.9.3-.5 0-.8-.4-.6-.5.2-.5 0-.6-1-.1-1.1-.5-1-.6-.5-.1.4-.6-.2-1.3-1-.5-.6-1-.2-2.1.1z"/>
<path fill="#ff0" d="M485.6 167.8c-5.5 2.2-9.5 1.2-12.5-.8 1.2-.4 2.6 0 3.1 0s2.1.4 2.9.9c.8.4 1.5-.4 1.1-1.3.7 1 1.3 1.6 2.2 1.5l3.2-.3zM473.8 142c-.4-1.2-.7-1.4-1.3-1.3-.6 0-.9-.1-1.6-.4-.6-.3-1.5 0-1.6 1.3-.2 1.3-1 1.8-2 2.6-1 .7-1.5 1.3-1.5 2.6 0 1.2-.3 1.4-1 2.4l-1.1 1.3 1.2.7c.8.4.5.9-.2.7-.7-.2-1.5.2-.2.4 1.2.3 1.7 1 .6 1-1.3-.3-2.6.8-.3.5 2.3-.2 3.1.9.5.9-2.7 0-1.7.9-.2.9 2.5 0 1.7.7 1 .7-.6 0-.9 1 .8.7l.6-1c.3-.8.5-3.1 1.5-3.8.9-.6 1.4-1.7 1.4-2.3 0-.6 1.5-3.7 2.3-4.4 1-.7 1.4-2.3 1-3.4z"/>
<path fill="#cf6200" d="M471.8 142.2c-.9-.7-1.9-.2-1.9 1 0 1-.6 1.5-1.4 2a3.5 3.5 0 0 0-1.8 2.3c0 1 .2 1.5-.4 2.3-.7.7-.8 1.3-.4 1.8.6.4.6.4.7 1 .3.6 1.4 0 1.4-.7s.3-.7 1-1.1c.8-.4 2-2.4 1.7-2.9-.2-.5-1-1 0-1.7 1-.8 1.8-1 1.8-1.6 0-.8.2-1 .5-1.3.3-.3-.6-.7-1.2-1z"/>
<path d="M471.8 141.2c-.6-.2-1 1.1-.1 1.3.9.2 1-.9 0-1.2zm-.1 1.7c-.7.1-1.5 1-.4 1 1.2-.2 1.6-1 .3-1zm-1.4 1.7c-.7.3-.5 1.3.5.6 1-.7 1.2-1.5-.5-.6zm-1 1.4c-.7.3-.7 1.3.4.6 1-.6 1.3-1.5-.4-.6z"/>
<path d="M467.9 146.7c-.7.3-.3 1.2.7.6s1-1.5-.7-.6zm.8.9c-.8.3-.3 1.2.7.6s1-1.5-.8-.6z"/>
<path d="M467.4 147.9c-.6.4-.2 1.2.9.6 1-.6.9-1.5-.9-.6zm.9 1c-.8.3-.4 1.2.7.6 1-.7 1-1.5-.8-.6z"/>
<path d="M467 149.5c-.6.3-.2 1.2.9.6 1-.6.8-1.5-.8-.6z"/>
<path d="M467 150.3c-.5.4-.1 1.4 1 .7 1-.7.8-1.5-1-.7z"/>
<path fill="#cf6200" d="M466.6 158.9c-.7 0-1.2 1.1-.3 1.3.9.2 1.1.3 1.1.9 0 .6.3 1.7 1.2 1.7 1 0 1.8-1 1-1.3-.9-.3-1.6-.6-1.7-1.4 0-.7-.8-1.2-1.3-1.2z"/>
<path fill="#ff0" d="m491.5 153 .5.6c.7.5 2 0 1.7-.5-.1-.4-.8-2 1-.8l9.2 6.5c1.9 1.4.6 1.6-.2 1.1l-5-2.3c-1.5-.9-1.7-.5-2-.3 0 .3 0 .9.6 1.4-.9.1-2.3 0-2.8-1-.5-1.2-1.7-2.6-2.6-3.7-.3-.4-.4-.7-.3-.9z"/>
<path fill="#00d860" d="M542 319.5c-1.3.9-3 2.4-1.9 4.5l.4-.1a124.1 124.1 0 0 0 12.9-19v-.6a17.9 17.9 0 0 1-4.5 2.7c.6 1.7-2.3 3.8-3.7 4.4.6 1 .4 2.6-1 2.9.3.8-.7.8-2 1.4-1.1.5-1.7.8-2.1 1.5.6-.4 1.6-.7 2-.5.4.2.6.9-.3 1.1-.8.3-1.4.7-1.8 1 1.3-.3 3.2-.2 2 .7z"/>
<path stroke="#000" stroke-width=".4" d="M481.8 151.2c-1.6-1.2-2-.4-1.6 0 .4.4 0 1.5-1.1 2h-4c-.7 0-1.9 1.5 0 1l6.3-1c.8 0 1.6-.9 0-2zm2.7 2.3c-1.1-1.2-1.5-.8-1.1 0 .4.8-.4 1.2-1.2 1.2l-5.5 1.5c-1.5 0-1.5 1.2.4 1.2 2 0 5.9-2 6.3-2 .4 0 .8-1.1 1.1-.7.4.4 1.2 0 0-1.2zm1.2 3.1-3.9 2c-1.2 0-2 1.2 0 1.2s4-2 4.7-2.4l1.6-.8s1.5-.4 0-1.5c-1.6-1.2-3.2 0-2.4.4.8.4 0 1.1 0 1.1z"/>
<path d="M469.7 131.2c-2.5-1.7-5.2 1.7-2.5 3.6 2.4 1.7 5-2 2.6-3.6z"/>
<path fill="#fff" d="M466.6 132.7h.7c0 .8.7 2 1.8 1.7-.9.7-2.6-.2-2.5-1.7zm9.6 37c.8.3 3.4.5 4.4.5l-1.2 2.2c-.3.7-.4.8-.5-.3 0-1-.6-1.7-1.1-.6l-1 2c-.3.4-.7.5-.6-.6.2-1.1.1-2.3 0-3.2z"/>
<path fill="none" stroke="#000" stroke-width="1.2" d="M574.5 199.7c0 63.7-10.2 132.5-93 165.3-82.6-32.8-92.7-101.6-93.1-165.3zm0 0c0-24.3-1.2-47.8-.8-68a248.7 248.7 0 0 0-92.3-16.9c-20.7 0-61.4 3.1-92.2 16.8.7 20.3-.8 43.8-.8 68z"/>
<path fill="#012169" d="M0 0h640v480H0Z"/>
<path fill="url(#ac-h)" d="M395.4 250.5s-18.2-20.1-32-22.9c-14-2.7-22.7-.3-26.8 3-4.2 3.5-18 14.4-19.5 22.6l18.1.9s3.8-8 15.8-7.5 13.9 4.8 13.1 5.8c-.7 1-1.1 4.3 3.7 6.6 4.8 2.2 6.9 7.4 6.9 7.4l8.5-4.4s1.8-2.8 2.6-3.3c.9-.4 3.5-.8 4.2-1.5.7-.8 3.4-2.6 3.4-2.6z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#d5ccc0" d="M527.1 277.7s12.3 9.4 13.2 12.7c1 3.3-6.8 8.2-6.8 8.2l.9 1.6 4.2-2c.6 0 1-.8 1.1-1 .1-.3.8-1.1 1.9-1.4 1-.3 1.2-.2 1.5-.5.2-.4 1.2-1.3 1.9-1.7.7-.3.7-.6.7-.8l1-1.4-.3-.6s-7-8-15.6-12l-3.7-1z"/>
<path fill="#fdf2e8" d="M503 292.9s8.6-14.5 15.4-15.6c0 0-3 0-5.7 2-3 2.2-9 7.4-11.8 13.5"/>
<path fill="#494037" d="M546 292.5c.4-.7-.3-1.5-1-1.6-.8 0-2.3-.1-2.3.4 0 .6-.3 3 .4 3s2.5-1.2 2.9-1.8zm-5 1.7c0 .6-.6 1.2-1.2 1.1-.6 0-.8.5-.9 1 0 .3-1.9-.1-2-1.2-.2-1.2-.3-3.2.6-3.3.9-.2 3.5 1.9 3.5 2.4zm-2.2 4c0-.6-1.6-.5-1.7-1-.1-.6-1.4-2.5-1.9-1.8-.5.6-.3 1.4-1 1.6-.7.3-1.5.8-1.3 1.1l1.3 2zm-7.1-2.5c.4.4 1 1.2 2 .1.8-1 1-1.4-.3-1.5-1.2-.1-3.2-.4-3 0 0 .4.8 1 1.3 1.4zm-3.7-2.1c-.1-.8 1.7-.2 1.5.4-.2.6 1 1.9.3 1.6-.6-.2-1.6-.5-1.8-2zm2.3-2.2c.2-1.2 1.5-.3 1.8.2.3.5 2.6 2 1 1.8-1.7-.2-3.2-.3-2.8-2zm.1-3c0 1.2.6 2 2.2 2 1.6-.1 3.3-1 3.2-2 0-1.1-1.5-2.8-2.5-3.3-1-.6-3.2-1.7-3.2-.6 0 1 .4 2.7.3 4zm7 .8c.3-.8 1.4-2.7 2-2.7a8 8 0 0 1 3.4 1.7c.6.7.2 1.5-.5 2.1-.7.6-2 1-3.1.9-1-.1-2-1-1.8-2zm.1-6.3s-.1 4-1.5 2.7c-1.4-1.2-3.4-1.4-3.5-3-.1-1.6.6-2.1 1.4-2.1.8 0 3.6 2.4 3.6 2.4zm-11 4.6c0 1-.3 1.3.6 1.3 1-.1 3 0 2.8-.7-.3-.8-1.2-1.7-2-1.7-1 0-1.3.2-1.3 1zm1.7-4.8c.6.1 3.4.8 3.3-.2 0-1 .4-1.3.6-2 .3-.9-.1-1.3-.9-1.7-.7-.5-2.9-.8-3.4-1-.6 0-1.1 1.3-.3 2 .8.5 0 2.7.7 2.9zm-4-2.5c.8.4 2.6 1.1 2.5.6 0-.5.2-1.6-.4-1.6-.7 0-3.3.5-2.2 1zm-2 8c.7-.3 2.5-1.2 2.1-1.7-.3-.4-4.2 0-4.2.7s.4 2 2.1 1zm1.7.4c.5-.1 1.8-.4 1.8 0 0 .5-.1 1-1 .9-.8-.2-1.7-.7-.8-.9zm.2-4c1.3-.3 2.7-1 0-1.3-2.6-.3-5.9-.6-5.3.3.5.9 2.1 2.5 3.3 2 1.1-.3.9-.6 2-1zm-3-3.2c.9.3 2.1-.4 1.5-1.5-.5-1-2.6 1.2-1.6 1.5zm-3.2-4c1.2.4 2.3 1.5 2.1 2.4-.1.8-.3 2.8-2 2.7-1.5-.1-3.2.4-4-.3-.7-.7-2.3-1.8-1-3.2 1.4-1.3 5-1.6 5-1.6zm-5 8.5c-1.1-.6 1.7-2.2 2.3-2.5.6-.3 1.9.4 2 .8.2.4 1.3 1.2 2 1.4.7.3 0 1.4-.7 1.5-.6.1-2.2 2-2.9 1.4-.7-.6-2.2-2.4-2.7-2.6zm-.6-2.3c-.1-.7 0-1.5-1.5-.9-1.5.7-3.3 1.7-3.5 2.4-.3.7-1 2.8-.2 2.7.8 0 2.1 1.7 2.7.4.6-1.2 2.3-1.2 2.4-2.9.1-1.7.3-.6.1-1.7zm2.1 5c-.6-1-2-1-2.9-.2-.8.8-2.2 2-1.5 2 .7.1 2.6 1 3.7.3s1-1.5.7-2.1zm-10.5 4.2c-.4-1.2 1.4-2.7 1.4-3.7.1-1 .8-1.5 1.8-.4 1 1 2 2.8 2.1 3.6 0 .8-.1 0-1.4.4-1.4.3-3.9.1-3.9.1z"/>
<path fill="#494037" d="M504.2 290.1s.4.7.2 1.2c-.1.6-1 1-1 1z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".6" d="M546.4 291.2s-10.6-11.7-18.6-13.3c-8.1-1.6-13.2-.2-15.6 1.7-2.4 2-10.4 8.3-11.3 13.2l10.5.4s2.2-4.6 9.2-4.3c7 .3 8 2.8 7.6 3.4-.4.6-.6 2.5 2.2 3.8 2.7 1.3 4 4.3 4 4.3"/>
<path fill="url(#ac-d)" d="M122 250.5s18.2-20.1 32-22.9c14-2.7 22.7-.3 26.8 3 4.2 3.5 17.9 14.4 19.5 22.6l-18.2.9s-3.7-8-15.7-7.5-14 4.8-13.2 5.8c.8 1 1.2 4.3-3.6 6.6-4.8 2.2-7 7.4-7 7.4l-8.4-4.4s-1.8-2.8-2.7-3.3c-.8-.4-3.5-.8-4.2-1.5-.6-.8-3.4-2.6-3.4-2.6z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#d5ccc0" d="M406.7 277.7s-12.3 9.4-13.2 12.7c-1 3.3 6.9 8.2 6.9 8.2l-1 1.6-4.2-2c-.6 0-1-.8-1.1-1-.1-.3-.8-1.1-1.9-1.4-1-.3-1.2-.2-1.5-.5a7.5 7.5 0 0 0-1.9-1.7c-.6-.3-.7-.6-.7-.8l-1-1.4.4-.6s6.9-8 15.5-12l3.7-1z"/>
<path fill="#fdf2e8" d="M430.8 292.9s-8.6-14.5-15.4-15.6c0 0 3 0 5.7 2 3.1 2.2 9 7.4 11.8 13.5"/>
<path fill="#494037" d="M387.9 292.5c-.5-.7.2-1.5 1-1.6.7 0 2.2-.1 2.2.4 0 .6.3 3-.4 3s-2.4-1.2-2.8-1.8zm5 1.7c0 .6.5 1.2 1 1.1.7 0 1 .5 1 1 0 .3 1.9-.1 2-1.2.3-1.2.4-3.2-.6-3.3-.9-.2-3.4 1.9-3.4 2.4zm2.1 4c0-.6 1.6-.5 1.7-1 .1-.6 1.4-2.5 1.9-1.8.5.6.3 1.4 1 1.6.7.3 1.5.8 1.3 1.1l-1.3 2zm7.1-2.5c-.4.4-1 1.2-1.9.1-1-1-1-1.4.2-1.5 1.2-.1 3.2-.4 3 0 0 .4-.8 1-1.3 1.4zm3.7-2.1c.1-.8-1.7-.2-1.5.4.2.6-1 1.9-.3 1.6.6-.2 1.6-.5 1.8-2zm-2.2-2.2c-.3-1.2-1.6-.3-1.9.2-.3.5-2.6 2-1 1.8 1.7-.2 3.2-.3 2.9-2zm-.2-3c.1 1.2-.5 2-2.2 2-1.6-.1-3.3-1-3.2-2 0-1.1 1.5-2.8 2.5-3.3 1-.6 3.2-1.7 3.3-.6 0 1-.5 2.7-.4 4zm-7 .8c-.2-.8-1.4-2.7-2-2.7a8 8 0 0 0-3.4 1.7c-.6.7-.2 1.5.5 2.1.7.6 2 1 3.1.9 1-.1 2-1 1.8-2zm-.1-6.3s.1 4 1.5 2.7c1.4-1.2 3.4-1.4 3.5-3 .1-1.6-.5-2.1-1.4-2.1-.8 0-3.6 2.4-3.6 2.4zm11 4.6c0 1 .3 1.3-.6 1.3-1-.1-3 0-2.7-.7.3-.8 1-1.7 2-1.7.8 0 1.2.2 1.3 1zm-1.7-4.8c-.6.1-3.4.8-3.3-.2 0-1-.3-1.3-.6-2-.3-.9.2-1.3.9-1.7.7-.5 2.9-.8 3.5-1 .5 0 1 1.3.2 2-.8.5 0 2.7-.7 2.9zm4.1-2.5c-.8.4-2.7 1.1-2.6.6 0-.5-.2-1.6.5-1.6.6 0 3.2.5 2.1 1zm1.9 8c-.7-.3-2.5-1.2-2.1-1.7.3-.4 4.2 0 4.2.7s-.4 2-2.1 1zm-1.6.4c-.6-.1-1.9-.4-1.9 0 0 .5.1 1 1 .9.8-.2 1.7-.7.9-.9zm-.3-4c-1.3-.3-2.6-1 0-1.3 2.6-.3 5.9-.6 5.3.3-.5.9-2.1 2.5-3.3 2-1-.3-.8-.6-2-1zm3-3.2c-.9.3-2-.4-1.5-1.5.5-1 2.6 1.2 1.6 1.5zm3.2-4c-1.2.4-2.2 1.5-2 2.4 0 .8.3 2.8 1.9 2.7 1.6-.1 3.2.4 4-.3.7-.7 2.3-1.8 1-3.2-1.4-1.3-5-1.6-5-1.6zm5 8.5c1.1-.6-1.7-2.2-2.3-2.5-.6-.3-1.9.4-2 .8-.2.4-1.3 1.2-2 1.4-.6.3 0 1.4.7 1.5.6.1 2.2 2 3 1.4.6-.6 2-2.4 2.6-2.6zm.6-2.3c.1-.7 0-1.5 1.5-.9 1.5.7 3.3 1.7 3.5 2.4.3.7 1 2.8.2 2.7-.8 0-2.1 1.7-2.7.4-.6-1.2-2.3-1.2-2.4-2.9-.1-1.7-.3-.6-.1-1.7zm-2 5c.5-1 2-1 2.8-.2.9.8 2.2 2 1.5 2-.7.1-2.6 1-3.7.3-1-.7-1-1.5-.7-2.1zm10.4 4.2c.4-1.2-1.4-2.7-1.4-3.7s-.8-1.5-1.8-.4c-.9 1-2 2.8-2 3.6-.1.8 0 0 1.4.4 1.3.3 3.8.1 3.8.1z"/>
<path fill="#494037" d="M429.6 290.1s-.3.7-.2 1.2c.1.6 1.1 1 1.1 1z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".6" d="M387.4 291.2s10.6-11.7 18.7-13.3c8-1.6 13.1-.2 15.5 1.7 2.4 2 10.4 8.3 11.3 13.2l-10.5.4s-2.2-4.6-9.2-4.3c-7 .3-8 2.8-7.6 3.4.4.6.6 2.5-2.1 3.8a8.8 8.8 0 0 0-4 4.3"/>
<path fill="#fff" d="M410.2 291.7s.7 60.8 1.6 66.4c1 5.6 4.4 40.5 54.6 61.5 0 0 38.8-16.5 48.7-39.4 10-22.9 8-66 8-66v-23.4l-112.9.9"/>
<path fill="#1b81b6" d="M522.8 311.5s-8.2-5.2-16.2-5.2-13.4 9.3-20 9.3-10-7.2-20.2-7.2c-10 0-11.4 7.2-18 7.2-6.5 0-14-9.3-20.9-9.3-7 0-15.9 6-15.9 6l.1 21s9-6 15.9-6c7 0 14.3 9.3 21 9.3 6.5 0 7.8-7.2 18-7.2 10 0 13.5 7.2 20.1 7.2 6.6 0 12-9.3 20-9.3s16.3 5.1 16.3 5.1l-.1-21m-100.7 74a19 19 0 0 1 5.7-1c7 0 14.3 9.3 21 9.3 6.5 0 7.8-7.2 18-7.2 10 0 13.5 7.2 20.1 7.2 6.6 0 12-9.3 20-9.3 1.7 0 3.5.3 5.2.7 6 1.3-34.9 34.5-45.3 34.5-10.3 0-50-32.4-44.7-34.2m97.6-18a32.3 32.3 0 0 0-13-3.4c-7.9 0-13.3 9.3-19.9 9.3-6.6 0-10-7.2-20.2-7.2-10.1 0-11.4 7.2-18 7.2s-13.9-9.2-20.9-9.2a31 31 0 0 0-13.4 4.6c-1.5.9-2.5-16-2.5-16s9-6 15.9-6c7 0 14.3 9.3 21 9.3 6.5 0 7.8-7.3 18-7.3 10 0 13.5 7.3 20.1 7.3 6.6 0 12-9.4 20-9.4s16.3 5.2 16.3 5.2-1.2 16.6-3.3 15.7"/>
<path fill="url(#ac-i)" d="m643.2-61.7-1.3 1.6c.4-.5.9-1 1.2-1.6m-88.7-17.2 1 3-1-3m50.2-50.6-49.2 53.7a55 55 0 0 0 8.6 15.4l39-42 .5.5 1.4-1.2 38.3 41.4c4-5.4 6.7-11 8.6-17l-47.2-50.8" transform="translate(-136.2 449.1)"/>
<path d="m415.5 372.3.4.4 51-54.8 50.7 54.8.4-.4-.5-.3v.2c-.3.6-1.6 3.8-3.6 7.5-1.9 3.7-4.5 8-7.3 11.2l.4.4.4-.4-40.5-44.1-41.2 44 .4.5.5-.4v-.1a94 94 0 0 1-4.9-7 49 49 0 0 1-5.7-11.7l-.5.2.4.4-.4-.4-.6.1a52 52 0 0 0 6.3 12.8c2.4 3.7 4.5 6.4 4.5 6.4l.4.5 40.8-43.6 39.9 43.6.5-.5c3.2-3.4 6-8.2 8-12.1 2-4 3.2-7 3.2-7l.1-.4-51.8-55.9-52 55.9v.3l.6-.1m51 45.8h.9l-.5-.2-.5.2zM411 290.8l-.9.9h1l-.1-.9z"/>
<path d="m470.3 289.9-.8 1.8h53a5395.5 5395.5 0 0 1-1 37.5l-.6 19.2-.1 2.4v2.4a62.6 62.6 0 0 1-.4 4.7 61 61 0 0 1-1.9 9.2c-1.6 6-4.3 11.8-7.7 17a73.3 73.3 0 0 1-12.2 14.4c-4.7 4.3-9.8 8-15.2 11.3a107.5 107.5 0 0 1-8.3 4.5 86.7 86.7 0 0 1-8.2 3.6l.5.2h-1l.5-.2a87 87 0 0 1-8.2-3.6 107.7 107.7 0 0 1-8.3-4.5c-5.4-3.3-10.5-7-15.2-11.3-4.6-4.2-8.8-9-12.2-14.3-3.4-5.3-6.1-11-7.8-17a61 61 0 0 1-1.8-9.3 64.2 64.2 0 0 1-.4-4.7v-2.4l-.2-2.4-.7-19.2a5591.2 5591.2 0 0 1-1-37.5h-.8l.8-.9v.9h37.3l-1-1.8h-38v1a6280.4 6280.4 0 0 0 1 57.6l.2 2.4v2.4a67.2 67.2 0 0 0 .4 4.9 63.3 63.3 0 0 0 1.7 9.6 64.4 64.4 0 0 0 8 17.9 77.7 77.7 0 0 0 12.5 15c4.8 4.5 10 8.4 15.5 11.8a111 111 0 0 0 8.5 4.8 103.1 103.1 0 0 0 9 4l.7.2.6-.2a70 70 0 0 0 9-4 110.5 110.5 0 0 0 8.6-4.8 99.7 99.7 0 0 0 15.5-11.8 76 76 0 0 0 12.6-15 64.3 64.3 0 0 0 7.9-17.9 63.3 63.3 0 0 0 1.8-9.6 66.3 66.3 0 0 0 .3-5v-2.3l.1-2.4c.3-6.4.4-12.8.5-19.2l.7-38.5v-1l-54.2.1"/>
<path fill="#979696" d="M516.8 366.1a64 64 0 0 1-.9 3l1.5 1.6a58.2 58.2 0 0 0 1.1-3.6l.1-.3a44 44 0 0 0-1.9-.7m2.7-35.5v.5c0 6.5-.1 12.6-.5 18.4l2 1v-2.1l.6-16.8a44.4 44.4 0 0 0-2.1-1m1.3-38.8h-.2c0 .1-.4 7.2-.7 18a42.4 42.4 0 0 1 2.3 1.2 1314.4 1314.4 0 0 1 .5-19.2h-1.9"/>
<path fill="#2a647e" d="M519.8 309.8c-.2 6-.4 13-.4 20.8l2.1 1v-2.4a3729.3 3729.3 0 0 0 .6-18.2 41.6 41.6 0 0 0-2.3-1.2m-.9 39.7c-.3 5.8-1 11.3-2.2 16.6l2 .7a61 61 0 0 0 1.6-9 63 63 0 0 0 .4-4.6v-2.4l.1-.4a44.7 44.7 0 0 0-1.9-.9m-14 40.4a111.6 111.6 0 0 1-38 26.6v1.4c2.7-1 5.5-2.3 8.2-3.6a107.6 107.6 0 0 0 8.3-4.5c5.4-3.3 10.5-7 15.1-11.3a79.3 79.3 0 0 0 7.3-7.6l-.8-1"/>
<path fill="url(#ac-j)" d="M651.8-78.7A58 58 0 0 1 642-60l.8 1a68.9 68.9 0 0 0 4.2-6 62.7 62.7 0 0 0 6.2-12.3l-1.4-1.5" transform="translate(-136.2 449.1)"/>
<path d="m505.8 389.1-.3.1-.1.3-.4.4.8 1 .8-1-.9-.9m10.2-19.9c0 .5-.2.9-.3 1.3l1.4 1.5.4-1.2zm-49 48.8v.2h.5l-.5-.2"/>
<path d="m521.8 320.1-.2 9v2.5l-.7 16.8v2l-.1.4v2.4a62.6 62.6 0 0 1-.5 4.7 61.1 61.1 0 0 1-1.7 9v.2a59 59 0 0 1-1.6 4.8 62.6 62.6 0 0 1-6.2 12.3 69 69 0 0 1-5 6.7 79.2 79.2 0 0 1-7.3 7.6 99 99 0 0 1-15.1 11.3 107.5 107.5 0 0 1-8.3 4.5 86.6 86.6 0 0 1-8.2 3.6l.5.2h-.5v.6c8-3.5 13.3-6 18.9-9.5 35.5-22.5 35.6-45.8 35.9-78.1l.1-11m1-28.5-2 .2h1.8l-.3 11.3a744.2 744.2 0 0 1 .5-11.5"/>
<path fill="#fff" d="m417.2 367.1-1.7.9 1.7-1"/>
<path fill="#00b5d2" d="m414.8 350.8-1.8 1.1a57.5 57.5 0 0 0 .4 6 60.9 60.9 0 0 0 1.8 9.2l.3.9a48.9 48.9 0 0 1 1.7-1c-1.4-5.2-2-10.5-2.4-16.2"/>
<path d="m413 351.9-.3.2c.4 5.6 1.1 11 2.4 16l.4-.1a61 61 0 0 1-2.1-10.1 64.2 64.2 0 0 1-.4-4.7v-1.3"/>
<path fill="#00b5d2" d="m414 311-2.3 1.4.3 11.4.1 5.4.2 3.7 2-1.2v-.6c0-7.4-.1-14.3-.3-20.1"/>
<path d="M412 323.8v9.2l.3-.1-.2-3.7-.1-5.4m6.6 45.2-.6.6z"/>
<path fill="#00b5d2" d="m428.5 389.6-.9 1a79.2 79.2 0 0 0 7.6 8c4.7 4.2 9.8 8 15.2 11.2a107.4 107.4 0 0 0 8.3 4.5 87 87 0 0 0 8.2 3.6l-.5.2.5-.2v-1.3a112.2 112.2 0 0 1-38.4-27"/>
<path fill="url(#ac-l)" d="m603-131.2-48.6 52.3 1 3-1-3-1.5 1.6a62.7 62.7 0 0 0 6.3 12.4 68.8 68.8 0 0 0 3.9 5.4l.9-1a55 55 0 0 1-8.6-15.3l49.2-53.7-1.5-1.7" transform="translate(-136.2 449.1)"/>
<path d="m427.8 388.7-1 1 .8.8.9-1-.7-.8m-9.8-19-1.4 1.6.1.5 1.5-1.6-.2-.6m48.8-52.5L418.5 369l-.6.6.2.6 48.7-52.3 1.5 1.7.4-.4zm0 100.8-.5.2h.5v-.2"/>
<path d="m416.6 371.3-.5.5c4.3 13.5 13.2 25.6 32 37.4 5.5 3.5 10.7 6 18.8 9.5v-.6h-.5l.5-.2c-2.7-1-5.5-2.3-8.2-3.6a107.7 107.7 0 0 1-8.3-4.5c-5.4-3.3-10.5-7-15.2-11.3a79.2 79.2 0 0 1-7.6-8 68.6 68.6 0 0 1-4.6-6.3 62.6 62.6 0 0 1-6.3-12.4z"/>
<path fill="url(#ac-m)" d="m604.9-103.1-1.4 1.2L642-60l1.2-1.6z" transform="translate(-136.2 449.1)"/>
<path d="m467.3 347.2-.3.3 38.4 42c0-.1 0-.2.2-.3l.1-.2z"/>
<path fill="#405d66" d="m505.6 389.2-.2.3.2-.3"/>
<path fill="#24ab5f" d="m505.6 389.2-.2.3.2-.3"/>
<g transform="translate(316.5 145.5) scale(.58162)">
<path fill="#405d66" d="M327.5 416v.1z"/>
<path fill="#24ab5f" d="M327.5 416v.1z"/>
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.4" d="m248.3 298.1-20.7-7.2a13 13 0 0 0-9.4 1.5c-2.2 1.6-6.4 1.5-6 .6.6-1 3-2.6 3-3.8 0-1.3 7.4-3.6 7.4-3.6l-6.1 1.2c-2.6.7-2.5-.8-5.2-.6-2.6.2-6 3.8-7.2 5.6a3.6 3.6 0 0 1-5.5.6c-1.6-1.6-6.9-2.4-9.4-1.5-2.6 1-19 6.5-20.7 7.2-1.8.8-1.3 2.5 5 2.6 6.1.1 12.8-.6 14.7-1.9 1.9-1.3 5 1.4 6.9 3 1.9 1.7 4.7 1.8 6.3 0 1.7-1.7 2.5-1 2.6 1.3.1 2.3 2.3 3.2.5 3.9-1.8.7-6.1 4.2-5.3 5 .4.6 1 .7 1.4.7 0 7 7.8 5.7 7.8 5.7s7.8 1.3 7.8-5.7c.4 0 1-.1 1.3-.7.8-.8-3.4-4.3-5.2-5-1.9-.7.3-1.6.4-3.9.1-2.3 1-3 2.6-1.2 1.6 1.7 4.5 1.6 6.4 0 1.9-1.7 5-4.4 6.8-3.1 2 1.3 8.6 2 14.8 2 6.2-.2 6.8-1.9 5-2.7z"/>
<circle cx="210.7" cy="288.5" r=".5"/>
<path fill="#fed468" stroke="#000" stroke-miterlimit="10" stroke-width=".6" d="M206.3 303.4s-.6 2.7 0 4.7c.2.6-1.5 2-.3 2.2 1.2.3 2.6.1 2-.8-.8-1-1-4.2-.9-5.5m3.6-.6s.6 2.7 0 4.7c-.2.6 1.4 2 .3 2.2-1.2.3-2.6.1-2-.8.7-1 .9-4.2.9-5.5"/>
<path fill="#b5b5b6" d="M189.3 293.3c.3-1.4 4-.9 5 0a17 17 0 0 0 6.3 2.3c1.4 0 .8 1.8-1.3 1.4-2-.4-4.7-2.7-6-2.8-1.2 0-4.5 1.6-4-1zm13.8 7.6c-1.7.3 2.4-4.9 2-2.5-.3 2.4-.4 3.7-.2 5 .3 1.2-.4 2.6-1-.7-.5-3.3-.2-1.9-.8-1.8zm21.8-8.3c-.3-1.4-3.7.6-4.7 1.4-1 .9-4.9 2.3-6.3 2.3-1.4 0-1 2.4 1.2 2 2-.4 5-2.7 6-3.3 2.8-1.7 4.3.1 3.8-2.4zm-11.6 8.3c1.8.3-2.4-4.9-2-2.5.4 2.4.5 3.7.3 5-.3 1.2.3 2.6.9-.7.5-3.3.2-1.9.8-1.8zm-6.8 10.4c1-1.4 3.1 1 3.6 0 .6-1 1.7-1.2 3-.6 1.4.7 1.7 1.8.3 1.7-2.6-.2-1.4 1.4-4 1.2-2.5-.2-4.4-.4-3-2.3zm-35-14.3s-1.7 3.2 2 2.1c3.6-1 6.2.4 9.5-.8 3.3-1.1 8-2.3 8.7-.5.6 1.8.4 1.9-1.2.9-1.6-1-3.3.3-4 .7a82 82 0 0 1-13 1.3c-2.9-.2-7.2-1-5.4-2.4 1.8-1.3 3.3-1.3 3.3-1.3zm73.6 0s1.7 3.2-2 2.1c-3.6-1-6.2.4-9.5-.8-3.3-1.1-8-2.3-8.7-.5-.6 1.8-.4 1.9 1.2.9 1.6-1 3.3.3 4 .7a82 82 0 0 0 13 1.3c2.9-.2 7.2-1 5.4-2.4-1.8-1.3-3.4-1.3-3.4-1.3z"/>
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.4" d="m348.3 298.1-20.7-7.2a13 13 0 0 0-9.4 1.5c-2.2 1.6-6.4 1.5-6 .6.6-1 3-2.6 3-3.8 0-1.3 7.4-3.6 7.4-3.6l-6.1 1.2c-2.6.7-2.5-.8-5.2-.6-2.6.2-6 3.8-7.2 5.6a3.6 3.6 0 0 1-5.5.6c-1.6-1.6-6.9-2.4-9.4-1.5-2.6 1-19 6.5-20.7 7.2-1.8.8-1.3 2.5 5 2.6 6.1.1 12.8-.6 14.7-1.9 1.9-1.3 5 1.4 6.9 3 1.9 1.7 4.7 1.8 6.3 0 1.7-1.7 2.5-1 2.6 1.3.1 2.3 2.3 3.2.5 3.9-1.8.7-6.1 4.2-5.3 5 .4.6 1 .7 1.4.7 0 7 7.8 5.7 7.8 5.7s7.8 1.3 7.8-5.7c.4 0 1-.1 1.3-.7.8-.8-3.4-4.3-5.2-5-1.9-.7.3-1.6.4-3.9.1-2.3 1-3 2.6-1.2 1.6 1.7 4.5 1.6 6.4 0 1.9-1.7 5-4.4 6.8-3.1 2 1.3 8.6 2 14.8 2 6.2-.2 6.8-1.9 5-2.7z"/>
<circle cx="310.7" cy="288.5" r=".5"/>
<path fill="#fed468" stroke="#000" stroke-miterlimit="10" stroke-width=".6" d="M306.3 303.4s-.6 2.7 0 4.7c.2.6-1.5 2-.3 2.2 1.2.3 2.6.1 2-.8-.7-1-1-4.2-.9-5.5m3.6-.6s.6 2.7 0 4.7c-.2.6 1.4 2 .3 2.2-1.2.3-2.6.1-2-.8.7-1 .9-4.2.9-5.5"/>
<path fill="#b5b5b6" d="M289.3 293.3c.3-1.4 4-.9 5 0a17 17 0 0 0 6.3 2.3c1.4 0 .8 1.8-1.3 1.4-2-.4-4.7-2.7-6-2.8-1.2 0-4.5 1.6-4-1zm13.8 7.6c-1.7.3 2.4-4.9 2-2.5-.3 2.4-.4 3.7-.2 5 .3 1.2-.4 2.6-1-.7-.5-3.3-.1-1.9-.8-1.8zm21.8-8.3c-.3-1.4-3.6.6-4.7 1.4-1 .9-4.9 2.3-6.3 2.3-1.4 0-.9 2.4 1.2 2 2-.4 5-2.7 6-3.3 2.8-1.7 4.3.1 3.8-2.4zm-11.6 8.3c1.8.3-2.4-4.9-2-2.5.4 2.4.5 3.7.3 5-.3 1.2.3 2.6.9-.7.5-3.3.2-1.9.8-1.8zm-6.8 10.4c1-1.4 3.1 1 3.6 0 .6-1 1.7-1.2 3-.6 1.4.7 1.7 1.8.3 1.7-2.6-.2-1.4 1.4-4 1.2-2.5-.2-4.4-.4-3-2.3zm-35-14.3s-1.7 3.2 2 2.1c3.6-1 6.2.4 9.5-.8 3.3-1.1 8-2.3 8.7-.5.6 1.8.4 1.9-1.2.9-1.6-1-3.3.3-4 .7a82 82 0 0 1-13 1.3c-2.9-.2-7.2-1-5.4-2.4 1.8-1.3 3.3-1.3 3.3-1.3zm73.6 0s1.7 3.2-2 2.1c-3.6-1-6.2.4-9.5-.8-3.3-1.1-8-2.3-8.7-.5-.6 1.8-.4 1.9 1.2.9 1.6-1 3.3.3 4 .7a82 82 0 0 0 13 1.3c2.9-.2 7.2-1 5.4-2.4-1.8-1.3-3.4-1.3-3.4-1.3z"/>
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M311 433.1c-2.3-1-23.7-8.2-27-9.4-3.5-1.2-10 .1-12.5 2-2.8 2-8.4 2-7.7.7.7-1.3 3.8-3.4 3.8-5s9.7-4.8 9.7-4.8l-8 1.7c-3.3.8-3.2-1-6.7-.8-3.5.2-8 5-9.5 7.4a4.8 4.8 0 0 1-7.3.7c-2-2.1-9-3.1-12.3-2-3.4 1.3-24.8 8.5-27.2 9.5-2.4 1-1.7 3.3 6.5 3.4 8.2.1 17-.8 19.4-2.5 2.5-1.8 6.5 1.9 9 4s6.3 2.3 8.4 0c2.1-2.3 3.2-1.3 3.4 1.6 0 3 3 4.3.6 5.1-2.4 1-8 5.6-6.9 6.7.5.7 1.1.9 1.8.8 0 9.2 10.2 7.6 10.2 7.6s10.2 1.6 10.2-7.6c.6 0 1.3-.1 1.8-.8 1-1.1-4.5-5.8-7-6.6-2.3-1 .6-2.2.7-5.2.1-3 1.3-3.9 3.4-1.6 2.1 2.3 5.9 2.1 8.3 0 2.5-2.1 6.6-5.8 9-4a47.9 47.9 0 0 0 19.5 2.5c8.1-.1 8.8-2.4 6.5-3.4z"/>
<circle cx="261.8" cy="420.5" r=".6"/>
<path fill="#fed468" stroke="#000" stroke-miterlimit="10" stroke-width=".8" d="M256 440s-.9 3.6 0 6.2c.2.8-2 2.6-.4 3 1.5.3 3.4 0 2.5-1.2a18 18 0 0 1-1-7.1m4.7-.9s.7 3.6 0 6.2c-.3.8 1.8 2.6.3 3-1.5.3-3.4 0-2.5-1.2a18 18 0 0 0 1-7.1"/>
<path fill="#b5b5b6" d="M233.7 426.8c.4-2 5.1-1.2 6.5 0 1.4 1 6.4 3 8.3 3 1.8 0 1 2.3-1.7 1.8-2.7-.5-6.2-3.5-7.8-3.6-1.7-.1-6 2-5.3-1.3zm18.1 10c-2.3.3 3.2-6.4 2.7-3.3-.5 3.1-.7 4.9-.3 6.5.3 1.6-.6 3.4-1.3-.9-.7-4.3-.3-2.5-1.1-2.3zm28.5-11c-.4-1.8-4.7.8-6 2-1.5 1-6.5 3-8.3 3-2 0-1.2 3 1.5 2.5 2.8-.5 6.6-3.5 8-4.3 3.6-2.2 5.5.2 4.8-3.1zm-15 11c2.2.3-3.3-6.4-2.8-3.3.5 3.1.7 4.9.4 6.5-.4 1.6.5 3.4 1.2-.9s.3-2.5 1.1-2.3zm-9.1 13.6c1.4-1.8 4.1 1.2 4.8 0 .7-1.2 2.1-1.6 3.9-.7 1.8.8 2.2 2.2.4 2.1-3.4-.2-1.9 1.9-5.2 1.6-3.3-.2-5.8-.6-4-3zm-46-18.7s-2.2 4.2 2.6 2.7c4.8-1.4 8.3.5 12.6-1 4.4-1.6 10.6-3.1 11.4-.7.7 2.4.6 2.4-1.5 1.2-2.1-1.3-4.4.3-5.4.8s-13.4 2-17.1 1.8c-3.7-.2-9.4-1.3-7-3.1 2.4-1.8 4.4-1.7 4.4-1.7zm96.8 0s2.2 4.2-2.6 2.7c-4.8-1.4-8.3.5-12.6-1-4.4-1.6-10.6-3.1-11.4-.7-.8 2.4-.6 2.4 1.5 1.2 2.1-1.3 4.4.3 5.4.8s13.4 2 17 1.8c3.7-.2 9.4-1.3 7-3.1-2.3-1.8-4.3-1.7-4.3-1.7z"/>
<path fill="url(#ac-n)" d="m204 137.3 13 29.7h83.6l12.8-29.7-54.6-126.5Z"/>
<path fill="#83c453" d="m204 137.3 13 29.7h2.6l-13-29.8 52.2-121.7L311 137.2 298 167h2.6l12.8-29.7-54.6-126.5Z"/>
</g>
<path d="m466.9 151.7 31.8 73.6-7.4 17.3h-48.7l-7.4-17.3zm0-3-1 2.6-31.8 73.5-.2.5.2.5 7.5 17.2.3.7H492l.3-.7 7.5-17.2.2-.5-.2-.5-31.8-73.5-1-2.5z"/>
<g transform="translate(316.5 145.5) scale(.58162)">
<path fill="#fff" d="M445.7 110.8c21.5 8.8 19.6 23.8 10.3 26.8-8 1-13.9 1-18.8.3v-.3c16.3-3.5 8.5-26.8 8.5-26.8zm-80.5 75.5c-.3-.7-4.9-12.5-16.5-29-15.1-21.4-16-28.6-16-28.6l4.7 2s-.9-1.7-1-4.3c-.4-4 .8-9.8 8.3-15.1 3.4-2.4 9-1.6 9-1.6s-1 3-1 6.9c0 3.8.1 8.8 8 23.5l3 5.7.2.1c-3.2 2.8-6.2 4.2-6.2 4.2a9.6 9.6 0 0 0 9 1.6c5.5 12 10 25 10 33.5 0 11.2-7.5 31.3-35.6 35 11.1-1.6 17.2-10.1 17.6-20.9 1.2-11.5-9.5-17.1-21.3-15.4 0 0 4.8-6 13.8-6 8.7 0 13.7 7.8 14 8.4zM161.7 205c4 1.3 8.5 2 13 2a52 52 0 0 0 30.1-12l22.3 28.8c-7.7 3.8-10.7 17.6-10.7 17.6a19.1 19.1 0 0 1-3.5-19.7l-.4 1c-2.5 5.5-12.3 7.1-12.3 7.1.6-6.6 4.3-18 4.3-18s-4 4-12.9 9-30.5 3.4-42.3-10.4c-9.2-10.7-8.5-25.1-6.4-36.7l-.2 2.9c0 16.1 8.2 24.8 19 28.4zm-8-104.4c6.2.7 12 3.8 12.8 13.3-6.3-1.2-17.5 8.7-17.5 20.3 0 5.3 2.3 9.7 4.8 13 3.1 3.9 6.4 6.1 6.4 6.1a21.7 21.7 0 0 1-17.5-11.7c.2.5 1.7 6.5-2 13.8-11 20.6-26.5 18.2-26.5 18.2a52.3 52.3 0 0 0 11.6-18.5c1.5-4 8.8-18 11-22 2-4-.3-7.3-3.2-4.5 0 0-20.8 16.8-30.4 19.8-3 1-7.6 1.3-12.5 0a25.5 25.5 0 0 1-14-10.1c22.7-.6 57.5-23.7 58.6-24.4-.7.3-13.2 4.9-24.9 1.3-12-3.6-27.7 6.3-27.7 6.3s1.7-7 7-10.2c5.4-3.3 19-3.7 19-3.7s-3-1-6-5.5c-3-4.4 2-12.2 2-12.2a33 33 0 0 0 11 12.2c4.4 2.9 18.4-.5 24-.7 2.6 0 8.5-1.4 14-.8z"/>
<path fill="#dedede" d="m209.7 201.5-2.7 7.2 4.8-4.8zm8 10.6-5 10 7-7.6zm-70.3-89s-4.9 4.7-3.9 13c1 8.4 3 2.4 2.7 0-.1-.7-1-2.4-.6-4.4.7-4.3 2.9-10 1.8-8.5zm6.1-9.3s-10.8 9.2-16 9.9c-5.1.7 1 2.2 2.7 2.8 1.7.6 3.3-.9 3.3-1.7 0-.9 12.8-11.8 10-11zm-17-6.8s4.9-3 13.7-1.8c8.9 1.2 16.4 2.4 8.8 2.8-7.6.4-25 6.7-25 6.7s14.6-6.2 7-6.3c-7.8-.2-4.6-1.4-4.6-1.4z"/>
<path fill="#2b5f31" d="M170 109.4s-1 17.3-11 32.1c-10 14.9-14.4 27.7-14.4 35 0 7.4 17 24.6 17 24.6s4-18 10.7-19.1c6.7-1-1.7-4.6-8.6 0-7 4.6-10.2 5.7-8-.6 2.2-6.3 12.8-19.1 18-26.3 5.3-7.1 16-22.3 10.7-20.5-5.3 1.8-5.2 2.6-4.6-1 .6-3.7 2-16.8-3.6-22.5-5.6-5.8-5.8-6-6.3-1.7z"/>
<path fill="#294527" d="m157.9 173.7-7.1-4.8c-2.7-1.7-2-6.3 3.5-2.8 5.5 3.6 6 4.6 6 4.6m-13.6-1.8s7.7 5.2 9 7.7c0 0-3.3 9.2-2.6 12.5.6 3.3 6.8-7.3 11-7.1 4.1.2-2.3 4.6-2.5 8.7-.2 4.1.2 13.2.2 13.2s-5.2 0-10.5-5c-5.4-4.8-6.2-20.6-4.6-30zm23-50.3s4.9 4 5.4 10.6c.5 6.5-3.7-3.8-5.3 1.5-1.7 5.4 6 4.4 2.5 7-3.6 2.5-7.6-5-7.6-5s5-9 5-14.1z"/>
<path fill="#172716" d="M169.8 120s5.6 5.4 6.4 9c.9 3.4.5 8-1.6 3.7a35.9 35.9 0 0 0-6.7-8.4zm-18.5 79s-2-8.1-1-15.7-2.7-10.2-2.8-3.4c0 6.8-.8 15-.8 15z"/>
<path fill="#294527" d="M78.1 113.9s-5.5 10.3-4.7 15.2c1.8 10.7 12 17 12 17S59.2 140 58.7 128c-.5-12 19.4-14 19.4-14"/>
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width=".6" d="M301.2 96s3.8-1.3 5.2-.7c1.5.6 3.7 1.7 5.3.7l2.9-11.7s-4.4-1.7-7.4-.8c-3 .8-4.1-1.3-4.1-1.3"/>
<path fill="#2b5f31" d="M370.5 114.2s6.6 26-9.7 33.7c0 0-4.2 4 2.8 4.3 7.1.2 13.1-10.5 13.1-10.5l2.4 9.4 4.2-3.2-4.2-27z"/>
<path fill="#294527" d="M456 137.6s-23.5 5.8-54.4-13.9c-17.3-11.6-15.6-12.9-15.6-12.9s-13.8-9.2-17-3.6c-3.3 5.6 8.7 13 11.4 26.2 2.6 13.3 4.5-.7 4.5-.7l-2.2-4.4s26.7 20.5 35.9 22.6c9.3 2.2 36.8-14.7 37.4-13.3z"/>
<path fill="#294527" d="M373.7 105.8s9.4 8.7 21.4 12.4c7.1.9 13.6-.4 20.8 0 7.2.4 16.3-1 19.6 1.7 0 0-10-13-25.3-12.7-15.3.3-36.5-1.5-36.5-1.5z"/>
<path fill="#2b5f31" d="M423.1 118.6s-2.3-9.7-19-10.1c-16.5-.4-28-1.3-5.7-3.6 17.4-5.9 10-13.7 10-13.7s12 .3 10.8 8.2c-1.1 8-3.4 8-3.4 8s15.8 2 22.4 14.2c0 0-4.4-5.1-15-3z"/>
<path fill="#172716" d="M412.4 109.9s5.2 1.3 4.7 4-2.7 1.8-3.9.8c-1.1-1-3.5-4.2-.8-4.8z"/>
<path fill="#294527" d="M346.2 110.4s12.9-4.3 19.5 2.4c8.3 8.2-2.1-8.5 13.4-6.3s-16-5.8-26.9-2.1c-10.8 3.7-14.8 13.8-14.8 13.8s6-7 8.8-7.8z"/>
<path fill="#2b5f31" d="M454.8 138.3s-6 1-10 3c-4.1 2-19 6-25.2 3-6.2-3-4.5-4.5-2.7-5.7 1.8-1.2-.5-3.2-3-1.3-2.3 2-6.7 1.3-4.3-.8 2.3-2.1 1.1-4.4-.7-3-1.8 1.6-5.1-5-7.3-3.8-2.2 1.2-2 4.4-5.6 3.9-3.6-.5-19-19.7-16.4 1 2.7 20.8-1.7 13 1.2 18.6 2.9 5.6 7.3 13.2 16.8 13.9.8.2-2.3-2.2-5.4-12.5l-4.1-13.4-3.7-9.3-2-4.5 11 8.5s13 10.2 18.3 12.3c5.3 2.1 11.8 4 14.8 4 2.9-.1 28.3-14 28.3-14z"/>
<path fill="#2b5f31" d="m399.9 124.6-7.8 3.6c-1.5.9 2.1 6.2 4.5 3.5l5.6-5.6 2 .3-6.3 6c-1.2 1.5-.2 1.6 2 3 2.2 1.3 16.8 13.3 31.5 10.5 0 0-2.2 4.3.5 4.4L427 152s-8.6.7-19.5-6.2c-11-7-25.2-18.5-25.2-18.5l11.5-8.5z"/>
<path fill="#294527" d="M431.9 150.3s-19.2-2.4-33.7-13c-14.4-10.6-19.1-15.6-19.1-15.6s8 17 5 17.8c-3.6 1-6.4 4.1-2.2 4.4 4 .2 2 3 .3 3-1.6 0-5 1.5-1.8 1.5 3 0-3.4 3.9 0 11.2 3.3 7.3 15.2 12 22.5 13l-4.5-5.3s-6.8-.5-11.8-6.5c-2.6-2.8 6 4.7 4.1-3.7-.6-4.7-3.9-7.7-5.8-7.7-1.8 0 2-2.5 5.4-.4l-1.3-4.7s-4.6.8-3.3-.9c1.4-1.7 2.6-1.4 2.6-1.4l-5-13 13.3 10s17.1 13 29.5 13.3z"/>
<path fill="#172716" d="m420.1 149 9.5-6.5c1.1-.8 1.5-1.6-1.4-2.4-2.8-.9-5.8-2.1-7-1.2a56 56 0 0 0-5.3 5.7c-.7 1 2 2.6 4.2 4.4z"/>
<path fill="#294527" d="M413.5 96.3s2.9.6 2.4 4.5-8.3 5.7-8.3 5.7z"/>
<path fill="url(#ac-z)" d="M234.5 90.4 234 81l-.2-5.3-1-18.7s-1.7-.8-2.7 0l.7 18.9.2 5 .4 9.8"/>
<path fill="url(#ac-y)" d="m283.7 84.1-.4-11-.1-4.6-.5-14s-1.8-.7-2.8 0l.3 14.1.2 5.4.2 10.3"/>
<path fill="url(#ac-x)" stroke="#000" stroke-miterlimit="10" stroke-width=".4" d="m299.1 109.2 2.2-10.9.8-4.4 2.7-13.7s-1.6-1.2-2.7-.6l-2.9 13.7-1 5.3-2.1 10"/>
<path fill="url(#ac-w)" d="m259 84.4-.4-10.2-.2-5.4-.8-19.6c1-.8 2.9 0 2.9 0l.8 19.5.3 5.8.4 9.8"/>
<path fill="#fff" d="m269.7 85 25.4-1s-1.7 3.9-6.1 3.8c-4.4 0-2-.7-4 1-1.9 1.6-5.9 2-7.9.4-2-1.5-.6.5-3.4-1a15 15 0 0 1-4-3.1zM223 76.2l23-1s-1.6 3.8-5.5 3.7c-4 0-1.8-.7-3.6.9-1.7 1.5-5.3 2-7.1.4-1.9-1.4 0 .9-3 .7-2.9-.2-5.6-4.6-3.8-4.7z"/>
<path fill="#bbbaba" d="M230.6 79.6s6 1.3 5.4-.3c-.6-1.6-.6-2.3.5-2.2 1.2.1 2.2 1.6.4 2.6-1.7 1-5.2 2.2-6.3-.1zm-.8-3.7s-6 1.1-5.8 3.4c0 0-3-.7-2.4-1.7.6-1 8.2-1.7 8.2-1.7z"/>
<path fill="url(#ac-v)" d="m303.9 129.9 7-12.7c2.2-4-.7-4.8-1.8-6-1.2-1.1-1-7.4-1-7.4s-13.7-1.7-21.5-1.7a59 59 0 0 0-17.2 3.5l15.5 32.9 16.7.4z"/>
<path fill="#804e2d" d="M295.6 102.6s-10.4 1.2-14.5 14.6c-1 3.8 3 11.9 3 11.9s-6-5-6-11-.7-13.7-7.6-12.7c-6.9 1 0 0 0 0s10.2-4 21-3.1"/>
<path fill="#523822" d="m290.6 110.9 2.5-5h-2.5l-2.7 4.7zm5.3.4 2.4-4.8h-2.4l-2.5 4.5zm4.1.3 2.1-4.2h-2l-2.3 4zm5 .2 1.8-3.8H305l-2 3.6zm-16.5 17.3 2-4.2h-2l-2.3 4zm4.9.3 2-4h-2l-2.1 3.8zm-6.4-8 2.4-6.5H287l-2.6 6.2zm6 0 2.2-6H293l-2.5 5.8zm5.4.3 2-5.6h-2l-2.3 5.4zm5.6 0 2-5.1h-2l-2 4.9z"/>
<path fill="url(#ac-u)" d="M241.8 138.5c-10.8-4.4-8.7-11.4-17.8-18-7-4.9-24-21-24-21s17.6 12.6 28.5 15.8c2.5.8 3.9 2.2 10.2 2.2v-1.9h4.4v1.9h11c3.9 0 8.9.7 10.6-2.8l4.7-9.1s8.3-1.2 17.5-1.2c0 0-7 9.2-7 12.8 0 3.7 2.5 13.8 14 22l-51.4-.7"/>
<path fill="#806245" d="m239.5 138.4 16.4-.3s-8.5-2.8-14-3.5c-5.5-.7-10.7-6-10.7-6"/>
<path fill="#804e2d" d="M239.1 129.9s-6.7-4.7-7.4-6.5c-.8-1.8 2-.5 3.8.7 1.7 1.1 8.2 1.3 11.9 3a93 93 0 0 1 11.3 7.5s2.8 2.6 9.3-1.2c6.4-3.8-.6 4.8-.6 4.8s-21 2.5-28.3-8.3z"/>
<g fill="none" stroke="#291c11" stroke-miterlimit="10" stroke-width=".3">
<path d="M228 120s3.2 6.2 7.7 11.2c4.5 5 32.7 8 32.7 8"/>
<path d="M268.2 137.6s-20.4-1.6-32.9-6.9"/>
<path d="M267 136.1s-20.4-1.6-33-6.9"/>
<path d="M265.8 134.6s-20.4-1.7-33-7"/>
</g>
<path fill="#804e2d" d="M255.7 129s12.3-.8 12.2 0c-.2.9-1.8 4.7-4.6 4.7-2.7 0-9.4-4.5-7.6-4.6z"/>
<g fill="none" stroke="#291c11" stroke-miterlimit="10" stroke-width=".3">
<path d="M264.8 132.7s-20.4-1.3-33-6.5"/>
<path d="M263.7 131.1s-20.4-1.2-33-6.5"/>
<path d="M262.7 129.2s-20.4-.8-32.9-6"/>
<path d="M261.6 127s-20.3-.1-32.8-5.4"/>
<path d="M260.9 125s-20.5.3-33-5"/>
</g>
<path fill="#379cd1" d="M321.3 153.2s-9.1 3-11.5-1c-2.4-4 .6 8.4 9.2 6.8 8.6-1.6 10-9 10-9z"/>
<path fill="#dce8f7" d="M201.5 139.3s-11.4-2.6-12.6 3.4c-1.2 6 1.2 14.5 10 14.4 8.7-.2 21.5-12.1 21.2-15.4 0 0 13.5 6 18.5 3.4 5-2.5 8.8-9.8 8.8-9.8s7 8.8 17 7.4c10-1.3 10.2-8.1 10.2-8.1s10 11.6 16.1 11.2c6.2-.4 12.4-8.6 12.4-8.6s3.8 17.7 11.6 17.5c7.9-.2 19-10 12.8-15.4-9.8-8.6-13-1.7-13-1.7s-1.9 4-4 .9c-2-3.2-10-11.6-12.8-12-2.8-.4-2 .8-1.1 3.6.8 2.8 3.1 9.2-3.7 9.5-5 .1-17.8-13.2-23.5-13.2-5.8 0-3.7-.8-1.9 5.3 1.9 6.2-.3 5.7-4.2 5.7-4 0-12.3-7-14.6-7.8-2.3-.9-11.6-2-11.6-2s4.5 4.7 4.8 7c.3 2.3.5 5.5-5.4 5.5-5.8 0-11-1.9-13.5-3.9-2.6-2-7.4-4.1-10.6-3.3-3.2 1-2.4.8-1.7 1.4.8.6 6.8 5.2 1.8 10.8-5 5.7-7.5 4.4-7.5 4.4s1.7-9-3.5-10.2z"/>
<path fill="#1b81b6" d="M316.5 141.2s5.7-4 10-.6c0 0-1.4-5.1-5.6-5.3-4.2 0-4.4 6-4.4 6z"/>
<path fill="#379cd1" d="M200.7 147.3s2 3.8-.7 4c-2.8.2-7.5.3-5.8-4.8 1.7-5.1 6.7-4 7.6-2.7 1 1.2 2.4 6.7 2.4 6.7s-2.5-5.5-3.5-3.2z"/>
<path fill="#1b81b6" d="M199.1 147.2s1.8-.7 1.8.9-.2 2.8-2.8 2.8c-2.7 0-4-2.6-3.2-3.9.8-1.3 3.6.7 3.6.7"/>
<path fill="#379cd1" d="M204 160.6c-5.6-.1-14.8-5.5-16.3-10.8l.8-.8a14.4 14.4 0 0 0 12.5 5c5-.3 10.7-3.5 14.1-7.9 1.9-2.4 2.7-4.7 2.4-6.6-.2-.4-.3-.7-.1-1l.2-.7h.7c.4 0 .6 0 3.2 1.9a16.8 16.8 0 0 0 13.5 3.5c4.1-.7 8.1-3.2 9.5-5.9.7-1.2.7-2.3.2-3.4-.6-1.1-.9-2-.4-2.7a1.2 1.2 0 0 1 1-.6c1.9 0 6 4.5 6.7 5.3 2 2.3 5.9 4.8 9.3 4.8h.7c3.3-.4 9.5-2.6 10.9-4.6.2-.4.2-.7.1-.8-.9-2.6-.8-3.5-.4-4a1.3 1.3 0 0 1 1-.6c.7 0 1.5.4 3 2.1l.2.2c2.6 3 8.9 10 14.4 10.1 2.7 0 5.5-1.3 7.5-3.5 1.3-1.5 2.1-3.1 2-4.3-.1-1 0-1.7.4-2.1a1.3 1.3 0 0 1 1-.4c1.6 0 2.9 3.2 3.1 5.5.4 4 4 16 9.4 19.5l-.9.8c-.4-.1-10-2.6-11.1-13v-.2l-.2-1c-2.6 2-8.4 5.8-12.7 5.8h-.4c-5.1-.3-11.1-6.9-13.3-9.3l-6 6.5h-16l-5.1-6.2-4 6.2-8.5 1-3.6 1.9-10.3-4c-.8.8-2.3 4-3.2 5.4-1 1.6-10.7 8.7-10.7 8.7H204z"/>
<path fill="#1b81b6" d="M187.7 149.5s4.4 6.2 13.4 5.6c9-.5 18.6-9.6 17.4-16 0 0-1.2-1.2 2.4 1.5 3.6 2.6 7.7 4.7 14.2 3.6 6.5-1 12.7-6.1 10.5-10.6-2.2-4.5 3.4.3 5.7 3 2.3 2.8 7 5.5 10.8 5.1 3.8-.4 13-3.4 11.9-6.6-1.1-3.3-1-4.7 1.8-1.5 2.8 3 9.3 10.6 15.3 10.6 6.1.1 11-5.6 10.6-8.9-.3-3.2 2.1-.5 2.5 3.2.4 3.8 3.9 16.4 9.8 20.3 0 0-10.3-3.2-11.5-12.3l.2-2.6s-7.6 6.6-13.3 6.4c-5.8-.3-13.5-9.7-13.5-9.7l-5.5 6-16-.1-5.6-4.6-4.4 4.8-8.1 2.6-3.4 1-11-4.3s-.8 3.8-2 5.7c-1.3 2-10.8 9-15.9 8.9-5-.1-15-6.1-16.3-11z"/>
<path fill="#172716" d="M292.9 190.6s-2.2 17.8 1.2 24.5c3.5 6.8 18.3 9.5 13.2 3.5-5-6-14.4-28-14.4-28z"/>
<path fill="#405d66" d="m291.3 246 4 4.2h-11.8z"/>
<path fill="#9bc4c4" d="m290 244.8 2.1 2-9.7 3.4z"/>
<path fill="#fff" d="M274.5 243.7s7.3 4 7.4 6.5c.2 2.6.5 0 .5 0l8-5.1-6.1-4.5z"/>
<path fill="#9bc4c4" d="M275.5 244.3s10.3-2.9 11.3-2.1l-4.6-3-9 3.8z"/>
<path fill="#689f9e" d="M274 244s6.4-3.5 10.7-2.9l-8.4-4.9-5.4 6.8z"/>
<path fill="#2b5f31" d="M309.4 188.6c5.2 6.1 12.5 17 34.3 17.2 21.9.3 9.4 1.8 6 5.8-3.3 4-17.4 9-25.8 4.1-3.2-1.8-8.7-4.1-8.7-4.1l6 9v11.9L309.9 220l-13.7-38 5.5-.6zm-33.2.5s.6 7.7 5.7 16.9c5.2 9.1 7.6 16.5 22 19.9 14.5 3.3-10.8-2.2-11.3-17.7-.5-15.6 0-21 0-21zM262 168.4s-8.9 11.5-5.6 24.5c3.4 13 .8 1.5 6.4-5 5.5-6.7 10.3-10.7 10.3-10.7z"/>
<path fill="#294527" d="M307.9 198.3s6.2 1.2 10.4 5.6a22 22 0 0 0 15 6.6c4-.3 16 0 11.4 2.6-4.5 2.6-7.8 6.6-21.1 1.7-13.4-4.9-15.7-16.5-15.7-16.5z"/>
<path fill="#294527" d="M269.4 163s-9.6 10-9.4 12.7c.2 2.5 2.8 5.8 5.8 5.7 3-.2 7.4-4.2 7.4-4.2s.6 14.5 7.3 17 11.6 2.9 11.7 0v-8.8s2.8 10.9 5 16.6c2.2 5.6 23.8 36.2 20.9 28-3-8.2-10.2-21.9-13.5-28.9-3.2-7-9.4-23.3-3.4-17.8s7.8 8 7.8 8l-9-17.2s-14.8-13.8-30.6-11.2"/>
<path fill="#3e7438" d="M314 210s-20.7-35.2-12.8-19.4c7.8 15.8 14 21.2 14 21.2"/>
<path fill="#172716" d="M314.7 209.1s-12-23.6-13.5-25.8c-1.6-2.2-3.9-1.2-1.1 3.5l13 22z"/>
<path fill="#3e7438" d="M291.5 170.7s-1.1 4.8-1 7.3c.2 2.4 3 .3 3.8-1.4a42 42 0 0 0 1.6-4.7zm-23.4-3.3s.8-2.6 2-4h-3.5s-7.5 8.8-7.9 14.6c-.3 5.8 5.7 7.4 5.7 7.4l1.6-2.1s-4.5-1.5-4.8-5.3c0-2.8.6-5 2-6.3l4.9-4.3z"/>
<path fill="#5fa654" d="M294.3 168.4s5-3.9 6.9-7.4c1.8-3.5 1 4.6 1.6 7 .6 2.2 5.2 5.8 7 0 1.7-6 3.6-9 .2-10.6-3.4-1.7-8.7-6.3-11-5.7-2.3.7-4.4 4-4.4 4z"/>
<path fill="#3b7f3d" d="M292.9 170.2s4.8-5.7 6.2-10c1.3-4.5 3.6-6.2 3.8-4.2.2 2 .7 10.4 1.1 12.8.4 2.4 4.7 0 5.6-3.3.8-3.3 2.5-6.6 2.8-5 .2 1.8 1 6.9-1.5 9.7-2.5 2.7-6 5.7-9.3 4.5-3.3-1.2-8.7-4.5-8.7-4.5z"/>
<path fill="#32517f" d="M275.2 148.7s4.6-2 8.3 0c3.6 1.9 10.5 4.5 10.5 4.5s2 9.3.8 13.6c-1.3 4.3-3 3.9-4.6 2.7-1.6-1.2-5.5-4.4-10.5-5.9l-2.9-.7s5.3-1.5 2.3-8c-3-6.6-3.9-6.2-3.9-6.2z"/>
<path fill="#fff" d="M256.6 147.7s17-2.5 19.8 2.4c2.7 4.8 6.9 13.4-1.2 13.4-8 0-12.8-1-12.8-1z"/>
<path fill="#3b7f3d" d="M257.4 149.4s4.6 9.7 4.7 12c0 2.4-5 2.8-7.7 2.9a108 108 0 0 0-10.2 1.3l-3.7-13.8s.4-2.9 3.7-3.1c3.4-.2 13.2.7 13.2.7z"/>
<path fill="#5fa654" d="M245.5 164.5s2.7-1.2 0-6.4c-2.5-5.3-5.6-7.6-1.3-8 4.4-.4 4.5 3.7 6.5 6.5 2 2.7 7.3 6 5.9.5-1.5-5.5-.4-7.8 1.1-7.7 0 0-3.3-3-4.9-2.6-1.6.4-8.1.3-9.2.3-2.8-.3-6.5 3.8-6.5 3.8s7.4 9.2 7.1 11.7c-.2 2.6 1.3 1.9 1.3 1.9z"/>
<path fill="#32517f" d="M220.9 157s6.5 7.7 7 9.8c.4 2.1 2 2.2 6.2-.3 4.3-2.5 4-.4 7.1-2.4 3-1.9 1.2-5-.7-7-2-2-14.7-5.5-17.1-4a5.2 5.2 0 0 0-2.5 4z"/>
<path fill="#6488bd" d="M232.5 155.9s-.2 6.2 4.9 5.5c5-.7 2.3-5 1.2-6.4-1.1-1.3-3.3-5.3-6.4-4.9-3.1.5-6.1.4-5 1.6 1.2 1.2 5.3 4.2 5.3 4.2z"/>
<path fill="#161341" d="M227.1 151s8.6 3.8 10 6.4c1.4 2.5-2 3.2-3.3 1.6-1.3-1.7-4-4.2-5.7-4.7-1.6-.5-4.3-3.6-1-3.4z"/>
<path fill="#491918" d="M295.4 250.2s-8.2-10.4-20.9-14.5c-12.6-4.1 18-10.3 23.1-9.2 5.1 1 12.9 4.9-2.2 23.7z"/>
<path fill="#fff" d="M295.4 250.2h5.8s11.3-10 12-18l-10 4s-3.9 8.4-7.8 14z"/>
<path fill="#9bc4c4" d="m302.5 237 10.8-5s-10.7 11.9-14.6 13.4c0 0 1 .3 3.8-8.3z"/>
<path fill="#689f9e" d="M273.4 192.7H211l21.2 31.8s-11.5 14.8-4 25.9l8.2 12.2 27.3-9.4s8.4-24.5 29.3-26.7l-3-8.2s-12.8-9.6-14.8-25.6z"/>
<path fill="#405d66" d="M251.2 199s-6.7-1-15.1 2.1c-8.4 3-6.3-1-4.5-2.3 1.8-1.3-5.7.2-4.4.5 1.4.4-1.7.9 1 3.6 2.5 2.8.3 2.3-2.3 2.8-2.7.5-3.8.8-5-3.7-1.2-4.6.5-6 5.6-6h27.7z"/>
<path fill="#fff" d="M256 235.7s1.6-1.2 2.9 0c1.3 1.3 5 7.2 2.3 4.9-2.6-2.4-6-5-5.1-4.9z"/>
<path fill="#405d66" d="M243.3 241.6c0 1.6.3 3.6 5.8 2.2s3.9-1.9 1.6-5.6c-2.2-3.8-18.7-30.5-21.1-30.3-2.4.2 13.7 22.7 13.7 33.7zm21.1-45.6s3.3 8.4 3.5 15.8c.2 7.4 2.5 6.1 1.7-1.9-.9-8-1.9-10.7 1-11 2.8-.2 1 4.8 1.5 11.9.5 7.1-1 10.6-2.3 11.5l4.8-3 4-1.9 7.3-2.6s-8.7-9.8-10-18.8h-11.5z"/>
<path fill="#689f9e" d="m275.8 196.8-1.2 14v8.5l4.7-2.2c1.2-.4 0-11.8 0-11.8s-2.9-4-3.5-8.5z"/>
<path fill="#405d66" d="M256 196s-18.8 6.5-22.7 9c-3.9 2.4 3.9-1 5.6 2.2l9.8 19.5c.9 1.5 5.8.3 3.8-3.3-2.1-3.7-9-17.9-10-18.4-1.1-.6 6.3-6.6 24.7-8.2 18.4-1.6-11.1-.8-11.1-.8z"/>
<path fill="#9bc4c4" d="M235.5 261.4s-2.5-19.6 4.2-16.7c6.7 2.9 5.9-13.6-16.7-37.3-12-12.5-6.4-11.6-1.4-11.6l50.5.2s-8.2-8.4-14.1-1.1c-.5.6-1-6.4-1.9-6.5a72.8 72.8 0 0 0-3-.3c-18.6-1.5-39.5.7-47.4 1.7-7.8 1-.8 5.6.8 7.6l22.6 29s-8.3 9-5.8 15.9c2.6 6.8 12.2 19 12.2 19z"/>
<path fill="#689f9e" d="M261.7 189.8c-.2.2 7-8.2 10.5-7.8 3.5.4.7 13.8.7 13.8s-7.4-3-12.9-3.1"/>
<path fill="#405d66" d="M261.2 190.6s12.4-12.6 11-4.2c-1.3 8.5.4 9.3-2.8 9.5-3.2.2 6.4 0 6.4 0s-1.6-8-1.3-18.7c0 0-9.5 6.5-13.3 13.4z"/>
<path fill="#689f9e" d="M219.2 186s2.7-18.8 30.8-21.9c13.3-1.4 15.8.8 15.8.8s-9.7 7.2-9.7 21.5z"/>
<path fill="#405d66" d="M232.6 169.5s-12.1 6.7-13.4 15.7c-.3 2.6 2.8 1.1 6.7 1.2 3.8.2-1.5-2.5-2.1-3.1-.6-.6-2.8-3.4 6.8-9 8.8-5.1 11.3-9.1 27.6-8.2.6 0-3.7 14.4-3.1 14.4 1 .1 7.7-14 8.9-14l3.2-3.8s-32.6 2.9-34.6 6.8z"/>
<path fill="#fff" d="M227.8 185.7s3.1-8.1 6-10.8c3-2.7 4-.2 2 1.7-2 1.8-.3 4.1 2 .6 2.4-3.5 4-6.4 7.8-7 3.8-.5 1.5.9-2 3.4-3.4 2.5 6.3 1.5 10 6.3 3.6 4.8.6 6.5.6 6.5zm-7-.5s0-4 4.7-9c4.8-5 11-10 11-10s-7.6.2-24.7 14.5c-4 3.5 9 4.5 9 4.5z"/>
<path fill="url(#ac-s)" d="M220.9 181.4c1.8.8 28.6 5 35.4 5l-.6-5z"/>
<path fill="#405d66" d="M235.7 166.2s-7.6 6.7-10.5 10.4c-2.8 3.6 9.2-8.9 25.5-12.5m-35 20.2 40.4 1.8v1.5l-55.9 1m22.4 16.1-7.4-7.3c-.6-.7-.1-2.5 4.5-2.5h56l.5 2.5s-48.5.2-50.5 0c-2-.1 3.5 5.2 4.2 5.7.7.5-6.4 2.5-7.3 1.6z"/>
<path fill="#405d66" d="M235 197.5s-2.6 2.4-4 3.2c-1.6.9 2.3.2 6-1 3.3-.9 6.9-2.9 8.6-2.9m16.5-7.7s9.8-8.5 12.3-8.5l.1-5.7s-5.3 2.5-12.4 14.2zm-12.7-24.7s7.7 1.5 8.8 3.7c1.2 2-1.6-.3-9.5 3.3-7.8 3.7-3.3 2.3-1.3 3 2 .5 6 2 9.3 4.8l.6-2s-2-2.4-6.6-3.9c0 0 6.3-2.1 10-2.6l1.7-2.3s-3.5-1.5-3.7-2.2c-.1-.8.7-2 3.7-1.4 3 .6 2.4 1 2.4 1l2.4-2.3-3.9-.8-6 1.4zm25.1 18.9s-2.8 6.1-9.8 6.9c-7 .7 2.5.6 9.8 0m4 30.2s2-1.3 2.7-1.3c.7 0 7.2 8.2 7.2 8.2m2.9-.6-7.8-7.6 5-1.7s5 4.5 7.8 5.8c2.8 1.3 6 2.8 4.5 4-1.4 1.4 0 0 0 0s-4.6-1.7-9.5-.5m-10.8-10v-9.2l-2-3.6-.5 13.7m-2.8 1.4v-19H274v19.7m-46.8-10.2s2-2 5.1-1.2c3.1.8 1 3.5-2.5 3.4-3.4-.2-2.6-2.2-2.6-2.2zm3.2 5s1.8-1.8 4.5-1.1c2.8.6.8 3.1-2.2 3-3.1-.1-2.3-2-2.3-2zm3 4.9s1.7-1.5 4.2-1c2.4.6.7 2.8-2 2.7-2.8 0-2.1-1.7-2.1-1.7zm3.2 4.9s1.4-1.3 3.6-.8c2.1.5.6 2.5-1.8 2.4-2.4-.2-1.8-1.6-1.8-1.6zm3.1 5s1.2-1.2 3-.7c2 .4.6 2-1.4 2-2-.1-1.6-1.4-1.6-1.4zm11 1.6s1.4-1.3 3.5-.8c2.2.5.6 2.5-1.7 2.4-2.4-.1-1.8-1.6-1.8-1.6zm3.1 5s1.2-1.2 3-.7c1.9.4.6 2-1.5 2-2 0-1.5-1.3-1.5-1.3zm-21.2-6.3 9 14.6c.6.7 2.3 2 5.3 1s4.2.1 1.8 1.4c-2.3 1.2-6.5 2.8-9.2 0-2.8-3-7.1-14.7-7.8-16-.6-1.4.9-1 .9-1z"/>
<path d="M256.6 179.9h-31c-4.4 0-8 1.2-5.7 1.5 2.3.3 36.4 0 36.4 0"/>
<path fill="#689f9e" d="M235 191.6s17.4-1 21-1.8l.6 2.9s-26.7-.3-21.6-1.1z"/>
<path fill="#fff" d="M256 189.8h-45c-3.5 0-6.1 5.1-6.1 5.1h-13.3l11.3-8.6 52.8.5z"/>
<path fill="#fff" d="m204.9 195 24.2 31.3s-6 10.1-5.9 14.3c0 4.2 1.6 6 1.6 6s3-11.6 6.8-17c3.8-5.5 3.4-7.2-4.4-14.5-7.7-7.3-21.4-21.7-21.4-21.7m51.4 10.5c2 .2 3.7.5 4 2.5.4 2 0 3-2 3.4-2 .4-7.3 1.4-8.5 1.9-1.1.5-1.3-.8-2-1.8-.6-1-3.5-3.9 0-5 3.5-1 8.5-1 8.5-1zm4 11.8c2.5 0 5.1 1.9 4.6 4.3-.6 2.4 2 3.7 2 3.7l-9 6.9c-1.7 1.3-2.1-2.5-3-4.7-1-2.3-4.5-5.7-1.6-7.6 2.9-1.9 7-2.6 7-2.6zm14 19.3s-8-7.3-8-7.6c0-.3-6.4 3-7.2 3.8-.8.9-.6 2 2 3.9 2.7 1.8 8.1 6 8.1 6zm-5.8-12.4c-1.5 1.1-3.5 6 .5 2.9s11.5-6.8 18.1-8.5l-2-2.2s-9 2.2-16.6 7.8zm-15.7 20.5c1 3 1.2 6.7 5 5.8 1.4-.3 1.7-.4 1.7-1.6 0-.7-2.2-1.3-2.7-3-1-3.7-5.3-5.6-4-1.2z"/>
<path fill="#689f9e" d="M295.2 215.4s6.5 7 8.7 8.7c2.1 1.8-1.2 1.4-4.3.5-3.2-1 1.6 3.2 1.6 3.2s3.4 2 2.9 4.2-1.2 4.4-1.9 5.7c-.7 1.3 3.9 2.5 10.3-4.7 6.5-7.3-9.6-15.5-17.3-17.6z"/>
<path fill="#331312" d="M276.2 236.3s31.5-14.4 24.4 6.7c0 0 8-13.6-.5-16a26.3 26.3 0 0 0-24.9 8z"/>
<path fill="#6488bd" d="M229.4 168.7s-2.2-6.9-4-8.9c-2-2-3.7-4.9-2.3-4.7a28 28 0 0 1 5.6 2c1 .5.2-3.5-3.9-5.8 0 0-6.7 1.3-7.3 2.6-.6 1.4-3.6 2.3-3.6 2.3s1.5 1 4.8 2.8c3.3 1.7 8.2 8.2 8 9.1-.1 1 1.8 1 2.7.6z"/>
<path fill="#161341" d="M230.9 168c-.3-1.8-.6-4.6-3-7-2.5-2.3-3.3-5-.7-3 2.7 2 5.3 6.1 14 6.1 0 0-3.1 2.2-6.2 2.3-3 .2-4.1 1.5-4.1 1.5z"/>
<path fill="#1f411d" d="M242.5 164.1s3.2 1.3 3-1.2c-.3-2.5-5.7-9.7-7-11-1.1-1.2 2.3-4.8 4-4.8 1.6 0-4.2 1-5.4 1.6-1.2.7-2.6 1-.6 3.7 2 2.6 7.1 7.8 6 11.7zm3.8-17s3.4 3 5.7 8.3c2.4 5.3 3.5 1.9 1-2.7-2.4-4.5-3.6-5.3-3.6-5.3zm9 16.6s-7.3-5.9-9-9c-1.7-3.1-.2 2.1 1.4 5.1 1.7 3 1.5 4 1 4.3-.5.5 4.8-.8 6.7-.4zm3.6-5.6c0-1.1.3-3.8 1.1-1.5.9 2.2 3.6 5.9 2 6-1.4.2-4.7 1.5-4.7 1.5s1.8-1.4 1.6-6z"/>
<path fill="#dedede" d="M260.4 156.2s2.5 4.3 4 2.8c1.5-1.6 5.6-3.2 7.7-2 2.1 1.3 5.2 5 5.1 2.8-.1-2.1-1.8-5-3.2-7.2-1.4-2.2.3-5 1.8-3.3 1.6 1.8 6.4 12 2.2 13.3-4.1 1.3-14.7 0-14.7 0z"/>
<path fill="#bbbaba" d="M265.2 162.9s-.5-2.7.6-2.8c1 0 3.6 2.8 3.6 2.8zm11.9-11.6s1.9 8.4-.3 11.6c0 0 3.8-.5 2.9-4.8a22 22 0 0 0-2.6-6.8z"/>
<path fill="#6488bd" d="M277.8 152.8s2.8-2.6 2.7 0c0 2.5 2.4 11.7 2.5 6.2.1-5.6-1.7-7.2 2-6.4 3.6.8.5-3.2-1.5-4-2-.7-3.4-1-4.1-1-.8.1-2.8 2.6-1.6 5.2z"/>
<path fill="#6488bd" d="M292.3 152.3s-.6 6.2-1 7.8c-.6 1.6-2.5-.5-3.3-2.7-.8-2.3-2.6-5.8-2-1.7.5 4 3.1 8.5 4.6 8.4 1.4 0 2.7-8.8 2.7-11.4z"/>
<path fill="#161341" d="M279.7 157.1s2.3 4.2 3.5 7.8l-5.2-2s1.6-1.7 1.7-5.8zm5.2 8.5s-.6-7.7-1.4-9.6c-.8-2 .6-1.5 1.9 2.2 1.2 3.7 3.6 8.7 4.8 11.3 0 0-3.5-3.2-5.3-3.9zm3-14.7s-.6 2.6.1 4 2.6 7.5 2.6 4c-.1-3.3-1.5-5.4-1-7.3zm6.1 2.3s-.8 4.6-.7 6.7c.2 2.2 1.5 5.6 1 8.5-.5 3 1.7-9.3-.3-15.2z"/>
<path fill="#1f411d" d="M296 172.3s2.7-2.6 3.6-6.7c.8-4 2.2-1.8 1.6 3.9-.7 5.7 4.8 5 6 4.2 0 0-6 2.9-8 .7s-3.1-2-3.1-2zm4-20.6s5.6 4 5.3 8.9c-.4 4.8.5 10 1.9 4.3s.2-8.9.2-8.9-5-4.5-7.3-4.3zm10.8 6.4s2.7 8.6-2.4 14.8c0 0 5.5-4.6 5-8-.7-3.4-2.6-6.8-2.6-6.8z"/>
<path fill="#172716" d="M282.8 164.8c-3.8 1-6.7 4.3-8.3 5.9-1.5 1.6-4.1.4-6-1.2-1.8-1.6 1.6-6.2 1.6-6.2s9-.7 12.7 1.5"/>
<path fill="#172716" d="M289.6 169.4s-.5 9.4-1.1 12c-.6 2.5-4.4.7-7-1.5-2.7-2.3-2-7.8 0-9.6 1.9-1.8 1.6-4.4.4-5.2 0 0 3.8.1 7.7 4.3m3.3.8s1.2 4.8.1 9c-.8 3 2.3 9.6 3.7 11.5 1.4 2 4.4-.3 2.8-3.1-1.7-2.9-2.5-17.9 1.5-9.2 4 8.6 16 28 32.6 27 16.5-.8 0 0 0 0s-11.5-1.6-24.8-17.5c-4.2-5-6.8-12.5-6.8-12.5m-37.3-3.5s.2 2.3 1.5 3.5c1.3 1.3 2 3.9-.4 1.8-2.4-2-3.3-4.9-3.3-4.9l1.5-1.4s.5-.2.7 1zm-8.1 20.8s4.1-1.5 6-4.3c1.7-2.8 0 0 0 0l-4.4 7.8s-1-1.4-1.6-3.5m21.2-8.8 6.9 5.2-7.3-2.1z"/>
<g fill="#b2d9bd">
<ellipse cx="292.5" cy="179.3" rx="1.9" ry="1"/>
<ellipse cx="292.2" cy="176" rx="1.5" ry=".8"/>
<ellipse cx="293.7" cy="173.1" rx=".8" ry=".4"/>
<ellipse cx="303.9" cy="189.9" rx="2" ry=".8"/>
<ellipse cx="306.5" cy="195.2" rx="1.9" ry="1"/>
<ellipse cx="309" cy="199.9" rx="1.9" ry="1.1"/>
<ellipse cx="311.6" cy="204.9" rx="1.8" ry="1.5"/>
</g>
<path fill="#3e7438" d="M270.1 178.3s8-10.2 9.3-11c1.2-.6 2-1-1.1 9.5-3 10.5-.6 14.5-.6 14.5s2.8 7.2 7.5 8.4c4.7 1.2 5.5 1.1 5.8 4 .2 2.9-1.3 5.2-5.3 4.4-4.1-1-.8 1 1.4 3.7 2.3 2.7 14.9 15 9.1 11.3a49.2 49.2 0 0 1-19.5-23.8c-3.8-11.5-2.1-24-2.1-24zm22.5 6.9s4 8.1 6.1 13c2.2 4.9 6.4 14.7 8.5 15 2 .4 7.5-1 7.7 0 0 1.1-1.2 2.4-3 2.5-1.8.1-4.5.8-3.5 1.7 1 .8.9 1.8 4.3 2 3.4 0 5.2.5 5.2 1.3 0 .7-5.8 1.4-4.5 2.7l8 7.8-.3 4.5s-26.7-26.5-28.5-50.5zm21.4 24.4s2.5-.2 4.5 1.2 6.9 5.9 11.3 4c4.4-1.9 7.3-8.8 7.3-8.8h3.8s-1.4 7.3-4.3 8.8c-2.9 1.5 5.6 2.8 10.8-9.3 0 0 7.6-2 11.6-5.6 0 0 1.6 13.5-13 19.2-16.8 6.5-32-9.5-32-9.5l10.4 7.8m-67.8-36.7s3.8 6.3 3.3 8.4c-.5 2.1-3.3 3.8-3.3 3.8s-1.7-7.2 0-12.2"/>
<ellipse cx="277.7" cy="171.8" fill="#b2d9bd" rx="2.4" ry="1.1"/>
<ellipse cx="281" cy="168.5" fill="#b2d9bd" rx=".9" ry=".3"/>
<path fill="#405d66" d="M272.1 243.2s2.7-6.3 8-5.2c5.4 1.2-5.3-2.3-5.3-2.3l-5.4 6.5c-.4.6 2.7 1 2.7 1z"/>
<path fill="#294527" d="M296 213c-1-2.3-2.4-8.6-2.3-11.2.1-2.6-.2-5.3 2.2.8a101 101 0 0 0 5.7 12.2c.7 1.1-4.5 1.6-5.7-1.7z"/>
<path fill="#2b5f31" d="M294.3 201c0 1.1.3 4.6 1 7.4.8 2.8 4.4 4.5 3.4 2-1-2.3-4.5-11.4-4.4-9.4z"/>
<ellipse cx="295.1" cy="204.4" fill="#3e7438" rx=".5" ry="4.4" transform="rotate(-9.5 295 204.3)"/>
<path fill="#095378" d="M188 151.3s5.7 6.4 15.7 7c10 .4 16.8-8.5 18-12.4 0 0-2.2 14.4-16.2 14.9-13.1.4-17.4-9.5-17.4-9.5z"/>
<path fill="#2b5f31" d="M299.4 213.8c-.4-.6 3 .8 3.1 2 .2 1-2-.3-3.1-2z"/>
<path fill="#095378" d="m221.6 145.9-1.5-2.5s8.2 5.8 13.6 6c5.4 0-6 1.2-12-3.5zm25.4-1.2s-1.7 2-3.8 1.8c-2.1-.2 3.4-3.8 3.7-6 .3-1.6-1-2 4.4 1.2 3.6 2.2 8 5.3 10 5.4 1.8 0-4.7.6-4.7.6l-7.9-6zm23.5 1.2c2.8-3.6 4.5-6 4.7-7 .2-1 .8-.5 2.4 1.7 1.7 2 6.8 7.3 14.1 9.5 0 0-9.2-.8-15-8.5 0 0-1.9.7-3.3 2.3-1.4 1.5-3 2-3 2zm33-3.4s1.4 6 3 7.6c1.6 1.6-2.6-.2-1.4 3.1 0 0-3.7-4.4-1.6-10.7zm7.7 7.6s3 4.3 7.1 4.5c4.2.3 6 .4 10.7-4.5 2.5-2.6 1.8-4.7.6-4.2-1 .5-1.5 2.7-2.4 3.4-1 .8-9.4 8.1-16 .8z"/>
<ellipse cx="198.9" cy="148.3" fill="#161341" rx="1.4" ry="1.2"/>
<path fill="#161341" d="M197.1 138.6s7.4.5 7.8 11.5c0 0 2-6.9.1-9-2.9-3.6-7.9-2.5-7.9-2.5z"/>
<path fill="#379cd1" d="M314 144.3s1.7-3 3.7-3.7c1.9-.8 1.6-6.9-1.9-3.9l-4 3.6zm3.9-.7c-1 .8-2.1 2.6-1.4 2.9.8.3 5 1.1 4.8-1-.1-2-3.4-2-3.4-2"/>
<path fill="#1b81b6" d="M318.5 143.9s-1.8-.1-1 .4c.6.5 3.9 1.9 3.8 1.2 0-.6.2-2.5-2.8-1.6z"/>
<path fill="#161341" d="M320.3 144s-2.2-.6-1.5 0c.8.5 2.8 2 2.7 1.2 0-1-1.2-1.3-1.2-1.3z"/>
<path fill="#fff" d="M212.2 157s-9 6.9-6.1 13.2c2.8 6.4 10.8 6.4 10.8 6.4l10.2-7.6s-3.1-10.3-14.9-12z"/>
<path fill="#806245" d="m270.8 113.9 3.6-6.5h-3l-3.2 6.2zm6.7.6 3.6-6.5h-3l-3.2 6.2z"/>
<path fill="#523822" d="M297.3 138.3s-8.1-2.3-10.6-5.6 7 6.8 7 6.8z"/>
<path fill="#dedede" d="M227.8 76s-4.6.8-4.6 2c0 1.3 5.5 3.2 4 .8-1.4-2.4 0 0 0 0l1.5.8s-1.5 2.8-4.2 1.3c-2.8-1.5-6-4.5-4.4-4.6l7.7-.4m9.1-.2s4.8 3 6.2 2.4c1.5-.8 0 0 0 0s-3.8 1.4-6.9-.5c-3-2-.3-1.7.7-2"/>
<path fill="#dedede" d="M226.9 78.6s1.4 0 3.2.7c1.8.8 3.6 2.1 2 1.7-1.7-.4-4.6-2-5.2-2.4"/>
<path fill="#bbbaba" d="M243.8 75.4s.5 2.6-3 2.7c-3.4 0 1.6 1.6 3.6-1s1.6-1.5-.6-1.7z"/>
<path fill="#fff" d="m250 69 25.4-1.2s-1.8 4.2-6.1 4.2c-4.3-.1-2-.9-4 .9-1.9 1.7-5.8 2.1-7.8.5s0 1-3.2.8c-3.3-.3-6.3-5-4.2-5.2z"/>
<path fill="#bbbaba" d="M258.4 72.8s6.7 1.4 6-.3c-.7-1.7-.7-2.6.6-2.4 1.2.1 2.3 1.7.4 2.8-2 1-5.7 2.5-7-.1zm-1-4s-6.4 1.2-6.3 3.7c0 0-3.3-.8-2.6-1.9.6-1 9-1.8 9-1.8z"/>
<path fill="#dedede" d="M255.3 68.8s-5 1-5 2.3c0 1.4 6 3.5 4.4.9-1.6-2.7 0 0 0 0l1.7.8s-1.7 3.1-4.8 1.5c-3-1.7-6.5-5-4.8-5.1l8.5-.4m10-.3s5.3 3.4 7 2.6c1.5-.8 0 0 0 0s-4.3 1.6-7.7-.5c-3.4-2.1-.4-1.8.8-2.1"/>
<path fill="#dedede" d="M254.3 71.7s1.5 0 3.5.8 4 2.4 2.2 1.9c-1.8-.5-5-2.2-5.7-2.7"/>
<path fill="#bbbaba" d="M273 68.2s.5 2.9-3.3 3c-3.8 0 1.7 1.8 4-1.1 2.1-3 1.7-1.7-.8-1.9z"/>
<path fill="#fff" d="m250.5 84.6 23.8-1.1s-1.6 4-5.7 3.8c-4 0-1.8-.7-3.7 1-1.8 1.6-5.5 2-7.4.4-1.9-1.5 0 1-3 .7-3-.2-5.9-4.7-4-4.8z"/>
<path fill="#bbbaba" d="M258.4 88.1s6.3 1.4 5.6-.2c-.6-1.7-.6-2.4.5-2.3 1.2.1 2.3 1.6.4 2.6-1.8 1-5.3 2.4-6.5 0zm-.9-3.8s-6 1.2-6 3.6c0 0-3-.8-2.4-1.8.5-1 8.4-1.8 8.4-1.8z"/>
<path fill="#dedede" d="M255.5 84.3s-4.8 1-4.8 2.3c0 1.3 5.7 3.2 4.2.8-1.5-2.5 0 0 0 0l1.6.7s-1.6 3-4.5 1.4c-2.8-1.5-6.2-4.6-4.5-4.8l8-.4m9.4-.2s5 3.2 6.5 2.5c1.5-.8 0 0 0 0s-4 1.4-7.2-.6-.4-1.6.7-1.9"/>
<path fill="#dedede" d="M254.5 87s1.5 0 3.3.9c1.9.7 3.8 2.2 2.1 1.7a23 23 0 0 1-5.4-2.5"/>
<path fill="#bbbaba" d="M272 83.8s.6 2.7-3 2.8c-3.6 0 1.6 1.7 3.7-1 2-2.7 1.7-1.6-.7-1.8z"/>
<path fill="#fff" d="m269.6 69 23.4-1.1s-1.6 4-5.6 3.9c-4-.1-1.8-.8-3.6.8-1.8 1.7-5.5 2-7.3.5-1.9-1.5 0 .5-3 .3-2-.2-5.8-4.3-3.9-4.4z"/>
<path fill="#bbbaba" d="M277.3 72.5s6.2 1.4 5.6-.2c-.7-1.7-.7-2.4.5-2.3 1.1.1 2.2 1.6.4 2.6-1.8 1-5.3 2.4-6.5 0z"/>
<path fill="#dedede" d="M283.8 68.5s4.8 3.2 6.3 2.5c1.5-.8 0 0 0 0s-3.9 1.4-7-.5c-3.2-2-.4-1.7.7-2m-10.3 3s1.4 0 3.3.8c1.8.7 3.6 2.2 2 1.7a22 22 0 0 1-5.3-2.5"/>
<path fill="#bbbaba" d="M290.7 68.3s.6 2.6-3 2.7c-3.4 0 1.7 1.7 3.7-1s1.7-1.6-.7-1.7zm-13 20.5s6.7 1.4 6-.3c-.7-1.6-.7-2.4.5-2.2 1.3.1 2.4 1.6.5 2.6-2 1-5.8 2.4-7-.1z"/>
<path fill="#dedede" d="M285 84.6s5.3 3.2 7 2.5c1.5-.8 0 0 0 0s-4.3 1.4-7.7-.6c-3.5-2-.4-1.6.8-1.9m-11.2 3.3s1.6 0 3.5.8c2 .8 4 2.2 2.3 1.8-1.8-.4-5.1-2-5.8-2.6"/>
<path fill="#bbbaba" d="M292.6 84.3s.6 2.7-3.2 2.8c-3.8 0 1.7 1.7 4-1 2.2-2.7 1.8-1.6-.8-1.8z"/>
<path fill="#fff" d="m221.6 90.8 28-1.3s-1.9 4.7-6.7 4.6c-4.8-.1-2.2-1-4.3 1-2.2 2-6.6 2.4-8.8.6-2.2-1.8 0 1-3.6.8-3.6-.2-7-5.6-4.6-5.7z"/>
<path fill="#bbbaba" d="M230.8 95s7.4 1.6 6.7-.3c-.8-2-.8-2.8.6-2.7 1.4.2 2.6 2 .5 3.1-2.2 1.2-6.4 2.8-7.8-.1zm-1-4.5s-7.2 1.4-7 4.2c0 0-3.7-.9-3-2 .7-1.3 10-2.2 10-2.2z"/>
<path fill="#dedede" d="M227.4 90.5s-5.6 1.1-5.6 2.7c0 1.5 6.7 3.8 4.9.9-1.8-3 0 0 0 0l1.9.9s-1.7 3-5.3 1.7c-3.4-1.4-7.3-5.5-5.4-5.7l9.5-.5m11.2-.2s5.8 3.7 7.5 2.9c1.8-1 0 0 0 0s-4.2 2.6-8.4-.6c-3.5-2.8-.4-2 .9-2.3"/>
<path fill="#dedede" d="M226.2 93.8s1.8 0 4 .9c2.2 1 4.4 2.2 2.4 2-2.3 0-5.6-2.3-6.4-3"/>
<path fill="#bbbaba" d="M247 90s.6 3-3.6 3.2c-4.3 0 1.9 2 4.3-1.2 2.5-3.2 2-1.8-.8-2z"/>
<path fill="url(#ac-r)" d="m234.8 96.8.5 9.2v1.4l.4 9.8-3.2-.6-.8-19.8"/>
<path fill="url(#ac-q)" d="m280.8 90.4.3 12.2h3.2l-.4-13.2"/>
<path fill="url(#ac-p)" d="m259.1 89.5.8 28 1.7-.4c1.3-.4 1.7-.8 1.7-.8l-1-26.8"/>
<path fill="none" stroke="#48484a" stroke-miterlimit="10" d="M238.7 117.5h4.4"/>
<path fill="none" stroke="#c8102e" stroke-miterlimit="10" stroke-width=".3" d="M229.5 50.6v2m-1.3-1h2.5"/>
<path fill="#dedede" d="M211.9 175.4s.8-2 0-6 6.8 0 11.9 0c5 0-6.8 7.2-6.8 7.2z"/>
<path fill="#bbbaba" d="M215 176.6s.6-3.5 0-4.9c-.4-1.3 1.2-.7 2.9.7s8.8-1.2 8.3-5.6l1 2.4z"/>
<path fill="#dedede" d="M206 165s4.5-4.3 9-1.4c4.4 3 10.6 2.8 7.7-1.7-2.8-4.5-8.5-4.9-10.6-4.8-2 .2 0 0 0 0s-3.9 2.6-6.1 8"/>
<path fill="#bbbaba" d="M211.8 157.8s3.6-.3 4.5.6c1 1 3.1 4.6 1.7 3.5-4-2.9-9.7-.6-8.7-2 1-1.6 2.5-2 2.5-2"/>
<path fill="#dedede" d="M257.7 150s2.8-1.7 4.4-1.2c1.6.5 3.7 2.1 5.5 3 1.8.8 6.8 5.6 5.6 2.7-1.2-3 0-6.5 0-6.5s-18-2.7-15.5 2"/>
<path fill="#bbbaba" d="M263.9 147.7s4 1.3 5 2.4c.8 1 2.2 2.4 1.8.6-.4-1.7.2-3.7-1.6-3.6-2 0-5.2.6-5.2.6z"/>
<path fill="#dedede" d="M258.7 151s3.2.8 3.8 1.7c.6 1-1.4 1.5-1 4.4"/>
<path fill="#3e7438" d="M368.6 140.6c-1.7 3.2-6.4 10.2-3.4 8 13.5-9.8 8.9-25.3 7.3-31.2-1.6-5.8-11.8-11.7-17.7-11.7-5.9 0-6.8 2.5-9.9 5.4 0 0 2.6-2 7.4-1.6 4.7.3 16.2 4.7 18.8 15.2 2.6 10.5-2.5 15.9-2.5 15.9zm2-36.5s6.9 4.2 13.2 5l12.3.5-9 6.7 7.1.3 8-6.7s14.8-1.2 22.8 4l8 5.2 4.7 1.4s-7.5-9.4-20-11c-12.5-1.4-13.5-1-13.5-1s12.4-5.4 8.6-16.5l-2.4-.6s4.7 11.9-9.3 15c-14 3.2-15-.4-15-.4zm6.1 39.6s2.4-5 2.5 2c.2 6.9 4 14.2 9 18 5 3.7 10.2 3.6 10.2 3.6l3.2 3.6s-22.2-1.4-24.9-27.2zm1-23.5s1.9 11 1.9 14 6.8 5.1 4.6 0c-2.1-5.1-3-8.8-3-8.8s13.4 11.7 26 18c12.7 6.3 13.9 6 17.7 6 3.8 0 19.8-8.2 19.8-8.2h-3.5S428.6 148 425 148c-3.7 0-11.9-2-25.3-10.6-13.5-8.6-10.4-9.3-10.4-9.3l8.1-4.2-4.4-3.3-6.5 5s-9-7.3-8.7-5.3z"/>
<path fill="#172716" d="M380.5 152.5c-.4-.6-.1-1.6 2.5-1.6s3.7 1 4.6 3.7c.9 2.7 3.5 5.9.5 6-3 0-4.3-2.8-7.6-8.1z"/>
<path fill="#2b5f31" d="M396.6 105.8s12.5 1.3 14.6-7.6c1-4.5-.7-5.8-.7-5.8s8.6.6 7 8c-1.1 5.7-5.8 7.5-5.8 7.5s5.8.4 9.8 1.2c4 .8-5-2.3-5-2.3s2.7-3 2.7-7.4-5.1-8.2-10.3-8.2c-.6 0-1.7-.1-.2 1.4 1.5 1.6 4.8 7-12 13.2z"/>
<path fill="#172716" d="M404.9 118.6s-16-2.8-18.3-3.4c-2.2-.6-.6.7 9.4 7.7 10 6.9 18 7.7 18 7.7a138 138 0 0 1-18.6-11.6zm-41.6 27.8s-2.4 3.7-1 3.7c1.3 0 9.2-1 11-3.3 0 0-5.7 6.2-11 5.3-5.2-1-4.6-2-4.6-2z"/>
<path fill="#294527" d="M368.7 145s2 2 5-.3c3.2-2.3.9-10 .9-10z"/>
<g fill="#b2d9bd">
<ellipse cx="392.9" cy="107.8" rx=".8" ry=".4"/>
<ellipse cx="397.4" cy="107.7" rx="1" ry=".5"/>
<ellipse cx="401.8" cy="107.5" rx="1.2" ry=".6"/>
<ellipse cx="406.3" cy="107.4" rx="1.4" ry=".7"/>
<ellipse cx="377" cy="129.8" rx="1.2" ry=".7"/>
<ellipse cx="376.7" cy="126.7" rx="1.2" ry=".7"/>
<ellipse cx="378.9" cy="122.5" rx="1.3" ry=".8"/>
<ellipse cx="375.9" cy="119.9" rx="1.2" ry=".7"/>
<ellipse cx="373.3" cy="117.7" rx="1.1" ry=".6"/>
<ellipse cx="385.9" cy="115.1" rx="1.3" ry=".8"/>
<ellipse cx="383" cy="112.6" rx="1.2" ry=".7"/>
<ellipse cx="380.3" cy="110.3" rx="1.1" ry=".6"/>
<ellipse cx="371" cy="115.7" rx=".8" ry=".5"/>
<ellipse cx="377" cy="108.2" rx=".8" ry=".5"/>
<ellipse cx="403.3" cy="105.4" rx=".8" ry=".5"/>
<ellipse cx="377.1" cy="132.6" rx="1" ry=".6"/>
<ellipse cx="377.4" cy="135.5" rx=".8" ry=".4"/>
</g>
<path fill="#3e7438" d="M79.1 141.2s-16.3-6.6-17.1-13.1c-.9-6.6 14.5-11.5 14.5-11.5L78 114s-19.4 2-19.4 14 27.8 18.8 27.8 18.8z"/>
<path fill="#2b5f31" d="M75 119.2s-6.7 2.1-5.5 2.3c1.3.2 4.6.3 4.6.3l-.4 1.3s-9.7.5-9.7 2.3c0 1.8-1.5 5.3 12.5 12.8 14 7.5 0 0 0 0l1 2.3S62 133.9 61.7 128c-.2-6.3 8.7-9 13.5-11.1 4.7-2.2-.3 2.3-.3 2.3"/>
<path fill="#b2d9bd" d="M60.5 130.9s1.7 3.7 3.7 5.2 5.4 2.5 5.4 2.5l-4-3.7c-1.2-1.2-5.1-4-5.1-4z"/>
<path fill="#172716" d="M68.7 123.6c.2.9-2.8 5.3-.3 7.6 2.5 2.4.4 2.9-1.5 1-1.8-1.9-4.6-4.5-3-7.7 1.6-3.3 4.7-1.8 4.8-1z"/>
<path fill="#3e7438" d="M180.6 126.4s-1.2-10.8-8.9-15.5c0 0-.7 14.7-7.2 23.8-2.6 3.6-5.8 8.5-8.6 13.7-.4.5 4.2 4.4 4 5-.3.4-5.4-2.5-5.6-2-3.7 7-6.6 14.3-6.6 19.5 0 10-1.2 19 1 25.3 2.3 6.4 0 0 0 0s-7.7-11.6-6-24.1c1.8-12.5 9.4-21.2 9.4-21.2l8.2 2.4-6-6.7s15.3-21.5 12.2-34.9c-3.1-13.4-12.2-11-12.2-11s17 0 24.2 12.8c2.9 6 2.1 12.9 2.1 12.9"/>
<path fill="#3e7438" d="M149.4 160.6s2.2 1.8 4.3 3c2 1.3 4 5.5-2.2 2.5-6-3-2.1-5.5-2.1-5.5zm10.7 43.8c.1-17.5 10.6-23 10.6-23s-8.3 1.5-15 11.3c-6.8 9.8-5-3.3-3.8-11.3 1.2-8 14.8-17.3 14.8-17.3s-10.4 14-11 19.2l5-2.6s8.4-3.6 14.2-2.7c5.8.9 5.5 2.7 5.5 2.7s-7.2.8-10.7 4.5a28 28 0 0 0-8 18.7z"/>
<path fill="#172716" d="M157.9 204s1.2-7.2 2.2-10.6c1-3.3-2.4-7.3-7.7 6.5"/>
<path fill="#294527" d="M176.2 138.4c-1.4 1 .2 3.3 2.2 3.3s-10.5 14-17.2 26.7l4-3.2 18.2-23.7s7.7-12.9-7.2-3z"/>
<path fill="#3e7438" d="M179.6 134.2s-3.2 2.6-3.4 4.2c-.1 1.7 9.7-1.4 9.6-4.2-.2-2.8-.4-3.7-.4-3.7s-3.2 3.3-5.8 3.7"/>
<path fill="#294527" d="M167.9 136.8c-1.2-1.2-5.2.6-13.8 18.9l-1.2-1.7s6-11.8 12.4-20.4zm-4.4 28.8s-5.3-4.9-6.1-3.5c-.9 1.4-1.2 1.8.7 3.5l3.5 3.3z"/>
<path fill="#3e7438" d="M153 154s2.4 3.9 4.7 5.8c2.4 2 1.4 6.2-2.4 2.9a129 129 0 0 1-5-4.6z"/>
<g fill="#b2d9bd">
<ellipse cx="152.3" cy="192.7" rx="1.9" ry="1"/>
<ellipse cx="176.2" cy="138.4" rx="1.9" ry="1"/>
<ellipse cx="173.8" cy="142.7" rx="1.9" ry="1"/>
<ellipse cx="171.4" cy="147" rx="1.9" ry="1"/>
<ellipse cx="168.9" cy="151.3" rx="1.8" ry=".9"/>
<ellipse cx="166.5" cy="155.6" rx="1.5" ry=".8"/>
<ellipse cx="152" cy="189.3" rx="1.5" ry=".8"/>
<ellipse cx="153.5" cy="186.4" rx=".8" ry=".4"/>
</g>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" d="M114.2 108.7s.7 2.1.5 3.2m4.3-3.2s.6 2 .5 3m5.2-3.7s.6 1.8.5 2.7m18 28.2s2.1-.8 3.2-.7m-3.5-4.5s2-.2 3 0m-2.4-4.6s1.9 0 2.7.5m-1.2-3.8s1.7.6 2.4 1.3m-18.1-20s.5 1.6.4 2.5m85.5 105.9s1.8 1 2.4 1.8m-4.8 1.4s1.7 1 2.3 1.9M206 208s1.6.9 2 1.6m.7-5.4s1.5.9 2 1.6M136 106.4s.5 1.5.4 2.3m2.3 16.3s1.7 1.4 2.2 2.4m1.2-4.8s1.6 1.3 2 2.2m1.7-5.6s1.4 1.1 1.8 2m.9-5s1.3 1 1.7 1.8m2.7-5.8s1.2 1 1.5 1.7"/>
<path fill="#dedede" d="M337.4 120s10.4-7.6 15.4-5.6l.9-4.5s-7-1.6-12 4c-5 5.4-4.3 6-4.3 6zm5.1 18 9.7 13.7L345 139zm28.2 45.9s-1.6 0-3.7 11c-2 11-3.3 12.4-3.3 12.4s10.4-7.7 7-23.4zM359 202s1 10.6-2.4 13.7c-3.4 3.2-8.5 3.2-8.5 3.2s7.1-3.3 11-16.9z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" d="M366.1 202.4s2.2-.2 3.3.1m-1.8-4.7s2-.3 3 0m-2.1-4.5s1.8-.2 2.7.1m-1.8-4.5s1.6-.3 2.4 0"/>
<path fill="none" stroke="#c8102e" stroke-miterlimit="10" stroke-width="1.3" d="m309.7 83.6-3 11.5m-3.2-7 9.4 1.8"/>
<path d="M287.2 215.6c-4.5.4-8.8 2-12.8 4.2a58 58 0 0 0-11 7.9l-.2-.3c3.3-3 7-6 11-8.2 4-2.2 8.3-4 12.9-4.5z"/>
<g fill="none" stroke="#000" stroke-miterlimit="10">
<path stroke-width=".6" d="M219.2 76.3s2.5 4.8 6.3 4.8c3.7 0 3.2-1.5 3.2-1.5"/>
<path stroke-linecap="round" stroke-width="1.3" d="m246 75-26.8 1.3"/>
<path stroke-width=".6" d="M235.7 77s1.3 1.8 4.5 1.8c5.3-.2 5.8-3.7 5.8-3.7"/>
<path stroke-width=".6" d="M226.2 78s3.5 3 6.4 3c2.9 0 4.8-1.4 5.3-2.5M247 85s2.5 4.7 6.3 4.7c3.7 0 3.2-1.5 3.2-1.5"/>
<path stroke-linecap="round" stroke-width="1.3" d="M273.9 83.7 247 85"/>
<path stroke-width=".6" d="M263.6 85.7s1.3 1.8 4.5 1.8c5.3-.3 5.8-3.8 5.8-3.8"/>
<path stroke-width=".6" d="M254.1 86.7s3.5 3 6.4 3c2.9 0 4.8-1.4 5.3-2.6m5-15.3c.8.6 1.7 1.7 2.8 1.7 2.4 0 2.1-1 2.1-1"/>
<path stroke-linecap="round" stroke-width="1.3" d="m293 68-18.3.9"/>
<path stroke-width=".6" d="M282.7 70s1.3 1.8 4.5 1.8c5.3-.3 5.8-3.8 5.8-3.8"/>
<path stroke-width=".6" d="M273.2 71s3.5 3 6.4 3c2.9 0 4.8-1.4 5.3-2.6"/>
<path stroke-linecap="round" stroke-width="1.4" d="m295 83.6-20.7 1"/>
<path stroke-width=".6" d="M283.4 85.9s1.4 2 5.1 2c6-.3 6.6-4.3 6.6-4.3"/>
<path stroke-width=".6" d="M271.3 86.7s5.3 3.7 8.5 3.7c3.3 0 5.5-1.6 6-3m-39.8-18s2.7 5.1 6.8 5.1c4 0 3.5-1.6 3.5-1.6"/>
<path stroke-linecap="round" stroke-width="1.4" d="m275 68-29 1.4"/>
<path stroke-width=".6" d="M263.9 70.2s1.3 2 4.8 2c5.7-.4 6.3-4.2 6.3-4.2"/>
<path stroke-width=".6" d="M253.6 71.3s3.8 3.2 6.9 3.2c3.1 0 5.2-1.5 5.7-2.8M217 91.2s3 5.8 7.5 5.8c4.6 0 4-1.8 4-1.8"/>
<path stroke-linecap="round" stroke-width="1.5" d="M249.3 89.7 217 91.2"/>
<g stroke-width=".6">
<path d="M237 92.1s1.4 2.2 5.4 2.2c6.3-.3 7-4.6 7-4.6"/>
<path d="M225.4 93.3s4.3 3.7 7.7 3.7c3.5 0 5.9-1.8 6.4-3.2m35.2-7s-.2 2 1 2.5"/>
<path d="m231.7 96.8.8 19.8 3.2.6-.4-9.8M231 80.8l.4 9.8m2.4-15-.9-18.7s-1.8-.8-2.8 0l.7 18.9m3.2 5.1.5 9.5m.8 17-.5-10.6m48.4-28.3-.5-14s-1.8-.7-2.8 0l.3 14.1m3.5 15.5-.4-11m-2.5 17.3.3 12.2h3.2l-.4-13.2M280.4 74l.2 10.3m-19.3-15.6-.8-19.5s-1.9-.8-2.9 0l.8 19.6m3.6 15.5-.4-9.8m-2.5 15 .8 28 1.7-.4c1.3-.4 1.7-.8 1.7-.8l-1-26.8m-3.7-15.3.3 10.2"/>
<path d="M231.2 56.5v-6h-3.5v2l3.5.1"/>
</g>
</g>
<path d="M293.7 139.4a39 39 0 0 1-7.7-7 31 31 0 0 1-5.2-9.1 21 21 0 0 1-1.2-5.2v-1.3c0-.5.2-1 .3-1.4l1-2.4a65 65 0 0 1 5.7-8.8l.3.5a51.7 51.7 0 0 0-4.4-.1l-4.4.1a69 69 0 0 0-4.3.4l-2.2.3-1 .2h-.6c-.2.1-.4.1-.5.3l.2-.2-3.7 7.3-1 1.9a4.8 4.8 0 0 1-1.4 1.7 8 8 0 0 1-4 1.3h-17v-2.3l.5.5-4.4.2.7-.7-.2 1.9v.5h-.5a24 24 0 0 1-5.5-.5c-.9-.2-1.8-.5-2.6-.9l-2.5-1a59.4 59.4 0 0 1-9.9-4.4 149 149 0 0 1-9.3-5.6l-9-6 .3-.4 5.2 5 5.3 5c3.5 3.2 7.1 6.4 10.9 9.4 1.8 1.5 4 2.7 5.7 4.3a32 32 0 0 1 4.8 5.6c1.4 2 2.7 3.9 4.4 5.3a18.1 18.1 0 0 0 5 3c.2.1.3.2.3.4l.1 1-.2.5a2 2 0 0 1-.8.6h-.5a23.3 23.3 0 0 1-2.5-1.3 15.7 15.7 0 0 1-3-2.4c-1.9-1.9-3-4.1-4.2-6.3a22 22 0 0 0-6.5-8.4l-2.8-2.1a310 310 0 0 1-10.9-9.5l-10.7-9.6.4-.5a149 149 0 0 0 18.3 11.5c3.2 1.6 6.5 3.1 9.9 4.1l2.6 1 2.5.7c1.7.4 3.5.4 5.2.5l-.5.5-.1-1.9v-.6h.6l4.4.2h.5v2.3l-.5-.5h12.4c1.3.1 2.7.2 4 0 1.3 0 2.7-.3 3.7-1s1.5-2 2.1-3.3l3.9-7.3v-.1h1.3l1-.1 2.3-.2 4.3-.3 8.8-.6h.5l-.3.5c-2 2.7-4 5.6-5.6 8.7-.7 1.5-1.5 3.1-1.3 4.8.2 1.7.6 3.3 1.2 5a31.9 31.9 0 0 0 12.6 15.8z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".6" d="M269.4 105.6s9.3-3.5 17.2-3.5a229 229 0 0 1 21.5 1.7s-.2 6.3 1 7.4c1.1 1.2 4 2 1.8 6l-7 12.7"/>
<path d="M215 177c-2.3-.7-4.4-1.6-6.3-3-1-.8-1.8-1.6-2.5-2.6s-1-2.2-1.2-3.5a8.8 8.8 0 0 1 .3-3.6 13.8 13.8 0 0 1 7.2-7.9l.3-.2h.2a22.2 22.2 0 0 1 5 1.5 16.6 16.6 0 0 1 5.4 3.6 25.9 25.9 0 0 1 2.3 3c1 1.5 1.8 3 2.3 4.7l.2.6-.5.3c-4.1 2.4-8.2 4.8-12.4 7l-.2.1zm0-1 11.8-7.5-.4 1c-.5-1.4-1.3-2.9-2.1-4.2a24 24 0 0 0-2.2-2.8 10.3 10.3 0 0 0-.8-.8 15 15 0 0 0-4-2.4 23.7 23.7 0 0 0-4.5-1.5h.4a15.8 15.8 0 0 0-6.3 7c-.4 1-.7 2-.8 3.1a5.3 5.3 0 0 0 .2 1.6c.1.5.3 1 .6 1.4a9 9 0 0 0 2.2 2.5 16 16 0 0 0 5.9 2.7z"/>
<g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.8">
<path d="M212.9 157c.2-.6 2.1-1.4 3.5-1.4 1.3 0-1-1.8 4.6-3.5 5.5-1.8 5.1 0 5.1 0s.4-1.5 2.8-1.5c2.3 0 5-1 5.9 0 .8 1 4.8 5.7 5.7 6.5.9.7 2.9 4.8 2.1 6.5-.7 1.6-3.1 2.3-6.9 2.6-3.7.2-8.1 4.4-8.5 3"/>
<path d="M235 150.9c.6-1.8 2-2.3 3.4-2.3 1.3 0 .3-1.5 5.2-1.5 4.8 0 3 .4 5.8.3 2.8 0 5.5-1.8 7.5 1.2 2 2.9 5.2 11 5.5 13.2.2 2.2-7.4 2.8-9.8 2.3-2.3-.5-8.7 1.9-10.5.2"/>
<path d="M256 147.6s8.7-1 14-.8c5.2.4 8.6 4.6 9.4 9 .7 4.5.4 8.1-5 7.6-9-.7-12.3-.8-12.3-.8"/>
<path d="M274.5 148.3s5.7-1.4 8.1 0a42 42 0 0 0 8 3.6c1.1.4 4.8.2 4.8 5.2s0 14.7-4 13c-4.2-1.8-4.5-4.4-8.2-5.2-3.5-.8-5.4-2-5.4-2"/>
<path d="M294.6 154a6.3 6.3 0 0 1 6.1-2.2c2.9.6 5.9 4.3 8.7 5.3 2.8 1 5.6 7.7 2.3 12.4s-9.6 7.6-12.5 4.9c-2.8-2.7-5.6-2.5-6.6-4.2"/>
</g>
<path d="M226 171a405.3 405.3 0 0 0-8 6.1 153.6 153.6 0 0 0-4 3.2 39.3 39.3 0 0 0-1.8 1.6l-.7.7v.1-.2l.4.2 1 .2 2.5.1h.6a3.2 3.2 0 0 1 .9.2v.1l.3.1c.1.1.6.7.6 1.3 0 .5-.3.7-.4.9l-.3.3-.5.2a16.1 16.1 0 0 1-3.4 1.1 21.8 21.8 0 0 1-4 .5H208l-5 .1.9-.3-11.7 8.1-.5-1.6 13.3-.5h.6l.5.6 23.8 31.7.4.5-.4.5c-1.3 3.2-2.9 6.3-3.9 9.3l-.6 2.2c0 .6-.1 1.4 0 1.6a33.8 33.8 0 0 0 1.8 4.2 81 81 0 0 0 2.5 4.4 195 195 0 0 0 2.6 4.4l5.4 8.8-1.7-.6 27.9-8.9-.6.6a50.6 50.6 0 0 1 9.7-16.6 35 35 0 0 1 7.3-6.3c2.8-1.8 5.8-3 9-3.7a28.8 28.8 0 0 1 4.9-.7h1.2a23.3 23.3 0 0 1 3.7.3c1.6.3 3.4 1 4.6 2.6a7.4 7.4 0 0 1 1 5.2c-.4 3.3-1.8 6.3-3.3 9.1a64.7 64.7 0 0 1-5.2 8l-.8-1.4 6.4-.6-.8.3c2.4-3.1 5.1-6 7.3-9.3a30 30 0 0 0 2.9-5 12 12 0 0 0 1-5.4c0-.5 0-.8-.2-1.2a8.8 8.8 0 0 0-.5-1.2 17.3 17.3 0 0 0-1.7-2.3 25.6 25.6 0 0 0-4.3-4 26.7 26.7 0 0 0-10.7-5v-.6c4.1.5 8.1 2 11.6 4.3a27.3 27.3 0 0 1 4.8 4 19.1 19.1 0 0 1 2 2.5l.8 1.5c.3.6.4 1.2.5 1.8.2 2.3-.3 4.5-1 6.5a37 37 0 0 1-2.9 5.6 37.9 37.9 0 0 1-7.9 9.6l-.4.3h-6.9l-2 .1 1.3-1.5a62.9 62.9 0 0 0 5-7.8c1.5-2.7 2.8-5.6 3.2-8.5.1-1.5 0-3-.8-4-.7-1-2-1.6-3.5-1.9a13.7 13.7 0 0 0-2.2-.2 21.3 21.3 0 0 0-1.1 0H294a27.1 27.1 0 0 0-4.5.6c-6 1.3-11.3 4.9-15.4 9.5-4 4.6-7.2 10.1-9.3 16l-.1.3-.4.2-27.5 10-1 .5-.7-1a110 110 0 0 1-12-17.2 38.6 38.6 0 0 1-1.2-2.5c-.4-.9-.7-1.7-1-2.9-.3-1.4 0-2.4.2-3.4.3-1 .6-2 1-2.8a27.8 27.8 0 0 1 6.2-8.8v1l-24.7-31 1.2.5-13.3-.5h-2.7l2.2-1.6 10.8-9 .4-.4h5.6l1.3.1h1.2a19.8 19.8 0 0 0 2.3-.3 13.6 13.6 0 0 0 2.7-.7s0-.1 0 0c0 0-.2.2-.2.6l.1.7.3.3h.1a.5.5 0 0 0 .1.1h-.6l-2.6-.3a9.6 9.6 0 0 1-1.4-.3c-.5-.2-1.1-.4-1.7-1.1a2 2 0 0 1-.4-1.5l.4-1 1-1.2a40.1 40.1 0 0 1 2.1-1.7 152.7 152.7 0 0 1 4-3 420.1 420.1 0 0 1 8.4-6z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.8" d="M267.9 163s-11.8 8.7-11.8 21.4 2.1 11.8 2.1 11.8 8-17 16.3-21.3c0 0-1 18.2 3.4 27.7s13.3 20 23.7 22.6c10.3 2.7-5.2-4.6-7.9-11.8-2.6-7.2-1.1-26.2-1.1-26.2s2.8 15.4 10.3 26.4a200 200 0 0 0 18.2 22.1l.9-13.8-8.8-13.2s10 11.9 23.8 11.9c13.7 0 21.3-9.3 21.7-21.3 0 0-5.5 6.8-19.2 6.8-13.8 0-28-9.6-38-30.7"/>
<path d="M311 157.6c2.1.3 4.3.5 6.3.3 2-.1 4.2-.6 5.2-1.7 2.8-3.2 5.6-6.4 5.5-10 0-1.8-.6-3.8-1.5-5.3a8.6 8.6 0 0 0-1.8-2.1 9.6 9.6 0 0 0-2.3-1.6c-3.2-1.6-7.4.6-10.3 3.6l-.4.8-.5-.8a55.3 55.3 0 0 0-3.3-4.7 34.6 34.6 0 0 0-3.7-4.1 18.4 18.4 0 0 0-4.4-3.2c-1.6-.8-3.2-1.2-5-2.2l.5-.8c1.9 1.4 2.4 3.5 3 5.6.3 1 .4 2.1.4 3.3 0 1.1-.2 2.4-1 3.6-.7 1.1-2 1.8-3.2 2a9.1 9.1 0 0 1-1.8.3h-.8a11.5 11.5 0 0 1-.9 0 12 12 0 0 1-6-2.8c-1.7-1.4-3-3-4.4-4.3a24 24 0 0 0-4.5-3.7 18.6 18.6 0 0 0-5.3-2.1c-1.8-.5-3.8-.7-5.7-1.1l.3-.9a27 27 0 0 1 3.3 5l.9 3a4 4 0 0 1-1 3.2c-.8 1-1.9 1.3-3 1.5a13.7 13.7 0 0 1-9-1.4c-1.7-1.2-3-2.8-4.3-4a14.3 14.3 0 0 0-4.6-3 50.4 50.4 0 0 0-11.2-2l.4-.8a29.2 29.2 0 0 1 5.7 7.1c.4 1 .8 2.2.4 3.4a3.5 3.5 0 0 1-1 1.6 5 5 0 0 1-1.4 1c-1 .4-2 .6-3.1.7-1 .1-2 .2-3 .1a26.5 26.5 0 0 1-3.1-.2 19 19 0 0 1-6-1.9c-1.8-1-3.4-2.4-4.9-3.5a8.3 8.3 0 0 0-5-1.8c-1.8 0-3.6.3-5.6.3l.1-.9a14 14 0 0 1 4 4.4 6.2 6.2 0 0 1 .2 6 12 12 0 0 1-4 4.3c-1.6 1-3.4 2-5.1 2.7l-1.1.5.4-1v-.1c.7-2.3 1-4.9.4-7.1-.3-1.2-1-2.1-1.8-2.8a7 7 0 0 0-3.2-1.2c-2.4-.3-5 0-7 1a8.1 8.1 0 0 0-3.8 5.5 12.2 12.2 0 0 0 .4 6.9l.8 1.4.5.6.6.6a21.3 21.3 0 0 0 3 2.1c4.2 2.6 9.3 3.8 14.3 3.4v.3c-.1.2-.3.2-.4.3h-.5a22.7 22.7 0 0 1-2.9.2 24.2 24.2 0 0 1-3.9-.3 25.8 25.8 0 0 1-7.4-2.4 23 23 0 0 1-3.4-2.1 22 22 0 0 1-.7-.6 5.6 5.6 0 0 1-.8-.9 8.3 8.3 0 0 1-1-1.9 12.3 12.3 0 0 1-.5-8 11 11 0 0 1 1.8-3.8 9.3 9.3 0 0 1 3.1-2.8 11 11 0 0 1 4-1.1 15.2 15.2 0 0 1 4 .1c1.3.3 2.7.7 3.8 1.6 1.1.9 1.9 2.2 2.2 3.5.4 1.4.4 2.7.2 4a16.8 16.8 0 0 1-.9 3.9l-.6-.7c1.7-.7 3.4-1.6 4.9-2.7 1.5-1 3-2.3 3.7-3.9.9-1.6.7-3.5-.1-5a13 13 0 0 0-3.7-4l-1-.3 1-.6a11.4 11.4 0 0 1 6.1-1.4 10.1 10.1 0 0 1 6 2.2c1.7 1.3 3 2.6 4.7 3.5 1.6 1 3.4 1.5 5.3 1.8a25 25 0 0 0 2.9.3h2.8c1-.2 1.9-.3 2.7-.7.8-.3 1.4-.8 1.6-1.5a4 4 0 0 0-.3-2.4c-.3-.9-.8-1.7-1.3-2.5a32.3 32.3 0 0 0-3.8-4.5l-1-.8h1.3c4-.2 8 0 11.9 1.1a17.5 17.5 0 0 1 5.6 3c1.6 1.2 3 2.7 4.3 3.4l2 .8a13.1 13.1 0 0 0 4.9.2c.7-.1 1.2-.4 1.5-.5.2-.2.4-.5.4-1.2a7 7 0 0 0-.4-2.3 37 37 0 0 0-2-5.2l-.8-.6 1.2-.2c2-.5 4.1-.3 6.2.1a20.6 20.6 0 0 1 5.8 2.4 26 26 0 0 1 5 3.8c1.4 1.5 2.8 3 4.2 4.2a9.4 9.4 0 0 0 5 2.4c1.8.2 3.9 0 4.8-1.4.5-.6.7-1.5.7-2.4 0-1-.1-2-.3-2.9-.5-1.9-1.2-3.7-2-5.5l-.5-.8h.9c2 .1 4 .7 5.8 1.6 1.7 1 3.3 2.2 4.7 3.6a32.2 32.2 0 0 1 6.7 9.7l-.8-.1a13.5 13.5 0 0 1 2-2.8c.8-.8 1.7-1.6 2.8-2.2a9.4 9.4 0 0 1 3.5-1.3 8.7 8.7 0 0 1 3.9.4 10.4 10.4 0 0 1 3.3 1.8 12.1 12.1 0 0 1 2.6 2.8 13 13 0 0 1 2.2 7.1c0 2.7-1 5.2-2.3 7.2a24 24 0 0 1-2.3 2.7l-1.2 1.2-1.2 1.2a7.6 7.6 0 0 1-3.7 1.6 11 11 0 0 1-3.6.2 24.7 24.7 0 0 1-3.4-.6 20.5 20.5 0 0 1-3.2-1z"/>
<g fill="none" stroke="#000" stroke-miterlimit="10">
<path d="M219.2 152.7s3-4 2.4-6.8c0 0 6 4.1 10.2 3.8m12.4-3s3.8-1.8 4.5-5c0 0 3.6 4.4 7 5m14.3.1s5.1-3.9 5.8-6.2c0 0 7.5 8.8 13.3 9.5 5.8.6 13.7-6.2 13.7-6.2s-2.1 10.1 9.5 14.3m-.6-17.6c1.2 2.1 3.9 6.5 6.9 6.5 3 0 3.8-3.7 1.1-3.7-2.6 0-2.9 1-2.9 1"/>
<path stroke-width="2" d="M274.5 235.7a48.9 48.9 0 0 1 20.9 14.5m0 0h-13.5s1.6-3-12.5-8"/>
<g stroke-width="1.8">
<path d="M366.6 151.7c5.6 12 10.1 25 10.1 33.5 0 11.4-7.8 32-37 35.2"/>
<path d="M358.7 199.3c1.2-11.5-9.5-17.1-21.3-15.4 0 0 4.8-6 13.8-6s14 8.4 14 8.4-4.5-12-16.5-29c-15.1-21.4-16-28.6-16-28.6l4.7 2s-5.4-10.4 7.3-19.4c3.4-2.4 9-1.6 9-1.6s-1 3-1 6.9c0 3.8 0 8.8 8 23.5a207.3 207.3 0 0 1 3 5.7"/>
<path d="M336.3 126.4c-2-7.8 5.8-23 21.9-23 14.5.2 27.5 3.7 36.5 2.5 9-1.3 20.3-9.2 13-14.7 0 0 11.5-.1 11.5 8.2 0 8.4-4.7 8-4.7 8s17.7.5 23.7 14.2c0 0-6.2-3.4-13.7-3.4-7.5 0-29.3.7-29.3.7s10 8.8 22.5 13.1c12.5 4.4 18.7 8 38.3 5.6 0 0-26 14.7-30 14.7s-18-2-43.4-24.7c0 0 3.8 7.3 6.1 15.8 2.4 8.5 6.9 24.7 15.4 29.3 0 0-11.4-.1-19.7-7.7-8.3-7.6-7.7-23.3-7.7-23.3s-8 16-19 8.4c0 0 13.9-6.5 13.9-19.4a20 20 0 0 0-17.9-21"/>
</g>
<path stroke-linecap="round" d="m340.9 137.3 5.3 2.2m-.3 4 2.3 1.7m1.1 2.7.8 1m2.1 2.8v1.5"/>
<g stroke-width="1.8">
<path d="M153.9 147.2c6.2-10.1 12.7-20 12.7-31 0-21-21.2-15-26.9-14.8-5.6.2-19.6 3.6-24 .7a32.5 32.5 0 0 1-11-12.2s-5 7.8-2 12.2c3 4.5 6 5.5 6 5.5s-13.6.4-19 3.7c-5.3 3.3-7 10.2-7 10.2s15.7-10 27.7-6.3 25-1.3 25-1.3-35.7 23.8-58.7 24.4M205 194.9s-13.8 12-30.2 12c-16.3 0-32-8-32-30.3 0-9.4 4.2-17.8 9-25.9"/>
<path d="M166.5 113.9c-6.3-1.2-17.5 8.7-17.5 20.3 0 11.6 11.3 19.1 11.3 19.1-13-1.4-17.6-11.7-17.6-11.7s2 6.2-2.1 13.8c-10.8 20.6-26.4 18.2-26.4 18.2A52.2 52.2 0 0 0 126 155c1.5-4 8.7-18 10.8-22 2.2-4-.2-7.3-3.1-4.5 0 0-20.7 16.8-30.4 19.8-6 1.9-18.1 1.5-26.5-10.1-8.3-11.6 1.4-24.4 1.4-24.4s-19.4 2.3-19.4 14 30 21.4 38.4 21.4m47.7 15.7c-3 12-7.2 31.7 4.6 45.4 11.7 13.8 33.3 15.4 42.2 10.4 8.9-5 12.9-9 12.9-9s-3.7 11.4-4.3 18c0 0 10.9-1.7 12.7-8.1 0 0-4.7 10.1 3.5 19.7 0 0 3-13.8 10.7-17.6"/>
<path d="M161.7 205c1.1-24 18.7-24.3 18.7-24.3s-.5-2.7-9.3-2.7c-8.9 0-15.7 6.3-15.7 6.3-1.7-6 22.7-34 27.3-41.6 4.7-7.6 2.7-12.2 2.7-12.2-1.2 2.2-5.8 3.7-5.8 3.7s1.6-3 .8-13.7c-1-14.5-16.7-20-26.7-19.9"/>
</g>
</g>
<path fill="#291c11" d="m290.4 105.4 3.2.2v.5l-3.2.7.9-.5-3.4 5.1-.7-.3 2.8-5.4.2-.3zm5.2.6 3 .2v.5l-3 .7.8-.5-3.2 4.8-.6-.3 2.7-5.2v-.2zm4.4.9h2.9v.6l-3 .6.8-.5-3 4.7-.7-.3 2.6-5 .1-.2zm-12.2 17.5 3.2.2v.6l-3.2.8 1-.7-2.5 5.2-.8-.3 1.8-5.4.1-.4zm5.2.6 3 .2v.6l-3 .8 1-.8-2.4 5-.8-.3 1.7-5.2.1-.3zm11.8-17.5h2.4v.6l-2.4.5.8-.5-2.7 4.8-.5-.3 2.1-5 .1-.1zm-18.6 6.8h3.8v.8l-3.8.9 1.1-.8-3.2 6.7-.8-.3 2.4-7 .2-.3zm6.3.6h3.6v.7l-3.6.9 1-.7-3 6.3-.8-.3 2.3-6.6.1-.3zm5.2.7h3.5v.7l-3.5.8 1-.7-2.9 6-.8-.2 2.3-6.3.1-.3zm5.9.5 2.8.1v.7l-2.8.7 1-.8-2.4 6.1-.8-.2 1.7-6.3.1-.3zm-32.3-9.2 3.9.1v.7l-3.9.8 1-.6-4 6.2-.8-.4 3.4-6.6.1-.2zm6.6.6 3.8.1v.7l-3.8.9 1-.7-4.1 6.2-.8-.4 3.4-6.5.2-.3z"/>
<path fill="none" stroke="#291c11" stroke-miterlimit="10" stroke-width=".5" d="M286.9 104.4s4.3-2.2 8.5-1.8"/>
<path fill="#291c11" d="M264.4 120.4c.8-.4 1.6-.4 2.4-.4a28.4 28.4 0 0 1 7.5.6c1.6.4 3.2 1 4.6 2a12.3 12.3 0 0 1 3.6 3.5l-.2.1a12 12 0 0 0-3.6-3.3c-1.4-.9-2.9-1.5-4.5-1.9a22.3 22.3 0 0 0-7.3-.5l-2.5.2z"/>
<path fill="none" stroke="#291c11" stroke-miterlimit="10" stroke-width=".6" d="M265 114c-.8 1.5-.4 2.4 4 3.2 4.5.9 9.3 2.9 11.2-1.6"/>
<path fill="none" stroke="#291c11" stroke-miterlimit="10" stroke-width=".6" d="M260.7 117.3c2-.2 4.2-1 6.3-.5m7 1.5c3 .6 6 1.5 6.6 3.4"/>
<path fill="#291c11" d="M265.8 120.6a64.7 64.7 0 0 1-36.2-1.6 70 70 0 0 1-8.2-4.1 134.4 134.4 0 0 1-7.8-4.9 157.6 157.6 0 0 1-14.5-11l.3-.4a223.9 223.9 0 0 0 14.9 10.4c5 3.3 10.3 6.3 15.8 8.6a48 48 0 0 0 17.6 3.3c6 0 12-.3 18-.9z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.8" d="M456 137.6c9.4-3 11.2-18-10.3-26.8 0 0 7.8 23.3-8.4 26.8"/>
<path fill="#74948f" d="M317.5 463.3c1.1-2.1 4-8.4 6.3-8 2.5.2 5.2.3 6.7-2.5s8.7-12.4 12.3-13c3.7-.6 14.2-9.3 28.1-16 11.4-5.5 19.5-13 29.5-12.8 9.9.3 5.8 7.8 16.4 7.8 10.5 0 35.2 4.5 41.6 16.4a41.7 41.7 0 0 0 20 20c5.6 2.3 26.6 8.6 18.6 11.3-8 2.8-11.6 2.2-18.8 6.2a38 38 0 0 1-23.9 5.6c-9.5-1-10.6-1.6-14 .2-3.5 1.8-22.5 2.2-24.3 0-1.7-2.2-3.1 1.5-8 0-5-1.5-23.9 1.5-32.6-1.5-8.6-3-17.6-1.8-25.9-2-8.2-.3-34-8-32-11.8z"/>
<path fill="#3c4544" d="M451.8 428.3s8.7 15.9 7.7 21c-1 5.2-3 .7 5.5 5.2s16.5 4.9 11 6.4c-5.5 1.6-15.7-2-12.3 5 3.3 6.8 3 6.6-3.2 6.3-7-.4-15.7-3.7-20.2 1-4.5 4.6-13.6 6.8-13.6 6.8s10.8.3 13.5-1.5c2.8-1.8 8-1.3 15.2-.2a51.1 51.1 0 0 0 25.6-7c3.8-2.8 20.4-4.8 17.6-7a85.2 85.2 0 0 0-20.2-9c-8.6-2.8-15.6-12.5-17.8-16.3-2.2-3.8-4.7-8.3-8.8-10.7"/>
<path fill="#202926" d="M353.2 462.8s4.8-1.6 8.1 2c3.4 3.7 9.7 10 16.4 10 6.6 0 11-1.1 14.1-3.8 0 0-9.1 2.6-13.6 1.7-4.5-.9-10.7-6.6-14.7-10.2-4-3.7-10.3.3-10.3.3zm45.5 5s6.8-1 10.1 1.5c3.4 2.5 10.7 8 14.4 5.5 3.6-2.5 18.3-9 18.3-9s4.4 4 4 4.9c-.3.8-.3 1.9 4.3 2 4.7.1 12.4 2 17.2 0 4.8-2 6.4-.3 5.8 1.3-.5 1.6-3.4 2.7-3.4 2.7l7.1-3 7.2-3.5s-8.2-3.9-12-4.4c-3.9-.5-10.4-2.1-8 0 2.3 2.2-3 7.5-7 5-4-2.6-9.7-8.3-11.5-9.9-1.9-1.6-1.6-1.2-4 0-2.4 1.3-15.5 8.4-18 9.6a11 11 0 0 1-11.4-.5c-4.6-3-9.3-3.7-13.1-2.1z"/>
<g fill="#cfdcd9">
<path d="M424.2 419.3c-4.8-.4-6 .9-2.5 2.5 3.5 1.7 4.6 6.9.2 8.2-4.4 1.3-7.2 4.7-11.6 1-4.3-3.7-7.5-7.8-7.5-7.8s2.5-.4 4.5-2.5c2-2.2 13-2 16.9-1.4"/>
<path d="M392.7 412.3s8.3-.3 10.1 3.5c1.9 3.9.7 6.9-4.1 5.9-4.9-1-6-.7-2.2 3 3.8 3.6 9.3 9 16.2 10.6 6.8 1.7 13.8 3.5 9.1 4.4-4.6.8-14.3-1.4-19-1.4-4.6 0-6.8 3-15 3.7-8.1.7-12.6 3.3-14 5.7-1.3 2.3 3.4.1 10.4.6s22.6 0 25.3 1.7c2.7 1.7 15.5 2.3 19.2 4.2 3.6 1.8 9.1 0 9.1 0s-1.5 1-7.3 5.7c-5.8 4.6-13.2 7.8-16.7 7-3.5-.9-15.8-8.2-18.6-8-2.9.1-16 6.4-17.9 7-1.8.4-14.3-6-18.8-8s-7.5 0-12.5 2a67 67 0 0 1-13 3.6c-1.2 0-4.2 1.7-6.5 1.7s-8.5.6-8.8-.7a23 23 0 0 1 2.7-6.4s1.4-3.1 6.3-2.8c5 .4 3.7-2.5 5.2-4.7 1.6-2.1 7.3-10.3 12.9-11.5 5.5-1.1 9.8-7.6 48-26.8"/>
<path d="M382.2 467.8c2.6-1.7 4.6-3.6 10.5-3.1 5.8.5 9 1.6 4.6 3.1-4.3 1.5-5 3.4-9.6 2.7-4.7-.7-7.6-1.3-5.5-2.7zm-36.7 1.5c4.3.5 9-1 10.8-2.3 1.9-1.3 2.4-2.5-2.3-2.4-4.8 0-15.8 3.9-8.5 4.7z"/>
</g>
<path fill="#74948f" d="M363.5 430.7c4.6-1.5 4.3-3.3 12-1.3 7.8 2.1 7.8 2.4 10.3 3.3 2.5.8 5.7 2.3 0 2.5-5.8.3-4-1.5-8 1-4 2.6-9.8 3.2-12.5 3.6-2.8.5-9.4 2.2-11.3 1.5-2-.8-7.2-.3-9 1.3-1.7 1.7-6 .4 1.8-4.6 8-5 21.6-13 24.1-14.2 2.5-1.3-13.5 8.9-7.4 6.9zm-33.7 23.1c3.7-1.3 6.6-2 4 0-2.5 2-8 4.1-10 3.2-1.9-1-2.1-1.6 0-1.8 2.2-.2 5-1 6-1.4"/>
<path fill="#202926" d="M334.8 446.7s-3 4.6-1 3.8c2-.8 6.2-1.1 3.2.1-3 1.2-1.7 1.5-3.1 2-1.5.4-4.4 1.6-4.4 1.6z"/>
</g>
<path d="M500.8 414.6c.5-1 1-2.2 1.8-3.3.3-.5.7-1 1.4-1.4l.7-.2h1.4c.5 0 1 0 1.5-.3l.5-.5.2-.4.3-.4a31.6 31.6 0 0 1 4.7-5.8l1.6-1.1a3 3 0 0 1 1-.4l.8-.3 3.1-1.8 3.2-2c2-1.3 4.2-2.6 6.4-3.7a84.5 84.5 0 0 1 3.3-1.7 61.1 61.1 0 0 0 3.2-1.7c2.2-1.3 4.3-2.6 6.5-3.7 2.2-1 4.7-1.8 7.3-1.7l1.8.3 1.7 1 1.2 1.5c.4.4.8.8 1.4 1.1a7 7 0 0 0 3.4.7 51 51 0 0 1 18 4.3c2.2 1.1 4.3 2.6 5.7 4.7l1 1.6 1 1.6a30 30 0 0 0 2.1 3c1.6 1.8 3.4 3.5 5.5 4.8a17 17 0 0 0 3.3 1.5l3.5 1.2a73 73 0 0 1 3.5 1.4c1 .5 2.2 1 3.3 1.7l.7.8c0 .2.2.4 0 .7 0 .2-.1.4-.3.5a3 3 0 0 1-1 .5l-.8.3-3.6 1a22.2 22.2 0 0 0-6.8 2.6 22.3 22.3 0 0 1-14.5 3l-3.6-.5h-1.8a5 5 0 0 0-1.6.6c-.6.3-1.3.4-1.9.5a27.1 27.1 0 0 1-5.6.4 41.3 41.3 0 0 1-3.7 0l-2-.3a5.3 5.3 0 0 1-.9-.3l-.6-.3-.1-.2a1 1 0 0 0-.1 0 .3.3 0 0 0-.2-.1 1 1 0 0 0-.3 0l-.8.4c-.7.2-1.4.3-2 .2a6.2 6.2 0 0 1-1-.2 5.2 5.2 0 0 0-.9-.1 19 19 0 0 0-1.8-.1l-7.4.2a36.4 36.4 0 0 1-9.3-1 19.9 19.9 0 0 0-1.7-.4 24.8 24.8 0 0 0-3.6-.5h-9.3a18 18 0 0 1-1.9-.2l-3.6-.8a69.8 69.8 0 0 1-7.3-2.2 36.5 36.5 0 0 1-5.1-2.4 4.3 4.3 0 0 1-.8-.7 1.7 1.7 0 0 1-.4-.5l.1-.9zm.8.5a.8.8 0 0 0 .2.3l.6.5 1.5.8c1.1.6 2.2 1 3.4 1.4a69 69 0 0 0 7 2.1 48.2 48.2 0 0 0 7.2 1c2.5 0 5-.2 7.4 0a26.2 26.2 0 0 1 7.4 1.4c2.3.5 4.8.5 7.2.5 2.5 0 5-.2 7.4-.1a19.8 19.8 0 0 1 3 .2l.7.2c.6 0 1.1 0 1.7-.2l.8-.3.6-.1c.3 0 .5 0 .7.2l.3.3.1.1.3.1.8.3 1.7.2a40.4 40.4 0 0 0 3.7.1 47.4 47.4 0 0 0 3.7-.1 25.9 25.9 0 0 0 1.8-.3c.6 0 1.2-.2 1.6-.4a5.8 5.8 0 0 1 3.8-.6l3.7.4a21.4 21.4 0 0 0 14-2.8 23 23 0 0 1 7-2.6l3.6-1c.6-.1 1.2-.3 1.6-.6.2-.1.2-.2.1-.4a2 2 0 0 0-.5-.6 73.5 73.5 0 0 0-6.6-3l-3.5-1.3a17.5 17.5 0 0 1-3.4-1.6c-2.1-1.3-4-3-5.6-5a30.6 30.6 0 0 1-2.2-3 33.6 33.6 0 0 1-1-1.5c-.3-.6-.5-1.1-.9-1.6-1.3-2-3.3-3.5-5.5-4.6-2.2-1.2-4.5-2-6.9-2.6a50.6 50.6 0 0 0-7.2-1.4 37 37 0 0 0-3.7-.2c-1.2 0-2.5-.1-3.7-.7-.6-.4-1-.8-1.4-1.3l-1.2-1.4c-.9-.8-2-1.1-3.3-1.2-2.4 0-4.8.7-7 1.8-2.2 1-4.2 2.4-6.4 3.6a70.4 70.4 0 0 1-3.2 1.8 84.6 84.6 0 0 0-9.6 5.5l-3.2 2-3.2 1.9-1 .3a2 2 0 0 0-.7.3l-1.4 1a25 25 0 0 0-4.5 5.7 7.7 7.7 0 0 0-.3.4 4 4 0 0 1-.2.4 3 3 0 0 1-.8.8c-.6.4-1.4.5-2 .5a8.8 8.8 0 0 1-1 0h-.6c-.4.3-.8.7-1.1 1.2-.7 1-1.2 2-1.8 3.2z"/>
<path fill="#74948f" d="M428 415.8c-.6-2-1.3-4.4-4.5-5.3-3.2-.8-2.5.5-4.3-2.7-1.7-3.2-6.7-10.5-12-12.4-5.2-1.8-4.8-9.5-11.5-11.7-6.8-2.3-19.4-2-24.7 2.4-5.2 4.5-14 2.7-16.6 5-2.8 2.4-6.4 14.5-12.3 15.5-5.8 1-15.3 3-14.9 6.2.4 3.2 6.2 6 10.1 5.8 3.9-.3 12.2 1.4 19 4.3 6.8 3 11-1 15.5 0s9.5 2.6 14.2 1.1c4.6-1.4 6.6-3 12.8-2.6 6.2.4 11.7.8 15.2 0 3.4-.8 14.7-3.4 14-5.6z"/>
<path fill="#3c4544" d="M368.7 417.8s3.4-2 9-1.5c5.5.6 6.4 4 12 3.1 5.7-.7 4 2.6 0 2-3.9-.5-28.2-1.2-21-3.6z"/>
<path fill="#cfdcd9" d="M365.8 395.4c1.2-2.5 6.2-10.3 7.7-8.6 1.4 1.8 8.8.5 12.2-.2 3.3-.8 3.5 4.2 4.5 4.4 1 .2 4.6-.7 3 1-1.6 1.8-2.6 3.6-3.6 3.4-1-.1 1 1.3 0 2.3-1 1 1.5 2.8-3.3 3.2a23 23 0 0 0-11.7 3.8c-2.6 2-6.7 1.9-8.8 3.5-2.2 1.6-1 1.5 2.4 1.3 3.5-.1 8.5-.7 10.2.7 1.7 1.5 4.2 2.8 6 2.6 1.7-.2 7.8 3.3 3 4-4.8.7-14-1.5-16.8-1-3 .4-6.9-.8-8 1.1-1.2 2-6.2.9-7.6.8-1.5-.2-.3 1.2 1.6 1.7 1.9.6 2 1.7-.9.9-2.9-.9-4.6-1.5-6.7-1.7-2-.2-5-.5-6-1.2-1-.8-4.7 1.5-2.1-1.3 2.3-2.7 7-4 7-4s.8-1.3 4.6-.1c3.8 1.1 4 2.6 7.4-4.7 3.4-7.2 5-10.2 5.9-11.9zm23.4-12c1.3.7 1.4 1.5 3 1.5s3 1.7 1.4 1.6c-1.5-.1-3.4-1-4.4-1.5-1-.5-1.4-2.1 0-1.5z"/>
<path fill="#cfdcd9" d="M390.6 407.6c.7-1.7-5.4-4.2-8.9-3.5-3.4.8-6 1-3.3 1.7 2.6.7 5 1.2 7.1 3.6 2.2 2.3 3.6 2 5.1-1.8z"/>
<path fill="#3c4544" d="M396.5 384s5.5 6.2 5.6 8.9c.1 2.7-4.7 3.4 1 3.3 5.8 0 8.3 4 12 9.7 3.6 5.6 1.8 8.8 5.6 6.9 3.8-1.9-.9 4.5-2.7 5-2 .4-9.4 3.6-14.3 3.6-5 0 7.2.7 10.3 0 3-.7 15.2-3.5 13.8-6.2-1.3-2.8-1.5-3.7-3.7-4.4-2.3-.6-3.4-.3-4.1-1.7-.8-1.3-3.8-7.6-7.8-10.4-4-2.8-6.6-3.7-7.7-5.2-1-1.4-3.8-7.8-8-9.5M331 409.3s-4.2 1.5-3.9 3c.3 1.5 3.2 4.4 5.2 5.4s4.6.9 4.6.9-10.8-3.5-5.9-9.3"/>
<path fill="#3c4544" d="M351.1 396.2c-1.4 7.4 2.5 14.5-6.6 13.1-9.1-1.3-15.9.8-12.4-.3 4-1.4 5.1-1 8.7-2.1 3.6-1.2 5.2-1.4 10.3-10.7m48.7 7.5c-3-1.4-5.6-3.2-7.5-3-2 .1 2.4-4 6.3-1 4 3.1 2.4 4.6 1.2 4z"/>
<path fill="#cfdcd9" d="M369.3 389.9c-3 1.4-8.2 2.8-10.7 3.8s-6 4.3-2.1 5c3.9.6 5 2.8 3.3 5.3-1.8 2.5-3.5 4.2-2.3 3.8 1.1-.4 1 2.8-.5 4.6-1.5 1.8 3.5-4.9 9.8-13.8 6.4-8.8 2.5-8.7 2.5-8.7z"/>
<path fill="#74948f" d="M369.4 394.6c-.8-4 4.7.6 7 .4 2.4-.2 2 .8-.7 2-2.7 1.1-3.9.4-5.2 1.6-1.4 1.3-.7-1.7-1.1-4z"/>
<path d="M427.6 415.9a9.3 9.3 0 0 0-1.4-3.2 5.1 5.1 0 0 0-2.8-1.8 10.7 10.7 0 0 0-1.7-.3c-.3 0-.6 0-1-.2a1.5 1.5 0 0 1-.6-.3 3 3 0 0 1-.3-.5c-.7-1-1.2-2.1-1.8-3.1-1.3-2.1-2.7-4-4.3-5.9a19.7 19.7 0 0 0-5.6-4.5 9.8 9.8 0 0 0-.8-.3l-.8-.4a6.6 6.6 0 0 1-1.6-1c-1-1-1.6-2-2.3-3-1.2-2.2-2.2-4.4-4-6-1.9-1.5-4.4-2-6.7-2.4a39.3 39.3 0 0 0-14.4.4 15 15 0 0 0-6.5 3c-2 1.6-4.4 2.4-6.8 2.8-2.4.5-4.9.6-7.2 1-1.2.3-2.3.7-3 1.7l-1.9 3a81.3 81.3 0 0 1-3.5 6.5l-2.2 3c-.9 1-1.8 1.8-3 2.3l-1 .3-1 .2-1.7.3-3.5.8a45.2 45.2 0 0 0-3.5 1c-1.1.4-2.3.8-3.3 1.4a5 5 0 0 0-1.2 1l-.3.6a1 1 0 0 0 0 .3v.3a5 5 0 0 0 2 2.6 12.2 12.2 0 0 0 6.3 2.4h3.7c1.2.2 2.5.3 3.7.6a62 62 0 0 1 7.1 1.7 62.2 62.2 0 0 1 3.5 1.2l1.8.7 1.6.6a12.4 12.4 0 0 0 7 .4l3.5-.8a10 10 0 0 1 3.9 0c2.4.5 4.7 1.2 7 1.5 2.4.3 4.8.3 7-.4 2.3-.8 4.6-1.8 7-2.3 2.5-.5 5-.4 7.5-.2l7.3.3h3.6a18.9 18.9 0 0 0 1.7-.2l1.8-.4a102.6 102.6 0 0 0 10.4-3l1.5-.9c.3-.1.5-.3.6-.5l.2-.3zm1-.3v.7a1.7 1.7 0 0 1-.4.6 3.9 3.9 0 0 1-.8.7l-1.7.9-3.5 1.3a104 104 0 0 1-7 1.9c-.6 0-1.2.2-1.9.4l-1.8.2h-3.7c-2.5 0-5-.1-7.4-.3l-3.6-.1c-1.2 0-2.4.1-3.5.3-2.3.5-4.5 1.5-6.9 2.3-2.4.8-5 .8-7.5.5l-7.2-1.5c-2.2-.5-4.5.3-7 .8a15 15 0 0 1-3.7.3 13.3 13.3 0 0 1-3.8-.7l-1.7-.7a54 54 0 0 0-1.7-.7 60.9 60.9 0 0 0-3.4-1.1 60.7 60.7 0 0 0-7-1.8 37 37 0 0 0-3.6-.4 18.9 18.9 0 0 0-1.8-.1h-1.8a13.3 13.3 0 0 1-7-2.7 8.3 8.3 0 0 1-1.5-1.4c-.4-.5-.8-1.1-1-1.8v-.6a2.2 2.2 0 0 1 0-.6c.1-.4.3-.7.6-1 .5-.6 1-1 1.6-1.3 1-.6 2.3-1 3.4-1.4a46 46 0 0 1 3.6-1l3.6-.7 1.8-.3 1-.2.7-.2a8 8 0 0 0 2.8-2l2.2-2.9a95 95 0 0 0 3.7-6.3c.6-1 1.1-2.1 2-3.1l.6-.7a3.8 3.8 0 0 1 .8-.5l1.8-.6 3.6-.5 3.6-.5c2.4-.4 4.7-1.2 6.6-2.7 1.9-1.7 4.3-2.6 6.6-3.2a34.6 34.6 0 0 1 14.7-.4c1.2.2 2.4.4 3.6.8 1.2.4 2.3 1 3.3 1.7 1 .8 1.8 1.8 2.4 2.9l2 3.1c.5 1 1.2 2 2 2.8l1.5 1 .8.3.9.4a23 23 0 0 1 5.8 4.6 43 43 0 0 1 4.4 5.9c.7 1 1.2 2.2 1.9 3.1.1.3.3.4.4.5h.8l1.9.4c1.2.3 2.4 1 3.2 2.1.9 1 1.3 2.3 1.7 3.5z"/>
<path fill="#202926" d="M421.7 411.7c-1.9-.2.4.5-3.4-5.6a98 98 0 0 0-19.4-20.6c-5-3.3-6-.9-7.5-1.4-1.6-.5 1.6 1.4 2 2 .2.6-1.4 2.1 2.7 2.9 4.2.7 1.6 1.8.7 3.6-.8 1.8 2.5 2.7 3.7 3 1.1.3 2.3 2.1 1.7 3-.6 1 3 1.2 5 .8 2-.4 6.2 4.1 7.7 4.7 1.4.5 3.2 2.3 3 3.4 0 1.2-2.2-.8-2.8-1.4-.7-.5-3-.6-4-.8-1.1-.2-1.2 1.6-.6.8.5-.8 1.2.8 2.8.6 1.6-.1 2 1.2 3.7 2 1.6 1 1 2.7 0 2.4-1-.3-2 1-4.2.6s-2 0-3.1 0c-1.3-.1-4.3.4-6 1-1.5.8-3.9-.7-5.4-.4-1.6.3-2.8.8-1.5 1.6 1.4 1 3.3 0 4.4.2 1 .2 3.4.3 4.7 0 1.4-.3 6.2-.2 8 .6 1.9.8.3 2 0 2.3-.2.4-3.8-.4-5.3-.8-1.5-.5-4.1 1.4-5.6.8-1.5-.6-2.5-.5-4.2.9-1.7 1.4-4.5-.5-8 .7-3.3 1.1-7.3.6-7.3.6-2.8.8 8 .5 11.6 1 3.5.5 3.8-1.3 4.1-1.6.4-.3 2.5-1.4 3.3 0 1 1.3 2.5.4 4.6-.4 2-.8 2.5 0 3.7.4 1.2.4 5.2-.3 7.8-.6 2.7-.3 1.3.2-1.6 1.4-3 1.3-4 2.2 0 1 4-1.3 11-1.8 10.6-5.3-.4-2.3-4-3.2-5.9-3.4z"/>
<path fill="url(#ac-Z)" d="M97 396.3c1.2-.7 1-4.5.7-8.7-.3-4.3-3.2.5-4.2-1.9s-3.4-3.1-3.4 0-6.4 1.5-2.8 5.3c3.6 3.8 8 6.5 9.8 5.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-aa)" d="M20.6 450.5c1.4 3.2-6.3 7.7-7.7 8.2-1.3.5-3.3.6-2.3-1 1-1.4-2.3-1-4.9-.7-2.6.4-5-.8-3.1-2.2 1.8-1.4 1-2.2-.7-2.8-1.7-.6-.8-2.6 2.4-2.4 3.3.1-.9-2.6 4.1-2.1s-.6-4.5 3-3.3a20 20 0 0 1 9.2 6.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ab)" d="M22.2 449.6s-6.3-5.7-6.5-7.8c-.3-2-.2-4.2 1.1-2.7s-.2-1 1.1-3.9c1.3-2.8 2.8-2.4 2.9 0 0 2.4.9 4.3 1.4 3.3.5-1 3.9-.8 3.2.6-.6 1.4-.4 5.6.1 3.9.6-1.7 1.1-1 .7.9l-1.1 4.4s-1.3 1.6-2.9 1.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ac)" d="M37 450.6s-11.2 4-12.8 6.3c-1.5 2.3-2.7 4.9-.3 3.6 2.5-1.2-.8 1.1-1 5-.1 3.7 2 3.8 3.5 1 1.6-2.7 3.8-4.5 3.8-3.1 0 1.3 4.3 2.5 4.3.6.1-1.9 2.9-6.7 2.5-4.5-.4 2.3.8 1.6 1.3-.8l1.3-5.4s-.5-2.4-2.7-2.7z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ad)" d="M32.1 448.5s-2.7-2-3.6-4.5c-1-2.5.4-2.5 1.4-1.6 1 1 .8-2.4 1.5-4.6.6-2.1 1.8-2 1.9 0 0 2 1.4 7.4 1.7 5 .4-2.3 1.8 1.2 0 3.4-1.6 2.1-2.1 3-2.9 2.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ae)" d="M99.9 399.1s-.4-6.7 2.6-8c3-1.4 2 2 2.8 1.7a22 22 0 0 1 6.3-.8c2.7 0 1.7 2.7.7 3.7s-3.2 3.3-2.2 3c1-.4 3 2-1 2.7-4 .6-7.2.2-9.2-2.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-af)" d="M98 400.3s-5.3-1-9.4-.5c-4.2.6-3.1 1.1-.4 1.8 2.7.8 1.3 1.4-1 2.8-2.2 1.4-3.6 5 0 3.9 3.7-1 3.4 1.2 3 2.7-.4 1.5-.3 3 1.9 1 2.1-2 10-11 5.8-11.7z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ag)" d="M123.4 400.3s-6.7-2.6-7.4-4.6c-.6-2 5.2 1.1 3.7-1.7s-1.9-7.7 0-5.8c1.8 1.8 3-2 2.8-3.7-.1-1.7 2.3-4 2.8-.9.6 3.2.9 4.8 1.7 3.1.9-1.7 4-1.7 3.3.9-.8 2.6-2.6 4.6-1 3.6 1.7-1 1.7 1.1 0 2.8-1.6 1.7-1.8 3-3.1 4s-1.2 3-2.8 2.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ah)" d="M133.4 392.6c.1-4-.7-5.8-1.9-8.7-1.1-2.9.6-6.9 1-5.5.4 1.3.8-3 2.5-4.4 1.7-1.3 2.7.2 2.5 2.2-.1 2-.1 3.6 1 2.4 1-1.3 3.8-.4 3 1.2-.8 1.5 1.5 4.8 1.7 1.7.2-3.2 2.1-10 3-8 1 2 3.3.3 5-1 1.8-1.2 2.4 1.3 2.1 2.3-.3 1-1.6 3.5 0 3 1.7-.6 2.7.4 1.6 2a14.4 14.4 0 0 1-5.5 4.1c-1.4.3-3.2 2.5 1 2.3 4.1-.2 4.5 3.7 2.3 3.2-2.2-.6.7 2.3 2.7 1.5 2-.9 6.3.6 1.7 2.3-4.6 1.6 1.8 3.7-4.2 4-6 .2-13.2 2-16.5 0-3.4-2-3-4.6-3-4.6z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ai)" d="M137.7 403.7c2.6-.2 5.4-4.4 7.6-4 2.2.2 4.4.5 1.7 1.8-2.7 1.2-.7 2.7 2.5 2 3.2-.5 7.6 0 5.6.4-2 .5-1.3 1.9.2 1.9s1.8 3.9-.5 2.7c-2.3-1.2-8-.7-6.2.6 1.9 1.3-.1 3-1.8 2s-6.7-4.3-4.7-2.5c2 1.7 1.5 4.8-2.2 1.5-3.6-3.3-10.7-6-2.2-6.4z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-aj)" d="M150.4 423.6c2.3.7 4.3.7 3-.4-1.3-1 0-1.4 3.3 0 3.4 1.4 2-2.2-1-2.7s.3-1.5 2.7-1.6c2.4 0 .6-1.7-2.1-1-2.8.8-2-2 1-5 3-2.8-.8-1.9-4 1.4-3 3.4-2.1 1.9-2-.6 0-2.5-1.1-2-1.7-.7-.5 1.2-.4 4.2-.9 2.5-.5-1.7-1.3.3-.7 3.4.1.7-2.7-2.7-2.4-.3.2 2.3-1.1 2.2-1.1 4.7s0 4.4 2.3 3c2.2-1.3 4.6-.7 3.6-2.7z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ak)" d="M163.2 418c1.2-3.6 3.3.1 2.1 1.8-1.1 1.7 1.4 3 3.7.7 2.4-2.3 7.1-1.1 4.5 1.3-2.6 2.4-1 1.5 2 1.4 3 0 7.4.6 5 1.9-2.3 1.2-2.5 1.9.7 2 3.2.2 5.2.6 5.5 2 .3 1.6-.8 1.8-2.7 2.2-1.8.4.4 1.6 1 4.2.7 2.7.4 1.8-2.3 1.7-2.7 0-2.7.5-2.5 1.8.2 1.3-.7 3-2.3 1.1-1.5-2-3.2-2.3-3.2-1 0 1.4-1.6 4.4-3.2 2.3-1.7-2-3.1.2-3.2.7-.1 1.9-2.4.4-4.2-2-1.9-2.3-2.7-4.5-3.2-2.9-.5 1.7-.4 1.2-1.8-1.7-1.3-2.9 0-6.2-3.9-7-3.9-.7-2.4.4-.8-1.7 1.7-2.2 5.8 0 8.8-8.9z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-al)" d="M140.7 433s5.5 3.6 2.4 5c-3.2 1.4-5.8 3.8-3.2 3.8 2.7 0 6 .3 2.8 2.2-3.3 1.9-1.5 6.3 0 5.1 1.5-1.1 1.7.5 1.3 3.4-.3 2.9 3.7 6.9 3.7 2.6 0-4.2.5-7 1.5-3.6s6.5 6.6 4.5 2-1.3-7.6.4-5.4c1.7 2.3 5.6 4.8 4.1 1.3s-4-6.3-1.5-5.4c2.5.9 9.7 2.2 4.2-1-5.5-3.2-6.4-3.9-4.2-3.7 2.2 0 2.6-1.2-1.5-2-4.1-1-1.4-3.7-6-4.3-4.6-.6-10.4-1.6-8.5 0z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#174520" d="M326.8 407.3s-3.2-1.8-2.5-1c.6 1-4.2.5-2.8 1.2 1.4.8.6 1.2 0 1.7-.7.5-.3 1.1.7.5 1-.6 2-.9 2-.3 0 .6 2.2-1.1 2.6-2.1zm2.5-1.8s-1.4-.8-2-2c-.6-1.4.1-1.1.4-.7.2.5 0-1.2 0-2.3.1-1 1-1.3 1-1.3s.3 2.3.6 2.7c.3.3 1.2 2.2 1.4 1.4.3-.8-.5 2.4-.5 2.5l-.9-.3zm6 .8-.8-1.7c-.1-.3.5.6.4-.3 0-1 .5-.9.5.1-.1 1 0 .6.4.3s-.4 1.6-.4 1.6zm1.3 2.5s-3.6 1.5-4.8 2.5c-1.3 1-1.4 1.2-.5 1 1-.3-.3.5-.6 1.4-.3 1-1.8 4.3-.9 2.9 1-1.4 3-3.1 4-3.5.8-.3.4.9.7 0 .4-1 1.6-2.4 2.1-3.1.5-.8 0-1.2 0-1.2zm36.8-30.1s-2.1-.4-3.4-.3c-1.3 0-1.8.4-.6.7 1.2.2 1.9.7 1 1.4-1 .7-.5 2.7.3 1.8.8-.9 2.1 0 2.7-3.6zm-.9-4s.5-3.6 0-3c-.4.5-2.5-1.9-2.5-1.2 0 .6-1.2 1.4-1 2a10 10 0 0 0 2.4 2.2c1 .6 1.1 0 1.1 0zm2.3 3s1.2-4.2 1.3-3.6c0 .7.2.7.8.6.6 0-.2.8.5.5.6-.3 5-1.8 2.9-.7-2.2 1.1-3.4 2.3-2.2 2.2 1.2-.2 1 1.5 1.6 1.5.7 0-2.6 1.8-4.9-.6zm13.7.7s-1.4-1.4-1.3-2.5c.1-1.1.9-1 .7-2-.3-1 .2-1.5.3-2.9 0-1.3.5-.5.6.6 0 1 1 1.2.8 2-.2.7 2 1.6-1.1 4.8zm6.4-4s0-3.5-.5-4.6c-.6-1 .4-.8.5-.6 0 .2 0-3.2.5-1.5.4 1.7 1.5.4 1.4 1.3-.2.8.5 1.6 1.2 1 .8-.4 1.3-1.7 3.6-2.8 2.3-1 3-.6 2.3 0-.8.5-3.7 2.7-3.4 3.5.3.8 3.3 0 2.2 1.2-1 1.3-4.8 1-2.6 1.1 2.2.2.2 1.6-1 1.4-1-.3-3.4.7-2.3 1.2 1 .4 1.1 2-.3 1.3-1.4-.8-2-.8-1.6-2.5zm3.4 6.4s1.5-1.3 1.4-.8c0 .4-1.4 1 0 .9 1.5-.1 3 .3 4 .5.7.2-1.2.3-.5.4.7.1-3 0-2.1.7.8.7-4.4-1.2-3.3.3 1 1.6-3.7-1.8.5-2zm2.6 17.6s.7 1.1 0 1.9c-.7.7-1.4.8-.4 1 1 .1 2.2-1 1.7.3-.6 1.4-1 2.8.1 1.4 1-1.5-.2 3 .5 1.7s.7 4 1 2c.3-2 1.8-2.7.7-3.7-1-1 1.5-1 .5-1.6-1-.7-.2-1.8-.8-1.7-.6.2-2.7-2.2-3.3-1.3zm8.3-4.8s2.3-1.5 2-1c-.3.4 3-.9 2-.2-1 .6 4.6.6 3 1-1.6.2 5.2 1 3.4 1.1-1.7.2 2.9 1.4 1.5 1.6-1.5 0-1.8.2-1.4 1.2.3 1-1.3 1.3-2.5.2-1.3-1-1.5 1.7-2-.2-.3-1.9-1.6 1-2-.5-.4-1.6-1.7.7-1.8-.6 0-1.3-1.5 0-1 1.3.6 1.5-1.1-1.5-1.2-3.9zm-7.6-.6s.5-2.7 1.7-3.6c1.2-.9 2.1-.6 1.6-.2-.6.4-.5 1.2 0 1.2s.5.7-.7.7c-1.3 0-2.4 1-1.6 1 .8.2.2.8-1 1z" opacity=".2"/>
<g stroke="#174520" stroke-miterlimit="10">
<path fill="none" stroke-width=".3" d="M373 376c.5-.4.4-2.6.3-5.1-.2-2.5-1.9.3-2.4-1-.6-1.5-2-2-2 0 0 1.7-3.8.8-1.7 3 2.1 2.2 4.7 3.8 5.7 3zm-44.6 31.5c.9 1.9-3.6 4.5-4.4 4.8-.8.3-2 .3-1.4-.6.6-.9-1.3-.6-2.8-.4-1.6.2-3-.5-1.9-1.3s.6-1.3-.3-1.6c-1-.4-.5-1.6 1.4-1.4 1.9 0-.5-1.5 2.4-1.3 2.9.3-.4-2.6 1.7-1.9 2.5.8 5 2.9 5.3 3.7zm1-.5s-3.7-3.3-3.8-4.6c-.2-1.2-.1-2.4.6-1.5.8.8 0-.6.7-2.3.7-1.7 1.6-1.4 1.6 0s.6 2.5.9 2c.3-.7 2.2-.6 1.9.3-.4.8-.3 3.2 0 2.2s.6-.5.4.6l-.7 2.5s-.7 1-1.6.8zm8.5.5s-6.4 2.4-7.4 3.7c-.9 1.4-1.6 2.8-.1 2.1 1.4-.7-.5.7-.6 2.9 0 2.2 1.1 2.2 2 .6 1-1.6 2.2-2.6 2.2-1.8s2.5 1.4 2.5.3c0-1 1.7-3.8 1.5-2.5-.2 1.2.4.8.7-.5l.8-3.2s-.3-1.4-1.6-1.6zm-2.8-1.2s-1.5-1.1-2-2.6c-.6-1.4.1-1.5.7-1 .6.6.5-1.3.9-2.6.4-1.2 1-1.2 1.1 0 0 1.2.8 4.3 1 3 .2-1.4 1 .6 0 1.9-1 1.2-1.2 1.7-1.7 1.3zm39.4-28.7s-.2-4 1.6-4.7c1.7-.8 1.2 1.2 1.6 1 .4-.1 2-.4 3.6-.4s1 1.5.5 2.1c-.6.6-1.9 2-1.3 1.7.6-.2 1.7 1.3-.6 1.6-2.3.4-4.2.2-5.4-1.3zm-1.1.7s-3-.6-5.4-.3c-2.4.3-1.8.7-.2 1 1.5.5.7.9-.6 1.7-1.3.8-2.1 2.8 0 2.2 2.1-.6 2 .7 1.7 1.6-.2.9-.2 1.8 1 .6 1.3-1.2 6-6.4 3.5-6.8zm14.8 0s-3.9-1.5-4.3-2.7c-.3-1.2 3 .7 2.2-1-.9-1.6-1.1-4.4 0-3.4 1 1.1 1.7-1.1 1.6-2 0-1 1.4-2.5 1.7-.6.3 1.9.5 2.8 1 1.8.4-1 2.3-1 1.8.5-.4 1.5-1.5 2.7-.5 2.1 1-.6 1 .6 0 1.6s-1 1.7-1.9 2.3c-.7.6-.7 1.8-1.6 1.4zm5.8-4.5c.1-2.3-.4-3.3-1-5-.7-1.7.3-4 .5-3.3.2.8.5-1.7 1.5-2.5s1.5.1 1.4 1.3c0 1.1 0 2 .6 1.4.6-.8 2.2-.3 1.7.6-.4 1 1 2.9 1 1 .1-1.8 1.3-5.8 1.8-4.6.6 1.2 1.9.2 3-.5 1-.8 1.3.7 1.1 1.3-.1.6-.9 2 0 1.7 1-.4 1.6.2 1 1.1a8 8 0 0 1-3.3 2.5c-.7.1-1.8 1.4.6 1.3 2.4-.1 2.6 2.2 1.4 1.8-1.3-.3.4 1.4 1.5.9 1.2-.5 3.7.4 1 1.3-2.6 1 1.1 2.2-2.4 2.4-3.5.1-7.7 1.2-9.6 0-2-1.1-1.8-2.7-1.8-2.7zm2.5 6.4c1.6 0 3.2-2.5 4.5-2.3 1.3.2 2.5.3 1 1-1.6.8-.5 1.7 1.4 1.3 1.8-.4 4.4-.1 3.3.2-1.2.3-.8 1 0 1 1 0 1.1 2.4-.2 1.7s-4.7-.5-3.6.3c1 .7-.1 1.8-1 1.2-1-.6-4-2.5-2.8-1.5 1.2 1 .9 2.8-1.3.9-2-2-6.2-3.5-1.3-3.8zm7.4 11.6c1.4.5 2.5.5 1.8-.2-.8-.6 0-.8 2 0 1.9.8 1-1.3-.7-1.5-1.7-.3.2-1 1.6-1 1.4 0 .3-1-1.3-.6-1.6.5-1-1.2.7-2.8 1.7-1.7-.5-1.2-2.3.8-1.9 1.9-1.3 1-1.3-.4 0-1.5-.6-1.2-1-.4-.2.7-.2 2.4-.5 1.4s-.7.2-.4 2c.1.4-1.5-1.5-1.4-.2.2 1.4-.6 1.3-.6 2.8 0 1.4 0 2.5 1.3 1.7 1.3-.7 2.7-.4 2.1-1.6z"/>
<path fill="none" stroke-width=".3" d="M411.4 388.5c.7-2 1.9.2 1.2 1.1-.6 1 .8 1.8 2.2.5 1.3-1.4 4.1-.7 2.6.7-1.6 1.4-.6.9 1.1.8 1.8 0 4.3.4 3 1.1-1.4.7-1.5 1.1.3 1.2 1.9.1 3 .3 3.2 1.2.2.9-.4 1-1.5 1.2-1 .2.2 1 .6 2.5.4 1.5.2 1-1.4 1-1.5 0-1.5.2-1.4 1 0 .8-.5 1.8-1.4.7-.9-1.2-1.8-1.4-1.8-.6 0 .8-1 2.5-2 1.3-.9-1.1-1.7.1-1.7.4-.1 1.1-1.4.2-2.5-1.1-1.1-1.4-1.6-2.7-1.9-1.7-.2 1-.2.7-1-1s0-3.7-2.3-4.1c-2.2-.4-1.4.2-.4-1 1-1.3 3.3 0 5-5.2zm-13.1 8.8s3.2 2.1 1.4 3c-1.9.7-3.4 2.1-1.9 2.1 1.6 0 3.5.2 1.6 1.3-1.8 1.1-.8 3.6 0 3 1-.7 1 .3.8 2-.2 1.6 2.2 4 2.2 1.5s.2-4 .8-2.1c.6 2 3.8 3.8 2.6 1.1-1.1-2.7-.7-4.4.3-3 1 1.2 3.2 2.7 2.4.6-1-2-2.3-3.6-.9-3 1.4.4 5.6 1.2 2.4-.7-3.1-1.9-3.7-2.2-2.4-2.2 1.3.1 1.5-.6-.9-1.1-2.4-.5-.8-2.1-3.5-2.5-2.7-.4-6-1-5 0z"/>
<g stroke-width=".5">
<path fill="url(#ac-am)" d="M91.9 386.6c-.2-.6-.3.1-.3.1 2.3 7 5.9 13.2 9 19.9.7 1.7 2.7 7.3 3.6 9l1.2 2.4 2.3-4.4-4.6-8c-3.4-6.5-11-18.5-11.2-19z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-an)" d="M175.4 430a56.8 56.8 0 0 0-28.6-2.8s.5-2.6 2.4-5.2 2-3.4 0-1.7c-2 1.8-4.7 7.3-4.7 7.3h.1c-12 2.4-19.3 8-19.3 8l1.4 2.6s.4-2.2 10.5-5.5c12.1 1.3 12.6 7.2 12.5 10.8 0 3.6 1.2 7.3 1.2-1.6 0-8.8-10.6-10-10.7-10.1l5-1.4c20-5.1 43 4.3 30.2-.3zm-38.1 2.7 2.8-.9z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-ao)" d="m124.8 409 .5-.4c3-2.6 11.4-2.6 14.4-3 3.3-.3 9.8-.3 4.3-.8a46 46 0 0 0-16.1.8v.1l5-6c4.6-5.8 12.9-17 13.4-18 .4-.8-.5-.3-.5-.3-4.8 5.6-9.9 11-14.8 16.3-1.9 2-3.7 4-5.6 5.8 0-.2.4-2.1.5-6.1.2-4.3-2.8-10.3-1.8-5.8 1 4.4-.1 13.2-1.4 14.5a68.7 68.7 0 0 1-7.5 6.3c-1.4 1-2.9 1.9-4.3 2.4l1.5 3.9c2-.8 3.6-1.9 5.2-3 2.6-2 4.9-4.1 7-6.4v.1zm-1.4-3.5-.4.3 1-.9-.6.6z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-Y)" d="M24.8 449.4s-2.5-4-3.3-6c-.7-2-2-3-1 .5 1.2 3.5 2.8 5.6 2.8 5.6h.3c-9.7.8-13 2-14.6 2.5-1.6.5-1.8.8 4.4 0 6.3-.8 29.9-1.3 33.6-.8l1-2.3c-5 .2-20.1.2-23.4.5z" transform="translate(316.5 145.5) scale(.58162)"/>
</g>
</g>
<path fill="url(#ac-X)" d="M413.4 400.2c-1.2-.4-2.2-4-3.1-8.2-1-4.2 3.1-.5 3.4-3 .2-2.6 2.3-4 3.3-1s6.5-.5 4.2 4.2-5.7 8.5-7.8 8z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-W)" d="M346 430.5c.4 3.5-8.3 5.6-9.7 5.7-1.5 0-3.4-.5-2-1.7 1.4-1.1-1.9-1.6-4.5-2-2.6-.5-4.5-2.4-2.3-3.2 2.2-.7 1.6-1.7.2-2.8-1.5-1.1 0-2.7 3-1.6s0-2.7 4.5-.8c4.7 2 .7-4.5 3.9-2.3a19 19 0 0 1 6.9 8.7z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-V)" d="M347.8 430.1s-4.3-7.2-4-9.3c.4-2 1.1-4.1 1.9-2.3.8 1.8.1-1 2.2-3.4 2-2.3 3.3-1.5 2.7.8-.6 2.4-.4 4.4.4 3.6.8-.8 4 .4 3 1.5-1 1.2-2.1 5.3-1.1 3.8s1.3-.6.3 1l-2.3 3.9s-1.6 1.2-3.1.4z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-U)" d="M361.6 435.4s-11.8.6-14 2.3c-2.2 1.8-4 3.9-1.3 3.4s-1.2.8-2.4 4.4c-1.3 3.6.7 4.3 3 2.1 2.3-2.2 5-3.3 4.5-2-.4 1.3 3.4 3.7 4 2 .6-1.9 4.7-5.7 3.6-3.6-1 2 .3 1.6 1.6-.4l2.8-4.9s.2-2.4-1.8-3.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-T)" d="M357.6 432s-2-2.7-2.2-5.4c-.2-2.7 1.1-2.3 1.8-1.1.7 1.2 1.5-2.1 2.8-4 1.3-1.8 2.3-1.4 1.8.6-.5 2-.8 7.5.2 5.3 1-2.1 1.4 1.6-.9 3.2s-3 2.2-3.5 1.4z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-R)" d="M411.6 403.7s-1.7-6.6-5-7c-3.2-.4-1.3 2.6-2.1 2.5-.8 0-3.6.3-6.2 1.1s-.9 3.1.4 3.7c1.2.6 4 2.3 3 2.2-1 0-2.3 3 1.7 2.3 4-.6 7-1.9 8.2-4.8z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-Q)" d="M413.8 404.2s4.6-2.6 8.8-3.2c4-.7 3.3.1.9 1.6s-1 1.7 1.6 2.3c2.6.7 5 3.7 1.2 3.8-3.8 0-2.8 2-2 3.4.8 1.4 1.2 2.8-1.5 1.5-2.6-1.2-12.8-7.6-9-9.4z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-P)" d="M383.4 401.2s6.7-2.6 7.4-4.6c.6-2-5.2 1.1-3.7-1.7s1.9-7.7 0-5.9c-1.8 1.9-3-2-2.8-3.6.1-1.7-2.3-4-2.9-.9-.5 3.2-.8 4.8-1.6 3.1-.9-1.7-4-1.7-3.3.9.8 2.6 2.6 4.6 1 3.6-1.7-1-1.8 1.1 0 2.8 1.6 1.7 1.8 3 3.1 4s1.2 3 2.8 2.3z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-O)" d="M373.4 393.5c-.1-4 .7-5.8 1.9-8.7 1.1-3-.6-6.9-1-5.6-.4 1.4-.8-3-2.5-4.3-1.7-1.3-2.7.2-2.5 2.2.1 2 .1 3.6-1 2.4-1-1.3-3.8-.4-3 1.1.8 1.6-1.5 5-1.7 1.8-.2-3.2-2.1-10-3-8-1 2-3.3.3-5-1-1.8-1.2-2.4 1.3-2.1 2.3.3 1 1.5 3.5-.1 3-1.6-.6-2.6.4-1.5 2 1.2 1.5 4.2 3.9 5.5 4.1 1.4.3 3.2 2.5-1 2.3-4.1-.2-4.5 3.7-2.3 3.2 2.2-.6-.7 2.3-2.7 1.5-2-1-6.3.6-1.7 2.3 4.6 1.6-1.9 3.7 4.1 4 6 .2 13.3 2 16.6 0 3.4-2 3-4.6 3-4.6z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-N)" d="M369.1 404.5c-2.7 0-5.4-4.3-7.6-4-2.2.3-4.4.6-1.7 1.8 2.7 1.3.7 2.8-2.5 2.2-3.2-.6-7.6-.2-5.6.3s1.3 1.9-.2 1.9-1.8 3.9.5 2.7c2.2-1.2 8-.7 6.2.6-1.9 1.3.1 3 1.8 2s6.7-4.3 4.7-2.6c-2 1.8-1.5 4.9 2.1 1.6 3.7-3.3 10.8-6 2.3-6.5z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-M)" d="M487.2 446.1c1.9.2 3.4-.2 2.2-.8-1.2-.6-.2-1 2.6-.6 2.8.5 1-2-1.3-1.9-2.4.2 0-1.2 1.8-1.6 1.8-.5.2-1.5-1.8-.4-2 1-1.8-1.3 0-4 1.7-2.8-1-1.4-2.9 1.7-1.8 3.1-1.3 1.8-1.7-.1-.4-2-1.2-1.4-1.4-.3-.2 1.1.4 3.3-.2 2.1-.7-1.2-1 .5 0 2.8.3.5-2.5-1.6-1.9.1.6 1.8-.4 2 0 3.9.5 1.9.8 3.3 2.3 1.9 1.5-1.5 3.4-1.4 2.3-2.8z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-b)" d="M496 439.5c.3-2.9 2.5-.4 2 1.1-.6 1.5 1.5 2.1 3-.1 1.3-2.2 5.2-2.1 3.6.2-1.6 2.3-.5 1.3 1.8.7 2.3-.6 5.7-.8 4.1.6-1.5 1.3-1.6 1.9.9 1.4 2.5-.4 4-.5 4.6.6.5 1-.4 1.5-1.7 2-1.3.7.5 1.2 1.5 3.1 1 2 .6 1.4-1.5 1.8-2 .4-2 .8-1.6 1.8.4 1 0 2.5-1.5 1.2-1.6-1.2-2.9-1.2-2.7-.2.3 1-.4 3.6-2 2.4-1.6-1.3-2.4.6-2.3 1 .2 1.5-1.8.8-3.6-.7-1.9-1.5-2.9-3-3-1.7 0 1.4 0 1-1.6-1-1.5-2-1.2-4.8-4.3-4.7-3 .1-1.7.8-.8-1.1.8-2 4.4-1 5-8.4z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-K)" d="M481.4 455s4.9 1.8 2.7 3.4c-2.1 1.7-3.7 4-1.7 3.5s4.7-.8 2.5 1.2c-2.1 2 0 5 1 4 .9-1.2 1.3 0 1.5 2.3.3 2.2 4 4.6 3.3 1.3-.7-3.2-.9-5.4.5-3 1.4 2.4 6.2 4 3.8.7-2.3-3.2-2.3-5.6-.6-4.2 1.7 1.5 5 2.7 3.3.3-1.7-2.4-4.1-4.1-2-3.9 2 .3 7.7 0 3-1.5-4.8-1.5-5.6-1.8-3.9-2.1 1.7-.3 1.8-1.3-1.5-1.3s-1.7-2.5-5.4-2.2c-3.6.4-8.2.7-6.5 1.5z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#174520" d="M516.2 395.2s-2.5-2.6-2.2-1.6c.4 1-4-.8-3 .3 1.2 1.1.3 1.2-.5 1.6-.8.3-.5 1 .6.7 1.2-.3 2.2-.3 2 .3-.1.6 2.4-.5 3.1-1.3zm3-1s-1.2-1.2-1.4-2.6c-.2-1.4.4-1 .5-.4.1.5.4-1.1.8-2.2.4-1 1.2-1 1.2-1s-.3 2.3-.1 2.7c.2.4.4 2.5 1 1.8l-1.3 2.3-.8-.6zm5.5 2.5-.3-1.8c-.1-.3.2.7.5-.2.2-1 .7-.7.3.2-.3 1 0 .6.4.4.4-.1-1 1.4-1 1.4zm.4 2.8s-3.9.4-5.3 1c-1.5.6-1.7.8-.7.8s-.5.4-1 1.2c-.6.8-3 3.5-1.8 2.5 1.3-1.1 3.8-2.1 4.8-2.2 1 0 .2 1 .8.2.6-.8 2.2-1.8 3-2.4.6-.5.2-1 .2-1zm32.1-18.6s2-1 3.2-1.2c1.2-.4 1.8-.2.8.4-1 .6-1.6 1.2-.5 1.7 1.1.4 1.2 2.4.2 1.8-1-.6-2 .6-3.7-2.7zm-.3-4s-1.5-3.3-1-3c.7.4 2-2.4 2.2-1.8.2.6 1.6 1 1.5 1.6-.2.7-1 2-1.7 2.8-.6.9-1 .3-1 .3zm-1.3 3.4s-2.4-3.6-2.3-3c.2.8 0 .7-.6.9-.6.1.4.7-.3.6-.6-.1-5.4-.2-3 .2 2.5.4 4 1.2 2.8 1.4-1.2.2-.5 1.8-1.2 2-.6 0 3 .8 4.6-2zm-16.4-1.4s1.3-1.4 1.2-2.5c0-1.1-.8-.9-.6-2 .2-1-.3-1.5-.3-2.8 0-1.4-.6-.6-.6.5s-1 1.2-.8 2c.2.7-2 1.6 1 4.8zm-6.4-4s-.1-3.4.5-4.5c.5-1.2-.4-1-.5-.7-.1.3 0-3.2-.5-1.5-.5 1.7-1.6.5-1.4 1.3.1.8-.6 1.6-1.3 1.1-.7-.5-1.2-1.8-3.5-2.8-2.3-1-3-.7-2.3-.1.8.5 3.6 2.7 3.4 3.5-.3.8-3.3 0-2.3 1.2 1 1.3 4.8 1 2.6 1.2-2.1.1-.2 1.5 1 1.3 1.1-.3 3.4.7 2.4 1.2s-1.1 2 .2 1.3c1.4-.8 2-.8 1.7-2.5zm-3.5 6.4s-1.5-1.3-1.4-.8c.1.4 1.5 1 0 .9-1.4-.1-3 .3-3.9.5-.8.2 1.2.3.5.4-.7.1 2.9 0 2 .7-.7.7 4.5-1.2 3.4.3-1 1.6 3.7-1.8-.6-2zm69.3 29.2s.8.7.4 1.4c-.4.8-1 1-.1.9.8 0 1.5-1.2 1.3 0-.2 1.1-.2 2.2.3 1 .6-1.3.4 2.4.7 1.2.3-1.1 1.3 2.9 1.2 1.3-.1-1.6.9-2.3-.2-3-1-.6 1-1 .1-1.2-1-.4-.5-1.4-1-1.1-.3.2-2.3-1.3-2.7-.5zm5.6-5.1s1.4-1.6 1.3-1.2c-.1.4 2.2-1.2 1.5-.5-.7.7 3.7-.3 2.5.2-1.2.5 4-.1 2.8.3-1.3.5 2.4.6 1.4 1-1 .3-1.3.4-.9 1.1.5.8-.7 1.2-1.8.7-1.2-.6-1 1.5-1.5.1-.6-1.3-1.1 1.1-1.7 0-.6-1.1-1.2.8-1.5-.1-.3-1-1.2.2-.5 1.2s-1.2-1-1.6-2.8zm-6 .9s0-2.2.7-3.1c.8-.9 1.5-.8 1.2-.5-.4.4-.2 1 .2 1s.5.4-.4.6c-1 .3-1.7 1.2-1 1.1.6 0 .3.5-.7.9z" opacity=".2"/>
<g stroke="#174520" stroke-miterlimit="10">
<g fill="none" stroke-width=".3">
<path d="M556.9 378.2c-.7-.2-1.3-2.3-1.8-4.8-.6-2.4 1.8-.2 2-1.7 0-1.5 1.3-2.3 1.9-.6.5 1.7 3.8-.3 2.4 2.5-1.3 2.7-3.3 5-4.5 4.6zM517.7 396c.2 2-4.8 3.2-5.7 3.2-.8.1-2-.2-1.1-.9.8-.7-1.1-1-2.6-1.2-1.5-.3-2.6-1.4-1.4-1.8 1.3-.5 1-1 .1-1.7-.8-.6 0-1.6 1.8-1 1.8.7 0-1.5 2.6-.4 2.7 1.2.4-2.6 2.3-1.3 2.1 1.5 3.8 4.2 4 5zm1-.3s-2.5-4.2-2.3-5.4c.2-1.2.7-2.4 1.1-1.3.5 1 0-.6 1.3-2 1.2-1.4 2-.9 1.6.5-.4 1.3-.2 2.5.2 2 .5-.4 2.3.3 1.7 1-.6.6-1.2 3-.6 2.1.6-.9.8-.3.2.6l-1.3 2.3s-1 .7-1.9.2zm8 3s-6.8.4-8 1.4c-1.3 1-2.4 2.3-.9 2 1.6-.3-.6.5-1.3 2.6-.8 2 .4 2.5 1.7 1.2 1.3-1.3 2.9-1.9 2.6-1.1-.2.7 2 2 2.4 1 .3-1 2.7-3.2 2-2-.5 1.2.3 1 1-.2l1.6-2.9s.1-1.4-1-2zm-2.3-1.9s-1.1-1.6-1.2-3.1c-.1-1.6.6-1.4 1-.7s.9-1.2 1.6-2.3c.8-1 1.4-.8 1 .4-.2 1.1-.4 4.3.2 3 .6-1.2.8 1-.5 2-1.3.8-1.8 1.2-2 .7zm31.4-16.5s-1-3.8-2.8-4c-2-.2-.8 1.5-1.3 1.5s-2 .1-3.6.6c-1.5.5-.5 1.8.2 2.2.7.3 2.4 1.3 1.8 1.2-.6 0-1.3 1.7 1 1.4 2.3-.4 4-1.1 4.7-2.9zm1.3.4s2.7-1.5 5.1-2c2.4-.3 2 .2.5 1-1.4 1-.5 1 1 1.4 1.5.4 3 2.1.7 2.2-2.2 0-1.6 1.2-1.2 2 .5.7.7 1.6-.8.8-1.5-.7-7.5-4.4-5.3-5.4zm-17.6-1.8s3.8-1.5 4.2-2.7c.4-1.1-3 .7-2.1-1 .9-1.6 1-4.4 0-3.4-1 1.1-1.8-1.1-1.7-2 .1-1-1.3-2.4-1.6-.6-.3 1.9-.5 2.8-1 1.8-.5-1-2.3-1-1.9.5.5 1.5 1.5 2.7.6 2.1-1-.6-1 .7 0 1.6 1 1 1 1.7 1.8 2.4.8.6.7 1.7 1.7 1.3zm-5.9-4.4c0-2.4.4-3.4 1.1-5.1.7-1.7-.3-4-.5-3.3-.3.8-.5-1.7-1.5-2.5s-1.6.1-1.5 1.3c.1 1.1.1 2-.5 1.4-.6-.7-2.2-.3-1.8.7.5.9-.9 2.8-1 1 0-1.9-1.2-5.8-1.8-4.7-.5 1.2-1.8.2-2.9-.5-1-.7-1.3.7-1.2 1.3.2.6 1 2 0 1.7-1-.3-1.5.2-.9 1.2a8 8 0 0 0 3.2 2.4c.8.1 1.9 1.4-.5 1.3-2.5-.1-2.7 2.2-1.4 1.9 1.3-.4-.4 1.3-1.6.8-1.1-.5-3.6.4-1 1.4 2.7 1-1 2.1 2.4 2.3 3.5.1 7.8 1.2 9.7 0 2-1.1 1.7-2.6 1.7-2.6zm-2.5 6.4c-1.5-.1-3.1-2.6-4.4-2.4-1.3.2-2.6.3-1 1 1.6.8.4 1.7-1.4 1.3-1.9-.3-4.5 0-3.3.2 1.1.3.8 1.1-.1 1.1s-1 2.3.3 1.6c1.3-.7 4.7-.4 3.6.3-1.1.8 0 1.8 1 1.2 1-.5 4-2.5 2.8-1.5-1.2 1-1 2.8 1.2 1 2.2-2 6.2-3.6 1.3-3.8zM599.8 405c1.1 0 2-.2 1.3-.5-.7-.4-.1-.6 1.5-.4 1.6.3.6-1.2-.7-1-1.4 0 0-.8 1-1 1-.3.1-.9-1-.3-1.2.6-1.1-.7 0-2.3 1-1.6-.6-.8-1.7 1-1 1.8-.8 1-1 0-.3-1.2-.7-.8-.8-.2-.1.6.2 2-.2 1.2-.4-.7-.5.3 0 1.6.2.3-1.4-.9-1 .1.3 1-.3 1.1 0 2.2.2 1.1.4 2 1.3 1.1.9-.8 2-.8 1.3-1.6z"/>
<path d="M605 401.1c0-1.7 1.4-.2 1 .6-.3.9 1 1.3 1.8 0s3-1.3 2.1 0c-1 1.4-.3.8 1 .5 1.4-.3 3.4-.5 2.5.3-1 .8-1 1.1.5.9 1.4-.3 2.3-.3 2.6.3.3.6-.1.9-1 1.2-.7.4.4.7 1 1.8.5 1.1.3.8-.9 1-1.2.2-1.1.5-1 1 .3.6 0 1.5-.8.8-1-.7-1.7-.7-1.6-.1.2.6-.2 2-1.2 1.3-.9-.7-1.3.4-1.3.7.1.8-1 .4-2.1-.5-1-.9-1.7-1.7-1.7-1 0 .8 0 .6-1-.5-.8-1.2-.6-2.8-2.4-2.8-1.8.1-1 .5-.6-.6.5-1.2 2.6-.6 3-4.9zm-8.5 9s2.8 1 1.5 2c-1.2 1-2.1 2.3-1 2 1.2-.3 2.7-.4 1.5.7-1.3 1.2 0 3 .5 2.3.6-.7.8 0 1 1.4.1 1.3 2.3 2.7 1.9.8-.5-2-.5-3.2.3-1.8.7 1.4 3.5 2.3 2.2.4-1.4-1.8-1.4-3.2-.4-2.4 1 .8 3 1.5 2 .1s-2.5-2.4-1.3-2.2c1.2.1 4.6 0 1.8-1-2.8-.8-3.3-1-2.3-1.1 1-.2 1-.8-.8-.8-2 0-1-1.5-3.2-1.2-2 .2-4.8.3-3.7.8z"/>
</g>
<path fill="url(#ac-J)" stroke-width=".5" d="M415.5 389.3c0-.6.3 0 .3 0-.1 7.4-1.7 14.4-2.7 21.7-.2 1.8-.4 7.7-.8 9.6l-.5 2.7-3.5-3.4 2-9.1c1.4-7.2 5.1-20.9 5.2-21.5z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-I)" stroke-width=".4" d="M507.4 446.7c-9-1.1-16.5.4-22.3 2.8 0 0 0-2 .9-4.4 1-2.3 1-3-.3-1.3-1.2 1.7-2.3 6.4-2.3 6.4-8.6 4-13.3 9.5-13.3 9.5l1.5 1.8s0-1.7 7.1-6c9.5-1.2 10.9 3.3 11.5 6 .6 2.7 2.2 5.4.6-1.4-1.5-6.8-9.9-5.9-10-5.9a113.5 113.5 0 0 1 3.6-1.9c14.4-7.5 33.6-4.4 23-5.6zm-28.6 8.7a84 84 0 0 1 2-1.1z" transform="translate(316.5 145.5) scale(.58162)"/>
<g stroke-width=".5">
<path fill="url(#ac-H)" d="m382.3 410.3-.1-.1c2.1 2.3 4.4 4.4 7 6.4 1.6 1 3.2 2.2 5.2 3l1.5-3.9c-1.5-.5-3-1.4-4.3-2.4-2.7-1.9-5.2-4-7.6-6.3-1.2-1.3-2.4-10-1.4-14.5 1.1-4.5-2 1.5-1.8 5.8.2 4 .6 5.9.6 6.1l-5.6-5.8c-5-5.4-10-10.7-14.8-16.3 0 0-1-.5-.5.4s8.8 12 13.4 17.8l5 6.1a46 46 0 0 0-16.1-.9c-5.5.5 1 .5 4.3.8 3 .4 11.3.4 14.4 3l.4.4zm.5-4.5 1 .9-.4-.3-.6-.6z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-C)" d="M362.2 433.6h-.1z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-B)" d="M350.3 430.7s-1.2-4.6-1.3-6.8c-.2-2.1-1.2-3.4-1.1.3 0 3.7 1 6.2 1 6.2h.2c-9.5-2-12.9-1.9-14.6-1.8-1.8 0-2 .2 4.2 1.2s27.3 6.8 30.7 8.4l1.6-1.9c-4.8-1.2-17.6-5-20.9-5.7z" transform="translate(316.5 145.5) scale(.58162)"/>
</g>
</g>
<path fill="url(#ac-bx)" d="M504.8 392.7c-1.6 14.4.8 27-1.8 33.8-2.5 6.9-10.4 2.7-14.6-1.4a1147 1147 0 0 0-18-17.5 196 196 0 0 1-15.2-15.8c-2.4-3.5-8.6-10.9-14.2-18.3-2.2-2.9-4.2-5.7-6-8.4-6.2-9.4-8.8-17.7-11.4-21.5-2.6-3.9-5.2-4.7-8.8-13-3.7-8.4-1-18.3-1.5-20.2-.2-1-1.2-3.4-2.2-10-1-7.3-2-19.8-1.5-41 0-4.1 8-16.2 12.3-18l4.3-1.6a15 15 0 0 1 12.3.6c6.5 3.4 22.1 19.6 27.2 26.3a217 217 0 0 1 26.2 49.2c8.2 22.6 11 37.9 11 48-.1 10 3.5 14.4 2 28.8z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-S)" d="M439.6 393.6c.3-7.5 1.1-14.5 1.4-20 5.6 7.3 11.8 14.7 14.2 18.2 1.6 2.3 8.3 9 15.3 15.8 3 8.9-1 16 1.6 20.1a36.8 36.8 0 0 1 4.2 17c-.3 4.7 3 7.4 3 9-.1 1.5-.2 8.6-4 8.5-3.8-.2-11-3.8-13.8-6.6A64 64 0 0 1 452 441a554.5 554.5 0 0 1-5.6-10.4 72.9 72.9 0 0 1-6.8-37z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-L)" d="M452 441c.5 1-7.6 6-9.5 7.5-2 1.5-3.5 3.3-4.9 1.3-1.3-2-6.7-7.5-8.5-25-1.8-17.4 3.3-37.6 3.3-37.6a233 233 0 0 0 7.2 6.4 73 73 0 0 0 6.8 37A543.7 543.7 0 0 0 452 441z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#e6c7ac" d="M573 362.7c-.2 3.3-.7 7.3-.9 11.7a135.5 135.5 0 0 1-4.2-3.7c-27.7-25.5-27.2-46.5-26.8-52.3 1.4 1 3 3 5.2 4 4 1.9 9.6.3 9.3-2.2.5 3.9 1.1 5.3 1.2 5.8.3 1-1.2 6.9.9 11.7 2.1 4.9 3.6 5.4 5.1 7.6 1.5 2.2 3 7 6.7 12.5l3.5 5z"/>
<path fill="url(#ac-e)" d="M381 199c-1.8-1.4-3.3-2.3-2.3-2.8 0 0 10.8-8 19.8-3.2s23 14.8 23 24.5a45 45 0 0 0 4.7 22.3l-4.3 1.7c-4.4 1.7-12.2 13.8-12.3 17.8-.5 21.3.4 33.8 1.5 41.1.5 4.3-9.2 7-16 3.7-3.6-1.8-6.5-5-8.8-6.8-1.7-1.4-3-2-4-1.1-.5.5-.9 1-1.1 1.5-1.2 2.2-6.5 18.4-7.8 23-1.4 4.6 1.5 6.1 1.3 9.6-.2 3.5 2.5 6.7 0 14.3-2.5 7.6-8.8 9.2-10.5 6.8a259.3 259.3 0 0 1-12.5-21c-1.8-4 .7-15.2.5-21.3-.2-6.1 2-22.7 5.2-24.5 3.2-1.7 6.1-8.6 13.5-15.2 7.4-6.7 12.2-5.8 12.9-8.3.6-2.6 5.9-3.3 5.9-3.3s.2-1.3 3.7-3.2l2.2-3.4c-1.4-4.4.7-12.8.7-12.8-4-4-12.6-13.6-13-18.3-.5-6.5-5-19.6-2.3-21zm18.9 5.8c.3-2.4.4-3.4-1.3-4.6-2-1.5-4.2-1.2-5.5-1-1.4.3 0 2.4 1.7 4.1 1.7 1.7 4.9 2.8 5 1.5z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#f0ceb8" d="M548.3 261.9c1 .7.9 1.3.7 2.7 0 .8-2 .1-3-.9s-1.7-2.2-.9-2.3c.8-.2 2-.4 3.2.5zm-1.8 1.2c.2-.1.4-.4.3-.6 0-.2-.4-.4-.6-.3-.3 0-.4.3-.4.6.1.2.4.3.7.3z"/>
<path fill="#f0ceb8" d="M546.8 262.5c0 .2 0 .5-.3.6-.3 0-.6-.1-.7-.3 0-.3.1-.5.4-.6.2 0 .5 0 .6.3z"/>
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".3">
<path d="M545.6 275s-2.2-3.9-3.1-4.7c-.9-.7-1.6-4-1.7-5-.2-1.9-1.6-3.2-2.7-4-1.1-.9-2-1.4-1.4-1.7 0 0 6.3-4.6 11.5-1.9 5.3 2.8 13.4 8.6 13.5 14.3-.3 8 2.6 13 2.6 13"/>
<path d="m548 285.3-1-1.1c-2.3-2.4-7.4-8-7.6-10.7-.3-3.8-3-11.4-1.3-12.3m8.9 23s-1.3 4.8-.5 7.4l-1.2 2m8.1 0s-3.3-2.4-7.4-.4l-.7.3c-2 1.2-2.2 2-2.2 2s-3 .3-3.4 1.8c-.4 1.5-3.2 1-7.5 4.8-4.3 4-6 8-7.9 9-1.9 1-3.1 10.6-3 14.1 0 3.6-1.3 10-.3 12.4a131 131 0 0 0 7.3 12.2c1 1.4 4.6.5 6-4 1.5-4.3 0-6.2 0-8.2.2-2-1.5-3-.7-5.6.8-2.7 3.9-12 4.6-13.4l.6-.9c1-1.2 3-2.6 4.4-3.2 1.7-.8 8.1-5.4 8.1-5.4m4.3 11c-.7-4.2-1.2-11.4-1-23.8.1-2.4 4.7-9.4 7.2-10.4l2.5-1c2.1-.6 4.5-1 7.2.4 3.8 2 12.9 11.4 15.8 15.3 3 4 10.4 15.4 15.2 28.6 4.8 13.1 6.4 22 6.4 27.9 0 5.8 2.1 8.4 1.2 16.8-1 8.4.4 15.6-1 19.6-1.6 4-6.1 1.6-8.6-.8l-10.4-10.1c-4-4-8-8-8.9-9.3-1.4-2-5-6.3-8.2-10.6a94.4 94.4 0 0 1-3.5-4.9c-3.6-5.4-5.2-10.3-6.7-12.5-1.5-2.2-3-2.7-5.1-7.6-2.1-4.8-.6-10.6-.9-11.7 0-.5-.7-2-1.2-5.8z"/>
<path d="M541.1 318.4c1.4 1 3 3 5.2 4 4 1.9 9.6.3 9.3-2.2m-16.8-2.5c.6-.5 1.4-.1 2.3.7m0 0h0c-.4 5.8-.9 26.8 26.8 52.3a135.5 135.5 0 0 0 4.2 3.7l.2.1"/>
<path d="M573 362.7c-.2 3.3-.7 7.3-.9 11.7-.2 6.9.3 14.6 4 21.5a318.9 318.9 0 0 0 3.2 6c3.5 6.2 4.7 7.7 5.6 8.6 1.6 1.6 5.8 3.7 8 3.8 2.2 0 2.2-4 2.3-5 0-.9-1.9-2.4-1.7-5.2a22 22 0 0 0-2.5-9.9c-1.4-2.4.8-6.5-1-11.6m-41.7-120.7c1 .7.9 1.3.7 2.7 0 .8-2 .1-3-.9s-1.7-2.2-.9-2.3c.8-.2 2-.4 3.2.5z"/>
<path d="M546.8 262.5c0 .2 0 .5-.3.6-.3 0-.6-.1-.7-.3 0-.3.1-.5.4-.6.2 0 .5 0 .6.3zm21.1 108.2s-2.9 11.7-1.9 21.9c1 10.1 4.2 13.4 5 14.5.8 1.1 1.7 0 2.8-.8 1.1-.8 5.8-3.7 5.5-4.3 0 0 0 0 0 0"/>
</g>
<path fill="url(#ac-g)" d="m409.8 273 5.3 29.3 1.9 14.6s1 9 4 13.5c3.1 4.5 7 10.3 11.3 18.8 4.4 8.5 7.5 15.3 24.1 34.8 16.7 19.6 26.6 30 26.6 30s14.2 14.3 17.7 15c1.2.5-1.5 1.4-2.7 1.3-1.2-.2-4.2-1-5.7-2.1s-24.7-23.4-24.7-23.4S456 394 440 372.1c-15.9-21.7-12.2-24.7-18.3-31a33.7 33.7 0 0 1-9-22l.6-8.6s-3.4-16.2-3.5-22.5v-15" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#f0955d" d="M568.3 340.8c-.8-3-4.7-10.4-5-11.7-.3-1.4-.8-1.7-1.4-1.5l-3 .9c.2 2.4.5 4.5 1 6.2.8 2.7 4.8 7.6 5.5 8.9l1 2 1.3-.4c1.7-.6 1.4-1.4.6-4.4zm-5.2-18.6c-.3-1.9-3.6-10.6-3.7-12.3-.2-1.6-1.2-2.1-2-1.9a75.6 75.6 0 0 0-1.9.6c1 5.2 2.4 12.4 2.8 15.3 0 .8.2 1.6.3 2.3 4.8-1.5 4.7-2.2 4.5-4zm18.9 43c.1-1.4-5-6.7-6.9-9a20.4 20.4 0 0 1-4-7.7c-.2-1.9-.6-1.9-1.7-1.5l-2 .7a88 88 0 0 0 5.8 10.4l7.8 9.6c1.1-1 .9-1.5 1-2.5zm25.7 28c.3-.3-6.1-6-8.9-8.6a88.2 88.2 0 0 1-10.2-12.5c-.8-1.8-1.6-1-2.4-.8l-1.5.8c3.3 4 6.3 7.6 7.4 8.7 2 2.1 10.7 11.4 14.5 13.7.8-.6 1-1 1.1-1.2z"/>
<g mask="url(#ac-be)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M433 335.8c-1.4-5-8.1-17.8-8.6-20.1-.4-2.4-1.3-2.9-2.3-2.6l-5.4 1.6c.5 4 1 7.8 1.9 10.6 1.3 4.6 8.3 13.1 9.5 15.3l1.8 3.6 2.1-.8c2.9-1 2.3-2.5 1-7.6zm-9-31.9c-.4-3.3-6-18.3-6.4-21.2-.3-2.8-1.9-3.7-3.3-3.3a129.9 129.9 0 0 0-3.3 1c1.7 9 4.2 21.5 4.8 26.3l.5 4c8.3-2.5 8.1-3.8 7.7-6.8zm32.5 74c.3-2.5-8.6-11.6-11.8-15.5-3-4-6.6-10.2-7-13.4-.3-3.2-1-3.2-2.8-2.5l-3.4 1.2c3 5.9 7 14 10 17.9 2 2.7 7.4 9.4 13.3 16.5 2-1.6 1.6-2.6 1.7-4.3zm44.3 48.1c.5-.6-10.6-10.5-15.3-15a151.6 151.6 0 0 1-17.6-21.3c-1.4-3-2.7-1.8-4-1.4l-2.8 1.4c5.8 6.9 11 13 12.9 14.9 3.5 3.7 18.3 19.6 24.9 23.5 1.3-1 1.6-1.6 1.9-2z"/>
</g>
<path fill="#f0955d" d="M554.6 306.8c3.7-.4 4-1.7 3.8-3-.1-1.4-1.6-6-1.4-8.2 0-2.2 3.5-7.2 6.3-8.3 3.2-1.3 2.3-2.1 2-2.6 0 0-3.8 1.2-5.2 2.4a20.5 20.5 0 0 0-5.5 10.4c-.4 4.1 0 9.3 0 9.3z"/>
<g mask="url(#ac-bu)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M409.5 277.4c6.3-.7 6.7-3 6.5-5.3-.3-2.3-2.7-10.2-2.5-14 .2-3.8 6.1-12.4 11-14.3 5.3-2.1 3.9-3.6 3.3-4.4 0 0-6.5 2-8.8 4.1-2.3 2-8.9 10.6-9.5 17.8-.7 7.2 0 16 0 16z"/>
</g>
<path fill="#f0955d" d="M570.4 302.5c.8-.2 2-.3 3 .2l5 3c.7.1 1.7 2.4 1.7 2.4s.5 1.5.4 2.7a66 66 0 0 1-.4 6.9 11 11 0 0 1-3.4 3c-1.6 1-7.8 3-9.1 3.3-1.3.2-2.6-1.3-2.6-2.7 0-1.4-1-6.5-1.5-8-.4-1.6-2.4-8-.3-8.7 2.2-.8 7.2-2 7.2-2z"/>
<g mask="url(#ac-bt)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M436.7 270c1.2-.3 3.5-.5 5.2.3 1.6.9 7.6 4.7 8.6 5 1 .4 2.8 4.3 2.8 4.3s.8 2.7.7 4.7c-.1 2-.3 11-.7 11.8-.4.7-3 3.6-5.8 5.2a99.5 99.5 0 0 1-15.7 5.6c-2.2.4-4.5-2.3-4.5-4.6 0-2.4-1.8-11-2.5-13.8-.7-2.6-4.2-13.6-.5-15 3.7-1.3 12.4-3.4 12.4-3.4z"/>
</g>
<path fill="#fdf2e8" d="M556.4 282.5s-7.1.4-6.2 1.5c.8 1.1 1.5 2.9 3 2.4s6.2-3.7 3.2-3.9z"/>
<g fill="#d5ccc0">
<path d="M537.5 264s.8-.5 1.3 1.8c.5 2.4 1.8 6.1 2.6 7.5.7 1.5 6.6 10 7.2 11 .7.9-.6 2.5-1 1.8-.3-.6 0 3.3.4 4 .3.7.4 2.2 1.5 2.3 1 0 0 0 0 0s-3.4.4-3.5 2.2c0 1.7-2.5-.4-1.3 1.5 1.2 2 .4 5.4-.7 3.5-1-1.9-3.2-3.9-3.3-2.6-.1 1.3-1.2 1.5-1.6 1.6-.4.2-3.4 1.6-5 3a64.7 64.7 0 0 0-6.9 7.2c-1.3 2-3.9 3.3-5.2 8.7-1.3 5.5 0 0 0 0s1-5.4 2-6.2c1-.9 4-4.6 4.9-5.6.8-1 4.6-5 6.8-6s4-1.8 4-2.2c0-.5.9-1.4 1.9-1.7 1-.3 1.2 0 1.6-.7.4-.6 2.1-1.7 2.1-1.7l.7-1s.6-.4.4-1.2l.1-5.1c.1-1.4.6-1.8 0-2.3-.4-.6-4.5-4.8-5.7-7.2a20 20 0 0 1-2-6.4c0-1.4-1.3-6.2-1.3-6.2z"/>
<path d="M548.8 311.2s1.2 0 2.7-.4c1.4-.3 3.4.2 3.3-1.5-.2-1.7-.2-12.1-.2-12.1s-.6-2.3 2.4-6c3-3.9 4.1-5 5.1-5.4l.3-.1s-1.8-1.4-2-4.5c-.3-3-.7-9.3-1.1-6.7-.5 2.6.8 5.2-.8 6.1-1.6 1-5.9 1.5-7.2 1-1.3-.5-2.6-2.8-2.6-2.8l-2.8-3.3c-.3-.5-1.4.4-.2 1.4 1.2 1 3 3 3.1 4 0 1-1 1.6 1 2.6 1.9 1 1.6.6 3.3.3 1.6-.2 3.7-.8 4-1.1.2-.3 1.7-.3.5.6-1.1 1-2.7 3-4.4 3-1.8.1-2.8 0-3.4-.5-.6-.4-1.6-.3-.8.2s1.7 1 3.4 1.3c1.4.2 2.5.8 4.2-1.2 1.7-1.9 2.3-2.1 2.3-3.6s1.3 1.3.2 3.5c-1.1 2.3-5 4-6.6 4.5-1.6.6-2.9 1.7-1.9 1.9 1 .1 2.8 1 3 1.5.3.6 0 1-.8 2.5-.8 1.6-3.6 10.9-5.6 13-2 2.1-4.1 5.3-2.4 4.2l4.3-2.9m-11 7.5a53.5 53.5 0 0 0-7.1 14.6c-.5 3.3 2.6 5.3 2.3 8.5-.3 3.2-1.9 9.5-3.3 7.7-1.4-1.8-4.5-3.5-3.4-1.7 1.2 1.7 2 4.3 4 3 2.1-1.5 4.6-3.7 4.4-8.1-.1-4.4-.8-4.3-1-6.3a8.5 8.5 0 0 1-.5-3.4c.1-.9 4.7-14.3 4.7-14.3z"/>
<path d="M551.2 312s-.8 2.7-2 1.8c-1.2-1-2.7 0-2.3.5.5.4.1 1.8-1.4 1.7-1.5 0-2.2 0-2.3.5 0 .6-.5 1.6-1.2 1.5-.7-.2 2 2.9 2.5 3.3l-4-3.4c-1-.8-1.7-.4-.5-1.4l8.4-5.3s.7 1.2 2.8.8z"/>
</g>
<path fill="#fdf2e8" d="M542.5 270.3c.1-1.8 2.5-3.6 4.5-1.6s3 6.7 5.6 5.5c2.6-1.2 7-3.2 6.6-.7-.6 2.4-3 5.3-5.1 5-2.2-.4-6.2-1.5-11.6-8.2m6.2 8.5c-.6-1.3 2.7.9 5.3.7 2.6-.2 2.2 1 .8 1.5-1.4.4-2.6 1.1-3.3.7-.8-.4-2.4-2-2.8-3zm6.8 8.3s-1.7 2.6-2.5 2.5c-.8-.2-2-2.6-2-2.6s3.1 1.3 4.5 0zm-18.9-27s5.4-3 8.4-2.5 7.1 3.6 8 4.2c.8.6 3.1 3.7 4 3.5.8-.2.9-.7-.5-1.9-1.3-1-7.4-6.3-10.9-6.5-3.5-.3-7.3 1.8-8.1 2-.8.3-.9 1.1-.9 1.1m24.8 13.3s-.8 1.5-.7 2.6c0 1 2 9.7 2 9.7l1.6-.4s-3.2-9-2.9-11.9z"/>
<path fill="#d5ccc0" d="M554.7 309.3s-1.6.3-1.4 3.1c.2 2.9.4 8-.5 8.8-.9.9-7.6 1.3-5.2 1.6 2.3.4 6.7.4 7.7-1.3 1-1.7 0 0 0 0l.2-1.9z"/>
<path fill="#ad5f38" d="m569.8 302.7 5.2 2.8-7-2.4zm-4.9 1.3 6.1 2.6-8.2-1.7m-.6 1.9 7.3 1.6-7.1-.1m.5 2.5 11.6-1.7-10.8 5m.3 1 11.4-3.2-10.6 7.6m.1.9 10.8-6.1-10 8.8m1 .7 5.4-4.7-2.8 4.4m2.6-.8 4.7-6.7-1.8 5.6m2-1 2-3.9-.5 3"/>
<path fill="#f0955d" d="M576.4 289.1s-3.3 2-3.5 2.4c-.3.5-.5 5.8-.4 6 .1.2 1.2 3 1.6 3.1.3.2 7 4.1 7.5 4.2.5 0 3.7-.2 4.2-.4.4-.1 2.8-2 2.8-2"/>
<g mask="url(#ac-bs)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M447 247s-5.7 3.3-6.1 4c-.5.9-.8 10-.6 10.4.2.3 2 5 2.6 5.4.7.3 12.2 7 13 7.1 1 .1 6.4-.3 7.2-.6.7-.2 4.8-3.4 4.8-3.4"/>
</g>
<path fill="#f0955d" d="M575.1 288s-2.4 2.3-3.4 2.5c-1 .1-7.3-.8-7.6-1.2-.4-.4 2.3-3 6.2-4.5"/>
<g mask="url(#ac-br)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M444.7 245s-4 4-5.8 4.3c-1.7.3-12.6-1.4-13.1-2-.6-.7 3.9-5 10.6-7.8"/>
</g>
<path fill="#f0955d" d="m562.6 290.8 7.3.8c.6 0 1 2.9.9 5l-.3 4.3-9.3 3c-.5.1-1.9-4.1-1.7-7.5.2-3.3 2.5-5.7 3-5.6z"/>
<g mask="url(#ac-bq)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="m423.2 249.8 12.5 1.4c1 0 1.8 5 1.6 8.6l-.4 7.5-16.2 5c-.7.3-3.1-7-2.8-12.8.4-5.7 4.2-9.8 5.3-9.7z"/>
</g>
<path fill="#f0955d" d="m590.7 305.7-5.8.5c-1 .1-1.5.8-1.5 1.8s-1 9-1.2 9.8c-.2.8-.1 1.7 1.2 3 1.4 1.2 4 3.1 4.8 3.5.6.4 2.5 1 5 .2l6.6-2"/>
<g mask="url(#ac-bp)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M471.6 275.5s-8.4.6-10 .9c-1.8.2-2.6 1.4-2.7 3.1a263 263 0 0 1-2 16.8c-.4 1.3-.2 3 2.1 5a73 73 0 0 0 8.2 6.2 11 11 0 0 0 8.6.4l11.3-3.6"/>
</g>
<path fill="#f0955d" d="M578.2 322.4c.9-.4 2.3-1 3.7.2 1.4 1.1 4.8 5.5 5.2 6.2.4.6.4 1.2.3 2.2l-.8 7.5c-.3 1.1-.7 3.1-3.2 4.2-2.5 1-8.6 4.5-10.8.3-2.3-4.2-6.3-13.6-6.6-14.6-.4-.9 0-1.5 2-2.1l10.2-3.9z"/>
<g mask="url(#ac-bo)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M450.1 304.2c1.4-.7 3.8-1.7 6.3.3 2.4 2 8.3 9.6 9 10.7.6 1.1.7 2 .4 3.8-.2 1.7-1 10.8-1.4 12.8-.5 2-1.2 5.4-5.4 7.3-4.2 1.8-14.7 7.7-18.6.5a351.4 351.4 0 0 1-11.4-25c-.6-1.6.2-2.6 3.5-3.7a726 726 0 0 0 17.6-6.7z"/>
</g>
<path fill="#f0955d" d="M584.2 344.3c1.9-.8 4.3-1.3 5.4.7 1 2 4.3 8.2 5.4 9.6 1 1.4 1.6 6.2.1 7.5a73.4 73.4 0 0 1-7.3 5c-.8.4-3.5 0-4.2-2-.8-2-6.6-11.2-8.3-12.6-1.6-1.3-1.6-4.4 1.1-5.1a84 84 0 0 0 7.8-3z"/>
<g mask="url(#ac-bn)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M460.4 342c3.2-1.5 7.4-2.4 9.2 1.1 1.7 3.5 7.5 14 9.3 16.5 1.7 2.4 2.8 10.6.3 12.8-2.6 2.2-11.2 8-12.6 8.6-1.4.7-6 0-7.4-3.4a119.8 119.8 0 0 0-14-21.6c-2.9-2.3-3-7.7 1.8-8.9a111 111 0 0 0 13.4-5.2z"/>
</g>
<path fill="#f0955d" d="M594.8 366.7c1.2-.5 1.5-.8 2.4 0 .8 1 7.9 7 9 7.8 1.3.8 1.3 1.4 1.2 2.7 0 1.4.7 9.1.6 10.8 0 1.6 0 2.1-1.8.5a181.6 181.6 0 0 1-12.8-13c-1-1.6-4.2-7.3-2.6-7.6 1.6-.3 2.6-.7 4-1.2z"/>
<g mask="url(#ac-bm)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M478.6 380.3c2-.8 2.6-1.3 4 .2a313 313 0 0 0 15.7 13.2c2.2 1.5 2.1 2.4 2 4.8-.2 2.3 1.2 15.6 1 18.4-.2 2.8 0 3.8-3.2 1a312.2 312.2 0 0 1-22-22.4c-1.5-2.7-7.2-12.5-4.4-13s4.5-1.2 6.9-2.2z"/>
</g>
<path fill="#f0955d" d="M610.1 373.1s-2.5-.2-3-.9c-.5-.6-6.3-5.5-7.2-6.3-1-.8-1.7-1.4-1.6-2 0-.6 0-4.6-.2-5.5-.2-1 1.1-1 2.3-1 1.1 0 8.5.5 8.5 1"/>
<g mask="url(#ac-bl)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M505 391.4s-4.5-.4-5.3-1.5c-.8-1.1-10.8-9.6-12.4-10.9-1.5-1.3-2.8-2.5-2.8-3.5s0-7.8-.3-9.4c-.3-1.6 2-1.8 4-1.7 2 .1 14.6.8 14.7 1.6"/>
</g>
<path fill="#f0955d" d="m609 356.7-9.3-.4c-1.1-.1-1.6-1.1-2.5-2.9l-2.3-4c-.3-.6.4-1.3 1.4-1.6 1-.3 7.4-2.6 10.5-5.2"/>
<g mask="url(#ac-bk)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M502.8 363.1s-13.8-.5-15.7-.7c-2-.2-2.8-1.8-4.4-4.9l-4-7c-.4-.9.7-2 2.4-2.6 1.6-.6 12.7-4.5 18-9"/>
</g>
<path fill="#f0955d" d="M605.9 339.3s-2.6 2.9-5.4 4.2a29.6 29.6 0 0 1-5.3 2c-.8.1-2.2.2-3-.8-.9-1-2.3-2.5-2.8-2.8-.5-.3 0-1.8.2-3l1-11c0-.9.8-1 1.8-1.3 1-.3 7.5-2.7 8-2.6"/>
<g mask="url(#ac-bj)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M497.6 333.2s-4.4 5-9.2 7.2a51 51 0 0 1-9 3.4c-1.5.3-3.9.5-5.3-1.2a39 39 0 0 0-4.8-4.8c-.8-.6.1-3.2.3-5.3.2-2 1.6-17.5 1.6-19 0-1.3 1.6-1.5 3.2-2 1.7-.6 13-4.8 13.9-4.6"/>
</g>
<path fill="none" stroke="#af6d4a" stroke-miterlimit="10" stroke-width=".6" d="M565.3 284.7c.3.5 1.2 1.3-2 2.6-2.8 1-6.2 6.1-6.3 8.3-.2 2.2 1.3 6.8 1.4 8.1.1 1.4-.1 2.7-3.8 3"/>
<path fill="#ad5f38" d="M561.2 292h6.5l-5.3-1.2m-1.8 2 8.7.4-9.4 1m-.4 2.2 8.2-1.2-8 3.7m.1 1 7.6-2.3-7 5m2 .8 4.5-3.2-2 2.4m-.3-13.1 6-.7-4.5-1.7s-2.6 2.1-1.5 2.4zm3.4-3.7 3.2 1.4-4.1-.8m4.4-1.1.5 1.1-2.2-1.4s.6-.1 1.7.3m2.7 5.2 1.3.3-2.4.4m-.4 1.3 1.6-.2-1.7 1.6m0 2.4 3-2-2.9 3.8m.6 1 5-2.5-3.4 4.5s-1.3-.8-1.6-2zm4.7 3.8 1.6-5-3.2 4.2m3.6 1.8.9-4.5 1 5.4m1.5 0 .2-3.3 1.8 3m1.2-.5-.3-2.3 1.1 1.6m-.7 2.7 2 .7-5.2.5s1.4-1.3 3.2-1.2zm-3.4 3 6-1-6.2 3m-.2 1.8 6.2-1.6-6.8 3.7m-.1 2 8-4-8.1 6.3m1.2 1.4 7.5-6.4-5.7 8m2.3 1.6 5.2-7-2 8.3m3-.7 2-6v5.4m2-.6.7-4 1.5 3.3zm-.2 1.7h2.2l-4.8.9m-2.6.8 6.5.3-8.2 2s.1-2.4 1.7-2.3zm-2 4.3h8l-8 2.6m0 1.6 6.6-1.8-7.4 4.5m0 1.7 7.4-3.8-7.4 6.2m1.1 1 6.8-5.5-4.7 7.7m2.6.3 5.3-7.9-2 6.8m3-1.4 2.5-6.2.3 4.1m-5.6 6 5.3-.5-9.1 3s1.3-2.1 3.8-2.4zm-3.2 3.5 7.3-2.3-6.4 4m1 2.3 5.4-5.3-3.8 7m2.1.3 4.2-6.5-2.3 6.6m1.9.1 2.3-6.1-.7 6.2m-8.3 6.8 5-2.6-4.2 4.3m1.2 1.3 4.3-3.3-2.8 4.3m1.3 1.1 4.3-6.2-2.8 7.5m1.3 1.1 3.1-9.3-1.5 10.8m.9.4 1-6 .5 6.3m-37-48.6 6.3.7-12.7 2m-.7.5 13.4-.5-12.4 3 12.9-1.2-12.2 3m.6 2 13.4-3.2-12 5.3m1 3.1 9-5.7-7.6 8m1 1.8 9.1-7.6-6.1 9.3s-2.2-.3-3-1.7zm4.5 1.6 6.4-9.1-3 8.1m2.7-1.2 1.6-5.9.7 4m-11.2 8 8.7-2.3-9 4.5 10.4-3.5-9 5.3s-1.3-1.2-1.1-4z"/>
<path fill="#ad5f38" d="m575.6 352.8 10.8-3-9.4 4.8m.5.6 9.9-3.1-8.2 5.5m1 1.4 7.4-4.7-6 7.2m.7 1.1 6.7-7-6.1 8.4m.7 1.3 6.2-8.7-3.5 10.6s-1.9-.7-2.7-2zm4.5 1.6 2.8-8.4-.4 6.9m1.4-1 .9-4.9 1.2 3.6m-3.3 7.3 4.1-2.4-2.9 5m.6 1 4.3-3-3 5m1 1.3 4.2-5.5-2.9 6.8m1.5 1.6 3.8-6.8-2.2 8.4m1.1 1 3.3-8.1-1.5 9.9m1.8 1.8 1.6-10.6 1 12.9"/>
<path fill="#d5ccc0" d="M575.6 366.2s-2.5 12.3-.8 23.1-1.7-1.9-1.8-2.3a84.2 84.2 0 0 1 0-24.3zm9.3 44.3s9.4 5 8.6 1.3c-.9-3.7-2-4.5-2.4-6.4-.5-1.8-.5-5 .6-3.8 1.1 1.2.7-4-.5-5.5s-3-6.2-2-6.2c.9 0 1.2-3.8.7-5.1-.4-1.4-4.7 2.8-10-13.1l10.1 10.8s1.3 3.2.6 6.9c-.6 3.6.9 5 1.6 7.4.7 2.3 1.6 6.3 1.3 7.6-.3 1.4 1.7 4 1.6 5.4 0 1.4-.6 4.6-1.9 4.5-1.2-.2-6.6-1.6-8.3-3.8z"/>
<path fill="#fdf2e8" d="M589.8 389.1c.2-.6.6-1.8-.5-1.5-1.1.2-.5 2.5-.1 2.3.3-.2.4-.3.6-.8zm2.6 12c0-.8 0-2-1-1.5-1 .4.3 2.5.6 2.3.3-.2.4-.4.4-.9z"/>
<path fill="#d5ccc0" d="M572.3 380.5s-1.1-4.6-3.5-3.2c-2.3 1.4-3 10.4-3 10.4s.1-9.1 2.3-16.9l4.2 3.7v6zm3 13.8s-2 12.4-3.3 11a49 49 0 0 1-6-13.3s1 8.1 4 13.6c1.8 3.3 3 1.6 4.7.3 1.7-1.4 4-2.6 4.6-4z"/>
<path fill="#c6ac95" d="M552.7 322.8s2 1.6 1.7 3.6c-.3 2-.9 4.2.5 7.4 1.5 3.2 2 6 3.6 8l6.3 7.4s-1.4-3.4-2.7-4.8c-1.3-1.5-5.4-6-5.4-10.5l.1-7.8-1.2-5.3s-1 2.1-2.9 2zm-5.7.1s-5.5 2-5.5 4.8-.7-7.1-.4-9.1c0 0 4.2 3.9 5.9 4.3z"/>
<path fill="#caa178" d="M552.4 323s1.2 2.5 1.3 5.2c.1 2.8-5 3.8-8.1 3.9-3.2 0-3.4-.2-3.4-.2s-1.6-10.2-1.1-13.3c0 0 3.4 3.4 6.2 4.2 2.7.7 5.1.1 5.1.1z"/>
<g mask="url(#ac-bi)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M405.7 305.1s2 4.4 2.2 9.1c.2 4.7-8.5 6.6-14 6.6-5.4.1-5.7-.2-5.7-.2s-2.9-17.6-2-23c0 0 6 6 10.6 7.2 4.8 1.3 8.9.3 8.9.3z"/>
</g>
<path fill="#caa178" d="M542.6 333s4.7-.2 7.4-.6c2.7-.5 3.5.5 4 2 .4 1.5 2.3 5.6 3 7 .6 1.3-.3 3.6-2 4.6l-5.6 2.5s-5-8.8-6.8-15.5z"/>
<g mask="url(#ac-bh)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M389 322.5s7.9-.4 12.6-1.2c4.7-.7 6 1 6.8 3.6.8 2.5 4 9.6 5.2 12 1.1 2.3-.5 6.2-3.5 7.8-3 1.6-9.6 4.5-9.6 4.5s-8.7-15.3-11.6-26.7z"/>
</g>
<path fill="#caa178" d="m551.5 351.9 5.4-4.3c1-.8 2.6-.8 4.1 1.5 1.5 2.3 3.8 7.4 4.8 8.7 1 1.3 1.2 2.8.2 3.8a64 64 0 0 0-3.1 4.2s-8-8.4-11.4-14z"/>
<g mask="url(#ac-bg)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M404.2 354.9s7.5-5.9 9.2-7.4c1.8-1.4 4.5-1.4 7 2.6 2.6 4 6.6 12.7 8.3 15 1.8 2.3 2 4.8.4 6.5-1.7 1.8-5.4 7.1-5.4 7.1s-13.9-14.3-19.5-23.8z"/>
</g>
<path fill="#caa178" d="M572.6 367.3c-2.1-3.4-3-5.5-4.2-4.8-1.2.7-4.4 4.4-4.4 4.4l8.3 7.6z"/>
<g mask="url(#ac-aX)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M440.4 381.5c-3.6-5.9-5.2-9.6-7.3-8.4a57 57 0 0 0-7.4 7.7l14.2 13z"/>
</g>
<path fill="#c6ac95" d="m569.7 362.9 3 4.4.3-4.6s-5.3-6.7-6.1-8.6c0 0 0 3.9 1.1 5.6.4.5.8 1.5 1 2.7.2 0 .5.2.7.5z"/>
<path fill="#b28f6b" d="M569.7 362.9c-.2-.3-.5-.5-.6-.5.5 2.5.6 5.8-1.7 7.8l4.9 4.3.4-7.2-3-4.4z"/>
<path fill="none" stroke="#9f8d79" stroke-miterlimit="10" stroke-width=".6" d="M549.3 286.2s4 2.5 6.4.7c4.2-3 3.5-8.4 3.5-8.4"/>
<g fill="#494037">
<path d="M553.2 260.8c-1.2-.2-3 .8-2.2 1.3.8.6.9 2.1 2 2 1.1-.3 1.3-1 1.3-2.5 0-1.4 0 0 0 0zm2.9 2.3s-2 2.6-1.2 3.6 2 1.8 2 1c-.2-.9 2.4-.3 2-1.7-.2-1.4 0 0 0 0zm-.6 7.6c.8.2 1.3.2 1.4-.5 0-.8 1-.5 1.1-1.2 0-.7-1.5 0-2.4-.5-1-.3-2 0-2 .7s-.7 1.4.2 1.4h1.7zm5-2.5s-1.2 1-1.1 1.6c0 .6 2.4 3.2 2.3 2.2-.2-1-1.2-3.8-1.2-3.8m-9.5-8.9c0 1-2.6 1-3.2.4-.7-.7-2-2.3.4-2 2.4.4 0 0 0 0zm-8.4-2.3c-.8.7-.2 1.1.6.8.7-.3 3.8-.4 2.4-1-1.5-.5-3 .2-3 .2m-1.6 3a3 3 0 0 0 1 3c1 .8 2.1.9 2-.4-.3-1.3-.4-2.2.5-2.1.9.1 1.9-1 0-1.1-1.8-.1-3.4-.3-3.5.6zm2.8 4.8c-.7-.1-2.4 2.6-1 2.7 1.5 0 2.3-.2 1.8-1-.5-.7 0-1.5-.8-1.7zm2.4 1.3c.2-.6 1.8.2 1.8.8 0 .5.9 3-1.3 1.7-.5-.3-.7-1.3-.5-2.5zm-2.8 3.4c.3.4 1.2 1 1.5 2 .3 1 2.3.8 2.3.1 0-.7.5-1.9-.5-2-.7.3-2-.7-2.8-.9-.4 0-.7.5-.5.8zm10.8 2.1c.3-.7 2.6-.4 2.4 1-.2 1.6-.4 2.5-1.1 2.4-.7 0-.1-1-.2-1.7 0-.7-1.5-.8-1.1-1.7zm3.2 2.9c.5.2 1-.2 1-1s1-.1 1.2-.7c0-.5-.5-1.1-1.2-.7-.7.5-2 2-1 2.4zm4.4.8s-1-.2-1 .3-.1 2 .2 1.6c.4-.3 1-.1 1-.5l-.2-1.4m-12.4-1.6c-.6.7-.5.3-.8 1-.3.7-1.7 1-1.5 0 .1-1.1-1-1.8-.2-2 .7-.1 2.6-.8 2.6-.3 0 .4.8.2 0 1.3zm1.4-1.3c.1.6.5 1.2-.1 1.8-.6.6 1.3 1.6 1.9 1.4.6-.3.5-1.2 0-1.3-.4-.1.2-1.8-.5-1.8-.8 0-1.4-.7-1.3 0zm-1.8-2c0 .7.7.9 1.4.6.7-.3 1.4-.7 1-1.5-.3-.8-1-2.3-1.3-1.7-.4.6-1 1.7-1 2.7zm3.3-3.9c.8 0 .2 1.5 1.1 1.2.9-.3.7-2 .1-2.2-.5-.1-2.6-.1-2.6.6 0 .6.6.4 1.4.4zm-2.6 9.2c-.3.4-1 1.2-.1 1.5.8.3 2-.4 1.6-.7-.4-.4-1.1-1.3-1.5-.8zm4.8 0c-.6.1-.7 1.7 0 1.7.5 0 2-.7 1.4-1-.6-.4-.6-.8-1.4-.7zm-4 13c.7.8 2.1 1 2.1.7 0-.3-.4-1.9-1-1.8-.4 0-1.6.5-1 1.2zm3.9 1c.3-.3 1.4-.9 1.8-.7.4 0 .6 1.6-.1 1.6-.8 0-2.3-.3-1.7-.8zm-3 3c-.1-.7-.2-1.1.8-1.1 1.1 0 .9.7 1.4 1.2.5.5.8 1-.5.5l-1.8-.6m7.8-6c0-.6-1.2-.4-1.1 0 0 .3 1.1.9 1.1 0zm1.4-1.8c.1-.2.9-1.2 1-.8.2.5-.3.5-.5.8-.2.3-.6.3-.5 0zm2.5-3.4c-.8-.3-1.4 1.2-.8 1.5.6.2 2.2 2.2 1.8 1.1m-9.5 17c-1-2.4-1.6-5-4.6-2.4-3 2.6-3.8 4.9-1.5 5.3 2.3.4 4.7 1.8 5.5.2.8-1.6.6-3 .6-3zm-7-5.8c.4.4 1.1.3 1 1 0 .7 2.4.3 2-1.7-.3-2-4.2-.4-3 .7zm-5.2 4.1a21 21 0 0 0-5.4-.2c-.5.2-.2 2.5 1.6 2.6 1.8.1 5.4-2 3.8-2.4zm.2 3.7c-.4 1.7 1 2 2.3 1.2 1.2-.7 2-1.7 1.2-2.1-.8-.5-3-1-3.5.9zm4 9.6-3.5-3.4c-.8-1-.5-2.6 1.2-2.5 1.6.1 4.4 4.4 4.1 4.6m-5 3.2c-.2-1.5-2.2-4.4-5.3-5.2-3-.8-1.5.6-1.8-1-.3-1.6-2.2-.2-3 .8-.8 1 0 1.7 1.7 1.9 1.7.2 5.9 3 6.5 4.6m-1.1-8.3c.2-1 1.2-2.8 1-3.5-.2-.7-2.4-.6-3.5-1-1.2-.5-2.3.5-2.2 1.5 0 1-1.3 1.5-.2 2 1.2.5 4.7 1.7 4.9 1zm-5-7.4.7 2c.3 1-1.5 1.8-2.2 1.6-.7-.2-3.1 1.4-3.4.5-.2-1 3-2.6 4.9-4.1m-6 5.4s3.3-1.2 3.2.1c0 1.4-.2 3.5-1.3 3.6-1.1.1-2.6.7-3 1.4-.4.7-2.8 1.2-3 0l4-5.1m15.3-11.2s1.8 0 1.3 1.3l-.4 1.6c0 .3-1.1-1-2.2-1.6m-3.4 2s.4.3.8 0c.3-.4.4-1.2 1-1 .5.1.5-.7.5-.7s-1.5.3-2.3 1.6m4.7 3c.5 0 2-.3 1.5-1-.4-.6-2.1-.5-2.1 0 0 .4-.2 1.1.6 1zm2.2-3.5c.7.2 1 .5 1 1-.1.6-.8.6-1.4.6-.7 0-.2-1.7.4-1.6zm-23.2 15.4c.9-.6 2.5-.3 2.4 1.2a9 9 0 0 1-1.5 4.2c-.6.7-2.5.8-2.3-.1l1.4-5.3m5.1-.5c.5-.7 3.7-1 3 .2-.8 1.2-1 3-.5 3.2.6.3 1.5 2 .3 1.6-1.2-.4-1.6-1.2-2.7-1.1-1 0-1.5-1.8 0-3.9zm-3.9 7c.4 0 .6 1.3 1.1.8.5-.6.7 1.8-.4 1.6-1-.2-.5 1.8-1.3 1.5-.7-.2-1-1.5-.4-2 .6-.3.2-1.8 1-1.8zm1.7-2.2c.2.6 1 1.8 1.8 1.9.9 0 4-.5 2.6-.8-1.4-.3-2-1.7-3.2-1.6 0 0-1.8-.8-1.2.5z"/>
<path d="M532.7 312.3c-.8.8 0 2.8 1 3 1.1.2.8 1.5 0 1.6-.9 0-2 2.6-2 2.7 0 .2 1.4 2.6 2.2 2.8.9.3 2.4 1.2 2.8.2l1.7-4.4 1.5-1.6s-.9-1.8-2.6-2.8c-1.7-1-4.2-2-4.6-1.5zm-5.8 8.3c0 1.2.7 2.3 2.4 2.3 1.8 0 2.7-2.8.1-3-2.6 0-2.5 0-2.5.7zm4.5 2.4c-1-1-.9 2.8.5 3 1.4.2 1.4 2.1 2.1.9.7-1.2 2.6-3 .2-3.5-2.4-.3-2 .3-2.8-.4zm.4 3.9c.5.3 2 1.6 1.7 2.4-.3.7-.3 3.3-1 3.2-.5 0-2.2.2-2-1.5.2-1.7.6-4.5 1.3-4.1zm-1.5 7.1c.3-.8 3-.5 3-.5l.6 1.9s.5 1.6.5 2.2c0 .6-1.6 1-2.2.6a4.6 4.6 0 0 1-1.5-2.4c-.2-.8-.8-.6-.4-1.8zm4.6 7c-.2-1.2-2-1.5-2.8-1-.9.4-.6.8-.2 2.1.5 1.3 1.2 3.5 2 2.7 1-.8 1.3-2 1-3.7zm-6.6 8.8c.8.6 3 .2 2.8-2-.2-2-2.4-4.8-3.9-5.7-1.5-1-3.4.5-3.1 1l4.2 6.7zm-7.3-12.2 2.4 4.3s1.7-1.6.9-2.6"/>
<path d="M524.3 339.3c-.9-1 .4-2.7-.7-2.8-1.1-.1-2.7.8-2.6 1.1m.3-5.2c0 1.3.2 2.6 1.7 2.3 1.5-.4.8-1.6 1-3.4.4-1.7-.4-1.8-1.2-2-.8-.3-1.7-.3-1.8.6 0 .9.5.6.3 2.5zm1.3-7.2c-.1 1.3-.7 2 .8 2.2 1.5.3 1.8.5 1.8-1 .1-1.5 1.6-1.2 1.4-.5-.3.8-.2 2 1 1.9 1.3-.1 4-1.1 2.7-2.3a6 6 0 0 0-5.2-1.7c-2.2.3-2.5 1.4-2.5 1.4zm3.8 3.1c-1 .1-1.1 3-1.1 3.8 0 .7.2 2 1.5 2 1.4 0 2.4-.2 2.5-2.3.1-2.1-.5-3.7-3-3.5zm0 8.3c0 .5.3 2.1 1 2.9.6.7 2 1 2.4 1 .4 0 1.1-1.2.8-1.8-.2-.7-1.7-1.8-2-2.7-.2-.8-2.4-.7-2.2.6z"/>
</g>
<g fill="none" stroke="#9f8d79" stroke-miterlimit="10" stroke-width=".6">
<path d="M559.3 275.1s.4 5.7-1.6 6l-5.2.9c-1.5.2-3.5-2.5-3.9-3.4-.4-1-1.3-.8-3-3.6m9.1 35s-1.6 1.7-3.5 2c-1.9.4-2.8-.8-2.8-.8m6.4 1.3s-3.2 3-5.7 2.8c-2.5 0-3-2.5-3-2.5"/>
<path d="m555 315.6-2.4 1.3c-.8.5-1.7 1.1-4.1 1-2.4-.1-4.6-2.3-6.3-2.9"/>
<path d="M539.7 316.5s2 .8 3.4 2.3c1.4 1.5 7.5 4.2 12.3.2m-4-9.9s1.5-1.1 1.9-1.2m.2 1s-.7-.2-1.5-.2"/>
</g>
<path fill="#494037" d="M547.8 307.6c1.4.5 1.4 3 2.4 2.3 1.1-.8 2.2-1.8 2-2.8-.2-1-2.8-2.6-4.2-2.2-1.4.4-1 2.4-.2 2.7z"/>
<g fill="none" stroke-miterlimit="10" stroke-width=".6">
<path stroke="#af6d4a" d="M576.4 289.1s-3.3 2-3.5 2.4c-.3.5-.5 5.8-.4 6 .1.2 1.2 3 1.6 3.1.3.2 7 4.1 7.5 4.2.5 0 3.7-.2 4.2-.4.4-.1 2.8-2 2.8-2M575 288s-2.4 2.4-3.4 2.6c-1 .1-7.3-.8-7.6-1.2-.4-.4 2.3-3 6.2-4.5m-7.7 6 7.3.8c.6 0 1 2.9.9 5l-.3 4.3-9.3 3c-.5.1-1.9-4.1-1.7-7.5.2-3.3 2.5-5.7 3-5.6zm28.1 14.9-5.8.5c-1 .1-1.5.8-1.5 1.8s-1 9-1.2 9.8c-.2.8-.1 1.7 1.2 3 1.4 1.2 4 3.1 4.8 3.5.6.4 2.5 1 5 .2l6.6-2m-21.6-.1c.9-.4 2.3-1 3.7.2 1.4 1.1 4.8 5.5 5.2 6.2.4.6.4 1.2.3 2.2l-.8 7.5c-.3 1.1-.7 3.1-3.2 4.2-2.5 1-8.6 4.5-10.8.3-2.3-4.2-6.3-13.6-6.6-14.6-.4-.9 0-1.5 2-2.1l10.2-3.9zm6 22c1.9-.9 4.3-1.4 5.4.6 1 2 4.3 8.2 5.4 9.6 1 1.4 1.6 6.2.1 7.5a73.4 73.4 0 0 1-7.3 5c-.8.4-3.5 0-4.2-2-.8-2-6.6-11.2-8.3-12.6-1.6-1.3-1.6-4.4 1.1-5.1a84 84 0 0 0 7.8-3zm10.6 22.3c1.2-.5 1.5-.8 2.4 0 .8 1 7.9 7 9 7.8 1.3.8 1.3 1.4 1.2 2.7 0 1.4.7 9.1.6 10.8 0 1.6 0 2.1-1.8.5a181.6 181.6 0 0 1-12.8-13c-1-1.6-4.2-7.3-2.6-7.6 1.6-.3 2.6-.7 4-1.2zM610 373s-2.5-.2-3-.9c-.5-.6-6.3-5.5-7.2-6.3-1-.8-1.7-1.4-1.6-2 0-.6 0-4.6-.2-5.5-.2-1 1.1-1 2.3-1 1.1 0 8.5.5 8.5 1m0-1.7-9.2-.4c-1.1-.1-1.6-1.1-2.5-2.9l-2.3-4c-.3-.6.4-1.3 1.4-1.6 1-.3 7.4-2.6 10.5-5.2m-1-3.3s-2.5 2.9-5.3 4.2a29.6 29.6 0 0 1-5.3 2c-.8.1-2.2.2-3-.8-.9-1-2.3-2.5-2.8-2.8-.5-.3 0-1.8.2-3l1-11c0-.9.8-1 1.8-1.3 1-.3 7.5-2.7 8-2.6"/>
<path stroke="#af6d4a" d="M565.3 284.7c.3.5 1.2 1.3-2 2.6-2.8 1-6.2 6.1-6.3 8.3-.2 2.2 1.3 6.8 1.4 8.1.1 1.4.7 2.6-2.9 3m15-4.2c.7-.2 2-.3 3 .2l5 3c.6.1 1.6 2.4 1.6 2.4s.5 1.5.4 2.7a66 66 0 0 1-.4 6.9 11 11 0 0 1-3.4 3c-1.6 1-7.8 3-9.1 3.3-1.3.2-2.6-1.3-2.6-2.7 0-1.4-1-6.5-1.5-8-.4-1.6-2.4-8-.3-8.7 2.2-.8 7.2-2 7.2-2zm-2.2 38.3c-.8-3-4.7-10.4-5-11.7-.3-1.4-.8-1.7-1.4-1.5l-3 .9c.2 2.4.5 4.5 1 6.2.8 2.7 4.8 7.6 5.5 8.9l1 2 1.3-.4c1.7-.6 1.4-1.4.6-4.4zm-5.2-18.6c-.3-1.9-3.6-10.6-3.7-12.3-.2-1.6-1.2-2.1-2-1.9a75.6 75.6 0 0 0-1.9.6c1 5.2 2.4 12.4 2.8 15.3 0 .8.2 1.6.3 2.3 4.8-1.5 4.7-2.2 4.5-4zm18.9 43c.1-1.4-5-6.7-6.9-9a20.4 20.4 0 0 1-4-7.7c-.2-1.9-.6-1.9-1.7-1.5l-2 .7a88 88 0 0 0 5.8 10.4l7.8 9.6c1.1-1 .9-1.5 1-2.5zm25.7 28c.3-.3-6.1-6-8.9-8.6a88.2 88.2 0 0 1-10.2-12.5c-.8-1.8-1.6-1-2.4-.8l-1.5.8c3.3 4 6.3 7.6 7.4 8.7 2 2.1 10.7 11.4 14.5 13.7.8-.6 1-1 1.1-1.2z"/>
<path stroke="#000" d="M554.6 303c.2 3 3.2 16.7 3.7 20.9.5 4.1.8 8.1 1.6 10.8.8 2.7 4.8 7.6 5.5 8.9.7 1.3 5.1 10.9 7.8 14.5a583 583 0 0 0 19 22.7c2.4 2.6 15.2 16.4 16.2 13.9"/>
<path stroke="#b49578" d="M552.4 323s1.2 2.5 1.3 5.2c.1 2.8-5 3.8-8.1 3.9-3.2 0-3.4-.2-3.4-.2m0 1s5-.1 7.8-.5c2.7-.5 3.5.5 4 2 .4 1.5 2.3 5.6 3 7 .6 1.3-.3 3.6-2 4.6l-5.6 2.5m2.1 3.4 5.4-4.3c1-.8 2.6-.8 4.1 1.5 1.5 2.3 3.8 7.4 4.8 8.7 1 1.3 1.2 2.8.2 3.8s-3.3 4.5-3.3 4.5m1.3.8s3.2-3.7 4.4-4.4c1.2-.7 2.1 1.4 4.2 4.8"/>
</g>
<path fill="#494037" d="M577.6 368.6c-1.2-.6-2.8-.4-2.2.8.6 1.2 2.7 3 3.6 3.1 1 0 1.1-.7.8-1l-2.2-2.9zm-2.5 2.9c-1 .1-1.1 4.3-.7 5 .5.9 1.3 1.7 2.1.2s1.7-2.6 1-3.4c-.8-.8-2-1.9-2.4-1.8zm-3 5.9c.2-.8-.1-4 1-2.7 1.2 1.4.2 4 1 4.3.9.3 2.4 1.3.8 2-1.5.8-2.4 2.2-2.5 1.3-.2-.9-.3-5-.3-5zm1.9 6.3c0 1 .5 4.1 1.1 5 .6 1 2.1 1.6 2.3.2.2-1.5.5-3 1-3.3.7-.3-.2-1.3-1.9-2.2-1.6-.9-2.6-.6-2.5.3zm3 7.6c-.1 1 1.8 1.3 1.7 2.3 0 1 .4 3 1.3 2.5.9-.6 1.2-2.3 1.3-2.8 0-.5-.2-2.3-1.5-2.8-1.3-.6-2.6-.9-2.8.8zm4 5c-.6.2-.8 3.2-.1 3.8.7.6 2.3 1.3 2.2-.1-.1-1.5.9-1.6 1-2.2 0-.7-1-2.2-3-1.6zm.1-6.1c-.5.8.5 2.1 1 2.7.6.6 1 1.3 1.8.4.8-.8 1.9-2.2.5-3.2-1.3-1-2.6-1.1-3.3 0zm1.5-6.2c-.4 1-1.5 2.8-1 3.2.5.5.9 1.2 1.9 1.2 1 0 2.9-1.3 3.2-1.8.3-.5-1.5-2.2-2.2-3-.6-.8-1.2-1-1.9.4zm2.6 4.6c-.6.4.8 1.5.7 2.3 0 .9.1 1.7 1.7.8 1.5-.9 3.3-1.6 2.1-2.9-1.1-1.3-2.4-1-3-1-.7.1-1.2.6-1.5.8zm5.3 3.5c0-.4-.5-.4-1.5.7-1 1-3.3 2-2 2.3 1.3.5 2 1.2 2 1.8 0 .5 1 1.9 1.5 1.4.6-.6 2-.3 2-.3s-2-4.4-2-6z"/>
<path fill="#494037" d="M585.7 394.5c-.5-.7-1-1.6-1.3-.3-.3 1.2-.7 2.2-.3 2.6.3.4 1.5.9 1.4 1.4 0 .4 2 1.1 2.2 0 .1-1-.3-2-.5-2.3-.2-.3-1-.6-1.5-1.4zm-1.8 5.1c-1 1-1 2.5-1 3.4 0 1 0 2.6.6 3.2.7.7 2.1 2.6 4 2.7 2 .1 2.3-.6 1.5-2.1-.8-1.6-4-8.2-5.1-7.2zm1 10.9s2.1-.5 3 .1c1 .6 1.4 1.5 2 1.9.5.4.8 1.4-.8.6-1.5-.7-4.2-2.6-4.2-2.6zm8.3-10c-.8-1-1.2-1-2.6-1-1.5.1-2.9-1-3 .3-.1 1.3 1.7 3.2 1.6 4-.1.8 1.2 2.3 1.1 3 0 .9 1 1 1.7.5.7-.4 1.7-.1 1.6-1.6l-.4-5.2zm1.1 8.4c-1-.3-2.4-.4-2.9-.1-.5.2-.9 1.3-.1 2.3.7 1 1.6-.6 2-.7.5-.2 1.9-1.2 1-1.5zm-16.2-32.1c.2 1 2.8 3 3.1 1.7.4-1.2 1.6-2.5.7-3.5-1-1-2.7-2-3-1.2-.2.9-.9 2.5-.8 3zm-1 2c-.2.8-.6 1.7-.6 2.2 0 .5 1.3 1.6 1.7 1.7.5.2 2.3 3.1 2.7 2.5.3-.7 1.4-4.4.7-4.7-.8-.3-4.3-2.5-4.5-1.8zm7-2.2s-1.3.2-1.5 1.2c-.1 1-.4 1.8.6 2.8 1 1.1 2.8 2.3 3.5 1.7l1.4-1.7zm3.9 5.7c-1.5 0-2 1-1.1 1.4.9.6 1.9 1.5 2.1 2.2.3.7 1.4.3 1.4-1.2a2.5 2.5 0 0 0-2.4-2.4zm-15.8 18c0-1.5-.2-4.7-1.2-2.8-1 1.8 1.5 6 1.2 2.8zm-4.1-5c0 1 1.1 1.8 2 .4 1-1.3-.8-.4-.9-1.5 0-1-1 .2-1.1 1.2zm-.7-4c-.5-1 0-3 1-2.7.8.3 1.8 2 1.2 1.9-.7 0-1.4 2.4-2.2.9zm3.3 0c0 .7-.4 2.5.5 2.5.8 0 2-1.2 1.3-2.3-.5-1.2-1.7-1-1.8-.1zm-3-11c.3 1.4 1.8 1.2 1.7 2.3 0 1.1-.6 4 .6 2.8a5.2 5.2 0 0 0 1.3-4.2c-.2-.8-.2-2.3-1-2.4-1 0-3-.3-2.5 1.6zm-1.7 3.4s1.3-1.7 1.5-.4c.2 1.3 1.3 2.6 1.1 3-.2.5-2.9 1.9-2.8.4l.2-3z"/>
<g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".6">
<path d="M545.6 275s-2.2-3.9-3.1-4.7c-.9-.7-1.6-4-1.7-5-.4-3.7-5.2-5-4.1-5.7 0 0 6.3-4.6 11.5-1.9 5.3 2.8 13.4 8.6 13.5 14.3-.3 8 2.6 13 2.6 13"/>
<path d="M548 285.3s-8.3-8.3-8.6-11.8c-.3-3.8-3-11.4-1.3-12.3"/>
<path d="M547 284.1s-1.3 4.9-.5 7.5l-1.2 2"/>
<path d="M553.4 293.5s-3.3-2.3-7.4-.3c-2.8 1.3-3 2.2-3 2.2s-3 .4-3.3 2c-.4 1.4-3.2.9-7.5 4.7-4.3 4-6 8-7.9 9-1.9 1-3.1 10.6-3 14.1 0 3.6-1.3 10-.3 12.4a131 131 0 0 0 7.3 12.2c1 1.4 4.6.5 6-4 1.5-4.3 0-6.2 0-8.2.2-2-1.5-3-.7-5.6.8-2.7 3.9-12 4.6-13.4a13 13 0 0 1 5-4.1c1.7-.8 8.1-5.4 8.1-5.4m3.4-12.8c0-2.4 4.6-9.4 7.1-10.4s5.9-2.6 9.7-.6a81 81 0 0 1 15.8 15.3c3 4 10.4 15.4 15.2 28.6 4.8 13.1 6.4 22 6.4 27.9 0 5.8 2 8.4 1.2 16.8-1 8.4.4 15.6-1 19.6-1.6 4-6.1 1.6-8.6-.8-2.4-2.4-17.3-16.5-19.3-19.4-2-2.8-8.1-10-11.7-15.5-3.6-5.4-5.2-10.3-6.7-12.5-1.5-2.2-3-2.7-5.1-7.6-2.1-4.8-.6-10.6-.9-11.7-.2-1.1-2.7-6.2-2.1-29.7z"/>
<path d="M538.8 317.7c1.4-1.3 3.9 2.9 7.5 4.6 4 2 9.6.4 9.3-2.1"/>
<path d="M541.1 318.4c-.5 6-1 28.9 31.2 56.1"/>
<path d="M573 362.7c-.5 8.4-2.9 21.9 3 33.2 6 11.3 7.7 13.5 8.9 14.6 1.6 1.6 5.8 3.7 8 3.8 2.2 0 2.2-4 2.3-5 0-.9-1.9-2.4-1.7-5.2a22 22 0 0 0-2.5-9.9c-1.4-2.4.8-6.5-1-11.6"/>
</g>
<path d="M548.3 261.8c1 .8 1 1.4.8 2.8-.1.7-2 0-3-1s-1.8-2.2-1-2.3c.8-.1 2-.3 3.2.5z"/>
<path fill="#fff" d="M546.8 262.5c0 .2 0 .5-.3.6-.3 0-.6-.1-.7-.3 0-.3.1-.5.4-.6.2 0 .5 0 .6.3z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".6" d="M568 370.7s-3 11.7-2 21.9c1 10.1 4.2 13.4 5 14.5.8 1.1 1.6 0 2.8-.8 1.2-.8 5.9-3.7 5.5-4.4"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.2" d="M609 357c0-5.8-1.7-14.7-6.5-27.8a126.2 126.2 0 0 0-15.2-28.6c-3-4-12-13.3-15.8-15.3-2.7-1.4-5-1-7.2-.3 0 0-2.9-5-2.6-13-.1-5.7-8.2-11.5-13.5-14.3-5.2-2.7-11.5 1.9-11.5 1.9-.6.3 0 1 1 1.8-1.5.8 1.4 8.3 1.7 12 .2 2.8 5.3 8.3 7.6 10.7 0 0-.4 1.5-.6 3.3l-.6 3.1c-2.4-2.5-11.1-11.3-18-12.6-8-1.6-13.2-.2-15.6 1.7-2.1 1.8-8.5 6.8-10.6 11.3h12a9.5 9.5 0 0 1 7-2c7 .3 8 2.8 7.6 3.4-.4.6-.6 2.5 2.2 3.8a9 9 0 0 1 4 4.3l-2.2 1.7c-4.3 4-6 8-7.9 9-1.9 1-3.1 10.6-3 14.1 0 3.6-1.3 10-.3 12.4a131 131 0 0 0 7.3 12.2c1 1.4 4.6.5 6-4 1.5-4.3 0-6.2 0-8.2.2-2-1.5-3-.7-5.6.8-2.7 3.9-12 4.6-13.4 0-.3.3-.6.6-.9l1.9.3.4.4c-.4 5.8-.9 26.8 26.8 52.3 0 0-2.9 11.8-1.9 21.9 1 10.1 4.2 13.4 5 14.5.8 1.1 1.7 0 2.8-.8 1.1-.8 5.9-3.7 5.5-4.4 3.4 6.2 4.7 7.7 5.6 8.6 1.6 1.6 5.8 3.7 8 3.8 2.2 0 2.2-4 2.3-5 0-.9-1.9-2.4-1.7-5.2a22 22 0 0 0-2.5-9.9c-1.4-2.4.8-6.5-1-11.6l10.5 10c2 2.1 5.7 4.2 7.7 2.3l.2-.2.6-1.2c1.5-4 .1-11.2 1-19.6 1-8.4-1.1-11-1-16.8z"/>
<path fill="url(#ac-bw)" d="M12.5 392.7c1.6 14.4-.7 27 1.9 33.8 2.5 6.9 10.4 2.7 14.5-1.4l18-17.5a196 196 0 0 0 15.2-15.8c2.4-3.5 8.7-10.9 14.3-18.3 2.1-2.9 4.2-5.7 6-8.4 6.1-9.4 8.8-17.7 11.4-21.5 2.6-3.9 5.2-4.7 8.8-13 3.7-8.4 1-18.3 1.5-20.2.2-1 1.2-3.4 2.2-10 1-7.3 2-19.8 1.5-41.1 0-4-8-16.1-12.3-17.8l-4.3-1.7a15 15 0 0 0-12.3.6 139.3 139.3 0 0 0-27.2 26.3A217 217 0 0 0 25.5 316c-8.3 22.6-11 37.9-11 48 0 10-3.5 14.4-2 28.8z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-D)" d="M77.7 393.6c-.2-7.5-1-14.5-1.3-20-5.6 7.3-11.9 14.7-14.3 18.2a196 196 0 0 1-15.2 15.8c-3 8.9 1 16-1.6 20.1a36.8 36.8 0 0 0-4.2 17c.2 4.7-3 7.4-3 9 .1 1.5.2 8.6 4 8.5 3.8-.2 11-3.8 13.8-6.6a64 64 0 0 0 9.5-14.6 548.7 548.7 0 0 0 5.6-10.4 72.9 72.9 0 0 0 6.7-37z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="url(#ac-E)" d="M65.4 441c-.5 1 7.5 6 9.5 7.5s3.5 3.3 4.8 1.3c1.4-2 6.7-7.5 8.5-25 1.8-17.4-3.2-37.6-3.2-37.6a232 232 0 0 1-7.3 6.4 73 73 0 0 1-6.7 37 537 537 0 0 1-5.6 10.4z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#e6c7ac" d="M360.9 362.7c.1 3.3.6 7.3.8 11.7a135 135 0 0 0 4.2-3.7c27.7-25.5 27.3-46.5 26.8-52.3-1.3 1-3 3-5.2 4-3.9 1.9-9.5.3-9.2-2.2-.6 3.8-1.2 5.3-1.3 5.8-.3 1 1.3 6.9-.9 11.7-2 4.9-3.6 5.4-5.1 7.6-1.5 2.2-3 7-6.7 12.5a95 95 0 0 1-3.4 5z"/>
<path fill="url(#ac-F)" d="M135.1 296.2c.5.5.8 1 1 1.5a336 336 0 0 1 7.9 23c1.3 4.6-1.5 6.1-1.3 9.6.2 3.5-2.5 6.7 0 14.3 2.5 7.6 8.8 9.2 10.5 6.7 1.6-2.4 10.7-16.8 12.4-21 1.8-4-.6-15.1-.4-21.2.2-6.1-2-22.7-5.2-24.5-3.2-1.7-6.2-8.6-13.5-15.2-7.4-6.7-12.2-5.8-13-8.3-.6-2.6-5.8-3.3-5.8-3.3s-.2-1.3-3.7-3.2l-2.2-3.4c1.4-4.4-.7-12.8-.7-12.8 3.9-4 12.5-13.6 13-18.3.5-6.5 5-19.6 2.3-21 1.8-1.5 3.2-2.4 2.3-3 0 0-10.8-7.9-19.8-3-9 4.7-23 14.7-23.1 24.4a45 45 0 0 1-4.6 22.3l4.3 1.7c4.3 1.7 12.2 13.8 12.3 17.8.5 21.3-.5 33.8-1.5 41.1-.6 4.3 9.1 7 16 3.7 3.5-1.8 6.5-5 8.8-6.8 1.7-1.4 3-2 4-1.1zm-17.6-91.4c-.3-2.4-.4-3.4 1.3-4.6 2-1.5 4.1-1.2 5.4-1 1.4.3.1 2.4-1.6 4.1-1.8 1.7-5 2.8-5 1.5z" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#f0ceb8" d="M385.5 261.9c-1 .7-.9 1.3-.7 2.7.1.8 2 .1 3-.9s1.7-2.2 1-2.3c-.8-.2-2.1-.4-3.3.5zm1.8 1.2c-.2-.1-.4-.4-.3-.6 0-.2.4-.4.6-.3.3 0 .5.3.4.6-.1.2-.4.3-.7.3z"/>
<path fill="#f0ceb8" d="M387 262.5c0 .2 0 .5.3.6.3 0 .6-.1.7-.3 0-.3-.1-.5-.4-.6-.2 0-.5 0-.6.3z"/>
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".3">
<path d="M388.2 275s2.3-3.9 3.1-4.7c.9-.7 1.6-4 1.8-5a5.6 5.6 0 0 1 2.7-4c1-.9 1.9-1.4 1.3-1.7 0 0-6.2-4.6-11.5-1.9-5.3 2.8-13.3 8.6-13.4 14.3.2 8-2.7 13-2.7 13"/>
<path d="m385.8 285.3 1-1.2c2.3-2.3 7.4-7.9 7.6-10.6.3-3.8 3-11.4 1.4-12.3"/>
<path d="M386.9 284.1s1.2 4.9.4 7.5l1.2 2m-8.1 0s3.3-2.4 7.4-.4l.7.3c2.1 1.2 2.2 2 2.2 2s3 .3 3.5 1.8c.3 1.5 3.2 1 7.4 4.8 4.3 4 6 8 8 9 1.8 1 3 10.6 3 14.1-.2 3.6 1.2 10 .2 12.4a131 131 0 0 1-7.3 12.2c-1 1.4-4.6.5-6-4-1.5-4.3 0-6.2 0-8.2-.2-2 1.5-3 .7-5.6-.8-2.7-3.9-12-4.5-13.4l-.7-.9c-1-1.2-3-2.6-4.4-3.2-1.7-.8-8.1-5.4-8.1-5.4m-4.2 11c.6-4.2 1.1-11.4.9-23.8 0-2.4-4.7-9.4-7.2-10.4l-2.5-1c-2-.6-4.5-1-7.2.4a81 81 0 0 0-15.8 15.3c-3 4-10.4 15.4-15.2 28.6a84.7 84.7 0 0 0-6.4 27.9c0 5.8-2 8.4-1.2 16.8 1 8.4-.4 15.6 1.1 19.6 1.5 4 6 1.6 8.5-.8l10.4-10.1c4.1-4 8-8 8.9-9.3 1.4-2 5-6.3 8.3-10.6a95 95 0 0 0 3.4-4.9c3.6-5.4 5.2-10.3 6.7-12.5 1.5-2.2 3-2.7 5.1-7.6 2.2-4.8.6-10.6.9-11.7 0-.5.7-2 1.3-5.8z"/>
<path d="M392.7 318.4c-1.3 1-3 3-5.2 4-3.9 1.9-9.5.3-9.2-2.2m16.7-2.5c-.6-.5-1.3-.1-2.3.7m0 0h0c.5 5.8 1 26.8-26.8 52.3a135 135 0 0 1-4.2 3.7l-.2.1"/>
<path d="M360.9 362.7c.1 3.3.6 7.3.8 11.7.2 6.9-.3 14.6-4 21.5a322.5 322.5 0 0 1-3.2 6 37.2 37.2 0 0 1-5.5 8.6 16.8 16.8 0 0 1-8 3.8c-2.3 0-2.3-4.1-2.4-5 0-.9 1.9-2.4 1.7-5.2a22 22 0 0 1 2.5-9.9c1.5-2.4-.8-6.5 1-11.6m41.7-120.7c-1 .7-.9 1.3-.7 2.7.1.8 2 .1 3-.9s1.7-2.2 1-2.3c-.8-.2-2.1-.4-3.3.5z"/>
<path d="M387 262.5c0 .2 0 .5.3.6.3 0 .6-.1.7-.3 0-.3-.1-.5-.4-.6-.2 0-.5 0-.6.3zm-21 108.2s3 11.7 1.9 21.9c-1 10.1-4.2 13.3-5 14.5-.8 1.1-1.6 0-2.8-.8-1.1-.8-5.8-3.7-5.5-4.3 0 0 0 0 0 0"/>
</g>
<path fill="url(#ac-G)" d="m107.6 273-5.3 29.3c-.2.7-2 14.6-2 14.6s-1 9-4 13.5-6.9 10.3-11.2 18.8c-4.4 8.5-7.5 15.3-24.2 34.8-16.6 19.6-26.4 30-26.4 30s-14.2 14.3-17.8 15c-1.2.5 1.6 1.4 2.8 1.3 1.2-.2 4.1-1 5.7-2.1 1.5-1.1 24.6-23.4 24.6-23.4s11.7-10.8 27.6-32.6c15.9-21.7 12.2-24.7 18.3-31a33.7 33.7 0 0 0 8.9-22l-.5-8.6s3.4-16.2 3.5-22.5v-15" transform="translate(316.5 145.5) scale(.58162)"/>
<path fill="#f0955d" d="M365.5 340.8c.8-3 4.7-10.4 5-11.7.3-1.4.8-1.7 1.4-1.5l3.1.9c-.3 2.4-.6 4.5-1 6.2-.8 2.7-5 7.6-5.6 8.9l-1 2-1.3-.4c-1.7-.6-1.4-1.4-.6-4.4zm5.2-18.6c.3-1.9 3.6-10.6 3.8-12.3.1-1.6 1-2.1 2-1.9a75.6 75.6 0 0 1 1.8.6c-1 5.2-2.4 12.4-2.8 15.3l-.2 2.3c-4.9-1.5-4.8-2.2-4.6-4zm-18.9 43c-.1-1.4 5-6.7 6.9-9a19 19 0 0 0 4-7.7c.3-1.9.6-1.9 1.7-1.5l2 .7a88 88 0 0 1-5.8 10.4c-1.2 1.6-4.3 5.5-7.8 9.6-1-1-.9-1.5-1-2.5zm-25.7 28c-.3-.3 6.1-6 8.9-8.6a88.2 88.2 0 0 0 10.2-12.5c.8-1.8 1.6-1 2.4-.8l1.6.8c-3.4 4-6.4 7.6-7.5 8.7-2 2.1-10.7 11.4-14.5 13.7-.8-.6-1-1-1.1-1.2z"/>
<g mask="url(#ac-bd)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M84.4 335.8c1.3-5 8-17.8 8.5-20.1.5-2.4 1.3-2.9 2.4-2.6l5.4 1.6c-.5 4-1 7.8-1.9 10.6-1.3 4.6-8.3 13.1-9.5 15.3l-1.8 3.6-2.1-.8c-3-1-2.4-2.5-1-7.6zm9-31.9c.4-3.3 6-18.3 6.3-21.2.4-2.8 2-3.7 3.4-3.3a129.9 129.9 0 0 1 3.3 1c-1.7 9-4.2 21.5-4.8 26.3l-.5 4c-8.3-2.5-8.2-3.8-7.7-6.8zm-32.6 74c-.2-2.5 8.7-11.6 11.8-15.5 3.2-4 6.7-10.2 7-13.4.4-3.2 1-3.2 2.9-2.5l3.3 1.2c-2.9 5.9-7 14-9.9 17.9-2 2.7-7.4 9.4-13.4 16.5-1.9-1.6-1.5-2.6-1.7-4.3zM16.6 426c-.5-.6 10.5-10.5 15.3-15 4.7-4.3 16.2-18.3 17.6-21.3 1.3-3 2.7-1.8 4-1.4l2.7 1.4a404 404 0 0 1-12.8 14.9c-3.5 3.7-18.4 19.6-25 23.5-1.3-1-1.5-1.6-1.8-2z"/>
</g>
<path fill="#f0955d" d="M379.2 306.8c-3.6-.4-4-1.7-3.8-3 .2-1.4 1.6-6 1.4-8.2 0-2.2-3.5-7.2-6.3-8.3-3.1-1.3-2.3-2.1-2-2.6 0 0 3.9 1.2 5.2 2.4a21 21 0 0 1 5.5 10.4c.4 4.1 0 9.3 0 9.3z"/>
<g mask="url(#ac-bc)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M107.9 277.4c-6.3-.7-6.8-3-6.5-5.3.2-2.3 2.7-10.2 2.4-14-.2-3.8-6-12.4-11-14.3-5.3-2.1-3.8-3.6-3.2-4.4 0 0 6.5 2 8.8 4.1 2.3 2 8.9 10.6 9.5 17.8.6 7.2 0 16 0 16z"/>
</g>
<path fill="#f0955d" d="M363.4 302.5c-.7-.2-2-.3-3 .2l-5 3c-.7.1-1.7 2.4-1.7 2.4s-.5 1.5-.4 2.7c0 1.2.2 6.4.4 6.9a11 11 0 0 0 3.4 3c1.6 1 7.8 3 9.1 3.3 1.3.2 2.6-1.3 2.6-2.7 0-1.4 1-6.5 1.5-8 .4-1.6 2.5-8 .3-8.7-2.1-.8-7.2-2-7.2-2z"/>
<g mask="url(#ac-bb)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M80.7 270a7.3 7.3 0 0 0-5.2.3c-1.7.9-7.7 4.7-8.7 5-1 .4-2.7 4.3-2.7 4.3s-.8 2.7-.7 4.7c0 2 .3 11 .6 11.8.4.7 3 3.6 5.9 5.2a99.5 99.5 0 0 0 15.7 5.6c2.2.4 4.4-2.3 4.5-4.6 0-2.4 1.8-11 2.5-13.8.7-2.6 4.2-13.6.5-15-3.7-1.3-12.4-3.4-12.4-3.4z"/>
</g>
<path fill="#fdf2e8" d="M377.4 282.5s7.1.4 6.3 1.5c-1 1.1-1.6 2.9-3 2.4-1.5-.5-6.3-3.7-3.3-3.9z"/>
<g fill="#d5ccc0">
<path d="M396.4 264s-.8-.5-1.4 1.8a41 41 0 0 1-2.5 7.5c-.8 1.5-6.6 10-7.3 11-.7.9.6 2.5 1 1.8.4-.6 0 3.3-.3 4-.4.7-.5 2.2-1.5 2.3-1.1 0 0 0 0 0s3.3.4 3.4 2.2c0 1.7 2.5-.4 1.3 1.5-1.2 2-.4 5.4.7 3.5 1-1.9 3.2-3.9 3.3-2.6.2 1.3 1.2 1.5 1.6 1.6.4.2 3.4 1.6 5 3a68 68 0 0 1 6.9 7.2c1.3 2 3.9 3.3 5.2 8.7 1.3 5.5 0 0 0 0s-1-5.4-2-6.2c-1-.9-4-4.6-4.8-5.6-.9-1-4.7-5-6.9-6s-3.9-1.8-4-2.2c0-.5-.8-1.4-1.9-1.7-1-.3-1.2 0-1.6-.7a8.5 8.5 0 0 0-2.1-1.7l-.6-1s-.7-.4-.5-1.2c.1-.7 0-3.8-.1-5.1 0-1.4-.6-1.8 0-2.3.4-.6 4.5-4.8 5.7-7.2a20 20 0 0 0 2-6.4c0-1.4 1.4-6.2 1.4-6.2z"/>
<path d="M385 311.2s-1.2 0-2.7-.4c-1.4-.3-3.4.2-3.2-1.5l.1-12.1s.6-2.3-2.4-6c-3-3.9-4.1-5-5.1-5.4l-.3-.1s1.8-1.4 2-4.5c.3-3 .7-9.3 1.2-6.7.4 2.6-.9 5.2.7 6.1 1.6 1 5.9 1.5 7.2 1 1.3-.5 2.6-2.8 2.6-2.8l2.8-3.3c.3-.5 1.4.4.2 1.4-1.2 1-3 3-3.1 4 0 1 1 1.6-1 2.6-1.9 1-1.6.6-3.2.3-1.7-.2-3.7-.8-4-1.1-.3-.3-1.7-.3-.6.6 1.1 1 2.7 3 4.5 3 1.7.1 2.7 0 3.3-.5.6-.4 1.6-.3.8.2s-1.7 1-3.4 1.3c-1.3.2-2.5.8-4.2-1.2-1.7-1.9-2.3-2.1-2.3-3.6s-1.3 1.3-.2 3.5c1.2 2.3 5 4 6.7 4.5 1.5.6 2.8 1.7 1.8 1.9-1 .1-2.8 1-3 1.5-.3.6 0 1 .8 2.5.9 1.6 3.7 10.9 5.6 13 2 2.1 4.2 5.3 2.5 4.2l-4.4-2.9m11 7.5a53.7 53.7 0 0 1 7.2 14.6c.5 3.3-2.7 5.3-2.4 8.5.4 3.2 1.9 9.5 3.3 7.7 1.4-1.8 4.5-3.5 3.4-1.7-1.1 1.7-2 4.3-4 3-2-1.5-4.6-3.7-4.4-8.1.1-4.4.8-4.3 1-6.3.4-1.5.6-2.5.5-3.4 0-.9-4.7-14.3-4.7-14.3z"/>
<path d="M382.7 312s.7 2.7 1.9 1.8c1.2-1 2.8 0 2.3.5-.5.4 0 1.8 1.4 1.7 1.5 0 2.2 0 2.3.5 0 .6.5 1.6 1.2 1.5.7-.2-2 2.9-2.5 3.3l4-3.4c1-.8 1.7-.4.5-1.4-1.2-.9-8.4-5.3-8.4-5.3s-.7 1.2-2.7.8z"/>
</g>
<path fill="#fdf2e8" d="M391.3 270.3c-.1-1.8-2.5-3.6-4.5-1.6s-3 6.7-5.5 5.5c-2.7-1.2-7.2-3.2-6.6-.7.5 2.4 2.9 5.3 5 5 2.2-.4 6.2-1.5 11.6-8.2m-6.2 8.5c.6-1.3-2.6.9-5.3.7-2.6-.2-2.2 1-.8 1.5 1.5.4 2.6 1.1 3.3.7.8-.4 2.4-2 2.8-3zm-6.8 8.3s1.8 2.6 2.5 2.5c.8-.2 2-2.6 2-2.6s-3.1 1.3-4.5 0zm19-27s-5.5-3-8.5-2.5-7 3.6-8 4.2c-.8.6-3.1 3.7-4 3.5-.8-.2-.8-.7.5-1.9 1.3-1 7.4-6.3 10.9-6.5 3.5-.3 7.3 1.8 8.1 2 .8.3 1 1.1 1 1.1m-25 13.3s1 1.5.8 2.6c0 1-2 9.7-2 9.7l-1.6-.4s3.2-9 2.9-11.9z"/>
<path fill="#d5ccc0" d="M379.1 309.3s1.6.3 1.4 3.1c-.1 2.9-.3 8 .5 8.8.9.9 7.6 1.3 5.2 1.6-2.3.4-6.7.4-7.6-1.3-1-1.7 0 0 0 0l-.3-1.9z"/>
<path fill="#ad5f38" d="m364 302.7-5.2 2.8 7.1-2.4zm4.9 1.3-6.1 2.6 8.2-1.7m.6 1.9-7.3 1.6 7.2-.1m-.5 2.5-11.7-1.7 10.8 5m-.2 1-11.5-3.2 10.6 7.6m0 .9-10.9-6.1 10 8.8m-1 .7-5.4-4.7 2.8 4.4m-2.6-.8-4.7-6.7 1.8 5.6m-2-1-2-3.9.5 3"/>
<path fill="#f0955d" d="M357.4 289.1s3.3 2 3.5 2.4c.3.5.5 5.8.4 6-.1.2-1.2 3-1.6 3.1-.3.2-7 4.1-7.5 4.2-.5 0-3.7-.2-4.2-.4-.4-.1-2.8-2-2.8-2"/>
<g mask="url(#ac-ba)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M70.4 247s5.7 3.3 6 4c.5.9.8 10 .7 10.4-.2.3-2 5-2.7 5.4-.6.3-12.1 7-13 7.1-.8.1-6.3-.3-7-.6-.9-.2-5-3.4-5-3.4"/>
</g>
<path fill="#f0955d" d="M358.7 288s2.4 2.3 3.4 2.5c1 .1 7.3-.8 7.6-1.2.4-.4-2.2-3-6.1-4.5"/>
<g mask="url(#ac-a9)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M72.6 245s4.2 4 5.9 4.3c1.7.3 12.5-1.4 13.1-2 .6-.7-3.9-5-10.6-7.8"/>
</g>
<path fill="#f0955d" d="m371.2 290.8-7.2.8c-.6 0-1 2.9-1 5l.3 4.3 9.4 3c.4.1 1.8-4.1 1.6-7.5-.2-3.3-2.5-5.7-3-5.6z"/>
<g mask="url(#ac-a8)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="m94.2 249.8-12.5 1.4c-1 0-1.8 5-1.6 8.6l.4 7.5 16.1 5c.8.3 3.2-7 2.8-12.8-.3-5.7-4.2-9.8-5.2-9.7z"/>
</g>
<path fill="#f0955d" d="m343 305.7 6 .5c1 .1 1.4.8 1.4 1.8.1 1 1 9 1.2 9.8.2.8.1 1.7-1.2 3-1.4 1.2-4 3.1-4.7 3.5-.7.4-2.6 1-5 .2l-6.7-2"/>
<g mask="url(#ac-a7)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M45.8 275.5s8.3.6 10 .9c1.8.2 2.6 1.4 2.7 3.1a263 263 0 0 0 2 16.8c.4 1.3.2 3-2.2 5a73 73 0 0 1-8 6.2 11 11 0 0 1-8.7.4l-11.4-3.6"/>
</g>
<path fill="#f0955d" d="M355.6 322.4c-.9-.4-2.3-1-3.7.2a46.5 46.5 0 0 0-5.2 6.2c-.4.6-.4 1.2-.3 2.2.2 1 .6 6.3.9 7.5.2 1.1.6 3.1 3.1 4.2 2.5 1 8.6 4.5 10.8.3 2.3-4.2 6.3-13.6 6.6-14.6.4-.9 0-1.5-2-2.1l-10.2-3.9Z"/>
<g mask="url(#ac-a6)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M67.3 304.2c-1.5-.7-3.9-1.7-6.3.3s-8.3 9.6-9 10.7c-.6 1.1-.7 2-.5 3.8.3 1.7 1 10.8 1.5 12.8.4 2 1.1 5.4 5.4 7.3 4.2 1.8 14.7 7.7 18.6.5 4-7.2 10.8-23.4 11.4-25 .6-1.6-.2-2.6-3.5-3.7-3.4-1.1-17.6-6.7-17.6-6.7Z"/>
</g>
<path fill="#f0955d" d="M349.6 344.3c-1.9-.8-4.3-1.3-5.3.7s-4.4 8.2-5.5 9.6c-1 1.4-1.6 6.2-.1 7.5 1.4 1.3 6.4 4.6 7.3 5 .8.4 3.5 0 4.3-2 .8-2 6.6-11.2 8.2-12.6 1.6-1.3 1.6-4.4-1.1-5.1a84 84 0 0 1-7.8-3z"/>
<g mask="url(#ac-a5)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M57 342c-3.2-1.5-7.4-2.4-9.2 1.1-1.8 3.5-7.5 14-9.3 16.5-1.8 2.4-2.8 10.6-.3 12.8 2.5 2.2 11.1 8 12.5 8.6 1.5.7 6 0 7.4-3.4 1.4-3.5 11.4-19.3 14.2-21.6 2.8-2.3 2.8-7.7-2-8.9-4.6-1.2-13.3-5.2-13.3-5.2z"/>
</g>
<path fill="#f0955d" d="M339 366.7c-1.1-.5-1.5-.8-2.4 0-.8 1-7.9 7-9 7.8-1.3.8-1.3 1.4-1.2 2.7 0 1.4-.7 9.1-.6 10.8 0 1.6 0 2.1 1.8.5s12-11.4 12.8-13c1-1.6 4.2-7.3 2.6-7.6-1.6-.3-2.6-.7-4-1.2z"/>
<g mask="url(#ac-a4)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M38.8 380.3c-2-.8-2.6-1.3-4.1.2A313 313 0 0 1 19 393.7c-2.2 1.5-2.1 2.4-2 4.8.1 2.3-1.2 15.6-1 18.4.1 2.8 0 3.8 3.1 1s20.5-19.7 22-22.4c1.6-2.7 7.2-12.5 4.5-13a28 28 0 0 1-6.9-2.2z"/>
</g>
<path fill="#f0955d" d="M323.7 373.1s2.5-.2 3-.9c.5-.6 6.3-5.5 7.2-6.3 1-.8 1.7-1.4 1.7-2l.1-5.5c.2-1-1.1-1-2.3-1-1.1 0-8.5.5-8.5 1"/>
<g mask="url(#ac-a3)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M12.4 391.4s4.4-.4 5.2-1.5c.8-1.1 10.9-9.6 12.4-10.9 1.6-1.3 3-2.5 2.9-3.5-.1-1 0-7.8.3-9.4.2-1.6-2-1.8-4-1.7-2 .1-14.7.8-14.7 1.6"/>
</g>
<path fill="#f0955d" d="m324.9 356.7 9.2-.4c1.1-.1 1.6-1.1 2.5-2.9l2.3-4c.3-.6-.4-1.3-1.3-1.6a38 38 0 0 1-10.5-5.2"/>
<g mask="url(#ac-a2)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M14.5 363.1s13.8-.5 15.8-.7c2-.2 2.7-1.8 4.4-4.9l4-7c.4-.9-.7-2-2.4-2.6a68.1 68.1 0 0 1-18-9"/>
</g>
<path fill="#f0955d" d="M328 339.3a19.4 19.4 0 0 0 10.6 6.1c.8.2 2.2.3 3-.7.9-1 2.3-2.5 2.8-2.8.5-.3 0-1.8-.2-3 0-1.2-1-10.2-1-11 .1-.9-.8-1-1.8-1.3-1-.3-7.5-2.7-8-2.6"/>
<g mask="url(#ac-a1)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M19.8 333.2A33.3 33.3 0 0 0 38 343.8c1.4.3 3.9.5 5.3-1.2a39 39 0 0 1 4.7-4.8c.9-.6 0-3.2-.3-5.3a770 770 0 0 1-1.6-19c0-1.3-1.5-1.5-3.2-2-1.6-.6-13-4.8-13.8-4.6"/>
</g>
<path fill="none" stroke="#af6d4a" stroke-miterlimit="10" stroke-width=".6" d="M368.6 284.7c-.4.5-1.2 1.3 1.9 2.6 2.8 1 6.2 6.1 6.3 8.3.2 2.2-1.2 6.8-1.4 8.1-.1 1.4.2 2.7 3.8 3"/>
<path fill="#ad5f38" d="M372.6 292h-6.5l5.3-1.2m1.8 2-8.7.4 9.4 1m.4 2.2-8.2-1.2 8 3.7m-.1 1-7.6-2.3 7 5m-2 .8-4.5-3.2 2 2.4m.3-13.1-6-.7 4.5-1.7s2.6 2.1 1.5 2.4zm-3.4-3.7-3.1 1.4 4-.8m-4.4-1.1-.5 1.1 2.2-1.4s-.6-.1-1.7.3m-2.7 5.2-1.3.3 2.4.4m.4 1.3-1.5-.2 1.6 1.6m0 2.4-3-2 2.9 3.8m-.5 1-5-2.5 3.3 4.5s1.4-.8 1.7-2zm-4.7 3.8-1.6-5 3.1 4.2M354 304l-1-4.5-1 5.4m-1.5 0-.1-3.3-2 3m-1-.5.2-2.3-1 1.6m.6 2.7-2 .7 5.2.5s-1.3-1.3-3.2-1.2zm3.4 3-6-1 6.2 3m.2 1.8-6.2-1.6 6.8 3.7m.1 2-8-4 8.2 6.3m-1.3 1.4-7.4-6.4 5.6 8m-2.3 1.6-5.2-7 2 8.3m-3-.7-2-6v5.4m-2-.6-.7-4-1.5 3.3zm.2 1.7h-2.2l4.8.9m2.6.8-6.4.3 8.1 2s-.1-2.4-1.7-2.3zm2 4.3h-8l8 2.6m.1 1.6-6.7-1.8 7.4 4.5m0 1.7-7.4-3.8 7.4 6.2m-1.1 1-6.8-5.5 4.8 7.7m-2.7.3-5.3-7.9 2 6.8m-3-1.4-2.5-6.2-.3 4.1m5.6 6-5.3-.5 9.1 3s-1.3-2.1-3.8-2.4zm3.2 3.5L331 348l6.4 4m-1 2.3L331 349l3.7 7m-2.1.3-4.1-6.5 2.2 6.6m-1.9.1-2.3-6.1.7 6.2m8.3 6.8-5-2.6 4.2 4.3m-1.2 1.3-4.3-3.3 2.8 4.3m-1.3 1.1-4.2-6.2 2.7 7.5m-1.3 1.1-3-9.3 1.4 10.8m-.9.4-1-6-.5 6.3m37.1-48.6-6.4.7 12.7 2m.7.5-13.4-.5 12.4 3-12.9-1.2 12.2 3m-.6 2-13.4-3.2 12 5.3m-1 3.1-8.9-5.7 7.5 8m-1 1.8-9.1-7.6 6.2 9.3s2-.3 3-1.7zm-4.5 1.6-6.3-9.1 3 8.1m-2.8-1.2-1.5-5.9-.8 4m11.2 8-8.7-2.3 9 4.5-10.4-3.5 9 5.3s1.3-1.2 1.1-4z"/>
<path fill="#ad5f38" d="m358.2 352.8-10.7-3 9.3 4.8m-.5.6-9.9-3.1 8.2 5.5m-1 1.4-7.4-4.7 6 7.2m-.7 1.1-6.6-7 6 8.4m-.7 1.3-6.1-8.7 3.4 10.6s2-.7 2.7-2zm-4.5 1.6-2.8-8.4.4 6.9m-1.4-1-.9-4.9-1.1 3.6m3.2 7.3L339 368l2.9 5m-.6 1-4.3-3 3.1 5m-1 1.3-4.3-5.5 2.9 6.8m-1.5 1.6-3.8-6.8 2.2 8.4m-1.1 1-3.3-8.1 1.5 9.9m-1.8 1.8-1.6-10.6-1 12.9"/>
<path fill="#d5ccc0" d="M358.2 366.2s2.6 12.3.9 23.1c-1.7 10.8 1.6-1.9 1.7-2.3a84.2 84.2 0 0 0 0-24.3zm-9.2 44.3s-9.5 5-8.7 1.3c.9-3.7 2-4.5 2.4-6.4.5-1.8.5-5-.6-3.8-1 1.2-.7-4 .5-5.5s3-6.2 2-6.2c-.8 0-1.1-3.8-.7-5.1.5-1.4 4.7 2.8 10-13.1l-10.1 10.8s-1.2 3.2-.6 6.9c.6 3.6-.9 5-1.6 7.4-.6 2.3-1.6 6.3-1.2 7.6.3 1.4-1.8 4-1.7 5.4 0 1.4.7 4.6 2 4.5 1.2-.2 6.5-1.6 8.3-3.8z"/>
<path fill="#fdf2e8" d="M344 389.1c-.1-.6-.6-1.8.5-1.5 1.1.2.5 2.5.2 2.3-.4-.2-.5-.3-.7-.8zm-2.6 12c0-.8 0-2 1-1.5 1 .4-.3 2.5-.6 2.3-.2-.2-.4-.4-.4-.9z"/>
<path fill="#d5ccc0" d="M361.5 380.5s1.1-4.6 3.5-3.2c2.4 1.4 3 10.4 3 10.4s-.1-9.1-2.3-16.9l-4.2 3.7v6zm-3 13.8s2 12.4 3.4 11a49 49 0 0 0 6-13.3s-1 8.1-4 13.6c-1.8 3.3-3 1.6-4.7.3-1.8-1.4-4-2.6-4.7-4z"/>
<path fill="#c6ac95" d="M381.1 322.8s-2 1.6-1.7 3.6c.3 2 .9 4.2-.5 7.4-1.5 3.2-1.9 6-3.6 8l-6.3 7.4s1.4-3.4 2.7-4.8c1.3-1.5 5.4-6 5.4-10.5l-.1-7.8 1.2-5.3s1 2.1 2.9 2zm5.8.1s5.4 2 5.4 4.8.7-7.1.4-9.1c0 0-4.2 3.9-5.8 4.3z"/>
<path fill="#caa178" d="M381.4 323s-1.2 2.5-1.3 5.2c0 2.8 5 3.8 8.1 3.9 3.2 0 3.4-.2 3.4-.2s1.6-10.2 1.1-13.3c0 0-3.4 3.4-6.1 4.2-2.8.7-5.2.1-5.2.1z"/>
<g mask="url(#ac-a0)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M111.7 305.1s-2 4.4-2.2 9.1c-.2 4.7 8.5 6.6 14 6.6 5.4.1 5.7-.2 5.7-.2s2.8-17.6 2-23c0 0-6 6-10.7 7.2-4.7 1.3-8.8.3-8.8.3z"/>
</g>
<path fill="#caa178" d="M391.2 333s-4.7-.2-7.4-.6c-2.7-.5-3.5.5-4 2-.4 1.5-2.3 5.6-3 7-.6 1.3.3 3.6 2 4.6l5.6 2.5s5-8.8 6.8-15.5z"/>
<g mask="url(#ac-aZ)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M128.5 322.5s-8-.4-12.7-1.2c-4.7-.7-6 1-6.8 3.6-.8 2.5-4 9.6-5.2 12-1.1 2.3.5 6.2 3.5 7.8 3 1.6 9.5 4.5 9.5 4.5s8.8-15.3 11.7-26.7z"/>
</g>
<path fill="#caa178" d="m382.3 351.9-5.4-4.3c-1-.8-2.6-.8-4 1.5-1.6 2.3-3.9 7.4-4.9 8.7-1 1.3-1.1 2.8-.2 3.8 1 1 3.1 4.2 3.1 4.2s8.1-8.4 11.4-14z"/>
<g mask="url(#ac-bf)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="m113.2 354.9-9.3-7.4c-1.7-1.4-4.5-1.4-7 2.6s-6.5 12.7-8.3 15c-1.7 2.3-2 4.8-.3 6.5 1.7 1.8 5.4 7.1 5.4 7.1s13.8-14.3 19.5-23.8z"/>
</g>
<path fill="#caa178" d="M361.2 367.3c2.1-3.4 3-5.5 4.2-4.8 1.3.7 4.4 4.4 4.4 4.4l-8.3 7.6z"/>
<g mask="url(#ac-aY)" opacity=".4" transform="translate(316.5 145.5) scale(.58162)">
<path fill="#652e11" d="M77 381.5c3.6-5.9 5.1-9.6 7.2-8.4a57 57 0 0 1 7.5 7.7l-14.2 13z"/>
</g>
<path fill="#c6ac95" d="m364.1 362.9-3 4.4-.2-4.6s5.2-6.7 6-8.6c0 0 0 3.9-1.1 5.6-.4.5-.8 1.5-1 2.7-.2 0-.4.2-.7.5z"/>
<path fill="#b28f6b" d="M364.1 362.9c.3-.3.5-.5.7-.5-.6 2.5-.7 5.8 1.6 7.8l-4.9 4.3-.4-7.2 3-4.4z"/>
<path fill="none" stroke="#9f8d79" stroke-miterlimit="10" stroke-width=".6" d="M384.5 286.2s-4 2.5-6.4.7c-4.2-3-3.5-8.4-3.5-8.4"/>
<g fill="#494037">
<path d="M380.6 260.8c1.3-.2 3 .8 2.2 1.3-.8.6-.9 2.1-2 2-1.1-.3-1.3-1-1.3-2.5 0-1.4 0 0 0 0zm-2.9 2.3s2 2.6 1.2 3.6-2 1.8-2 1c.2-.9-2.4-.3-2-1.7.3-1.4 0 0 0 0zm.7 7.6c-1 .2-1.4.2-1.4-.5 0-.8-1.2-.5-1.2-1.2s1.5 0 2.4-.5c1-.3 2 0 2 .7s.7 1.4-.2 1.4h-1.6zm-5-2.5s1.1 1 1 1.6c0 .6-2.3 3.2-2.2 2.2 0-1 1.1-3.8 1.1-3.8m9.6-8.9c-.2 1 2.5 1 3.2.4.6-.7 1.9-2.3-.5-2-2.4.4 0 0 0 0zm8.3-2.3c.8.7.2 1.1-.6.8-.7-.3-3.8-.4-2.3-1 1.4-.5 2.9.2 2.9.2m1.7 2.9a3 3 0 0 1-1 3c-1 .8-2 .9-1.9-.4.2-1.3.3-2.2-.6-2.1-.8.1-1.9-1 0-1.1 1.8-.1 3.4-.3 3.5.6zm-2.8 4.8c.7-.1 2.4 2.6 1 2.7-1.4 0-2.3-.2-1.8-1 .6-.7 0-1.5.8-1.7zm-2.4 1.3c-.2-.6-1.8.2-1.8.8 0 .5-.9 3 1.3 1.7.5-.3.8-1.3.5-2.5zm2.8 3.4c-.3.4-1.2 1-1.5 2-.3 1-2.3.8-2.3.1 0-.7-.5-1.9.5-2 .7.3 2-.7 2.8-.9.5 0 .8.5.5.8zm-10.7 2.1c-.4-.7-2.7-.4-2.5 1 .2 1.6.5 2.5 1.1 2.4.7 0 .2-1 .2-1.7s1.6-.8 1.2-1.7zm-3.3 2.9c-.5.2-1-.2-1-1s-1-.1-1.2-.7c0-.5.5-1.1 1.2-.7.7.5 2 2 1 2.4zm-4.4.8s1-.2 1 .3.2 2-.2 1.6c-.4-.3-1-.1-1-.5l.2-1.4m12.4-1.6c.6.7.5.3.8 1 .3.7 1.7 1 1.5 0-.1-1.1 1-1.8.2-2-.7-.1-2.6-.8-2.6-.3 0 .4-.7.2 0 1.3zm-1.4-1.3c0 .6-.5 1.2.1 1.8.7.6-1.2 1.6-1.9 1.4-.6-.3-.5-1.2 0-1.3.4-.1-.2-1.8.5-1.8.8 0 1.4-.7 1.3 0zm1.8-2c0 .7-.7.9-1.4.6-.7-.3-1.4-.7-1-1.5.3-.8 1-2.3 1.3-1.7.4.6 1 1.7 1.1 2.7zm-3.2-3.9c-1 0-.3 1.5-1.2 1.2-.9-.3-.7-2-.1-2.2.5-.1 2.6-.1 2.6.6 0 .6-.6.4-1.3.4zm2.6 9.2c.2.4.9 1.2 0 1.5-.8.3-2-.4-1.6-.7.4-.4 1.1-1.3 1.6-.8zm-5 0c.7.1.8 1.7.2 1.7-.6 0-2-.7-1.5-1 .6-.4.6-.8 1.4-.7zm4 13c-.6.8-2 1-2 .7 0-.3.5-1.9 1-1.8.4 0 1.6.5 1 1.2zm-3.8 1c-.3-.3-1.3-.9-1.7-.7-.4 0-.7 1.6 0 1.6.8 0 2.4-.3 1.7-.8zm3.1 3c0-.7.2-1.1-1-1.1-1 0-.7.7-1.2 1.2s-1 1 .5.5l1.7-.6m-7.8-6c0-.6 1.2-.4 1.1 0 0 .3-1.1.9-1.1 0zm-1.4-1.8c-.1-.2-.9-1.2-1-.8-.2.5.3.5.5.8.2.3.6.3.5 0zm-2.5-3.4c.8-.3 1.4 1.2.8 1.5-.6.2-2.2 2.2-1.8 1.1m9.5 17c1-2.4 1.7-5 4.7-2.4s3.8 4.9 1.4 5.3c-2.3.4-4.7 1.8-5.5.2-.8-1.6-.6-3-.6-3zm7-5.8c-.4.4-1.1.3-1 1 0 .7-2.4.3-2-1.7.3-2 4.2-.4 3 .7zm5.2 4.1c1.8-.3 5-.4 5.4-.2.5.2.3 2.5-1.5 2.6-1.8.1-5.4-2-3.9-2.4zm-.2 3.7c.5 1.7-1 2-2.2 1.2-1.3-.7-2.1-1.7-1.3-2.1.8-.5 3.1-1 3.5.9zm-4 9.6s2.7-2.4 3.5-3.4c.9-1 .5-2.6-1.2-2.5-1.6.1-4.4 4.4-4.1 4.6m5 3.2c.2-1.5 2.2-4.4 5.3-5.2 3-.8 1.6.6 1.8-1 .3-1.6 2.2-.2 3 .8.8 1 0 1.7-1.7 1.9-1.7.2-5.9 3-6.4 4.6m1-8.3c-.2-1-1.2-2.8-1-3.5.2-.7 2.4-.6 3.6-1 1.1-.5 2.2.5 2.2 1.5s1.3 1.5 0 2c-1.1.5-4.6 1.7-4.7 1zm5-7.4-.7 2c-.2 1 1.5 1.8 2.2 1.6.7-.2 3.1 1.4 3.4.5.2-1-3-2.6-4.9-4.1m6 5.4s-3.3-1.2-3.2.1c.1 1.4.2 3.5 1.3 3.6 1.1.1 2.6.7 3 1.4.5.7 2.8 1.2 3 0l-4-5.1M389.4 294s-1.8 0-1.4 1.3l.4 1.6c0 .3 1.1-1 2.2-1.6m3.4 2s-.4.3-.8 0c-.3-.4-.4-1.2-1-1-.5.1-.5-.7-.5-.7s1.5.3 2.3 1.6m-4.7 3c-.5 0-2-.3-1.5-1 .4-.6 2.1-.5 2.2 0 0 .4 0 1.1-.7 1zm-2.2-3.5c-.6.2-1 .5-.9 1 0 .6.8.6 1.4.6.6 0 .1-1.7-.5-1.6zm23.2 15.4c-.9-.6-2.5-.3-2.3 1.2a9 9 0 0 0 1.4 4.2c.6.7 2.5.8 2.3-.1l-1.4-5.3m-5.1-.5c-.5-.7-3.7-1-3 .2.8 1.2 1.1 3 .5 3.2-.6.3-1.5 2-.3 1.6 1.2-.4 1.6-1.2 2.7-1.1 1 0 1.5-1.8.1-3.9zm4 7c-.5 0-.7 1.3-1.2.8-.5-.6-.6 1.8.4 1.6 1-.2.6 1.8 1.3 1.5.7-.2 1-1.5.4-2-.5-.3-.2-1.8-1-1.8zm-1.8-2.2c-.2.6-1 1.8-1.8 1.9-.9 0-4-.5-2.6-.8 1.4-.3 2.1-1.7 3.2-1.6 0 0 1.8-.8 1.2.5z"/>
<path d="M401.1 312.3c.8.8 0 2.8-1 3-1 .2-.8 1.5 0 1.6.9 0 2 2.6 2 2.7 0 .2-1.3 2.6-2.2 2.8-.9.3-2.4 1.2-2.8.2l-1.7-4.4-1.5-1.6s.9-1.8 2.6-2.8c1.7-1 4.2-2 4.6-1.5zm5.8 8.3c0 1.2-.6 2.3-2.4 2.3-1.8 0-2.7-2.8-.1-3 2.6 0 2.6 0 2.5.7zm-4.5 2.4c1-1 .9 2.8-.5 3-1.4.2-1.4 2.1-2 .9-.8-1.2-2.7-3-.3-3.5 2.4-.3 2 .3 2.8-.4zm-.4 3.9c-.5.3-2 1.6-1.7 2.4.3.7.4 3.3 1 3.2.5 0 2.2.2 2-1.5-.2-1.7-.6-4.5-1.3-4.1zm1.5 7.1c-.3-.8-3-.5-3-.5l-.6 1.9s-.5 1.6-.5 2.2c0 .6 1.6 1 2.2.6.6-.5 1.4-1.7 1.5-2.4.2-.8.8-.6.4-1.8zm-4.6 7c.3-1.2 2-1.5 2.9-1 .8.4.5.8 0 2.1-.4 1.3-1 3.5-2 2.7-.8-.8-1.2-2-.9-3.7zm6.6 8.8c-.8.6-3 .2-2.8-2 .2-2 2.4-4.8 4-5.7 1.4-1 3.3.5 3 1l-4.2 6.7zm7.3-12.2-2.3 4.3s-1.8-1.6-1-2.6"/>
<path d="M409.6 339.3c.8-1-.5-2.7.6-2.8 1.1-.1 2.7.8 2.6 1.1m-.3-5.2c0 1.3-.2 2.6-1.7 2.3-1.5-.4-.8-1.6-1-3.4-.4-1.7.4-1.8 1.2-2 .8-.3 1.7-.3 1.8.6.1.9-.4.6-.3 2.5zm-1.3-7.2c.2 1.3.7 2-.8 2.2-1.5.3-1.7.5-1.8-1-.1-1.5-1.6-1.2-1.3-.5.2.8.1 2-1 1.9-1.3-.1-4-1.1-2.7-2.3a6 6 0 0 1 5-1.7c2.3.3 2.6 1.4 2.6 1.4zm-3.8 3.1c1 .1 1.1 3 1.1 3.8 0 .7-.2 2-1.5 2-1.4 0-2.4-.2-2.5-2.3-.1-2.1.5-3.7 3-3.5zm0 8.3c0 .5-.3 2.1-1 2.9-.6.7-2 1-2.3 1-.4 0-1.2-1.2-1-1.8.3-.7 1.9-1.8 2.1-2.7.3-.8 2.4-.7 2.3.6z"/>
</g>
<g fill="none" stroke="#9f8d79" stroke-miterlimit="10" stroke-width=".6">
<path d="M374.5 275.1s-.4 5.7 1.6 6l5.2.9c1.5.2 3.5-2.5 4-3.4.3-1 1.3-.8 2.9-3.6m-9.1 35s1.6 1.7 3.5 2c1.9.4 2.8-.8 2.8-.8m-6.4 1.3s3.2 3 5.7 2.8c2.5 0 3-2.5 3-2.5"/>
<path d="m378.8 315.6 2.4 1.3c.8.5 1.7 1.1 4.2 1 2.3-.1 4.5-2.3 6.2-2.9"/>
<path d="M394.1 316.5s-2 .8-3.4 2.3c-1.4 1.5-7.5 4.2-12.3.2m4-9.9-1.8-1.2m-.3 1s.7-.2 1.5-.2"/>
</g>
<path fill="#494037" d="M386 307.6c-1.4.5-1.3 3-2.4 2.3-1.1-.8-2.2-1.8-2-2.8.3-1 2.9-2.6 4.2-2.2 1.4.4 1 2.4.2 2.7z"/>
<g fill="none" stroke-miterlimit="10" stroke-width=".6">
<g stroke="#af6d4a">
<path d="M357.4 289.1s3.3 2 3.5 2.4c.3.5.5 5.8.4 6-.1.2-1.2 3-1.6 3.1-.3.2-7 4.1-7.5 4.2-.5 0-3.7-.2-4.2-.4-.4-.1-2.8-2-2.8-2m13.5-14.5s2.4 2.4 3.4 2.6c1 .1 7.3-.8 7.6-1.2.4-.4-2.2-3-6.1-4.5m7.6 6-7.2.8c-.6 0-1 2.9-1 5l.3 4.3 9.4 3c.4.1 1.8-4.1 1.6-7.5-.2-3.3-2.5-5.7-3-5.6zm-28.1 14.9 5.8.5c1 .1 1.5.8 1.5 1.8.1 1 1 9 1.2 9.8.2.8.1 1.7-1.2 3-1.4 1.2-4 3.1-4.7 3.5-.7.4-2.6 1-5 .2l-6.7-2m21.6-.1c-.9-.4-2.3-1-3.7.2a46.5 46.5 0 0 0-5.2 6.2c-.4.6-.4 1.2-.3 2.2.2 1 .6 6.3.9 7.5.2 1.1.6 3.1 3.1 4.2 2.5 1 8.6 4.5 10.8.3 2.3-4.2 6.3-13.6 6.6-14.6.4-.9 0-1.5-2-2.1l-10.2-3.9Zm-6 22c-1.9-.9-4.3-1.4-5.3.6s-4.4 8.2-5.5 9.6c-1 1.4-1.6 6.2-.1 7.5 1.4 1.3 6.4 4.6 7.3 5 .8.4 3.5 0 4.3-2 .8-2 6.6-11.2 8.2-12.6 1.6-1.3 1.6-4.4-1.1-5.1a84 84 0 0 1-7.8-3zM339 366.6c-1.1-.5-1.5-.8-2.4 0-.8 1-7.9 7-9 7.8-1.3.8-1.3 1.4-1.2 2.7 0 1.4-.7 9.1-.6 10.8 0 1.6 0 2.1 1.8.5s12-11.4 12.8-13c1-1.6 4.2-7.3 2.6-7.6-1.6-.3-2.6-.7-4-1.2zm-15.3 6.4s2.5-.2 3-.9c.5-.6 6.3-5.5 7.2-6.3 1-.8 1.7-1.4 1.7-2l.1-5.5c.2-1-1.1-1-2.3-1-1.1 0-8.5.5-8.5 1m0-1.7 9.2-.4c1.1-.1 1.6-1.1 2.5-2.9l2.3-4c.3-.6-.4-1.3-1.3-1.6a38 38 0 0 1-10.5-5.2m.9-3.3a19.4 19.4 0 0 0 10.6 6.1c.8.2 2.2.3 3-.7.9-1 2.3-2.5 2.8-2.8.5-.3 0-1.8-.2-3 0-1.2-1-10.2-1-11 .1-.9-.8-1-1.8-1.3-1-.3-7.5-2.7-8-2.6"/>
<path d="M368.6 284.7c-.4.5-1.2 1.3 1.9 2.6 2.8 1 6.2 6.1 6.3 8.3.2 2.2-1.2 6.8-1.4 8.1-.1 1.4-.7 2.6 3 3m-15-4.2c-.7-.2-2-.3-3 .2l-5 3c-.7.1-1.7 2.4-1.7 2.4s-.5 1.5-.4 2.7c0 1.2.2 6.4.4 6.9a11 11 0 0 0 3.4 3c1.6 1 7.8 3 9.1 3.3 1.3.2 2.6-1.3 2.6-2.7 0-1.4 1-6.5 1.5-8 .4-1.6 2.5-8 .3-8.7-2.1-.8-7.2-2-7.2-2zm2.1 38.3c.8-3 4.7-10.4 5-11.7.3-1.4.8-1.7 1.4-1.5l3.1.9c-.3 2.4-.6 4.5-1 6.2-.8 2.7-5 7.6-5.6 8.9l-1 2-1.3-.4c-1.7-.6-1.4-1.4-.6-4.4zm5.2-18.6c.3-1.9 3.6-10.6 3.8-12.3.1-1.6 1-2.1 2-1.9a75.6 75.6 0 0 1 1.8.6c-1 5.2-2.4 12.4-2.8 15.3l-.2 2.3c-4.9-1.5-4.8-2.2-4.6-4zm-18.9 43c-.1-1.4 5-6.7 6.9-9a19 19 0 0 0 4-7.7c.3-1.9.6-1.9 1.7-1.5l2 .7a88 88 0 0 1-5.8 10.4c-1.2 1.6-4.3 5.5-7.8 9.6-1-1-.9-1.5-1-2.5zm-25.7 28c-.3-.3 6.1-6 8.9-8.6a88.2 88.2 0 0 0 10.2-12.5c.8-1.8 1.6-1 2.4-.8l1.6.8c-3.4 4-6.4 7.6-7.5 8.7-2 2.1-10.7 11.4-14.5 13.7-.8-.6-1-1-1.1-1.2z"/>
</g>
<path stroke="#000" d="M379.2 303c-.2 3-3.2 16.7-3.7 20.9-.5 4.1-.8 8.1-1.6 10.8-.7 2.7-4.8 7.6-5.5 8.9-.7 1.3-5.1 10.9-7.8 14.5-2.7 3.6-16.4 20-18.9 22.7-2.5 2.6-15.3 16.4-16.3 13.9"/>
<path stroke="#b49578" d="M381.4 323s-1.2 2.5-1.3 5.2c0 2.8 5 3.8 8.1 3.9 3.2 0 3.4-.2 3.4-.2m0 1s-5-.1-7.8-.5c-2.7-.5-3.5.5-4 2-.4 1.5-2.3 5.6-3 7-.6 1.3.3 3.6 2 4.6l5.6 2.5m-2.1 3.4-5.4-4.3c-1-.8-2.6-.8-4 1.5-1.6 2.3-3.9 7.4-4.9 8.7-1 1.3-1.1 2.8-.2 3.8 1 1 3.3 4.5 3.3 4.5m-1.3.8s-3.1-3.7-4.4-4.4c-1.2-.7-2 1.4-4.2 4.8"/>
</g>
<path fill="#494037" d="M356.2 368.6c1.2-.6 2.9-.4 2.2.8-.6 1.2-2.7 3-3.6 3.1-1 0-1.1-.7-.8-1l2.2-2.9zm2.5 2.9c1 .1 1.1 4.3.7 5-.5.9-1.3 1.7-2.1.2s-1.6-2.6-1-3.4c.8-.8 2-1.9 2.4-1.8zm3 5.9c-.2-.8.1-4-1-2.7-1.2 1.4-.2 4-1 4.3-.9.3-2.4 1.3-.8 2 1.5.8 2.4 2.2 2.5 1.3.2-.9.3-5 .3-5zm-1.9 6.3c0 1-.5 4.1-1.1 5-.6 1-2.1 1.6-2.3.2-.2-1.5-.4-3-1-3.3-.7-.3.3-1.3 1.9-2.2 1.6-.9 2.6-.6 2.5.3zm-3 7.6c.1 1-1.8 1.3-1.7 2.3 0 1-.4 3-1.3 2.5-.9-.6-1.2-2.3-1.2-2.8s.1-2.3 1.4-2.8c1.3-.6 2.6-.9 2.8.8zm-4 5c.6.2.9 3.2.1 3.8-.7.6-2.3 1.3-2.2-.1.2-1.5-.9-1.6-.9-2.2 0-.7 1-2.2 3-1.6zm-.1-6.1c.5.8-.5 2.1-1 2.7-.6.6-1 1.3-1.8.4-.7-.8-1.9-2.2-.5-3.2 1.3-1 2.6-1.1 3.3 0zm-1.5-6.2c.4 1 1.5 2.8 1 3.2-.5.5-.9 1.2-1.9 1.2-1 0-2.9-1.3-3.2-1.8-.3-.5 1.6-2.2 2.2-3 .7-.8 1.3-1 1.9.4zm-2.6 4.6c.6.4-.8 1.5-.7 2.3 0 .9 0 1.7-1.6.8-1.6-.9-3.3-1.6-2.2-2.9 1.1-1.3 2.4-1 3-1 .7.1 1.2.6 1.5.8zm-5.3 3.5c0-.4.6-.4 1.5.7 1 1 3.3 2 2 2.3-1.3.5-2 1.2-2 1.8 0 .5-1 1.9-1.5 1.4-.6-.6-2-.3-2-.3s2-4.4 2-6z"/>
<path fill="#494037" d="M348.1 394.5c.5-.7 1-1.6 1.3-.3.3 1.2.7 2.2.4 2.6-.4.4-1.6.9-1.5 1.4.1.4-2 1.1-2.2 0a4 4 0 0 1 .5-2.3c.2-.3 1-.6 1.5-1.4zm1.8 5.1c1 1 1 2.5 1 3.4 0 1 0 2.6-.6 3.2-.7.7-2.1 2.6-4 2.7-2 .1-2.3-.6-1.5-2.1.8-1.6 4-8.2 5.1-7.2zm-1 10.9s-2.1-.5-3 .1c-1 .6-1.3 1.5-2 1.9-.5.4-.8 1.4.8.6 1.6-.7 4.3-2.6 4.3-2.6zm-8.2-10c.7-1 1.1-1 2.5-1 1.5.1 2.9-1 3 .3.1 1.3-1.6 3.2-1.6 4 .1.8-1.1 2.3-1 3 0 .9-1.1 1-1.8.5-.7-.4-1.7-.1-1.6-1.6l.5-5.2zm-1.2 8.4c1-.3 2.4-.4 3-.1.5.2.8 1.3 0 2.3-.7 1-1.6-.6-2-.7-.5-.2-1.9-1.2-1-1.5zm16.2-32.1c-.1 1-2.8 3-3.1 1.7-.4-1.2-1.6-2.5-.7-3.5 1-1 2.7-2 3-1.2.2.9.9 2.5.8 3zm1 2c.2.8.6 1.7.6 2.2 0 .5-1.3 1.6-1.7 1.7-.4.2-2.3 3.1-2.6 2.5-.4-.7-1.5-4.4-.7-4.7.7-.3 4.2-2.5 4.4-1.8zm-7-2.2s1.4.2 1.5 1.2c.1 1 .4 1.8-.6 2.8-1 1.1-2.8 2.3-3.4 1.7-.7-.6-1.5-1.7-1.5-1.7zm-3.9 5.7c1.5 0 2 1 1.1 1.4-.8.6-1.8 1.5-2.1 2.2-.3.7-1.4.3-1.4-1.2a2.5 2.5 0 0 1 2.4-2.4zm15.8 18c0-1.5.2-4.7 1.2-2.8 1 1.8-1.5 6-1.2 2.8zm4.1-5c0 1-1 1.8-2 .4-1-1.3.8-.4.9-1.5 0-1 1.1.2 1.1 1.2zm.7-4c.6-1 0-3-1-2.7-.8.3-1.8 2-1.1 1.9.6 0 1.3 2.4 2.1.9zm-3.3 0c0 .7.4 2.5-.5 2.5-.8 0-1.9-1.2-1.3-2.3.6-1.2 1.8-1 1.8-.1zm3-11c-.3 1.4-1.8 1.2-1.7 2.3 0 1.1.6 4-.6 2.8a5.2 5.2 0 0 1-1.2-4.2c.2-.8.1-2.3 1-2.4.9 0 2.8-.3 2.5 1.6zm1.8 3.4s-1.4-1.7-1.6-.4c-.2 1.3-1.3 2.6-1.1 3 .2.5 3 1.9 2.8.4l-.1-3z"/>
<g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".6">
<path d="M388.2 275s2.3-3.9 3.1-4.7c.9-.7 1.6-4 1.7-5 .4-3.7 5.2-5 4.1-5.7 0 0-6.2-4.6-11.5-1.9-5.3 2.8-13.4 8.6-13.4 14.3.2 8-2.7 13-2.7 13"/>
<path d="M385.8 285.3s8.3-8.3 8.6-11.8c.3-3.8 3-11.4 1.4-12.3"/>
<path d="M386.9 284.1s1.2 4.9.4 7.5l1.2 2"/>
<path d="M380.4 293.5s3.3-2.3 7.4-.3c2.8 1.3 3 2.2 3 2.2s3 .4 3.3 2c.4 1.4 3.3.9 7.5 4.7 4.3 4 6 8 8 9 1.8 1 3 10.6 3 14.1-.2 3.6 1.2 10 .2 12.4a131 131 0 0 1-7.3 12.2c-1 1.4-4.6.5-6-4-1.5-4.3 0-6.2 0-8.2-.2-2 1.5-3 .7-5.6-.8-2.7-3.9-12-4.5-13.4a13 13 0 0 0-5-4.1c-1.8-.8-8.2-5.4-8.2-5.4m-3.3-12.8c-.1-2.4-4.7-9.4-7.2-10.4s-5.9-2.6-9.7-.6a81 81 0 0 0-15.8 15.3c-3 4-10.4 15.4-15.2 28.6a84.7 84.7 0 0 0-6.4 27.9c0 5.8-2 8.4-1.2 16.8 1 8.4-.4 15.6 1.1 19.6 1.5 4 6 1.6 8.5-.8 2.4-2.4 17.3-16.5 19.3-19.4 2-2.8 8.1-10 11.7-15.5 3.6-5.4 5.2-10.3 6.7-12.5 1.5-2.2 3-2.7 5.1-7.6 2.2-4.8.6-10.6.9-11.7.2-1.1 2.7-6.2 2.2-29.7z"/>
<path d="M395 317.7c-1.4-1.3-3.9 2.9-7.5 4.6-4 2-9.5.4-9.2-2.1"/>
<path d="M392.7 318.4c.5 6 1 28.9-31.2 56.1"/>
<path d="M360.9 362.7c.4 8.4 2.8 21.9-3.2 33.2a64.1 64.1 0 0 1-8.7 14.6 16.7 16.7 0 0 1-8 3.8c-2.3 0-2.3-4-2.4-5 0-.9 1.9-2.4 1.7-5.2a22 22 0 0 1 2.5-9.9c1.5-2.4-.8-6.5 1-11.6"/>
</g>
<path d="M385.6 261.8c-1 .8-1 1.4-.8 2.8.1.7 2 0 3-1s1.8-2.2 1-2.3c-.8-.1-2-.3-3.2.5z"/>
<path fill="#fff" d="M387 262.5c0 .2 0 .5.3.6.3 0 .6-.1.7-.3 0-.3-.1-.5-.4-.6-.2 0-.5 0-.6.3z"/>
<g fill="none" stroke="#000" stroke-miterlimit="10">
<path stroke-width=".6" d="M365.9 370.7s3 11.7 1.9 21.9c-1 10.1-4.2 13.4-5 14.5-.8 1.1-1.6 0-2.8-.8-1.1-.8-5.9-3.7-5.5-4.4"/>
<path stroke-width="1.2" d="M325 357a82.2 82.2 0 0 1 6.3-27.8 126.2 126.2 0 0 1 15.2-28.6c3-4 12-13.3 15.8-15.3 2.7-1.4 5.1-1 7.2-.3 0 0 3-5 2.7-13 0-5.7 8.1-11.5 13.4-14.3 5.3-2.7 11.5 1.9 11.5 1.9.6.3 0 1-1.1 1.8 1.6.9-1.3 8.3-1.6 12-.2 2.8-5.3 8.3-7.5 10.7l.5 3.3.6 3.1c2.4-2.5 11.2-11.3 18-12.6 8.1-1.6 13.2-.2 15.6 1.7 2.1 1.8 8.5 6.8 10.7 11.3h-12a9.8 9.8 0 0 0-7-2c-7 .3-8.2 2.8-7.7 3.4.4.6.6 2.5-2.1 3.8a9 9 0 0 0-4 4.3c.6.5 1.4 1 2.1 1.7 4.3 4 6 8 8 9 1.8 1 3 10.6 3 14.1-.2 3.6 1.2 10 .2 12.4a131 131 0 0 1-7.3 12.2c-1 1.4-4.6.5-6-4-1.5-4.3 0-6.2 0-8.2-.2-2 1.5-3 .7-5.6-.8-2.7-3.9-12-4.5-13.4l-.7-.9-1.8.3-.5.4c.5 5.8 1 26.8-26.8 52.3 0 0 3 11.8 1.9 21.9-1 10.1-4.2 13.4-5 14.5-.8 1.1-1.6 0-2.8-.8-1.1-.8-5.9-3.7-5.5-4.4a36.6 36.6 0 0 1-5.5 8.6 16.7 16.7 0 0 1-8 3.8c-2.3 0-2.3-4-2.4-5 0-.9 1.9-2.4 1.7-5.2a22 22 0 0 1 2.5-9.9c1.5-2.4-.8-6.5 1-11.6l-10.5 10c-2 2.1-5.7 4.2-7.6 2.3a.4.4 0 0 1-.3-.2 4 4 0 0 1-.6-1.2c-1.5-4-.1-11.2-1-19.6-1-8.4 1.1-11 1.1-16.8z"/>
</g>
<path fill="#012169" d="M0 0h320v240H0Z"/>
<path fill="#fff" d="m37.5 0 122 90.5L281 0h39v31l-120 89.5 120 89V240h-40l-120-89.5L40.5 240H0v-30l119.5-89L0 32V0Z"/>
<path fill="#c8102e" d="M212 140.5 320 220v20l-135.5-99.5Zm-92 10 3 17.5-96 72H0ZM320 0v1.5l-124.5 94 1-22L295 0ZM0 0l119.5 88h-30L0 21Z"/>

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 153 KiB

Before After
Before After

View file

@ -116,8 +116,8 @@
</g>
<g fill="#fedf00" transform="matrix(.64 0 0 .64 0 16)">
<path fill="#d52b1e" d="M412.7 249.3h82.1v82h-82.1z"/>
<path id="a" fill="#fff" d="M451.2 313.8s0 3-.8 5.3c-1 2.7-1 2.7-1.9 4a13.2 13.2 0 0 1-3.8 4c-2 1.2-4 1.8-6 1.6-5.4-.4-8-6.4-9.2-11.2-1.3-5.1-5-8-7.5-6-1.4 1-1.4 2.8-.3 4.6a9 9 0 0 0 4.1 2.8l-2.9 3.7s-6.3-.8-7.5-7.4c-.5-2.5.7-7.1 4.9-8.5 5.3-1.8 8.6 2 10.3 5.2 2.2 4.4 3.2 12.4 9.4 11.2 3.4-.7 5-5.6 5-7.9l2.4-2.6 3.7 1.2h.1z"/>
<use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 907.5 0)"/>
<path id="ad-a" fill="#fff" d="M451.2 313.8s0 3-.8 5.3c-1 2.7-1 2.7-1.9 4a13.2 13.2 0 0 1-3.8 4c-2 1.2-4 1.8-6 1.6-5.4-.4-8-6.4-9.2-11.2-1.3-5.1-5-8-7.5-6-1.4 1-1.4 2.8-.3 4.6a9 9 0 0 0 4.1 2.8l-2.9 3.7s-6.3-.8-7.5-7.4c-.5-2.5.7-7.1 4.9-8.5 5.3-1.8 8.6 2 10.3 5.2 2.2 4.4 3.2 12.4 9.4 11.2 3.4-.7 5-5.6 5-7.9l2.4-2.6 3.7 1.2h.1z"/>
<use xlink:href="#ad-a" width="100%" height="100%" transform="matrix(-1 0 0 1 907.5 0)"/>
<path d="m461.1 279 10.8-11.7s1.6-1.3 1.6-3.4l-2.2.4-.5-1.2-.1-1.1 3-.7V260l.3-1.3-3.2.2.3-1.4.5-1 1.9-.4h1.9c1.8-3.4 9.2-6.4 14.4-1 3.8 4 3 11.2-2 13.2a6.3 6.3 0 0 1-6.8-1.1l2-4c2.7 1.7 5-.3 4.8-2.4-.2-2.7-2-4.3-4.3-4.5-2.3-.2-4 1-5 3-.6 1.3-.3 2.2-.5 3.6-.2 1.5 0 2.3-.5 3.8a8.8 8.8 0 0 1-2.4 3.6l-11 12-43 46.4-3.2-3 43.2-46.7z"/>
<path fill="#fff" d="M429.5 283s2.7 13.4 11.9 33.5c4.7-1.7 7.4-2.8 12.4-2.8 4.9 0 7.6 1 12.3 2.8A171 171 0 0 0 478 283l-24.2-31-24.4 31z"/>
<path d="m456.1 262.4 16.8 21.7s-2.2 10.5-9 26.3c-2.7-.6-5-1.1-7.8-1.3v-46.7zm-4.7 0-16.8 21.7s2.2 10.5 9 26.3c2.7-.6 5-1.1 7.8-1.3v-46.7z"/>
@ -132,7 +132,7 @@
</g>
<g transform="matrix(.64 0 0 .64 0 16)">
<path fill="#fedf00" d="M585.5 402.4a20.8 20.8 0 0 1-2.2 6.6c-1.5 2.3-1 2.3-4.3 6a26.3 26.3 0 0 1-13 7 51.8 51.8 0 0 1-16.6 1.6c-4.3-.2-7.5-.7-10.3-1-3.8-.6-6.7-.9-11-1a62.9 62.9 0 0 0-6.2 0 83.3 83.3 0 0 0-18.3 4.2V340h82.2v58.5l-.3 3.8z"/>
<g id="b">
<g id="ad-b">
<path fill="#d52b1e" d="m524.6 347-.6.2-.8.8c-.4.4-.7.5-1.2.8l-.6.5c-.3.3 0 .6-.3 1-.1.4-.3.6-.6 1-.4.4-.7.5-1 1l-1.2 1-.3.1h-.6c-.4.2-.5.6-.8.8l.3.6.8 1.4c.2.3.2.7.5.8.5.2.9.2 1.3.1.8.2 1.3.2 2 .5l1.5.8c.5.3.8.4 1.3.5h1.8v.3l2 1a1.7 1.7 0 0 0-.1.4c-.1.3-.2.7-.1.8.6 1.9 1.2 3 1.5 3.2.6.2.8.9 1.1 1.5l-.3.3c-.6.6-1.2 1-1.7 1.8-.7 1.2-1.2 1.2-.3 2.8l1.5 2.4c.4.7.6 1.2.8 2 .2.7.3 1.2.3 2l1 .3.7-.6.6-1.2v-1c-.2-.1-.3-.4-.2-.7 0-.4.5-.3.7-.6.3-.5-.4-.8-.7-1.1-.6-.7-1.4-.9-1.6-1.9 0-.2 0-.4.4-.7l2-1.8c.2.1.6.2 1 .1l1.3.4c.6.2.9 0 1.2 0h.4l.1.6c.1 1-.1 3 .2 3.5l.3.6.2.6v2l-.2 1.7c0 .4-.2.7-.5 1-.2.4-.6.4-1 .7v1l1.1.5 1.3.3.7-.3.1-.6.5-.5c.4-.2.8 0 .9-.1.2-.3 0-.4 0-.8 0-.6-.2-1-.3-1.6a11.8 11.8 0 0 1-.1-2.8c0-.6 0-1 .2-1.5.1-1 .4-1.4.6-2.2.3-1 .3-1.6.4-2.5a24.4 24.4 0 0 0 10.1-.6c.8.7 1.7 1.2 2.7 1.6v1c0 .3 0 .4.2.7l.3.3c.3 0 .5 0 .7-.2.2-.2.2-.4.2-.7v-.7h1.8v1.1c.1.3.3.4.5.4a.7.7 0 0 0 .6 0c.3-.2.2-.6.3-1v-.7l1-.4a5.1 5.1 0 0 1 0 .9l-.3.9c-.2.6-.5.8-.8 1.4-.4.6-.5 1-1 1.5l-.6.7-.6.9-.9 1c-.7.6-1.2.2-2 .9l-.3 1 1.4.6 1.3.2.4-.2c0-.3 0-.6.3-.8.2-.3.4-.3.7-.4.4 0 .8 0 1-.2.4-.3.4-1 .7-1.5a12.7 12.7 0 0 1 3-3.9l1.7-1.4c.2-.4.5-.5.5-1l-.2-.6-.2-1c1.5.7 1 .7 1.2 1.4.3.6 0 1 .1 1.7.1.8.5 1.1.5 1.9.1.9-.1 1.4-.3 2.3-.1.8-.1 1.3-.5 2a3.8 3.8 0 0 1-1.1 1.5l-.6.5-.1 1 1.1.4 1.6.4.4-.3c.2-.7 0-1.7.4-1.7.4-.1.7 0 .8-.3v-.7l.7-4.5.4-1.9.4-1.7c.7-2-.2-2.3-1-3.6-.5-.7-.7-1-.7-1.5V362a42.7 42.7 0 0 1 0-2.8l.4-.2c1.2-.7 1.7-.9 2.4-2.5a3.4 3.4 0 0 0 .3-1.5v-1l-.4-1a3.2 3.2 0 0 0-.6-.8c-.7-1-1.7-1.1-2.7-1.5-1.5-.5-2.5-.4-4-.5-1.8-.2-2.7-.2-4.4 0-2 0-3.1.4-5.1.7l-4.9.4c-2.3 0-4.4-.5-5.8-.4-2.4.2-2.5.8-6.2 1.1a67 67 0 0 1-3.8.2l-2.2-.7c.9-.3 1.1-.5 1.5-1 .3-.4.2-.7.6-1.1l.7-1a2.2 2.2 0 0 0-.9-.4h-1a3 3 0 0 0-1.2.3l-.8.6-2.2-1.2a8.8 8.8 0 0 0-3-.9zm2 11.8z"/>
<g fill="none" stroke="#fedf00" stroke-linecap="round">
<path d="m568.8 359.5-.8.3c-.9.4-1.6.4-2.6.5-2.6.2-4.3-1.1-7-.9-1.4.1-2 1.2-3.5 1.6a9.3 9.3 0 0 1-1.7.2l.5-1s-1.2.3-2 .3a7.5 7.5 0 0 1-1.6-.2l1-1-1.3-.2a4 4 0 0 1-1-.7 20.5 20.5 0 0 0 1.7-.3c1.5-.4 2-1.2 3.9-1.4 1.1 0 3 0 7.6.8 3 .5 4.4.2 5.5-.3.8-.3 1-1 1.1-1.8.1-.8-.4-1.4-.8-1.8-.1 0-.5-.3-1.1-.4"/>
@ -144,7 +144,7 @@
</g>
<path fill="#0065bd" d="m525.1 364.2-2-.9c.4-.2.7-.2 1-.5.3-.4.3-.8.5-1.3s.2-1 .7-1.4c.3-.2.8-.2 1.1-.1.4 0 .8.4.9.7 0 .6-.2 1-.3 1.5 0 .6-.3.9-.2 1.4 0 .4.2.6.4 1l-2-.4zm-1 1a.6.6 0 1 1 .7.5.6.6 0 0 1-.7-.6zm-1.7-16.6h-.2c-.4-.4-.4-.8-.6-1.2a4 4 0 0 1-.3-1.2v-2c0-.3 0-.6-.2-.9 0-.2-.4-.3-.3-.4 0-.1.3 0 .4 0 .4 0 .6.1 1 .4.3.3.5.6.6 1l.4 1.5.3.8.5.6-.7.8-.9.6zm3.6 10.6 2.2 1a9.2 9.2 0 0 0 3.5-3.8c.9-1.8 1-2.7 1.4-4.4l-1.8-.5h-.4c-.5 1.8-.7 2.7-1.6 4.2-.8 1.3-1.7 2.3-2.6 3l-.7.5zm5 18.2.8-1.3 1.4-1.1h.4a8.7 8.7 0 0 1-.5 2.8l-.4 1-.5.5c-.5-.8-1.3-1.3-1.3-2zm33 1.8 1.4.6 1.5.9v.5l-1.5.2a8.4 8.4 0 0 1-1.3 0h-1l-.6-.4c.5-.7.8-1.6 1.4-1.8zm-9.8-2 1.4.5 1.5 1c0 .1.1.3 0 .4a9 9 0 0 1-2.7.3l-1-.1-.7-.3c.6-.7.9-1.7 1.5-1.8zm-17.4 2.1 1.5.5 1.5 1v.5a9 9 0 0 1-2.8.2h-1l-.6-.4c.5-.7.8-1.6 1.4-1.8zm-9-29.8c-.6-.3-1-1-.6-1.6.1-.2.4-.2.6-.4.2-.3.1-.5 0-.8l-.1-1-.2-1c0-.6 0-1 .4-1.6.2-.3.7-.6.8-.6.2.1 0 .5 0 .8 0 .5.1.7.3 1.2l.7 1.3c.2.6.4.8.4 1.4 0 .5 0 .7-.2 1.2a2 2 0 0 1-.6.8 2 2 0 0 1-.8.4 1.1 1.1 0 0 1-.6 0z"/>
</g>
<use xlink:href="#b" width="100%" height="100%" y="36.6"/>
<use xlink:href="#ad-b" width="100%" height="100%" y="36.6"/>
</g>
<path fill="none" stroke="#703d29" stroke-width=".5" d="M264.1 175.5h52.6V228h-52.6zm58.2 0h52.6V228h-52.6zm-58 98c.1 1 .5 2.6 1.4 4.3 1 1.5.6 1.4 2.7 3.8a15.3 15.3 0 0 0 4 2.9 32.7 32.7 0 0 0 15 2.6c2.7-.1 4.8-.4 6.6-.7a71 71 0 0 1 11-.6c1.5 0 3 .3 4.7.6 3.5.7 7 2 7 2v-54.7h-52.6V271l.2 2.4zm110.4 0a13 13 0 0 1-1.4 4.3c-1 1.5-.6 1.4-2.7 3.8a15.4 15.4 0 0 1-4 2.9c-1.3.7-2.3 1-4.4 1.6a32.6 32.6 0 0 1-10.6 1c-2.7-.1-4.8-.5-6.5-.7a71 71 0 0 0-7.2-.6 40.5 40.5 0 0 0-3.9 0c-1.5 0-3 .3-4.7.6-3.5.7-7 2-7 2v-54.8H375v37.5l-.2 2.4z"/>
</svg>

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before After
Before After

View file

@ -14,7 +14,7 @@
<path fill="none" d="M284.7 219.8h3.2v-5.6c0-2.4 2.2-4.9 3.2-5 1.2 0 2.9 2.3 3 4.8v5.8h3.4v-14.4h-12.8v14.4zm25.6 3.3h4v3.2h-4zm-2.4-5.3h4v3.1h-4zm-3.9-5.4h4v3.1h-4zm-3.3-4.5h4v3.1h-4z"/>
<path fill="none" d="m298 219.8 4.2.2 7.3 6.4v-3.8l-2.5-1.8v-3l-3.6-2v-3.3l-3.5-1.2V207l-1.7-1.5-.1 14.4z"/>
<path d="M315.4 210.3h1v7.1h-1z"/>
<g id="a">
<g id="af-a">
<path d="M257.3 186.5c-1.2-2-2.7 2.8-7.8 6.3-2.3 1.6-4 5.9-4 8.7 0 2 .2 3.9 0 5.8-.1 1.1-1.4 3.8-.5 4.5 2.2 1.6 5.1 5.4 6.4 6.7 1.2 1 2.2-5.3 3-8 1-3 .6-6.7 3.2-9.4 1.8-2 6.4-3.8 6-4.6l-6.3-10z"/>
<path fill="#bf0000" d="M257 201.9a10 10 0 0 0-1.6-2.6 6.1 6.1 0 0 0-2.4-1.8 5.3 5.3 0 0 1-2.4-1.5 3.6 3.6 0 0 1-.8-1.5 5.9 5.9 0 0 1 0-2l-.3.3c-2.3 1.6-4 5.9-4 8.7a28.5 28.5 0 0 0 0 2.3c.2.5.3 1 .6 1.3l1.1.8 2.7.7a7.1 7.1 0 0 1 2.6 2 10.5 10.5 0 0 1 1.8 2.6l.2-.8c.8-2.7.7-5.9 2.6-8.5z"/>
<path fill="none" d="M249.8 192.4c-.5 3.3 1.4 4.5 3.2 5.1 1.8.7 3.3 2.6 4 4.4m-11.7 1.5c.8 3 2.8 2.6 4.6 3.2 1.8.7 3.7 3 4.5 4.8"/>
@ -61,7 +61,7 @@
<path d="M218.7 208c-1.5-2.8 2.7-3.7 3.8-7.4.5 4.8 0 8.3-3.8 7.3zm7.2-34.5c2.4.6 5-2.1 4.1-6.2-2.8.6-4 3.2-4.1 6.2zm-7.9-2.1c.2 1.2 1.7 1.3 1.2-.4a5.3 5.3 0 0 1 0-3.4 7.5 7.5 0 0 0 0-4.6c-.4-1-1.8-.4-1.2.4.6.9.7 2.8.2 3.7-.6 1.3-.4 3-.2 4.3zm22.9 16c-1 1.3-2.9.4-1.4-1.5 1.2-1.5 3-2.8 3-4.4.2-2 1.3-5 2.4-6.1 1.1-1.1 2.4.4 1.2 1.2-1.3.8-2.2 4.4-2.1 5.8-.1 2-2 3.5-3.1 5zm-3-2.3c-1 1.4-2.4.5-1.6-1.7.7-1.5.8-3.5 1.6-4.6 1.2-1.7 3-3.1 4.1-4.2 1.2-1 2 0 1 1a27 27 0 0 0-3.3 4c-1.4 2.2-.8 4-1.8 5.5zm-15.7-7.2c-.1 2 1.5 2.4 1.4-.4 0-3-2.2-5.8-1-10.3.8-2.2.8-6.3.4-8.4-.4-2.2-2-.8-1.3.9.6 2-.1 5.6-.6 7.5-1.5 5.4 1.2 8 1 10.7zm4.3-11c-.2 1.9-1.8 2-1.3-.5.4-2 .4-3.6 0-5.3-.6-2.1-.4-5.7 0-7.2.5-1.6 2-.7 1.4.5a9.9 9.9 0 0 0-.3 5.9c.6 2 .5 4.8.2 6.7zM210.9 204c.8.9 2 .3 1-1-1-1-.7-1.2-1.3-2.4-.6-1.4-.5-2.1-1.2-3-.7-1-1.6 0-1 .7.8 1 .6 1.6 1 2.5 1 1.5.7 2.3 1.5 3.2zm20.4 24.6a8.6 8.6 0 0 1 4.4 6.7 16 16 0 0 0 2 7.1c-2-.5-3-3.7-3.3-6.8-.3-3.2-2-4.5-3-7zm5.1 5.9c1.7 3.1 4 4.3 4.2 6.6.2 2.7.4 2.8 1.1 5.4-2-.5-2.5-.7-3-4.7-.3-2.8-2.6-4.7-2.3-7.3z"/>
<path stroke="none" d="M289 263.3c1 1.8 2 4.5 4 4 0-1.3-2.1-2.3-4-4zm3 .6c3.7 1.6 7 1.2 7.5 3.6-3.6.4-5-1-7.6-3.6zm-16.1-12.7a14 14 0 0 1 5 7.7 29 29 0 0 0 3.6 7.8 13 13 0 0 1-5.3-7.4c-.7-3-1.6-5.3-3.3-8zm3.1 0c2.8 2.2 5.4 4.8 6.2 7.9.8 2.9 1.3 5.1 3.2 8-3-1.9-4.1-4.7-5-7.8-.7-3-2.5-5.2-4.4-8zm9.2 7.3a1.1 1.1 0 0 1 .7-1.2 33.4 33.4 0 0 1 2.6-.8c1-.3 1.6.4 1.6.9v2c0 .7-.2.8-.7.9-.7.1-1.7.2-2.4.7-.6.4-1.2.1-1.5-.5l-.3-2zm10.6 0c0-.6-.2-1.1-.6-1.2a5.4 5.4 0 0 0-2.4-.4c-1 0-1.1.2-1.1.6v2.1c0 .8 0 .8.4 1 .7 0 1.8 0 2.5.6.5.3 1 0 1.1-.6l.1-2.1z"/>
</g>
<use xlink:href="#a" width="100%" height="100%" x="-600" transform="scale(-1 1)"/>
<use xlink:href="#af-a" width="100%" height="100%" x="-600" transform="scale(-1 1)"/>
<g stroke="none">
<path d="M328.5 286.6c0 1.2.2 2.2 1 3.1a19 19 0 0 0-13.8 1.1c-1.8.8-4-1-1.9-2.7 3-2.3 9.7-1 14.7-1.5zm-57.5 0a7 7 0 0 1-.4 3c4.4-1.7 9.1-.2 13.6 1.6 3 1.3 3.3-1 2.8-1.7a6.5 6.5 0 0 0-5-2.9h-11zm3.8-21.7c-1.3-.5-2.7 0-4 1.4-4.3 4.2-9.4 8.3-13.5 11.6-1.5 1.3-3 3.7 3.4 6 .3.2 5 2 8 2 1.3 0 1.3 1.8 1 2.3-.5 1-.1 1.4-1.1 2.3-1.1 1 0 2.1 1 1.3 3.6-3.2 9.6-1.1 15.3.7 1.4.4 3.8.3 3.8-1.6 0-2 1.5-3.4 2.4-3.5 2.4.4 14 .5 17.5.1 2-.3 2.2 2.9 3.3 4 .8.9 3.7 1.1 5.8.2 4-1.8 10-1.8 12.5 0 1 .7 1.9 0 1.3-.7-.8-1-.7-1.6-1.1-2.4-1-2-.2-2.4.8-2.5 11-1.5 14.6-5.2 11.2-8.3-4.4-3.8-9.2-7.7-13.4-12.2-1.2-1.2-2-1.7-4.3-.7a66.5 66.5 0 0 1-25.3 5.9 76 76 0 0 1-24.6-5.8z"/>
<path fill="#bd6b00" d="m326.6 265.5-1.6.4c-9 3.2-17.2 5.4-25.7 5.4-8.3 0-17-2.4-24.9-5.6a2.3 2.3 0 0 0-1.5 0c-.5.1-1 .4-1.3.7a115.5 115.5 0 0 1-11.8 10.3c-.7.5-.6 1.8.5 2.2 8.3 3 16.4 8.5 39.6 8.3 23.5-.2 31.8-5.6 39.2-8.1.5-.2 1-.5 1.3-1a1 1 0 0 0 .1-.8 2 2 0 0 0-.6-.8c-4.3-3.5-8.8-6.3-11.8-10.4-.3-.5-.9-.6-1.5-.5zm0 .5c.5 0 1 0 1.1.3 3 4.3 7.7 7 11.9 10.5l.4.7a.5.5 0 0 1 0 .4c-.1.3-.6.6-1 .7-7.6 2.6-15.7 8-39 8.2-23.2.2-31.2-5.3-39.5-8.3-.8-.4-.7-1.2-.4-1.4 4.2-3.2 8.2-6.8 11.8-10.4a2.5 2.5 0 0 1 1.1-.6h1.2a68 68 0 0 0 25 5.6c8.7 0 17-2.2 26-5.3a6.7 6.7 0 0 1 1.5-.4z"/>

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -1,14 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ag" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="ag-a">
<path fill-opacity=".7" d="M-79.7 0H603v512H-79.7z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(74.7) scale(.9375)">
<path fill="#fff" d="M-79.68 0h682.67v512H-79.68V0Z"/>
<path d="M-79.59 0h682.58v204.8H-79.68L-79.59 0Z"/>
<path d="M21.3 203.2h480v112h-480v-112Z" fill="#0072c6"/>
<path d="M602.99.1V512H261.6L602.99 0v.1ZM-79.68.1V512h341.29L-79.68 0v.1Z" fill="#ce1126"/>
<path d="M440.4 203.3 364 184l64.9-49-79.7 11.4 41-69.5-70.7 41L332.3 37l-47.9 63.8-19.3-74-21.7 76.3-47.8-65 13.7 83.2L138.5 78l41 69.5-77.4-12.5 63.8 47.8L86 203.3h354.3z" fill="#fcd116"/>
<g fill-rule="evenodd" clip-path="url(#ag-a)" transform="translate(74.7) scale(.9375)">
<path fill="#fff" d="M-79.7 0H603v512H-79.7V0Z"/>
<path d="M-79.6 0H603v204.8H-79.7L-79.6 0Z"/>
<path fill="#0072c6" d="M21.3 203.2h480v112h-480v-112Z"/>
<path fill="#ce1126" d="M603 .1V512H261.6L603 0v.1ZM-79.7.1V512h341.3L-79.7 0v.1Z"/>
<path fill="#fcd116" d="M440.4 203.3 364 184l64.9-49-79.7 11.4 41-69.5-70.7 41L332.3 37l-47.9 63.8-19.3-74-21.7 76.3-47.8-65 13.7 83.2L138.5 78l41 69.5-77.4-12.5 63.8 47.8L86 203.3h354.3z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 756 B

Before After
Before After

View file

@ -1,758 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ai" viewBox="0 0 640 480">
<path fill="#012169" d="M0 0h640v480H0z"/>
<path fill="#49497d" d="m484.3 180.4 2 2z"/>
<path fill="#0e0e6e" d="m486.3 180.4 2 2z"/>
<path fill="#262678" d="m480.2 182.4 2 2z"/>
<path fill="#808067" d="m482.3 182.4 2 2z"/>
<path fill="#58587b" d="m488.3 182.4 2 2z"/>
<path fill="#0e0e6e" d="m413.2 184.5 2 2z"/>
<path fill="#1b1b74" d="m476.2 184.5 2 2z"/>
<path fill="#6e6c70" d="m478.2 184.5 2 2z"/>
<path fill="#cc3" d="M416.8 188c0 52.6-6 111.7 33 152.8 8 8.4 23.4 27.7 36.5 27 13.7-.8 31.4-21.1 39.2-31 34-44.8 28.7-98.2 29.8-150.2-15.3 6.9-23 9.2-36.4 9-10 1-25.3-5.5-34.5-10-6 4-14.7 8.9-30.4 9.4-18 .8-23.8-2.3-37.2-7z"/>
<path fill="#99994e" d="m490.4 184.5 2 2z"/>
<path fill="#49497d" d="m492.4 184.5 2 2z"/>
<path fill="#0e0e6e" d="m555.3 184.5 2 2z"/>
<path fill="#a4a43d" d="m415.3 186.5 2 2z"/>
<path fill="#6e6c70" d="m417.3 186.5 2 2z"/>
<path fill="#3a3a7c" d="m419.3 186.5 2 2z"/>
<path fill="#1b1b74" d="m472 186.5 2 2z"/>
<path fill="#6e6c70" d="m474 186.5 2 2z"/>
<path fill="#a4a43d" d="m476.2 186.5 2 2z"/>
<path fill="#d0d045" d="m484.3 186.5 2 2z"/>
<path fill="#a4a43d" d="m492.4 186.5 2 2z"/>
<path fill="#8d8d5b" d="m494.4 186.5 2 2z"/>
<path fill="#3a3a7c" d="m496.5 186.5 2 2z"/>
<path fill="#262678" d="m549.2 186.5 2 2z"/>
<path fill="#53527c" d="m551.3 186.5 2 2z"/>
<path fill="#8d8d5b" d="m553.3 186.5 2 2z"/>
<path fill="#737370" d="m423.4 188.6 2 2z"/>
<path fill="#53527c" d="m425.4 188.6 2 2z"/>
<path fill="#1b1b74" d="m427.4 188.6 2 2z"/>
<path fill="#262678" d="m468 188.6 2 2z"/>
<path fill="#6e6c70" d="m470 188.6 2 2z"/>
<path fill="#a4a43d" d="m472 188.6 2 2z"/>
<path fill="#e5e59d" d="m482.3 188.6 2 2z"/>
<path fill="#fff" d="M420.9 193.8c-1 27.6-.2 58.6 4 88 4.9 15.5 4.2 24 11.3 33.2l99-.8c6-9.7 10.5-24.4 11-30.3 5.6-29.7 5.7-62.6 5.9-92a62 62 0 0 1-35.7 7.4 69 69 0 0 1-30.5-9.2c-9.5 5.6-12.8 8.2-28.4 8.9-12.2.6-22 1.6-36.6-5.2z"/>
<path fill="#f2f1d7" d="m486.3 188.6 2 2z"/>
<path fill="#d9d868" d="m488.3 188.6 2 2z"/>
<path fill="#a4a43d" d="m496.5 188.6 2 2z"/>
<path fill="#99994e" d="m498.5 188.6 2 2z"/>
<path fill="#49497d" d="m500.5 188.6 2 2z"/>
<path fill="#0e0e6e" d="m502.5 188.6 2 2z"/>
<path fill="#3a3a7c" d="m543.2 188.6 2 2z"/>
<path fill="#667" d="m545.2 188.6 2 2z"/>
<path fill="#99994e" d="m547.2 188.6 2 2z"/>
<path fill="#a4a43d" d="m549.2 188.6 2 2-2-2m-121.8 2 2 2z"/>
<path fill="#99994e" d="m429.5 190.6 2 2z"/>
<path fill="#6e6c70" d="m431.5 190.6 2 2z"/>
<path fill="#49497d" d="m433.5 190.6 2 2z"/>
<path fill="#1b1b74" d="m435.5 190.6 2 2-2-2m26.4 0 2 2z"/>
<path fill="#53527c" d="m463.9 190.6 2 2-2-2z"/>
<path fill="#8d8d5b" d="m466 190.6 2 2z"/>
<path fill="#a4a43d" d="m468 190.6 2 2z"/>
<path fill="#e5e59d" d="m478.2 190.6 2 2z"/>
<path fill="#fbfaf2" d="m480.2 190.6 2 2z"/>
<path fill="#f2f1d2" d="m490.4 190.6 2 2z"/>
<path fill="#d9d868" d="m492.4 190.6 2 2z"/>
<path fill="#a4a43d" d="m502.5 190.6 2 2z"/>
<path fill="#6e6c70" d="m504.6 190.6 2 2z"/>
<path fill="#3a3a7c" d="m506.6 190.6 2 2z"/>
<path fill="#0e0e6e" d="m533 190.6 2 2z"/>
<path fill="#32327b" d="m535 190.6 2 2z"/>
<path fill="#58587b" d="m537 190.6 2 2z"/>
<path fill="#808067" d="m539 190.6 2 2z"/>
<path fill="#a4a43d" d="m542.5 191.2 1.3.7z"/>
<path fill="#dddc7a" d="m419.3 192.6 2 2z"/>
<path fill="#d0d045" d="m421.3 192.6 2 2z"/>
<path fill="#a4a43d" d="m436.9 193.2 1.4.7z"/>
<path fill="#808067" d="m439.6 192.6 2 2z"/>
<path fill="#667" d="m441.6 192.6 2 2z"/>
<path fill="#58587b" d="m443.7 192.6 2 2z"/>
<path fill="#49497d" d="m445.7 192.6 2 2z"/>
<path fill="#737370" d="m457.9 192.6 2 2z"/>
<path fill="#99994e" d="m459.9 192.6 2 2z"/>
<path fill="#a4a43d" d="m461.9 192.6 2 2z"/>
<path fill="#e5e59d" d="m474 192.6 2 2z"/>
<path fill="#fbfaf2" d="m476.2 192.6 2 2z"/>
<path fill="#f2f1d2" d="m494.4 192.6 2 2z"/>
<path fill="#d9d868" d="m496.5 192.6 2 2z"/>
<path fill="#a4a43d" d="m507.9 193.2 1.4.7-1.3-.7z"/>
<path fill="#808067" d="m510.7 192.6 2 2z"/>
<path fill="#667" d="m512.7 192.6 2 2z"/>
<path fill="#58587b" d="m514.7 192.6 2 2z"/>
<path fill="#3a3a7c" d="m516.8 192.6 2 2z"/>
<path fill="#58587b" d="m526.2 193.2 1.4.7z"/>
<path fill="#737370" d="m528.9 192.6 2 2z"/>
<path fill="#99994e" d="m530.9 192.6 2 2-2-2z"/>
<path fill="#a4a43d" d="m533 192.6 2 2z"/>
<path fill="#dddc7a" d="m549.2 192.6 2 2z"/>
<path fill="#d0d045" d="m551.3 192.6 2 2z"/>
<path fill="#f2f1d7" d="m423.4 194.6 2 2z"/>
<path fill="#e0dea1" d="m425.4 194.6 2 2z"/>
<path fill="#dddc7a" d="m427.4 194.6 2 2z"/>
<path fill="#d9d868" d="m468 194.6 2 2z"/>
<path fill="#e5e3af" d="m470 194.6 2 2z"/>
<path fill="#f6f6e4" d="m498.5 194.6 2 2z"/>
<path fill="#e1e18c" d="m500.5 194.6 2 2z"/>
<path fill="#d4d456" d="m541 194.6 2 2z"/>
<path fill="#e1e18c" d="m543.2 194.6 2 2z"/>
<path fill="#eeedc1" d="m545.2 194.6 2 2z"/>
<path fill="#f2f1d2" d="m431.5 196.6 2 2z"/>
<path fill="#e0dea1" d="m433.5 196.6 2 2z"/>
<path fill="#dddc7a" d="m435.5 196.6 2 2z"/>
<path fill="#d0d045" d="m437.6 196.6 2 2z"/>
<path fill="#dddc7a" d="m461.9 196.6 2 2z"/>
<path fill="#e5e3af" d="m463.9 196.6 2 2-2-2z"/>
<path fill="#f6f6e4" d="m466 196.6 2 2z"/>
<path fill="#eeedc1" d="m504.6 196.6 2 2z"/>
<path fill="#e1e18c" d="m506.6 196.6 2 2z"/>
<path fill="#d4d456" d="m508.6 196.6 2 2z"/>
<path fill="#d9d868" d="m533 196.6 2 2z"/>
<path fill="#e1e18c" d="m535 196.6 2 2z"/>
<path fill="#eeedc1" d="m537 196.6 2 2z"/>
<path fill="#f6f6e4" d="m539 196.6 2 2z"/>
<path fill="#f2f1d7" d="m441.6 198.6 2 2-2-2z"/>
<path fill="#f2f1d2" d="m443.7 198.6 2 2-2-2z"/>
<path fill="#eeedc1" d="m445.7 198.6 2 2-2-2z"/>
<path fill="#f2f1d2" d="m455.2 199.3 1.3.7z"/>
<path fill="#fbfaf2" d="m457.9 198.6 2 2-2-2z"/>
<path fill="#fef8f1" d="m468 198.6 4 4v-4h-4z"/>
<path fill="#f2f1d7" d="m512.7 198.6 2 2-2-2z"/>
<path fill="#f2f1d2" d="m514.7 198.6 2 2-2-2z"/>
<path fill="#e5e3af" d="m516.8 198.6 2 2-2-2z"/>
<path fill="#e5e59d" d="m520.2 199.3 1.3.7-1.4-.7z"/>
<path fill="#e0dea1" d="m522.9 198.6 2 2-2-2z"/>
<path fill="#f2f1d2" d="m526.2 199.3 1.4.7z"/>
<path fill="#fbfaf2" d="m528.9 198.6 2 2-2-2z"/>
<path fill="#fef8f1" d="m463.9 200.7 2 2-2-2z"/>
<path fill="#fbbe66" d="m466 200.7 2 2z"/>
<path fill="#fbc477" d="m463.9 202.7 2 2-2-2z"/>
<path fill="#fcb144" d="m468 202.7 2 2z"/>
<path fill="#fe9f11" d="m463.9 204.8 2 2-2-2z"/>
<path fill="#fea522" d="m468 204.8 2 2z"/>
<path fill="#fae3c9" d="m461.9 206.8 2 2-2-2m8.2 0 2 2z"/>
<path fill="#fbead6" d="m480.2 206.8 2 2z"/>
<path fill="#f9d6aa" d="m482.3 206.8 2 2z"/>
<path fill="#fae3c9" d="m490.4 206.8 2 2z"/>
<path fill="#fef8f1" d="m492.4 206.8 2 2z"/>
<path fill="#f9d099" d="m461.9 208.8 2 2z"/>
<path fill="#fdab33" d="m470 208.8 2 2z"/>
<path fill="#fcf1e4" d="m474 208.8 2 2z"/>
<path fill="#fbc477" d="m476.2 208.8 2 2z"/>
<path fill="#fea522" d="m478.2 208.8 2 2z"/>
<path fill="#fcb755" d="m494.4 208.8 2 2z"/>
<path fill="#f9d6aa" d="m496.5 208.8 2 2z"/>
<path fill="#faca88" d="m461.9 210.9 2 2z"/>
<path fill="#fea522" d="m472 210.9 2 2-2-2m26.5 0 2 2z"/>
<path fill="#f8dcbb" d="m500.5 210.9 2 2z"/>
<path fill="#f6f6e4" d="m419.3 212.9 2 2z"/>
<path fill="#fbc477" d="m461.9 212.9 2 2z"/>
<path fill="#fbbe66" d="m502.5 212.9 2 2z"/>
<path fill="#f8dcbb" d="m504.6 212.9 2 2z"/>
<path fill="#faca88" d="m461.9 214.9 2 2z"/>
<path fill="#fcb755" d="m508.6 214.9 2 2z"/>
<path fill="#f8dcbb" d="m510.7 214.9 2 2z"/>
<path fill="#fef8f1" d="m459.9 217 2 2z"/>
<path fill="#fe9f11" d="m461.9 217 2 2z"/>
<path fill="#fdab33" d="m518.8 217 2 2z"/>
<path fill="#fcb144" d="m520.9 217 2 2z"/>
<path fill="#fbc477" d="m522.9 217 2 2z"/>
<path fill="#f9d6aa" d="m524.9 217 4 4z"/>
<path fill="#fef8f1" d="m526.9 217 2 2z"/>
<path fill="#fcb144" d="m459.9 219 2 2z"/>
<path fill="#fdab33" d="m488.3 219 2 2z"/>
<path fill="#fbc477" d="m490.4 219 2 2zm8 0 2 2-2-2z"/>
<path fill="#fea522" d="m500.5 219 2 2z"/>
<path fill="#fae3c9" d="m457.9 221 2 2z"/>
<path fill="#fcb144" d="m484.3 221 2 2z"/>
<path fill="#fae3c9" d="m486.3 221 2 2z"/>
<path fill="#f8dcbb" d="m502.5 221 2 2z"/>
<path fill="#fdab33" d="m504.6 221 2 2z"/>
<path fill="#fe9f11" d="m516.8 221 2 2z"/>
<path fill="#fcb755" d="m518.8 221 2 2z"/>
<path fill="#f9d099" d="m520.9 221 2 2z"/>
<path fill="#fbead6" d="m522.9 221 2 2z"/>
<path fill="#fcb144" d="m457.9 223 2 2z"/>
<path fill="#fbbe66" d="m482.3 223 2 2z"/>
<path fill="#f9d099" d="m506.6 223 2 2z"/>
<path fill="#fbead6" d="m514.7 223 2 2z"/>
<path fill="#fcf1e4" d="m455.9 225 2 2z"/>
<path fill="#fbbe66" d="m480.2 225 2 2z"/>
<path fill="#f9d099" d="m508.6 225 2 2z"/>
<path fill="#fae3c9" d="m514.7 225 2 2z"/>
<path fill="#fbc477" d="m455.9 227 2 2z"/>
<path fill="#fcb144" d="m478.2 227 2 2-2-2m32.5 0 2 2z"/>
<path fill="#fbbe66" d="m514.7 227 2 2z"/>
<path fill="#f6f6e4" d="m419.3 229 2 2z"/>
<path fill="#fea522" d="m455.9 229 2 2z"/>
<path fill="#fbead6" d="m478.2 229 2 2z"/>
<path fill="#fcf1e4" d="m510.7 229 2 2z"/>
<path fill="#fef8f1" d="m516.8 229 2 2z"/>
<path fill="#fcf1e4" d="m453.9 231.2 2 2z"/>
<path fill="#fbbe66" d="m476.2 231.2 2 2z"/>
<path fill="#faca88" d="m512.7 231.2 2 2z"/>
<path fill="#f9d099" d="m516.8 231.2 2 2z"/>
<path fill="#f9d6aa" d="m453.9 233.2 2 2z"/>
<path fill="#fcf1e4" d="m476.2 233.2 2 2z"/>
<path fill="#fae3c9" d="m486.3 233.2 2 2z"/>
<path fill="#fea522" d="m488.3 233.2 2 2z"/>
<path fill="#fcb144" d="m490.4 233.2 2 2z"/>
<path fill="#f9d6aa" d="m492.4 233.2 2 2z"/>
<path fill="#fef8f1" d="m512.7 233.2 2 2z"/>
<path fill="#fea522" d="m514.7 233.2 2 2z"/>
<path fill="#fdab33" d="m516.8 233.2 2 2z"/>
<path fill="#faca88" d="m453.9 235.2-2.1 6 2-6z"/>
<path fill="#fea522" d="m474 235.2 2 2z"/>
<path fill="#fef8f1" d="m476.2 235.2 2 2z"/>
<path fill="#f9d099" d="m486.3 235.2 2 2z"/>
<path fill="#fdab33" d="m494.4 235.2 2 2z"/>
<path fill="#fae3c9" d="m496.5 235.2 2 2z"/>
<path fill="#f8dcbb" d="m514.7 235.2 2 2z"/>
<path fill="#f90" d="m516.8 235.2 2 2z"/>
<path fill="#fbead6" d="m519.5 236.6.6 1.3z"/>
<path fill="#fea522" d="m478.2 237.2 2 2z"/>
<path fill="#fbbe66" d="m480.2 237.2 2 2z"/>
<path fill="#faca88" d="m482.3 237.2 2 2z"/>
<path fill="#fcb144" d="m484.3 237.2 2 2z"/>
<path fill="#fae3c9" d="m486.3 237.2 2 2z"/>
<path fill="#fe9f11" d="m488.3 237.2 2 2z"/>
<path fill="#fdab33" d="m498.5 237.2 2 2z"/>
<path fill="#fbc477" d="m500.5 237.2 2 2z"/>
<path fill="#faca88" d="m502.5 237.2 2 2z"/>
<path fill="#f9d6aa" d="m504.6 237.2 2 2z"/>
<path fill="#fae3c9" d="m507.9 237.9 1.4.7-1.3-.7z"/>
<path fill="#fef8f1" d="m510.7 237.2 2 2z"/>
<path fill="#fbc477" d="m516.8 237.2 2 2z"/>
<path fill="#fef8f1" d="m429.5 239.3 2 2z"/>
<path fill="#fcf1e4" d="m431.5 239.3 2 2z"/>
<path fill="#fcb755" d="m484.3 239.3 2 2z"/>
<path fill="#fbead6" d="m488.3 239.3 2 2z"/>
<path fill="#fea522" d="m490.4 239.3 2 2z"/>
<path fill="#fe9f11" d="m506.6 239.3 2 2z"/>
<path fill="#fcb144" d="m508.6 239.3-2 4z"/>
<path fill="#fe9f11" d="m512.7 239.3 2 2z"/>
<path fill="#fbbe66" d="m514.7 239.3 2 2z"/>
<path fill="#fcf1e4" d="m516.8 239.3 2 2z"/>
<path fill="#fae3c9" d="m429.5 241.3 2 2z"/>
<path fill="#fe9f11" d="m431.5 241.3 4 4z"/>
<path fill="#fbead6" d="m433.5 241.3 2 2zm18.3 0 2 2z"/>
<path fill="#fae3c9" d="m453.9 241.3 2 2z"/>
<path fill="#fe9f11" d="m472 241.3 2 2z"/>
<path fill="#fbc477" d="m474 241.3 2 2z"/>
<path fill="#fea522" d="m476.2 241.3 2 2z"/>
<path fill="#fbc477" d="m482.3 241.3 2 2z"/>
<path fill="#fef8f1" d="m484.3 241.3 2 2z"/>
<path fill="#fbc477" d="m492.4 241.3 2 2z"/>
<path fill="#fff" d="m508.6 241.3 2 2z"/>
<path fill="#fdab33" d="m510.7 241.3 2 2z"/>
<path fill="#fbc477" d="m518.8 241.3 2 2z"/>
<path fill="#fef8f1" d="m429.5 243.3 2 2z"/>
<path fill="#fbead6" d="m435.5 243.3 2 2z"/>
<path fill="#f9d6aa" d="m445.7 243.3 2 2z"/>
<path fill="#fe9f11" d="m455.9 243.3 2 2z"/>
<path fill="#f9d6aa" d="m459.2 244 1.4.7z"/>
<path fill="#f8dcbb" d="m472 243.3 2 2z"/>
<path fill="#fcf1e4" d="m478.2 243.3 2 2z"/>
<path fill="#f9d6aa" d="m494.4 243.3 2 2z"/>
<path fill="#fdab33" d="m508.6 243.3 2 2z"/>
<path fill="#fcb755" d="m520.9 243.3 2 2z"/>
<path fill="#fef8f1" d="m522.9 243.3 2 2z"/>
<path fill="#53527c" d="m413.2 245.4 2 2z"/>
<path fill="#fcb755" d="m431.5 245.4 2 2z"/>
<path fill="#fea522" d="m435.5 245.4 2 2z"/>
<path fill="#fbead6" d="m443.7 245.4 2 2z"/>
<path fill="#fe9f11" d="m447.7 245.4 2 2z"/>
<path fill="#fcf1e4" d="m449.8 245.4 2 2z"/>
<path fill="#fbbe66" d="m455.9 245.4 2 2z"/>
<path fill="#fbc477" d="m457.9 245.4 2 2z"/>
<path fill="#fbbe66" d="m459.9 245.4 2 2z"/>
<path fill="#fea522" d="m470 245.4 2 2z"/>
<path fill="#f9d6aa" d="m496.5 245.4 2 2z"/>
<path fill="#fcb144" d="m522.9 245.4 2 2z"/>
<path fill="#8d8d5b" d="m555.3 245.4 2 2z"/>
<path fill="#e5e3af" d="m419.3 247.4 2 2z"/>
<path fill="#f8dcbb" d="m431.5 247.4 2 2z"/>
<path fill="#fdab33" d="m437.6 247.4 2 2z"/>
<path fill="#fe9f11" d="m443.7 247.4 2 2z"/>
<path fill="#faca88" d="m447.7 247.4 2 2z"/>
<path fill="#fcf1e4" d="m455.9 247.4 2 2z"/>
<path fill="#f9d099" d="m470 247.4 2 2-2-2m28.5 0 2 2z"/>
<path fill="#fbbe66" d="m524.9 247.4 2 2z"/>
<path fill="#fea522" d="m433.5 249.4 2 2z"/>
<path fill="#fdab33" d="m439.6 249.4 2 2z"/>
<path fill="#fea522" d="m441.6 249.4 2 2z"/>
<path fill="#fe9f11" d="m445.7 249.4 2 2z"/>
<path fill="#fef8f1" d="m447.7 249.4 2 2z"/>
<path fill="#fbbe66" d="m457.9 249.4 2 2z"/>
<path fill="#fef8f1" d="m470 249.4 2 2z"/>
<path fill="#fbbe66" d="m500.5 249.4 2 2z"/>
<path fill="#f9d099" d="m526.9 249.4 2 2z"/>
<path fill="#f9d6aa" d="m433.5 251.5 2 2z"/>
<path fill="#f9d099" d="m445.7 251.5 2 2z"/>
<path fill="#fcf1e4" d="m457.9 251.5 2 2z"/>
<path fill="#fdab33" d="m468 251.5 2 2-2-2m34.5 0 2 2z"/>
<path fill="#fbead6" d="m528.9 251.5 2 2z"/>
<path fill="#fea522" d="m435.5 253.5 2 2z"/>
<path fill="#fe9f11" d="m443.7 253.5 2 2z"/>
<path fill="#fcb144" d="m459.9 253.5 2 2z"/>
<path fill="#faca88" d="m468 253.5 2 2z"/>
<path fill="#f8dcbb" d="m502.5 253.5 2 2z"/>
<path fill="#fcb144" d="m528.9 253.5 2 2z"/>
<path fill="#d3d079" d="m419.3 255.6 2 2z"/>
<path fill="#faca88" d="m435.5 255.6 2 2zm24.4 0 2 2z"/>
<path fill="#fae3c9" d="m468 255.6 2 2-2-2m34.5 0 2 2z"/>
<path fill="#f8dcbb" d="m530.9 255.6 2 2-2-2z"/>
<path fill="#f2f1d7" d="m549.2 255.6 2 2z"/>
<path fill="#58587b" d="m556 256.9.7 1.3z"/>
<path fill="#d9d868" d="m419.9 258.9.8 1.4-.7-1.4z"/>
<path fill="#f8dcbb" d="m435.5 257.6 2 2z"/>
<path fill="#f9d6aa" d="m500.5 257.6 2 2z"/>
<path fill="#fe9f11" d="m502.5 257.6 2 2z"/>
<path fill="#fcb144" d="m530.9 257.6 2 2-2-2z"/>
<path fill="#f2f1d2" d="m549.9 258.9.7 1.4z"/>
<path fill="#fcf1e4" d="m435.5 259.6 2 2z"/>
<path fill="#fef8f1" d="m498.5 259.6 2 2z"/>
<path fill="#fe9f11" d="m500.5 259.6 2 2z"/>
<path fill="#fdab33" d="m506.6 259.6-2 4z"/>
<path fill="#fcb755" d="m508.6 259.6 2 2z"/>
<path fill="#fea522" d="m533 259.6 2 2z"/>
<path fill="#f9d099" d="m535 259.6 2 2z"/>
<path fill="#53527c" d="m555.3 259.6 2 2z"/>
<path fill="#808067" d="m415.9 263 .7 1.3z"/>
<path fill="#fea522" d="m437.6 261.6 2 2-2-2m6 0 2 2-2-2z"/>
<path fill="#fe9f11" d="m466 261.6 2 2z"/>
<path fill="#fae3c9" d="m498.5 261.6 2 2z"/>
<path fill="#fef8f1" d="m506.6 261.6 2 2z"/>
<path fill="#fcb144" d="m510.7 261.6 2 2z"/>
<path fill="#fcb755" d="m537 261.6 2 2z"/>
<path fill="#fef8f1" d="m539 261.6 4 4z"/>
<path fill="#e5e59d" d="m549.9 263 .7 1.3z"/>
<path fill="#32327b" d="m556 263 .7 1.3z"/>
<path fill="#fcb755" d="m438.3 265 .6 1.4z"/>
<path fill="#fef8f1" d="m445.7 263.6 2 2z"/>
<path fill="#fbbe66" d="m466 263.6 2 2z"/>
<path fill="#fbead6" d="m498.5 263.6 2 2z"/>
<path fill="#fe9f11" d="m502.5 263.6 2 2z"/>
<path fill="#fcf1e4" d="m504.6 263.6 2 2z"/>
<path fill="#fbead6" d="m510.7 263.6 2 2z"/>
<path fill="#fdab33" d="m539 263.6 2 2z"/>
<path fill="#667" d="m415.3 265.6 2 2-2-2z"/>
<path fill="#f6f6e4" d="m421.3 265.6 2 2-2-2z"/>
<path fill="#f9d6aa" d="m445.7 265.6 2 2-2-2z"/>
<path fill="#fdab33" d="m461.9 265.6 2 2-2-2z"/>
<path fill="#fe9f11" d="m463.9 265.6 2 2-2-2z"/>
<path fill="#fcf1e4" d="m466 265.6 2 2-2-2z"/>
<path fill="#fea522" d="m500.5 265.6 2 2-2-2z"/>
<path fill="#faca88" d="m502.5 265.6 2 2-2-2m10.2 0 2 2z"/>
<path fill="#fcb144" d="m541 265.6 2 2-2-2z"/>
<path fill="#dddc7a" d="m549.2 265.6 2 2-2-2z"/>
<path fill="#58587b" d="m415.3 267.7 2 2z"/>
<path fill="#f2f1d2" d="m421.3 267.7 2 2z"/>
<path fill="#fcb144" d="m438.3 269 .6 1.4z"/>
<path fill="#fea522" d="m445.7 267.7 2 2z"/>
<path fill="#fef8f1" d="m466 267.7 2 2z"/>
<path fill="#fea522" d="m468 267.7 2 2z"/>
<path fill="#fcb144" d="m472 267.7 2 2z"/>
<path fill="#fbead6" d="m474 267.7 2 2z"/>
<path fill="#f8dcbb" d="m500.5 267.7 2 2z"/>
<path fill="#fcf1e4" d="m502.5 267.7 2 2z"/>
<path fill="#fef8f1" d="m512.7 267.7 2 2z"/>
<path fill="#fe9f11" d="m514.7 267.7 2 2z"/>
<path fill="#fbead6" d="m543.2 267.7 2 2z"/>
<path fill="#d9d868" d="m549.2 267.7 2 2z"/>
<path fill="#3a3a7c" d="m415.3 269.7 2 2z"/>
<path fill="#e5e3af" d="m421.3 269.7 2 2z"/>
<path fill="#faca88" d="m447.7 269.7 2 2z"/>
<path fill="#fbead6" d="m468 269.7 2 2z"/>
<path fill="#fe9f11" d="m474 269.7 2 2z"/>
<path fill="#fcf1e4" d="m476.2 269.7 2 2z"/>
<path fill="#fbead6" d="m498.5 269.7 2 2z"/>
<path fill="#fae3c9" d="m500.5 269.7 2 2z"/>
<path fill="#fbead6" d="m502.5 269.7 2 2z"/>
<path fill="#fbbe66" d="m514.7 269.7 2 2-2-2m16.3 0 2 2z"/>
<path fill="#fcf1e4" d="m533 269.7 2 2z"/>
<path fill="#fef8f1" d="m535 269.7 2 2z"/>
<path fill="#f8dcbb" d="m537 269.7 2 2z"/>
<path fill="#fcb755" d="m539 269.7 2 2z"/>
<path fill="#fae3c9" d="m543.2 269.7 2 2z"/>
<path fill="#808067" d="m553.3 269.7 2 2z"/>
<path fill="#32327b" d="m415.3 271.8 2 2z"/>
<path fill="#a4a43d" d="m417.9 273 .7 1.5-.6-1.4z"/>
<path fill="#e5e59d" d="m421.3 271.8 2 2z"/>
<path fill="#fbc477" d="m437.6 271.8 2 2z"/>
<path fill="#f9d6aa" d="m449.8 271.8 2 2z"/>
<path fill="#fbbe66" d="m470 271.8 2 2z"/>
<path fill="#f9d099" d="m476.2 271.8 2 2z"/>
<path fill="#fae3c9" d="m494.4 271.8 2 2z"/>
<path fill="#fcb144" d="m496.5 271.8 2 2z"/>
<path fill="#fae3c9" d="m504.6 271.8 2 2z"/>
<path fill="#f8dcbb" d="m514.7 271.8 2 2z"/>
<path fill="#f9d099" d="m530.9 271.8 2 2-2-2z"/>
<path fill="#fbc477" d="m541 271.8 2 2z"/>
<path fill="#fbead6" d="m543.2 271.8 2 2z"/>
<path fill="#737370" d="m553.3 271.8 2 2z"/>
<path fill="#d9d868" d="m421.3 273.8 2 2z"/>
<path fill="#f9d099" d="m437.6 273.8 2 2z"/>
<path fill="#f9d6aa" d="m451.8 273.8 2 2-2-2m18.3 0 2 2z"/>
<path fill="#fbc477" d="m476.2 273.8 2 2z"/>
<path fill="#fef8f1" d="m486.3 273.8 2 2z"/>
<path fill="#f8dcbb" d="m488.3 273.8 2 2z"/>
<path fill="#fbc477" d="m490.4 273.8 2 2z"/>
<path fill="#fea522" d="m492.4 273.8 2 2z"/>
<path fill="#fbead6" d="m504.6 273.8 2 2z"/>
<path fill="#f2f1d2" d="m547.2 273.8 2 2z"/>
<path fill="#58587b" d="m553.3 273.8 2 2z"/>
<path fill="#99994e" d="m417.3 275.8 2 2z"/>
<path fill="#d0d045" d="m421.3 275.8 2 2z"/>
<path fill="#fcb144" d="m453.9 275.8 2 2z"/>
<path fill="#fae3c9" d="m455.9 275.8 2 2z"/>
<path fill="#fef8f1" d="m470 275.8 2 2z"/>
<path fill="#fcb755" d="m478.2 275.8 2 2z"/>
<path fill="#fbc477" d="m480.2 275.8 2 2z"/>
<path fill="#fcb144" d="m482.3 275.8 2 2z"/>
<path fill="#fea522" d="m484.3 275.8 2 2z"/>
<path fill="#fe9f11" d="m500.5 275.8 2 2z"/>
<path fill="#f9d6aa" d="m502.5 275.8 2 2z"/>
<path fill="#fef8f1" d="m530.9 275.8 2 2-2-2z"/>
<path fill="#e0dea1" d="m547.2 275.8 2 2z"/>
<path fill="#3a3a7c" d="m553.3 275.8 2 2z"/>
<path fill="#737370" d="m417.3 277.9 2 2z"/>
<path fill="#fbfaf2" d="m423.4 277.9 2 2z"/>
<path fill="#fea522" d="m439.6 277.9 2 2z"/>
<path fill="#fe9f11" d="m457.9 277.9 2 2z"/>
<path fill="#fcb144" d="m459.9 277.9 2 2z"/>
<path fill="#fbc477" d="m461.9 277.9 2 2z"/>
<path fill="#faca88" d="m463.9 277.9 2 2-2-2z"/>
<path fill="#fbc477" d="m466 277.9 2 2z"/>
<path fill="#fcb144" d="m468 277.9 2 2z"/>
<path fill="#fdab33" d="m470 277.9 2 2z"/>
<path fill="#fbc477" d="m498.5 277.9 2 2z"/>
<path fill="#fef8f1" d="m500.5 277.9 2 2z"/>
<path fill="#fdab33" d="m528.9 277.9 2 2z"/>
<path fill="#e1e18c" d="m547.2 277.9 2 2z"/>
<path fill="#a4a43d" d="m551.9 279.2.7 1.4z"/>
<path fill="#262678" d="m553.3 277.9 2 2z"/>
<path fill="#58587b" d="m417.3 279.9 2 2z"/>
<path fill="#f2f1d2" d="m423.4 279.9 2 2z"/>
<path fill="#faca88" d="m439.6 279.9 2 2z"/>
<path fill="#fe9f11" d="m494.4 279.9 2 2z"/>
<path fill="#fbead6" d="m496.5 279.9 2 2z"/>
<path fill="#fbc477" d="m514.7 279.9 2 2z"/>
<path fill="#faca88" d="m528.9 279.9 2 2z"/>
<path fill="#d4d456" d="m547.2 279.9 2 2z"/>
<path fill="#32327b" d="m417.3 281.9 2 2z"/>
<path fill="#e5e59d" d="m423.4 281.9 2 2z"/>
<path fill="#fef8f1" d="m439.6 281.9 2 2z"/>
<path fill="#fe9f11" d="m441.6 281.9 2 2z"/>
<path fill="#fbead6" d="m494.4 281.9 2 2z"/>
<path fill="#fea522" d="m514.7 281.9 2 2z"/>
<path fill="#fcf1e4" d="m528.9 281.9 2 2z"/>
<path fill="#808067" d="m551.3 281.9 2 2z"/>
<path fill="#0e0e6e" d="m417.3 283.9 2 2z"/>
<path fill="#a4a43d" d="m419.3 283.9 2 2z"/>
<path fill="#d9d868" d="m423.4 283.9 2 2z"/>
<path fill="#f8dcbb" d="m441.6 283.9 2 2z"/>
<path fill="#f9d6aa" d="m512.7 283.9 2 2z"/>
<path fill="#faca88" d="m526.9 283.9 2 2z"/>
<path fill="#f2f1d2" d="m545.2 283.9 2 2z"/>
<path fill="#58587b" d="m551.3 283.9 2 2z"/>
<path fill="#8d8d5b" d="m419.3 286 2 2z"/>
<path fill="#f9d6aa" d="m443.7 286 2 2z"/>
<path fill="#fdab33" d="m484.3 286 2 2z"/>
<path fill="#fff" d="m486.3 286 2 2z"/>
<path fill="#fcb144" d="m489.7 286.6 1.4.7z"/>
<path fill="#fef8f1" d="m510.7 286-2 4z"/>
<path fill="#fe9f11" d="m512.7 286 2 2z"/>
<path fill="#fdab33" d="m524.9 286-2 4z"/>
<path fill="#e5e59d" d="m545.2 286 2 2z"/>
<path fill="#3a3a7c" d="m551.3 286 2 2z"/>
<path fill="#667" d="m419.3 288 2 2z"/>
<path fill="#f2f1d2" d="m425.4 288 2 2z"/>
<path fill="#f9d6aa" d="m445.7 288 2 2z"/>
<path fill="#fe9f11" d="m484.3 288 2 2z"/>
<path fill="#faca88" d="m486.3 288 2 2z"/>
<path fill="#fea522" d="m488.3 288 2 2z"/>
<path fill="#fcf1e4" d="m490.4 288 2 2z"/>
<path fill="#fdab33" d="m510.7 288 2 2z"/>
<path fill="#fef8f1" d="m524.9 288 2 2z"/>
<path fill="#d9d868" d="m545.2 288 2 2z"/>
<path fill="#a4a43d" d="m549.2 288 2 2z"/>
<path fill="#0e0e6e" d="m551.3 288 2 2z"/>
<path fill="#3a3a7c" d="m419.3 290 2 2z"/>
<path fill="#e5e59d" d="m425.4 290 2 2z"/>
<path fill="#fae3c9" d="m447.7 290 4 4z"/>
<path fill="#fe9f11" d="m449.8 290 2 2z"/>
<path fill="#f8dcbb" d="m488.3 290 2 2z"/>
<path fill="#fcf1e4" d="m506.6 290 2 2z"/>
<path fill="#fdab33" d="m508.6 290 2 2z"/>
<path fill="#fcb144" d="m520.9 290 2 2z"/>
<path fill="#fef8f1" d="m522.9 290 2 2z"/>
<path fill="#fbfaf2" d="m543.2 290 2 2z"/>
<path fill="#8d8d5b" d="m549.2 290 2 2z"/>
<path fill="#0e0e6e" d="m419.3 292 2 2z"/>
<path fill="#a4a43d" d="m421.3 292 2 2z"/>
<path fill="#d4d456" d="m425.4 292 2 2z"/>
<path fill="#f9d6aa" d="m486.3 292 2 2z"/>
<path fill="#f9d099" d="m504.6 292 2 2z"/>
<path fill="#fe9f11" d="m506.6 292 2 2z"/>
<path fill="#faca88" d="m518.8 292 2 2z"/>
<path fill="#eeedc1" d="m543.2 292 2 2z"/>
<path fill="#58587b" d="m549.2 292 2 2z"/>
<path fill="#737370" d="m421.3 294 2 2z"/>
<path fill="#f6f6e4" d="m427.4 294 2 2z"/>
<path fill="#fbbe66" d="m449.8 294 2 2z"/>
<path fill="#fcb144" d="m482.3 294 2 2z"/>
<path fill="#f8dcbb" d="m484.9 295.5.7 1.3z"/>
<path fill="#fbbe66" d="m500.5 294 2 2z"/>
<path fill="#fe9f11" d="m502.5 294 2 2z"/>
<path fill="#fbc477" d="m514.7 294 2 2z"/>
<path fill="#fcf1e4" d="m516.8 294 2 2z"/>
<path fill="#d3d079" d="m543.2 294 2 2z"/>
<path fill="#a4a43d" d="m547.2 294 2 2z"/>
<path fill="#262678" d="m549.2 294 2 2z"/>
<path fill="#49497d" d="m421.3 296 2 2z"/>
<path fill="#e0dea1" d="m427.4 296 2 2z"/>
<path fill="#fae3c9" d="m447.7 296 2 2z"/>
<path fill="#fdab33" d="m476.2 296 2 2z"/>
<path fill="#fbc477" d="m478.2 296 2 2z"/>
<path fill="#fbead6" d="m480.2 296 2 2z"/>
<path fill="#fcb144" d="m486.3 296 2 2z"/>
<path fill="#f9d6aa" d="m512.7 296 2 2z"/>
<path fill="#99994e" d="m547.2 296 2 2z"/>
<path fill="#0e0e6e" d="m421.3 298.2 2 2z"/>
<path fill="#a4a43d" d="m423.4 298.2 2 2z"/>
<path fill="#d4d456" d="m427.4 298.2 2 2z"/>
<path fill="#f9d099" d="m445.7 298.2 2 2z"/>
<path fill="#fe9f11" d="m447.7 298.2 2 2-2-2m10.2 0 2 2z"/>
<path fill="#f9d6aa" d="m459.9 298.2 2 2z"/>
<path fill="#f9d099" d="m461.9 298.2 2 2z"/>
<path fill="#f9d6aa" d="m470 298.2 2 2z"/>
<path fill="#fae3c9" d="m472 298.2 2 2z"/>
<path fill="#fef8f1" d="m474 298.2 2 2z"/>
<path fill="#fbead6" d="m490.4 298.2 2 2z"/>
<path fill="#fae3c9" d="m492.4 298.2 2 2z"/>
<path fill="#faca88" d="m494.4 298.2 2 2z"/>
<path fill="#fbc477" d="m496.5 298.2 2 2z"/>
<path fill="#fdab33" d="m498.5 298.2 2 2z"/>
<path fill="#fe9f11" d="m508.6 298.2 2 2z"/>
<path fill="#f9d6aa" d="m510.7 298.2 2 2z"/>
<path fill="#e5e3af" d="m541 298.2 2 2z"/>
<path fill="#667" d="m547.2 298.2 2 2z"/>
<path fill="#737370" d="m423.4 300.2 2 2z"/>
<path fill="#f2f1d7" d="m429.5 300.2 2 2z"/>
<path fill="#fea522" d="m443.7 300.2 2 2z"/>
<path fill="#fe9f11" d="m453.9 300.2 2 2z"/>
<path fill="#fbbe66" d="m455.9 300.2 2 2z"/>
<path fill="#fcf1e4" d="m457.9 300.2 2 2z"/>
<path fill="#fea522" d="m506.6 300.2 2 2z"/>
<path fill="#fbead6" d="m508.6 300.2 2 2z"/>
<path fill="#dddc7a" d="m541 300.2 2 2z"/>
<path fill="#a4a43d" d="m545.2 300.2 2 2z"/>
<path fill="#262678" d="m547.2 300.2 2 2z"/>
<path fill="#49497d" d="m423.4 302.2 2 2z"/>
<path fill="#a4a43d" d="m426 303.6.8 1.3z"/>
<path fill="#d3d079" d="m429.5 302.2 2 2z"/>
<path fill="#f9d099" d="m445.7 302.2 2 2z"/>
<path fill="#fcb144" d="m447.7 302.2 2 2z"/>
<path fill="#faca88" d="m449.8 302.2 2 2z"/>
<path fill="#f8dcbb" d="m451.8 302.2 2 2z"/>
<path fill="#fef8f1" d="m453.9 302.2 2 2z"/>
<path fill="#f8dcbb" d="m498.5 302.2 2 2z"/>
<path fill="#fcf1e4" d="m506.6 302.2 2 2z"/>
<path fill="#f6f6e4" d="m539 302.2 2 2z"/>
<path fill="#8d8d5b" d="m545.2 302.2 2 2z"/>
<path fill="#fbfaf2" d="m431.5 304.2 2 2z"/>
<path fill="#fbbe66" d="m498.5 304.2 2 2z"/>
<path fill="#faca88" d="m504.6 304.2 2 2z"/>
<path fill="#e1e18c" d="m539 304.2 2 2z"/>
<path fill="#49497d" d="m545.2 304.2 2 2z"/>
<path fill="#58587b" d="m425.4 306.3 2 2z"/>
<path fill="#e5e59d" d="m431.5 306.3 2 2z"/>
<path fill="#fe9f11" d="m498.5 306.3 2 2z"/>
<path fill="#fdab33" d="m502.5 306.3 2 2z"/>
<path fill="#fbfaf2" d="m537 306.3 2 2z"/>
<path fill="#a4a43d" d="m543.2 306.3 2 2z"/>
<path fill="#0e0e6e" d="m545.2 306.3 2 2z"/>
<path fill="#1b1b74" d="m425.4 308.3 2 2z"/>
<path fill="#a4a43d" d="m427.4 308.3 2 2z"/>
<path fill="#d0d045" d="m431.5 308.3 2 2z"/>
<path fill="#fbead6" d="m496.5 308.3 2 2z"/>
<path fill="#fe9f11" d="m500.5 308.3 2 2z"/>
<path fill="#fbead6" d="m502.5 308.3 2 2z"/>
<path fill="#e5e59d" d="m537 308.3 2 2z"/>
<path fill="#667" d="m543.2 308.3 2 2z"/>
<path fill="#6e6c70" d="m427.4 310.3 2 2z"/>
<path fill="#e5e3af" d="m433.5 310.3 2 2z"/>
<path fill="#faca88" d="m497 311.7.8 1.4z"/>
<path fill="#fae3c9" d="m500.5 310.3 2 2z"/>
<path fill="#fbfaf2" d="m535 310.3 2 2z"/>
<path fill="#a4a43d" d="m541 310.3 2 2z"/>
<path fill="#1b1b74" d="m543.2 310.3 2 2-2-2m-115.8 2 2 2z"/>
<path fill="#a4a43d" d="m429.5 312.4 2 2z"/>
<path fill="#d0d045" d="m433.5 312.4 2 2z"/>
<path fill="#fbfaf2" d="m435.5 312.4 2 2z"/>
<path fill="#f9d6aa" d="m498.5 312.4 2 2z"/>
<path fill="#e5e59d" d="m535 312.4 2 2z"/>
<path fill="#6e6c70" d="m541 312.4 2 2-2-2m-111.5 2 2 2z"/>
<path fill="#8cbf84" d="m435.5 314.4 2 2z"/>
<path fill="#0cf" d="M436.4 314.4c7 14.8 32 49.8 51 49.2 18.6-.7 39.5-35 47.6-49.2z"/>
<path fill="#a4a43d" d="m539 314.4 2 2z"/>
<path fill="#1b1b74" d="m541 314.4 2 2-2-2m-111.5 2 2 2z"/>
<path fill="#a4a43d" d="m431.5 316.4 2 2z"/>
<path fill="#adb333" d="m435.5 316.4 2 2z"/>
<path fill="#1ac5b5" d="m437.6 316.4 2 2z"/>
<path fill="#68b070" d="m533 316.4 2 2z"/>
<path fill="#667" d="m539 316.4 2 2z"/>
<path fill="#58587b" d="m431.5 318.5 2 2z"/>
<path fill="#7fb15c" d="m437.6 318.5 2 2z"/>
<path fill="#27c2aa" d="m530.9 318.5 2 2-2-2z"/>
<path fill="#a4a43d" d="m537 318.5-2 4z"/>
<path fill="#0e0e6e" d="m539 318.5 2 2-2-2m-107.5 2 2 2z"/>
<path fill="#a4a43d" d="m433.5 320.5 4 4z"/>
<path fill="#34be9e" d="m439.6 320.5 2 2z"/>
<path fill="#96b247" d="m530.9 320.5 2 2-2-2z"/>
<path fill="#53527c" d="m537 320.5 2 2z"/>
<path fill="#3a3a7c" d="m433.5 322.6 2 2z"/>
<path fill="#a2b23d" d="m439.6 322.6 2 2z"/>
<path fill="#0dc9c1" d="m441.6 322.6 2 2z"/>
<path fill="#5bb47c" d="m528.9 322.6 2 2z"/>
<path fill="#8d8d5b" d="m535 322.6 2 2z"/>
<path fill="#737370" d="m435.5 324.6 2 2z"/>
<path fill="#74b166" d="m441.6 324.6 2 2z"/>
<path fill="#27c2aa" d="m526.9 324.6 2 2z"/>
<path fill="#a4a43d" d="m533 324.6-2 4z"/>
<path fill="#262678" d="m535 324.6 2 2z"/>
<path fill="#0e0e6e" d="m435.5 326.6 2 2z"/>
<path fill="#a4a43d" d="m437.6 326.6 4 4z"/>
<path fill="#42bb92" d="m443.7 326.6 2 2z"/>
<path fill="#0dc9c1" d="m524.9 326.6 2 2z"/>
<path fill="#96b247" d="m526.9 326.6 2 2z"/>
<path fill="#58587b" d="m533 326.6 2 2z"/>
<path fill="#3a3a7c" d="m437.6 328.6 2 2z"/>
<path fill="#adb333" d="m443.7 328.6 2 2z"/>
<path fill="#27c2aa" d="m445.7 328.6 2 2z"/>
<path fill="#74b166" d="m524.9 328.6 2 2z"/>
<path fill="#8d8d5b" d="m530.9 328.6 2 2-2-2z"/>
<path fill="#6e6c70" d="m439.6 330.6 2 2z"/>
<path fill="#96b247" d="m445.7 330.6 2 2z"/>
<path fill="#0dc9c1" d="m447.7 330.6 2 2z"/>
<path fill="#42bb92" d="m522.9 330.6 2 2z"/>
<path fill="#a4a43d" d="m528.9 330.6-4 6 4-6z"/>
<path fill="#1b1b74" d="m530.9 330.6 2 2-2-2z"/>
<path fill="#0e0e6e" d="m439.6 332.6 2 2-2-2z"/>
<path fill="#8d8d5b" d="m441.6 332.6 2 2-2-2z"/>
<path fill="#7fb15c" d="m447.7 332.6 2 2-2-2z"/>
<path fill="#34be9e" d="m520.9 332.6 2 2-2-2z"/>
<path fill="#3a3a7c" d="m528.9 332.6 2 2-2-2z"/>
<path fill="#1b1b74" d="m441.6 334.7 2 2z"/>
<path fill="#a4a43d" d="M443.7 334.7 466 357z"/>
<path fill="#74b166" d="m449.8 334.7 2 2z"/>
<path fill="#27c2aa" d="m518.8 334.7 2 2z"/>
<path fill="#adb333" d="m520.9 334.7 2 2z"/>
<path fill="#667" d="m526.9 334.7 2 2z"/>
<path fill="#32327b" d="m443.7 336.7 2 2z"/>
<path fill="#42bb92" d="m451.8 336.7 2 2z"/>
<path fill="#0dc9c1" d="m516.8 336.7-8.2 10.2 8.3-10.3z"/>
<path fill="#adb333" d="m518.8 336.7 2 2z"/>
<path fill="#737370" d="m524.9 336.7 2 2z"/>
<path fill="#49497d" d="m445.7 338.8 2 2z"/>
<path fill="#42bb92" d="m453.9 338.8 2 2z"/>
<path fill="#96b247" d="m516.8 338.8 2 2z"/>
<path fill="#8d8d5b" d="m522.9 338.8-2 4z"/>
<path fill="#0e0e6e" d="m524.9 338.8 2 2z"/>
<path fill="#53527c" d="m447.7 340.8 2 2z"/>
<path fill="#42bb92" d="m455.9 340.8 2 2z"/>
<path fill="#96b247" d="m514.7 340.8 2 2z"/>
<path fill="#0e0e6e" d="m522.9 340.8 2 2z"/>
<path fill="#6e6c70" d="m449.8 342.8 2 2z"/>
<path fill="#42bb92" d="m457.9 342.8 2 2z"/>
<path fill="#96b247" d="m512.7 342.8 2 2z"/>
<path fill="#a4a43d" d="m518.8 342.8-4 6 4-6z"/>
<path fill="#262678" d="m520.9 342.8 2 2z"/>
<path fill="#6e6c70" d="m451.8 344.9 2 2z"/>
<path fill="#42bb92" d="m459.9 344.9 2 2z"/>
<path fill="#96b247" d="m510.7 344.9 2 2z"/>
<path fill="#262678" d="m518.8 344.9 2 2z"/>
<path fill="#6e6c70" d="m453.9 346.9 2 2z"/>
<path fill="#68b070" d="m461.9 346.9 2 2z"/>
<path fill="#27c2aa" d="m506.6 346.9 2 2z"/>
<path fill="#adb333" d="m508.6 346.9 2 2z"/>
<path fill="#262678" d="m516.8 346.9 2 2z"/>
<path fill="#667" d="m455.9 348.9 2 2z"/>
<path fill="#74b166" d="m463.9 348.9 2 2-2-2z"/>
<path fill="#34be9e" d="m504.6 348.9 2 2z"/>
<path fill="#adb333" d="m506.6 348.9 2 2z"/>
<path fill="#8d8d5b" d="m512.7 348.9-2 4z"/>
<path fill="#262678" d="m514.7 348.9 2 2z"/>
<path fill="#49497d" d="m457.9 350.9 2 2z"/>
<path fill="#96b247" d="m466 350.9 2 2z"/>
<path fill="#0dc9c1" d="m468 350.9 2 2z"/>
<path fill="#42bb92" d="m502.5 350.9 2 2z"/>
<path fill="#0e0e6e" d="m512.7 350.9 2 2z"/>
<path fill="#49497d" d="m459.9 353 2 2z"/>
<path fill="#a2b23d" d="m468 353 2 2z"/>
<path fill="#27c2aa" d="m470 353 2 2z"/>
<path fill="#74b166" d="m500.5 353 2 2z"/>
<path fill="#a4a43d" d="m506.6 353-6 8z"/>
<path fill="#808067" d="m508.6 353 2 2z"/>
<path fill="#0e0e6e" d="m510.7 353 2 2z"/>
<path fill="#262678" d="m461.9 355 2 2z"/>
<path fill="#adb333" d="m470 355 2 2z"/>
<path fill="#42bb92" d="m472 355 2 2z"/>
<path fill="#0dc9c1" d="m496.5 355 2 2z"/>
<path fill="#96b247" d="m498.5 355 2 2z"/>
<path fill="#6e6c70" d="m506.6 355 2 2z"/>
<path fill="#1b1b74" d="m463.9 357 2 2-2-2z"/>
<path fill="#8d8d5b" d="m466 357 2 2z"/>
<path fill="#74b166" d="m474 357 2 2z"/>
<path fill="#0dc9c1" d="m476.2 357 2 2z"/>
<path fill="#34be9e" d="m494.4 357 2 2z"/>
<path fill="#adb333" d="m496.5 357 2 2z"/>
<path fill="#49497d" d="m504.6 357 2 2z"/>
<path fill="#0e0e6e" d="m466 359 2 2z"/>
<path fill="#6e6c70" d="m468 359 2 2z"/>
<path fill="#a4a43d" d="m470 359 4 4z"/>
<path fill="#96b247" d="m476.2 359 2 2z"/>
<path fill="#27c2aa" d="m478.2 359 2 2z"/>
<path fill="#68b070" d="m492.4 359 2 2z"/>
<path fill="#32327b" d="m502.5 359 2 2z"/>
<path fill="#49497d" d="m470 361 2 2z"/>
<path fill="#5bb47c" d="m480.2 361 2 2z"/>
<path fill="#27c2aa" d="m488.3 361 2 2z"/>
<path fill="#96b247" d="m490.4 361 2 2z"/>
<path fill="#a4a43d" d="m496.5 361-2 4z"/>
<path fill="#808067" d="m498.5 361 2 2z"/>
<path fill="#0e0e6e" d="m500.5 361 2 2z"/>
<path fill="#262678" d="m472 363 2 2z"/>
<path fill="#8d8d5b" d="m474 363 2 2z"/>
<path fill="#8bb252" d="m482.3 363 2 2z"/>
<path fill="#1ac5b5" d="m484.3 363 2 2z"/>
<path fill="#5bb47c" d="m486.3 363 2 2z"/>
<path fill="#58587b" d="m496.5 363 2 2z"/>
<path fill="#0e0e6e" d="m474 365.2 2 2z"/>
<path fill="#667" d="m476.2 365.2 2 2z"/>
<path fill="#a4a43d" d="m478.2 365.2 2 2z"/>
<path fill="#99994e" d="m492.4 365.2 2 2z"/>
<path fill="#32327b" d="m494.4 365.2 2 2-2-2m-16.2 2 2 2z"/>
<path fill="#99994e" d="m480.2 367.2 2 2z"/>
<path fill="#a4a43d" d="m488.3 367.2 2 2z"/>
<path fill="#667" d="m490.4 367.2 2 2z"/>
<path fill="#0e0e6e" d="m492.4 367.2 2 2-2-2m-12.2 2 2 2z"/>
<path fill="#667" d="m482.3 369.2 2 2z"/>
<path fill="#a4a43d" d="m484.3 369.2 2 2z"/>
<path fill="#99994e" d="m486.3 369.2 2 2z"/>
<path fill="#32327b" d="m488.3 369.2 2 2z"/>
<path fill="#262678" d="m484.3 371.2 2 2z"/>
<path fill="#0e0e6e" d="m486.3 371.2 2 2z"/>
<path fill="#f90" d="M488.3 235.2c3.2 7.4 13.2 15.5 16 19.5-3.5 4-4.2 3.6-3.8 11 6-6.4 6.2-7 10.2-6.1 8.6 8.6 1.5 27-5.6 31-7.1 4.3-5.8-.1-16.5 5.2 4.9 4.2 10.6-.6 15.2.7 2.5 3-1.2 8.4.7 13.6 4-.4 3.6-8.7 4.6-11.7 3-11 21-18.6 21.9-28.7 3.8-1.7 7.5-.5 12 2-2.2-9.4-9.7-9.3-11.8-12.2-4.8-7.4-9.1-15.8-19.4-18-8-1.7-7.3.5-12.3-3-3.2-2.4-12.7-7-11.2-3.3z"/>
<path fill="#fff" fill-rule="evenodd" d="M510.9 243.6a1.6 1.6 0 1 1-3.3 0 1.6 1.6 0 0 1 3.3 0z"/>
<path fill="#f90" d="M463.2 266.5c5-6.2 7.6-19 9.8-23.2 5.2 1.2 5 2 11.5-1.8-8.5-2.4-9.2-2.2-10.2-6.1 3.6-11.7 23.2-14 30-9.6 7.2 4.3 2.7 5.2 12.4 12 1.4-6.2-5.5-9-6.5-13.6 1.5-3.7 8-3 11.6-7-2.2-3.5-9.3.8-12.4 1.4-11 2.5-26.3-9.8-35.6-6-3.3-2.5-4-6.4-4-11.7-7.1 6.5-3.5 13-5.2 16.3-4.2 7.7-9.7 15.5-6.8 25.6 2.2 7.8 3.8 6.2 3.2 12.3-.7 3.9-.4 14.5 2.2 11.4z"/>
<path fill="#fff" fill-rule="evenodd" d="M460 242.6c.9-.4 1.9-.1 2.3.7a1.6 1.6 0 1 1-2.2-.7z"/>
<path fill="#f90" d="M504.3 270.8c-8-1-20.1 3.3-25 3.7-1.5-5.1-.8-5.5-7.4-9 2.3 8.6 2.8 9 0 12-11.8 2.9-24-12.7-23.8-20.8 0-8.3 3.2-5 4-17-6 2-4.8 9.5-8.3 12.8-4 .6-6.6-5.3-12-6.3-1.8 3.7 5.5 7.5 7.6 9.9 7.9 8.2 5.2 27.5 13.3 33.5-.4 4.2-3.4 6.8-8 9.4 9.3 2.9 13-3.7 16.7-4 8.8-.2 18.3.4 25.5-7.3 5.4-6 3.3-6.5 8.8-9 3.7-1.4 12.6-7.2 8.6-8z"/>
<path fill="#fff" fill-rule="evenodd" d="M485.5 285.9a1.6 1.6 0 1 1 1.7-2.8 1.6 1.6 0 0 1-1.7 2.8z"/>
<path fill="#012169" d="M0 0h320v240H0z"/>
<path fill="#fff" d="m37.5 0 122 90.5L281 0h39v31l-120 89.5 120 89V240h-40l-120-89.5L40.5 240H0v-30l119.5-89L0 32V0z"/>
<path fill="#c8102e" d="M212 140.5 320 220v20l-135.5-99.5zm-92 10 3 17.5-96 72H0zM320 0v1.5l-124.5 94 1-22L295 0zM0 0l119.5 88h-30L0 21z"/>
<path fill="#fff" d="M120.5 0v240h80V0zM0 80v80h320V80z"/>
<path fill="#c8102e" d="M0 96.5v48h320v-48zM136.5 0v240h48V0z"/>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-ai" viewBox="0 0 640 480">
<defs>
<path id="ai-b" fill="#f90" d="M271 87c1.5 3.6 6.5 7.6 7.8 9.6-1.7 2-2 1.8-1.8 5.4 3-3.1 3-3.5 5-3 4.2 4.2.8 13.3-2.8 15.3-3.4 2.1-2.8 0-8 2.6 2.3 2 5.1-.3 7.4.3 1.2 1.5-.6 4.1.4 6.7 2-.2 1.8-4.3 2.2-5.8 1.5-5.4 10.4-9.1 10.8-14.1 1.9-.9 3.7-.3 6 1-1.1-4.6-4.9-4.6-5.9-6-2.4-3.7-4.5-7.8-9.6-9-3.8-.7-3.5.3-6-1.4-1.6-1.2-6.3-3.4-5.5-1.6z"/>
</defs>
<clipPath id="ai-a">
<path d="M0 0v120h373.3v120H320L0 0Zm320 0H160v280H0v-40L320 0Z"/>
</clipPath>
<path fill="#012169" d="M0 0h640v480H0V0Z"/>
<path stroke="#fff" stroke-width="50" d="m0 0 320 240m0-240L0 240"/>
<path stroke="#c8102e" stroke-width="30" d="m0 0 320 240m0-240L0 240" clip-path="url(#ai-a)"/>
<path stroke="#fff" stroke-width="75" d="M160 0v280M0 120h373.3"/>
<path stroke="#c8102e" stroke-width="50" d="M160 0v280M0 120h373.3"/>
<path fill="#012169" d="M0 240h320V0h106.7v320H0v-80Z"/>
<path fill="#fff" d="M424 191.8c0 90.4 9.7 121.5 29.3 142.5a179.4 179.4 0 0 0 35 30 179.7 179.7 0 0 0 35-30c19.5-21 29.3-52.1 29.3-142.5-14.2 6.5-22.3 9.7-34 9.5a78.4 78.4 0 0 1-30.3-9.5 78.4 78.4 0 0 1-30.3 9.5c-11.7.2-19.8-3-34-9.5z"/>
<g transform="matrix(1.96 0 0 2.002 -40.8 62.9)">
<use xlink:href="#ai-b"/>
<circle cx="281.3" cy="91.1" r=".8" fill="#fff" fill-rule="evenodd"/>
</g>
<g transform="matrix(-.916 -1.77 1.733 -.935 563.4 829)">
<use xlink:href="#ai-b"/>
<circle cx="281.3" cy="91.1" r=".8" fill="#fff" fill-rule="evenodd"/>
</g>
<g transform="matrix(-1.01 1.716 -1.68 -1.031 925.4 -103.2)">
<use xlink:href="#ai-b"/>
<circle cx="281.3" cy="91.1" r=".8" fill="#fff" fill-rule="evenodd"/>
</g>
<path fill="#9cf" d="M440 315.1a78 78 0 0 0 13.3 19.2 179.4 179.4 0 0 0 35 30 180 180 0 0 0 35-30 78 78 0 0 0 13.2-19.2z"/>
<path fill="#fdc301" d="M421.2 188.2c0 94.2 10.2 126.6 30.6 148.5a187 187 0 0 0 36.5 31.1 186.3 186.3 0 0 0 36.4-31.1c20.4-21.9 30.6-54.3 30.6-148.5-14.8 6.8-23.3 10.1-35.5 10-11-.3-22.6-5.7-31.5-10-9 4.3-20.6 9.7-31.5 10-12.3.1-20.7-3.2-35.6-10zm4 5c14 6.5 22 9.6 33.5 9.4a76.4 76.4 0 0 0 29.6-9.4c8.4 4 19.3 9.2 29.6 9.4 11.5.2 19.4-3 33.4-9.4 0 89-9.6 119.6-28.8 140.2a176 176 0 0 1-34.2 29.4 175.6 175.6 0 0 1-34.3-29.4c-19.2-20.6-28.7-51.3-28.7-140.2z"/>
</svg>

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-al" viewBox="0 0 640 480">
<path fill="#f00" d="M0 0h640v480H0z"/>
<path id="a" d="M272 93.3c-4.6 0-12.3 1.5-12.2 5-13-2.1-14.3 3.2-13.5 8 1.2-1.9 2.7-3 3.9-3.1 1.7-.3 3.5.3 5.4 1.4a21.6 21.6 0 0 1 4.8 4.1c-4.6 1.1-8.2.4-11.8-.2a16.5 16.5 0 0 1-5.7-2.4c-1.5-1-2-2-4.3-4.3-2.7-2.8-5.6-2-4.7 2.3 2.1 4 5.6 5.8 10 6.6 2.1.3 5.3 1 8.9 1 3.6 0 7.6-.5 9.8 0-1.3.8-2.8 2.3-5.8 2.8-3 .6-7.5-1.8-10.3-2.4.3 2.3 3.3 4.5 9.1 5.7 9.6 2 17.5 3.6 22.8 6.5a37.3 37.3 0 0 1 10.9 9.2c4.7 5.5 5 9.8 5.2 10.8 1 8.8-2.1 13.8-7.9 15.4-2.8.7-8-.7-9.8-2.9-2-2.2-3.7-6-3.2-12 .5-2.2 3.1-8.3.9-9.5a273.7 273.7 0 0 0-32.3-15.1c-2.5-1-4.5 2.4-5.3 3.8a50.2 50.2 0 0 1-36-23.7c-4.2-7.6-11.3 0-10.1 7.3 1.9 8 8 13.8 15.4 18 7.5 4.1 17 8.2 26.5 8 5.2 1 5.1 7.6-1 8.9-12.1 0-21.8-.2-30.9-9-6.9-6.3-10.7 1.2-8.8 5.4 3.4 13.1 22.1 16.8 41 12.6 7.4-1.2 3 6.6 1 6.7-8 5.7-22.1 11.2-34.6 0-5.7-4.4-9.6-.8-7.4 5.5 5.5 16.5 26.7 13 41.2 5 3.7-2.1 7.1 2.7 2.6 6.4-18.1 12.6-27.1 12.8-35.3 8-10.2-4.1-11 7.2-5 11 6.7 4 23.8 1 36.4-7 5.4-4 5.6 2.3 2.2 4.8-14.9 12.9-20.8 16.3-36.3 14.2-7.7-.6-7.6 8.9-1.6 12.6 8.3 5.1 24.5-3.3 37-13.8 5.3-2.8 6.2 1.8 3.6 7.3a53.9 53.9 0 0 1-21.8 18c-7 2.7-13.6 2.3-18.3.7-5.8-2-6.5 4-3.3 9.4 1.9 3.3 9.8 4.3 18.4 1.3 8.6-3 17.8-10.2 24.1-18.5 5.5-4.9 4.9 1.6 2.3 6.2-12.6 20-24.2 27.4-39.5 26.2-6.7-1.2-8.3 4-4 9 7.6 6.2 17 6 25.4-.2 7.3-7 21.4-22.4 28.8-30.6 5.2-4.1 6.9 0 5.3 8.4-1.4 4.8-4.8 10-14.3 13.6-6.5 3.7-1.6 8.8 3.2 9 2.7 0 8.1-3.2 12.3-7.8 5.4-6.2 5.8-10.3 8.8-19.9 2.8-4.6 7.9-2.4 7.9 2.4-2.5 9.6-4.5 11.3-9.5 15.2-4.7 4.5 3.3 6 6 4.1 7.8-5.2 10.6-12 13.2-18.2 2-4.4 7.4-2.3 4.8 5-6 17.4-16 24.2-33.3 27.8-1.7.3-2.8 1.3-2.2 3.3l7 7c-10.7 3.2-19.4 5-30.2 8l-14.8-9.8c-1.3-3.2-2-8.2-9.8-4.7-5.2-2.4-7.7-1.5-10.6 1 4.2 0 6 1.2 7.7 3.1 2.2 5.7 7.2 6.3 12.3 4.7 3.3 2.7 5 4.9 8.4 7.7l-16.7-.5c-6-6.3-10.6-6-14.8-1-3.3.5-4.6.5-6.8 4.4 3.4-1.4 5.6-1.8 7.1-.3 6.3 3.7 10.4 2.9 13.5 0l17.5 1.1c-2.2 2-5.2 3-7.5 4.8-9-2.6-13.8 1-15.4 8.3a17 17 0 0 0-1.2 9.3c.8-3 2.3-5.5 4.9-7 8 2 11-1.3 11.5-6.1 4-3.2 9.8-3.9 13.7-7.1 4.6 1.4 6.8 2.3 11.4 3.8 1.6 5 5.3 6.9 11.3 5.6 7 .2 5.8 3.2 6.4 5.5 2-3.3 1.9-6.6-2.5-9.6-1.6-4.3-5.2-6.3-9.8-3.8-4.4-1.2-5.5-3-9.9-4.3 11-3.5 18.8-4.3 29.8-7.8l7.7 6.8c1.5.9 2.9 1.1 3.8 0 6.9-10 10-18.7 16.3-25.3 2.5-2.8 5.6-6.4 9-7.3 1.7-.5 3.8-.2 5.2 1.3 1.3 1.4 2.4 4.1 2 8.2-.7 5.7-2.1 7.6-3.7 11-1.7 3.5-3.6 5.6-5.7 8.3-4 5.3-9.4 8.4-12.6 10.5-6.4 4.1-9 2.3-14 2-6.4.7-8 3.8-2.8 8.1 4.8 2.6 9.2 2.9 12.8 2.2 3-.6 6.6-4.5 9.2-6.6 2.8-3.3 7.6.6 4.3 4.5-5.9 7-11.7 11.6-19 11.5-7.7 1-6.2 5.3-1.2 7.4 9.2 3.7 17.4-3.3 21.6-8 3.2-3.5 5.5-3.6 5 1.9-3.3 9.9-7.6 13.7-14.8 14.2-5.8-.6-5.9 4-1.6 7 9.6 6.6 16.6-4.8 19.9-11.6 2.3-6.2 5.9-3.3 6.3 1.8 0 6.9-3 12.4-11.3 19.4 6.3 10.1 13.7 20.4 20 30.5l19.2-214L320 139c-2-1.8-8.8-9.8-10.5-11-.7-.6-1-1-.1-1.4.9-.4 3-.8 4.5-1-4-4.1-7.6-5.4-15.3-7.6 1.9-.8 3.7-.4 9.3-.6a30.2 30.2 0 0 0-13.5-10.2c4.2-3 5-3.2 9.2-6.7a86.3 86.3 0 0 1-19.5-3.8 37.4 37.4 0 0 0-12-3.4zm.8 8.4c3.8 0 6.1 1.3 6.1 2.9 0 1.6-2.3 2.9-6.1 2.9s-6.2-1.5-6.2-3c0-1.6 2.4-2.8 6.2-2.8z"/>
<use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 640 0)"/>
<path fill="red" d="M0 0h640v480H0z"/>
<path id="al-a" d="M272 93.3c-4.6 0-12.3 1.5-12.2 5-13-2.1-14.3 3.2-13.5 8 1.2-1.9 2.7-3 3.9-3.1 1.7-.3 3.5.3 5.4 1.4a21.6 21.6 0 0 1 4.8 4.1c-4.6 1.1-8.2.4-11.8-.2a16.5 16.5 0 0 1-5.7-2.4c-1.5-1-2-2-4.3-4.3-2.7-2.8-5.6-2-4.7 2.3 2.1 4 5.6 5.8 10 6.6 2.1.3 5.3 1 8.9 1 3.6 0 7.6-.5 9.8 0-1.3.8-2.8 2.3-5.8 2.8-3 .6-7.5-1.8-10.3-2.4.3 2.3 3.3 4.5 9.1 5.7 9.6 2 17.5 3.6 22.8 6.5a37.3 37.3 0 0 1 10.9 9.2c4.7 5.5 5 9.8 5.2 10.8 1 8.8-2.1 13.8-7.9 15.4-2.8.7-8-.7-9.8-2.9-2-2.2-3.7-6-3.2-12 .5-2.2 3.1-8.3.9-9.5a273.7 273.7 0 0 0-32.3-15.1c-2.5-1-4.5 2.4-5.3 3.8a50.2 50.2 0 0 1-36-23.7c-4.2-7.6-11.3 0-10.1 7.3 1.9 8 8 13.8 15.4 18 7.5 4.1 17 8.2 26.5 8 5.2 1 5.1 7.6-1 8.9-12.1 0-21.8-.2-30.9-9-6.9-6.3-10.7 1.2-8.8 5.4 3.4 13.1 22.1 16.8 41 12.6 7.4-1.2 3 6.6 1 6.7-8 5.7-22.1 11.2-34.6 0-5.7-4.4-9.6-.8-7.4 5.5 5.5 16.5 26.7 13 41.2 5 3.7-2.1 7.1 2.7 2.6 6.4-18.1 12.6-27.1 12.8-35.3 8-10.2-4.1-11 7.2-5 11 6.7 4 23.8 1 36.4-7 5.4-4 5.6 2.3 2.2 4.8-14.9 12.9-20.8 16.3-36.3 14.2-7.7-.6-7.6 8.9-1.6 12.6 8.3 5.1 24.5-3.3 37-13.8 5.3-2.8 6.2 1.8 3.6 7.3a53.9 53.9 0 0 1-21.8 18c-7 2.7-13.6 2.3-18.3.7-5.8-2-6.5 4-3.3 9.4 1.9 3.3 9.8 4.3 18.4 1.3 8.6-3 17.8-10.2 24.1-18.5 5.5-4.9 4.9 1.6 2.3 6.2-12.6 20-24.2 27.4-39.5 26.2-6.7-1.2-8.3 4-4 9 7.6 6.2 17 6 25.4-.2 7.3-7 21.4-22.4 28.8-30.6 5.2-4.1 6.9 0 5.3 8.4-1.4 4.8-4.8 10-14.3 13.6-6.5 3.7-1.6 8.8 3.2 9 2.7 0 8.1-3.2 12.3-7.8 5.4-6.2 5.8-10.3 8.8-19.9 2.8-4.6 7.9-2.4 7.9 2.4-2.5 9.6-4.5 11.3-9.5 15.2-4.7 4.5 3.3 6 6 4.1 7.8-5.2 10.6-12 13.2-18.2 2-4.4 7.4-2.3 4.8 5-6 17.4-16 24.2-33.3 27.8-1.7.3-2.8 1.3-2.2 3.3l7 7c-10.7 3.2-19.4 5-30.2 8l-14.8-9.8c-1.3-3.2-2-8.2-9.8-4.7-5.2-2.4-7.7-1.5-10.6 1 4.2 0 6 1.2 7.7 3.1 2.2 5.7 7.2 6.3 12.3 4.7 3.3 2.7 5 4.9 8.4 7.7l-16.7-.5c-6-6.3-10.6-6-14.8-1-3.3.5-4.6.5-6.8 4.4 3.4-1.4 5.6-1.8 7.1-.3 6.3 3.7 10.4 2.9 13.5 0l17.5 1.1c-2.2 2-5.2 3-7.5 4.8-9-2.6-13.8 1-15.4 8.3a17 17 0 0 0-1.2 9.3c.8-3 2.3-5.5 4.9-7 8 2 11-1.3 11.5-6.1 4-3.2 9.8-3.9 13.7-7.1 4.6 1.4 6.8 2.3 11.4 3.8 1.6 5 5.3 6.9 11.3 5.6 7 .2 5.8 3.2 6.4 5.5 2-3.3 1.9-6.6-2.5-9.6-1.6-4.3-5.2-6.3-9.8-3.8-4.4-1.2-5.5-3-9.9-4.3 11-3.5 18.8-4.3 29.8-7.8l7.7 6.8c1.5.9 2.9 1.1 3.8 0 6.9-10 10-18.7 16.3-25.3 2.5-2.8 5.6-6.4 9-7.3 1.7-.5 3.8-.2 5.2 1.3 1.3 1.4 2.4 4.1 2 8.2-.7 5.7-2.1 7.6-3.7 11-1.7 3.5-3.6 5.6-5.7 8.3-4 5.3-9.4 8.4-12.6 10.5-6.4 4.1-9 2.3-14 2-6.4.7-8 3.8-2.8 8.1 4.8 2.6 9.2 2.9 12.8 2.2 3-.6 6.6-4.5 9.2-6.6 2.8-3.3 7.6.6 4.3 4.5-5.9 7-11.7 11.6-19 11.5-7.7 1-6.2 5.3-1.2 7.4 9.2 3.7 17.4-3.3 21.6-8 3.2-3.5 5.5-3.6 5 1.9-3.3 9.9-7.6 13.7-14.8 14.2-5.8-.6-5.9 4-1.6 7 9.6 6.6 16.6-4.8 19.9-11.6 2.3-6.2 5.9-3.3 6.3 1.8 0 6.9-3 12.4-11.3 19.4 6.3 10.1 13.7 20.4 20 30.5l19.2-214L320 139c-2-1.8-8.8-9.8-10.5-11-.7-.6-1-1-.1-1.4.9-.4 3-.8 4.5-1-4-4.1-7.6-5.4-15.3-7.6 1.9-.8 3.7-.4 9.3-.6a30.2 30.2 0 0 0-13.5-10.2c4.2-3 5-3.2 9.2-6.7a86.3 86.3 0 0 1-19.5-3.8 37.4 37.4 0 0 0-12-3.4zm.8 8.4c3.8 0 6.1 1.3 6.1 2.9 0 1.6-2.3 2.9-6.1 2.9s-6.2-1.5-6.2-3c0-1.6 2.4-2.8 6.2-2.8z"/>
<use xlink:href="#al-a" width="100%" height="100%" transform="matrix(-1 0 0 1 640 0)"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

@ -1,32 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-ar" viewBox="0 0 640 480">
<path fill="#74acdf" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 160h640v160H0z"/>
<g id="c" transform="translate(-64) scale(.96)">
<path id="a" fill="#f6b40e" stroke="#85340a" stroke-width="1.1" d="m396.8 251.3 28.5 62s.5 1.2 1.3.9c.8-.4.3-1.6.3-1.6l-23.7-64m-.7 24.2c-.4 9.4 5.4 14.6 4.7 23-.8 8.5 3.8 13.2 5 16.5 1 3.3-1.2 5.2-.3 5.7 1 .5 3-2.1 2.4-6.8-.7-4.6-4.2-6-3.4-16.3.8-10.3-4.2-12.7-3-22"/>
<use xlink:href="#a" width="100%" height="100%" transform="rotate(22.5 400 250)"/>
<use xlink:href="#a" width="100%" height="100%" transform="rotate(45 400 250)"/>
<use xlink:href="#a" width="100%" height="100%" transform="rotate(67.5 400 250)"/>
<path id="b" fill="#85340a" d="M404.3 274.4c.5 9 5.6 13 4.6 21.3 2.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8 19.5 42.6-16.3-43.9"/>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(22.5 400 250)"/>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(45 400 250)"/>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(67.5 400 250)"/>
<g id="ar-c" transform="translate(-64) scale(.96)">
<path id="ar-a" fill="#f6b40e" stroke="#85340a" stroke-width="1.1" d="m396.8 251.3 28.5 62s.5 1.2 1.3.9c.8-.4.3-1.6.3-1.6l-23.7-64m-.7 24.2c-.4 9.4 5.4 14.6 4.7 23-.8 8.5 3.8 13.2 5 16.5 1 3.3-1.2 5.2-.3 5.7 1 .5 3-2.1 2.4-6.8-.7-4.6-4.2-6-3.4-16.3.8-10.3-4.2-12.7-3-22"/>
<use xlink:href="#ar-a" width="100%" height="100%" transform="rotate(22.5 400 250)"/>
<use xlink:href="#ar-a" width="100%" height="100%" transform="rotate(45 400 250)"/>
<use xlink:href="#ar-a" width="100%" height="100%" transform="rotate(67.5 400 250)"/>
<path id="ar-b" fill="#85340a" d="M404.3 274.4c.5 9 5.6 13 4.6 21.3 2.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8 19.5 42.6-16.3-43.9"/>
<use xlink:href="#ar-b" width="100%" height="100%" transform="rotate(22.5 400 250)"/>
<use xlink:href="#ar-b" width="100%" height="100%" transform="rotate(45 400 250)"/>
<use xlink:href="#ar-b" width="100%" height="100%" transform="rotate(67.5 400 250)"/>
</g>
<use xlink:href="#c" width="100%" height="100%" transform="rotate(90 320 240)"/>
<use xlink:href="#c" width="100%" height="100%" transform="rotate(180 320 240)"/>
<use xlink:href="#c" width="100%" height="100%" transform="rotate(-90 320 240)"/>
<use xlink:href="#ar-c" width="100%" height="100%" transform="rotate(90 320 240)"/>
<use xlink:href="#ar-c" width="100%" height="100%" transform="rotate(180 320 240)"/>
<use xlink:href="#ar-c" width="100%" height="100%" transform="rotate(-90 320 240)"/>
<circle cx="320" cy="240" r="26.7" fill="#f6b40e" stroke="#85340a" stroke-width="1.4"/>
<path id="h" fill="#843511" stroke-width="1" d="M329 234.3c-1.7 0-3.5.8-4.5 2.4 2 1.9 6.6 2 9.7-.2a7 7 0 0 0-5.1-2.2zm0 .4c1.8 0 3.5.8 3.7 1.6-2 2.3-5.3 2-7.4.4 1-1.4 2.4-2 3.8-2z"/>
<use xlink:href="#d" width="100%" height="100%" transform="matrix(-1 0 0 1 640.2 0)"/>
<use xlink:href="#e" width="100%" height="100%" transform="matrix(-1 0 0 1 640.2 0)"/>
<use xlink:href="#f" width="100%" height="100%" transform="translate(18.1)"/>
<use xlink:href="#g" width="100%" height="100%" transform="matrix(-1 0 0 1 640.2 0)"/>
<path fill="#85340a" d="M316 243.7a1.8 1.8 0 1 0 1.8 2.9 4 4 0 0 0 2.2.6h.2c.6 0 1.6-.1 2.3-.6.3.5.9.7 1.5.7a1.8 1.8 0 0 0 .3-3.6c.5.2.8.6.8 1.2a1.2 1.2 0 0 1-2.4 0 3 3 0 0 1-2.6 1.7 3 3 0 0 1-2.5-1.7c0 .7-.6 1.2-1.3 1.2-.6 0-1.2-.6-1.2-1.2s.3-1 .8-1.2zM318 249.1c-2.1 0-3 2-4.8 3.1 1-.4 1.8-1.2 3.3-2 1.4-.8 2.6.2 3.5.2.8 0 2-1 3.5-.2 1.4.8 2.3 1.6 3.3 2-1.9-1.2-2.7-3-4.8-3-.4 0-1.2.2-2 .6l-2-.7z"/>
<path id="ar-h" fill="#843511" stroke-width="1" d="M329 234.3c-1.7 0-3.5.8-4.5 2.4 2 1.9 6.6 2 9.7-.2a7 7 0 0 0-5.1-2.2zm0 .4c1.8 0 3.5.8 3.7 1.6-2 2.3-5.3 2-7.4.4 1-1.4 2.4-2 3.8-2z"/>
<use xlink:href="#ar-d" width="100%" height="100%" transform="matrix(-1 0 0 1 640.2 0)"/>
<use xlink:href="#ar-e" width="100%" height="100%" transform="matrix(-1 0 0 1 640.2 0)"/>
<use xlink:href="#ar-f" width="100%" height="100%" transform="translate(18.1)"/>
<use xlink:href="#ar-g" width="100%" height="100%" transform="matrix(-1 0 0 1 640.2 0)"/>
<path fill="#85340a" d="M316 243.7a1.8 1.8 0 1 0 1.8 2.9 4 4 0 0 0 2.2.6h.2c.6 0 1.6-.1 2.3-.6.3.5.9.7 1.5.7a1.8 1.8 0 0 0 .3-3.6c.5.2.8.6.8 1.2a1.2 1.2 0 0 1-2.4 0 3 3 0 0 1-2.6 1.7 3 3 0 0 1-2.5-1.7c0 .7-.6 1.2-1.3 1.2-.6 0-1.2-.6-1.2-1.2s.3-1 .8-1.2zm2 5.4c-2.1 0-3 2-4.8 3.1 1-.4 1.8-1.2 3.3-2 1.4-.8 2.6.2 3.5.2.8 0 2-1 3.5-.2 1.4.8 2.3 1.6 3.3 2-1.9-1.2-2.7-3-4.8-3-.4 0-1.2.2-2 .6l-2-.7z"/>
<path fill="#85340a" d="M317.2 251.6c-.8 0-1.8.2-3.4.6 3.7-.8 4.5.5 6.2.5 1.6 0 2.5-1.3 6.1-.5-4-1.2-4.9-.4-6.1-.4-.8 0-1.4-.3-2.8-.2z"/>
<path fill="#85340a" d="M314 252.2h-.8c4.3.5 2.3 3 6.8 3s2.5-2.5 6.8-3c-4.5-.4-3.1 2.3-6.8 2.3-3.5 0-2.4-2.3-6-2.3z"/>
<path fill="#85340a" d="M323.7 258.9a3.7 3.7 0 0 0-7.4 0 3.8 3.8 0 0 1 7.4 0z"/>
<path id="e" fill="#85340a" stroke-width="1" d="M303.4 234.3c4.7-4.1 10.7-4.8 14-1.7a8 8 0 0 1 1.5 3.4c.4 2.4-.3 4.9-2.1 7.5l.8.4c1.6-3.1 2.2-6.3 1.6-9.4l-.6-2.3c-4.5-3.7-10.7-4-15.2 2z"/>
<path id="d" fill="#85340a" stroke-width="1" d="M310.8 233c2.7 0 3.3.6 4.5 1.7 1.2 1 1.9.8 2 1 .3.2 0 .8-.3.6-.5-.2-1.3-.6-2.5-1.6s-2.5-1-3.7-1c-3.7 0-5.7 3-6.1 2.8-.5-.2 2-3.5 6.1-3.5z"/>
<use xlink:href="#h" width="100%" height="100%" transform="translate(-18.4)"/>
<circle id="f" cx="310.9" cy="236.3" r="1.8" fill="#85340a" stroke-width="1"/>
<path id="g" fill="#85340a" stroke-width="1" d="M305.9 237.5c3.5 2.7 7 2.5 9 1.3 2-1.3 2-1.7 1.6-1.7-.4 0-.8.4-2.4 1.3-1.7.8-4.1.8-8.2-.9z"/>
<path id="ar-e" fill="#85340a" stroke-width="1" d="M303.4 234.3c4.7-4.1 10.7-4.8 14-1.7a8 8 0 0 1 1.5 3.4c.4 2.4-.3 4.9-2.1 7.5l.8.4c1.6-3.1 2.2-6.3 1.6-9.4l-.6-2.3c-4.5-3.7-10.7-4-15.2 2z"/>
<path id="ar-d" fill="#85340a" stroke-width="1" d="M310.8 233c2.7 0 3.3.6 4.5 1.7 1.2 1 1.9.8 2 1 .3.2 0 .8-.3.6-.5-.2-1.3-.6-2.5-1.6s-2.5-1-3.7-1c-3.7 0-5.7 3-6.1 2.8-.5-.2 2-3.5 6.1-3.5z"/>
<use xlink:href="#ar-h" width="100%" height="100%" transform="translate(-18.4)"/>
<circle id="ar-f" cx="310.9" cy="236.3" r="1.8" fill="#85340a" stroke-width="1"/>
<path id="ar-g" fill="#85340a" stroke-width="1" d="M305.9 237.5c3.5 2.7 7 2.5 9 1.3 2-1.3 2-1.7 1.6-1.7-.4 0-.8.4-2.4 1.3-1.7.8-4.1.8-8.2-.9z"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Before After
Before After

109
src/icons/flags/arab.svg Normal file
View file

@ -0,0 +1,109 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.0" id="flag-icons-arab" viewBox="0 0 640 480">
<path fill="#006233" d="M0 0v480h640V0Z" class="arab-fil0 arab-str0"/>
<g fill="#fff" fill-rule="evenodd" stroke="#fff">
<path stroke-width=".4" d="M1071.9 2779.7c-25.9 38.9-7.2 64.2 19.5 66 17.6 1.3 54.2-24.9 54.1-55.7l-10-5.6c5.6 15.8-.2 20.8-12.1 31.6-23.5 21.3-71.5 22.8-51.5-36.3z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path d="M1277.2 2881.7c145.8 4.1 192.2-137 102.2-257.8l-8.9 13.3c5.8 56.3 14.2 111.8 15 169.5-17.6 20.7-43.2 13-48.3-10 .3-31.2-9.9-57.6-22.8-82.8l-7.2 13.3c8.4 20.7 17.5 44 19.4 69.5-41.6 49.9-87.6 60-70.5-5.6-32.9 57.5 16.9 98 73.3 9.5 12.1 60.4 58.9 22.9 61.7 9.9 5.1-39.6 2.5-103.4-7.8-153.8 40.6 70.3 42 121 20.4 154.9-24 37.7-76.2 55.3-126.5 70.1z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path d="M1359.9 2722.2c-31.2 2.3-47.2-4.1-30.3-27.2 16.7-22.6 32.3-4.6 36.5 25.6 3.9 28.3-54.8 64.4-75.1 64.4-30.7 0-44.9-39.5-16.6-75-36.4 103.6 78.6 43.5 85.5 12.2zm-21.6-24c-3.8-.2-6.6 6.5-4.7 7.8 5.5 3.8 14.2 1.5 15.1-.4 1.9-4.2-5.1-7.2-10.4-7.4z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path d="M1190.5 2771.1c-30 59-.1 83.4 38.4 76.6 22.4-4.1 50.8-20 67.2-41.7.3-47.8-.4-95.2-4.6-141.5 15-17.9-1.3-17.8-7-37-2.6 11.2-8.9 23.3-2.8 32 4.3 46.7 6.7 94 6.6 142.2-30.2 24.3-52.9 33.3-69.1 33.1-33.5-.3-40.7-28.5-28.7-63.7z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path d="M1251.8 2786.7c-.5-44.5-1.2-95-5.2-126.1 15.6-17.3-.8-17.7-5.9-37.1-3 11-9.6 23-3.8 31.9 2.6 47.6 5.1 95.2 5.6 142.8 3.6-2.3 7.7-3.2 9.3-11.5z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path stroke-width=".4" d="M1135.4 2784.6c-3.8-4.8-6.5-10.2-9.6-14.9-.5-6.7 4-12.9 4.6-16.3 5.1 7.9 8.1 13.9 12.2 17.8m5.4 3.1c7.5 3 16.7 3 25.2 3.2 32.8.6 67.3-4.8 63.6 39.6a66.2 66.2 0 0 1-65.2 61.9c-41.7-.4-77.3-46.4-13-131.1 6.2-1 14.3.7 21 1.3 11.5.9 23.3-.2 36.8-11-1.6-27.9-1.6-54.3-5-79.5-5.8-8.9.8-20.8 3.8-31.9 5.1 19.4 21.4 19.8 5.9 37.2 3.7 28 4.1 56.5 4.1 73.5-7.8 11.9-13.9 24.5-36.7 29.3-23.3-3.4-33.8-36-58.1-25.2 6.7-29.4 68.4-36.1 74.6-12.9-4.1 24.2-61.7 14.5-77 92.7-4.7 24.1 20.7 46.3 46.8 44.5 25.5-1.7 52.7-19.4 55.4-49.2 2.1-24.9-33-22-47.7-21.7-21.4.5-34.9-2.8-43-7.5m21.9-53.9c3.8-3.6 17.1-6.1 21.9-.3-3.6 2.4-7.1 5-10 8.1-5-2.6-8.3-5.2-11.9-7.8z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path d="M1194 2650.9a49 49 0 0 1 5.3 21c-2.2 10.4-11.1 20.1-20.3 20.4-5.7.2-12.1-1.4-16.6-10.3-.5-1.1-2.9-3.7-5.2-2.5-10.1 16.6-17.6 23.6-26.7 23.5-18.2-.3-12.8-16.5-29.6-21.5-7-.2-18.5 6.9-24.4 20.8-22.4 63.5-42.8-.2-34.1-29.8 1.3 28.3 8.1 45.1 15.1 44.6 5.1-.5 9.6-12.3 16.1-24.7 5-9.5 17-26.6 29.7-26.6 11.6.3 4.3 21.6 27.5 21.3 11.2-.2 21.5-8.8 31.9-26 2.3-.4 2.9 3.7 3.4 5.1 1.6 5.9 11.8 22.1 25.6 7.3-.7-3.2-.4-8.5-3.9-9.6z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path stroke-width=".4" d="M1266.9 2598.3c-12.3 6.1-21.3.5-26.4-4.9 8.9-1.8 15.8-5 17.8-12-4-9-13.5-12.9-26.9-13-17.9.5-27.1 7.7-28.2 17.6 8.3.3 15.8-2 19 6-14.7 7.2-32 9.8-50.8 9.7-30.8 1.6-35.3-12.3-43.4-24.5-.6-.8-3.3-2.1-4.7-1.9-9.5 0-16.5 33.2-27.2 33.1-10.7-1.4-8.3-21.4-11.4-32.8-2.6 17.9 3.3 84.5 36.4 12.2 1-2.4 2.4-1.7 3.3.3 8.9 20.2 27 27.2 46.5 28.2 16.3.9 37.1-6.2 59.4-18.8 5.9 6.5 10.6 13.9 23 15.3 14.5.7 30-9.8 33.5-22.8 1.8-6.7 2.1-19.9-5-20.1-9.9-.3-17.1 23.7-14.8 45.3.2-.3 1.3-5.4 1.3-5.4m-43.8-28.8c6.5-3 12.8-4.4 17.8 2.2a27.4 27.4 0 0 0-8.4 4c-2.8-2.2-6.6-3.3-9.4-6.2zm47.8 14.9c1.6-7.1 2.5-12.8 8.3-16.5 1.2 7.5 1.4 11.7-8.3 16.5zm39 11c-1.9-6.1-3.8-11.4-4.4-18-1.4-13.4 10.1-21 20.5-19.9 10.7 1.1 17.8 5.1 28 8.6 8 2.7 18.8 4.8 29.1 7.7 5.8 2.6 0 9.4-1.5 10.3-25.8 10.1-44.1 26.1-60.5 26.8-9.8.5-18.5-5.9-26.4-19-.5-25.4-1.4-55.2-3.9-73.9 3.8-3.8 4.6-6.6 6.4-9.7 2 24.7 2.8 50.7 3.3 76.9 2.1 4.5 4.7 8.3 9.4 10.2zm16.5 2c-13.8 3.9-12.1-7.8-13.4-15-1.5-8.4-.5-17.9 10.2-15.5 13.9 3.7 26.6 8.6 38.9 13.8z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path stroke-width=".4" d="m1314.3 2621.3 1.9 9.3h1.5l-.6-8.7" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m1094.2 2718.5 7-7.2 8.1 6.9-7.5 6.7zm17.8-2.4 7.1-7.2 8.1 6.9-7.5 6.7zm-49.5-74.6 7.1-7.2 8.1 6.9-7.5 6.7zm3.2 21.2 7.1-7.2 8 6.9-7.5 6.7zm128.5 35.5 6.5-5.3 6 6.5-6.8 4.8zm-85.8-135.7 4.6-4.7 5.3 4.5-4.9 4.4zm11.7-1.5 4.6-4.8 5.3 4.6-4.9 4.3zm245.6 53.7-4.4 3.7-4.2-4.3 4.6-3.4z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path stroke-width=".4" d="m1158.7 2747.4-.5 7.9 12.6 1.2 10.1-7.6z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
<path d="m1265.2 2599.8 3.7-.8-.4 10.3-2.3.9z" transform="matrix(.36355 0 0 .3308 -130 -670.9)"/>
</g>
<path fill="#fff" d="M320 326.3c51.6 0 93.6-38.2 93.6-85.2a81.9 81.9 0 0 0-32.6-64.4 70.2 70.2 0 0 1 19.2 48c0 40.8-35.9 73.9-80.2 73.9-44.3 0-80.2-33.1-80.2-74 0-18.3 7.2-35.1 19.2-48a81.8 81.8 0 0 0-32.6 64.6c0 46.9 42 85.1 93.6 85.1z" class="arab-fil2"/>
<g fill="#fff" stroke="#000" stroke-width="8">
<path d="M-54 1623c-88 44-198 32-291-28-4-2-6 1-2 12 10 29 18 52-12 95-13 19 2 22 24 20 112-11 222-36 275-57zm-2 52c-35 14-95 31-162 43-27 4-26 21 22 27 49 5 112-30 150-61z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M0 1579c12 0 34-5 56-8 41-7 11 56-56 56v21c68 0 139-74 124-107-21-48-79-7-124-7s-103-41-124 7c-15 33 56 107 124 107v-21c-67 0-97-63-56-56 22 3 44 8 56 8z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M54 1623c88 44 198 32 291-28 4-2 6 1 2 12-10 29-18 52 12 95 13 19-2 22-24 20-112-11-222-36-275-57zm2 52c35 14 94 31 162 43 27 4 26 21-22 27-49 5-112-30-150-61z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M3 1665c2 17 5 54 28 38 31-21 38-37 38-67 0-19-23-47-69-47s-69 28-69 47c0 30 7 46 38 67 23 16 25-21 28-38 1-6 6-4 6 0z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
</g>
<g fill="#fff" stroke="#000" stroke-width="8">
<path d="M-29 384c-13-74-122-79-139-91-20-13-17 0-10 20 20 52 88 73 119 79 25 4 33 6 30-8z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M4 386c11-76-97-112-110-129-15-18-17-7-10 14 13 45 60 98 88 112 23 12 30 17 32 3z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M93 430c10-91-78-105-101-134-15-18-16-8-11 13 10 46 54 100 81 117 21 13 30 18 31 4z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M66 410c-91-59-155-26-181-29-25-3-33 13 10 37 53 29 127 25 156 14 30-12 21-18 15-22zm137 40c-28-98-93-82-112-94s-21-9-17 13c8 39 75 82 108 95 12 4 27 10 21-14z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M190 467c-78-63-139-16-163-23-18-5-10 7-3 12 50 35 112 54 160 32 19-8 20-10 6-21zm169 64c1-62-127-88-154-126-16-23-30-11-22 26 12 48 100 101 148 111 29 6 28-4 28-11z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M355 542c-81-73-149-49-174-56-25-6-35 9 4 39 48 36 122 43 153 36s23-14 17-19zm145 107c-23-106-96-128-114-148-17-20-35-14-20 34 18 57 77 107 108 119 30 13 28 3 26-5z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M499 663c-59-95-136-92-160-105-23-14-39-2-8 39 36 50 110 78 144 80s28-7 24-14z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M575 776c34-108-44-148-52-166-9-18-18-18-23 1-22 77 49 152 60 167 11 14 13 7 15-2z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M559 806c-27-121-98-114-114-131-17-17-19-5-16 17 8 59 79 99 111 119 10 6 22 13 19-5zm68 142c49-114-9-191-27-208-18-16-29-23-23 0 8 35-20 125 23 191 14 22 16 43 27 17z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M601 971c11-70-29-134-72-159-25-15-26-11-26 10 2 65 63 119 81 149 17 28 16 7 17 0z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M590 1153c-36-132 39-208 62-223 22-16 36-22 26 3-15 37 1 140-56 205-18 22-25 45-32 15z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M598 1124c30-115-35-180-55-193-19-13-31-18-22 3 12 32-1 122 49 178 16 19 22 38 28 12z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M561 1070c-54 58-55 143-31 193 15 29 17 27 31 6 38-61 15-149 17-188 1-37-11-17-17-11z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M650 1162c0 80-49 145-101 165-30 11-30 8-26-16 14-90 83-123 108-152 24-28 19-5 19 3z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M464 1400c88-80 41-136 45-188 2-28-9-21-19-11-56 55-59 153-47 191 5 17 13 15 21 8z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M582 1348c-29 88-106 142-171 145-38 2-37-1-24-27 49-94 136-105 175-129 36-22 23 2 20 11z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M343 1513c114-57 91-152 112-176 15-17-3-15-12-9-67 39-121 101-122 167 0 25 2 28 22 18z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M187 1619c144 23 211-86 253-96 22-5 6-14-5-15-96-11-218 34-255 84-15 20-15 24 7 27z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M333 1448c-29 95-137 173-218 179-38 3-38-1-24-26 65-118 178-138 218-168 34-26 27 6 24 15zM29 384c13-74 122-79 139-91 20-13 17 0 10 20-20 52-88 73-119 79-25 4-33 6-30-8z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-4 386c-11-76 97-112 110-129 15-18 17-7 10 14-13 45-60 98-88 112-23 12-30 17-32 3z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-93 430c-10-91 78-105 101-134 15-18 16-8 11 13-10 46-54 100-81 117-21 13-30 18-31 4z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-66 410c91-59 155-26 181-29 25-3 33 13-10 37-53 29-127 25-156 14-30-12-21-18-15-22zm-137 40c28-98 93-82 112-94s21-9 17 13c-8 39-75 82-108 95-12 4-27 10-21-14z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-190 467c78-63 139-16 163-23 18-5 10 7 3 12-50 35-112 54-160 32-19-8-20-10-6-21zm-169 64c-1-62 127-88 154-126 16-23 30-11 22 26-12 48-100 101-148 111-29 6-28-4-28-11z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-355 542c81-73 149-49 174-56 25-6 35 9-4 39-48 36-122 43-153 36s-23-14-17-19zm-145 107c23-106 96-128 114-148 17-20 35-14 20 34-18 57-77 107-108 119-30 13-28 3-26-5z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-499 663c59-95 136-92 160-105 23-14 39-2 8 39-36 50-110 78-144 80s-28-7-24-14z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-575 776c-34-108 44-148 52-166 9-18 18-18 23 1 22 77-49 152-60 167-11 14-13 7-15-2z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-559 806c27-121 98-114 114-131 17-17 19-5 16 17-8 59-79 99-111 119-10 6-22 13-19-5zm-68 142c-49-114 9-191 27-208 18-16 29-23 23 0-8 35 20 125-23 191-14 22-16 43-27 17z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-601 971c-11-70 29-134 72-159 25-15 26-11 26 10-2 65-63 119-81 149-17 28-16 7-17 0z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-590 1153c36-132-39-208-62-223-22-16-36-22-26 3 15 37-1 140 56 205 18 22 24 45 32 15z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-598 1124c-30-115 35-180 55-193 19-13 31-18 22 3-12 32 1 122-49 178-16 19-22 38-28 12z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-561 1070c54 58 55 143 31 193-15 29-17 27-31 6-38-61-15-149-17-188-1-37 11-17 17-11z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-650 1162c0 80 49 145 101 165 30 11 30 8 26-16-14-90-83-123-108-152-24-28-19-5-19 3z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-464 1400c-88-80-41-136-45-188-2-28 9-21 19-11 56 55 59 153 47 191-5 17-13 15-21 8z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-582 1348c29 88 106 142 171 145 38 2 37-1 24-27-49-94-136-105-175-129-36-22-23 2-20 11z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-343 1513c-114-57-91-152-112-176-15-17 3-15 12-9 67 39 121 101 122 167 0 25-2 28-22 18z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-187 1619c-144 23-211-86-253-96-22-5-6-14 5-15 96-11 218 34 255 84 15 20 15 24-7 27z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
<path d="M-333 1448c29 95 137 173 218 179 38 3 38-1 24-26-65-118-178-138-218-168-34-26-27 6-24 15z" class="arab-fil2 arab-str2" transform="matrix(.23458 0 0 .21345 320 27.3)"/>
</g>
<path fill="#006233" d="M359.6 128.9c-4.4-3-20.8-1.3-23.9-3.3 5.9 4.5 19 1.3 24 3.3zm39.7 7.6c-3.5-5.7-24.4-9.6-27.5-14.7 5.5 9.8 21.6 8.5 27.5 14.7zm-3 6.6c-7.8-6.8-25.8-4-31.3-8 12.7 10.4 19.7 2.3 31.2 8zM351 112.8c4.9 2.4 11 4.7 14 10.3-3.5-4.3-9.8-6-15-9.6.3 0 .7-.4 1-.7zm77 44c-3.1-6.4-14-13.4-14.9-15.8 3 8.3 12 10.3 14.8 15.8zm2.7 11.3c-9.4-13.4-24.1-12-30-17 4.5 4.9 21.4 8 30 17zm21.8 20.7c.7-14.3-11-19.6-11.4-27.7-.3 9.6 12 22.6 11.4 27.7zm-5.8 7.7c-2.4-12.4-18.3-13.2-21.1-20.5 0 6.8 18.7 13.9 21 20.5zm13.1-7c8.5 9.4 2.6 23.7 6.1 34.1-4.2-7.7-2.1-26.9-6-34.1zm-13.8 40c12.6 12.5 7.5 26.3 12.6 32.3-6.3-8.3-5.4-24.5-12.6-32.2zm26.3 1.8c-10.9 10.9-4.3 27.3-10 35 6.4-6.6 5.5-27 10-35zm-13.7 0c-1.4-12.6-14.3-19.2-15.4-26-1.5 6.8 12.4 17.5 15.4 26zm-6.5 30c2 8.8-5.7 27.6-3.3 33.4-5.2-10 4.4-29 3.3-33.3zm16.6 20.1c-5.1 15.6-15.5 14.6-18.7 24 2.3-9 16-17.1 18.7-24zm-33.5 7.3c-6.8 10.5-1.2 22.4-6.8 29.9 8-7.5 3.7-21.4 6.8-29.9zm16.4 28.6c-8.2 13.9-25.1 12.6-31.9 22.6 6.8-12.6 27.7-14.7 32-22.6zm-29.8-1.7c-14.5 9.2-10 18.8-21.1 29 13.8-10.2 12.7-21.5 21.1-29zm-6.8 37.2c-14-.5-34.2 16.2-46.4 14.9 12.2 2.4 34.7-12.6 46.4-15zm-22.7-15c-1 13-37.6 21.4-41.5 30.1 4.4-11.5 36.6-20 41.5-30zm-82.8-240c-4.7-3.7-10.4-6.7-12-10.3 1.2 4.7 5.8 8 10.5 11.3.5-.2 1-.9 1.5-1.1zm-8 3.7c-7.3-3.2-15.7-3-19.5-7.4 2.4 4.4 10.3 6.1 17.1 8.5.7-.4 1.7-.9 2.4-1zm-21.1 27.3c4.4-3 20.8-1.2 23.9-3.2-5.9 4.5-19 1.3-24 3.2zm-39.7 7.7c3.5-5.7 24.4-9.6 27.5-14.7-5.4 9.8-21.6 8.5-27.5 14.7zm3 6.6c7.8-6.8 25.9-4 31.3-8-12.7 10.4-19.7 2.3-31.2 8zm31.3-20c4.4-8.6 17-9.6 20.4-14.8-5 7.7-15.7 9-20.4 14.8zm36-7.5c13-5.5 25.7-.8 31.8-3.4-7.5 3.6-25.4 1.9-31.7 3.4zm-98.9 41.2c3-6.4 13.8-13.5 14.8-15.8-3 8.3-12 10.3-14.8 15.8zm-2.8 11.3c9.4-13.4 24.1-12 30-17-4.4 4.9-21.3 8-30 17zm-21.8 20.7c-.7-14.3 11-19.6 11.5-27.7.2 9.6-12 22.6-11.5 27.7zm5.8 7.7c2.4-12.4 18.3-13.2 21.1-20.5 0 6.8-18.7 13.9-21 20.5zm-13.1-7c-8.4 9.4-2.6 23.6-6 34.1 4.1-7.7 2-26.9 6-34.1zm13.8 40c-12.6 12.5-7.5 26.3-12.6 32.3 6.3-8.3 5.4-24.5 12.6-32.2zm-26.2 1.8c10.8 10.9 4.2 27.3 9.8 35-6.3-6.6-5.4-27-9.8-35zm13.6 0c1.4-12.6 14.3-19.2 15.4-26 1.5 6.8-12.4 17.5-15.4 26zm6.5 30c-2 8.8 5.7 27.6 3.3 33.4 5.2-10-4.4-29-3.3-33.3zm-16.6 20.1c5.2 15.6 15.5 14.6 18.8 24-2.4-9-16-17.1-18.8-24zm33.5 7.3c6.8 10.5 1.2 22.4 6.8 29.9-8-7.5-3.7-21.4-6.8-29.9zm-16.4 28.6c8.2 13.9 25.1 12.6 32 22.6-6.9-12.6-27.8-14.7-32-22.6zm29.8-1.7c14.5 9.2 10.1 18.8 21.1 29-13.8-10.2-12.6-21.5-21.1-29zm6.8 37.1c14-.4 34.3 16.3 46.4 15-12.1 2.3-34.7-12.6-46.4-15zm22.8-15c.9 13.1 37.5 21.4 41.5 30.2-4.5-11.5-36.6-20-41.6-30.1zM301 116c2.8-11.5 17-13.6 18.8-20.5-.7 7.3-17.4 15.4-18.8 20.5zm41.5-28.6c-2 8.8-17.3 13.7-19.4 20.3.7-9 16.4-14 19.4-20.3zm-12 20.8c7.3-10.7 22.3-8 27.5-14.1-3.8 7.2-22.3 7.4-27.5 14z" class="arab-fil0"/>
<path fill="none" stroke="#f7c608" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M429.8 240c0 55.5-49.3 100.4-110.3 100.4-60.9 0-110.3-44.9-110.3-100.3 0-55.5 49.4-100.4 110.3-100.4 61 0 110.3 45 110.3 100.4z"/>
<path fill="#f7c608" d="m298 340.5-.5 1.2c-.3.8-1.1 1.3-2.1 1.2l-8-1.9 2.6-7.7 8 1.7c.9.2 1.4 1 1 1.8l-.2 1m-19-4.8.4-1.2c.2-.9 1.1-1.3 2-1a95 95 0 0 0 7.8 2.5l-2.5 7.7c-2.8-.7-5.4-1.4-7.9-2.3-.8-.4-1-2-.7-2.9"/>
<path fill="#006233" d="m296.4 339.8-.3.9c-.2.6-1 .9-1.7.8l-6.6-1.6 1.8-5.6c2.4.7 4.9 1.2 6.6 1.5.8.2 1.2.8 1 1.4l-.2.7m-15.8-4 .3-1c.2-.5.9-.8 1.6-.6 1.9.6 4 1.4 6.5 2l-1.8 5.6a98.9 98.9 0 0 1-6.5-1.9c-.7-.4-1-1.5-.7-2.1"/>
<path fill="#f7c608" d="m267.7 330.8-.7 1c-.5.8-1.5 1-2.4.7-2-1.2-4.7-2.5-7-3.9l4.8-6.8a80.3 80.3 0 0 0 7.1 3.7c.8.4 1 1.3.5 2l-.6 1m-16.7-9.6.7-1c.5-.8 1.5-1 2.3-.5 1.8 1.3 4.1 2.9 6.7 4.4l-4.9 6.8a91.1 91.1 0 0 1-6.7-4.2c-.7-.7-.4-2.3 0-3"/>
<path fill="#006233" d="m266.5 329.7-.6.8c-.3.5-1.1.6-1.9.3-1.6-1-3.8-2-5.8-3.2l3.5-4.9c2 1.3 4.3 2.4 5.9 3.1.6.4.9 1 .5 1.6l-.5.6m-13.8-7.9.5-.8c.4-.5 1.1-.6 1.8-.2a89.5 89.5 0 0 0 5.6 3.6l-3.5 4.9c-2-1.2-4-2.3-5.6-3.5-.6-.5-.5-1.7-.1-2.2"/>
<path fill="#f7c608" d="m241.8 313.7-1 .8c-.8.6-1.8.5-2.6 0-1.5-1.6-3.7-3.5-5.5-5.5l6.7-5.3c2 2.1 4.2 4 5.7 5.4.7.6.6 1.5-.1 2l-.9.8m-13-13.4 1-.9c.7-.5 1.7-.5 2.3.2a73 73 0 0 0 5 6l-6.7 5.2c-1.9-2-3.7-3.9-5.2-5.8-.5-.8.3-2.2 1-2.8"/>
<path fill="#006233" d="m240.9 312.4-.8.6c-.5.4-1.2.3-1.9-.2l-4.6-4.6 4.9-3.8a77 77 0 0 0 4.7 4.5c.5.6.5 1.3 0 1.7l-.7.5m-10.8-11.2.7-.6c.6-.4 1.3-.3 1.8.2 1.2 1.5 2.6 3.2 4.3 5l-4.9 3.7-4.3-4.8c-.4-.6.1-1.7.6-2.1"/>
<path fill="#f7c608" d="m222.2 290.7-1.3.5c-.8.4-1.8 0-2.4-.6l-3.6-6.8 8.1-3.3c1.3 2.5 2.7 5 3.8 6.6.4.8 0 1.6-.8 2l-1 .4m-8.4-16.2 1.2-.6c.9-.3 1.8 0 2.2.8a70.6 70.6 0 0 0 3 7l-8 3.3a60.2 60.2 0 0 1-3.3-6.8c-.2-1 1-2.1 1.9-2.5"/>
<path fill="#006233" d="m221.7 289.2-.9.3c-.6.3-1.3 0-1.8-.6l-3-5.6 5.8-2.4a67.8 67.8 0 0 0 3.2 5.5c.3.7.1 1.4-.5 1.6l-.8.3m-7-13.5 1-.3c.6-.3 1.3 0 1.6.6a77 77 0 0 0 2.5 5.8l-5.7 2.4a58 58 0 0 1-2.7-5.7c-.2-.7.6-1.6 1.2-1.9"/>
<path fill="#f7c608" d="m210.5 263.5-1.4.2a2 2 0 0 1-2-1.2l-1.5-7.4 8.8-1.1a63.7 63.7 0 0 0 1.7 7.3c.1.9-.5 1.6-1.4 1.7l-1.2.2m-3-17.7 1.4-.2c.9-.2 1.7.4 1.8 1.2.1 2.2.3 4.7.7 7.5l-8.8 1.1a75 75 0 0 1-1-7.4c.2-.9 1.7-1.7 2.6-1.8"/>
<path fill="#006233" d="m210.5 262-1 .1c-.6.1-1.2-.3-1.5-1l-1.1-6.2 6.3-.8a64.4 64.4 0 0 0 1.3 6.1c.1.7-.3 1.3-1 1.4l-.8.1m-2.5-14.7 1-.2c.7 0 1.3.4 1.3 1.1.2 1.8.3 4 .7 6.2l-6.3.8c-.4-2-.7-4.2-.8-6.1 0-.7 1.1-1.4 1.8-1.5"/>
<path fill="#f7c608" d="m207.7 234.5-1.4-.2c-1 0-1.5-.8-1.6-1.7.3-2 .5-4.8 1-7.4l8.7 1.2a64.7 64.7 0 0 0-.7 7.4c-.1.9-.9 1.4-1.8 1.3l-1.2-.2m2.6-17.7 1.4.1c.9.2 1.5.9 1.4 1.7a68.7 68.7 0 0 0-1.7 7.4l-8.8-1.2c.4-2.5.8-5 1.4-7.4.4-.8 2.1-1.2 3-1"/>
<path fill="#006233" d="M208.2 233h-1c-.7-.2-1-.8-1.1-1.5l.8-6.1 6.3.8a65 65 0 0 0-.6 6.2c-.1.7-.7 1.1-1.4 1h-.8m2.1-14.9 1 .2c.7 0 1.1.7 1 1.4-.4 1.7-1 3.8-1.3 6l-6.3-.7 1.1-6.2c.3-.7 1.5-1 2.2-1"/>
<path fill="#f7c608" d="m214 206-1.3-.6c-.9-.3-1.2-1.1-1-2 1-2 2-4.6 3.2-6.9l8 3.4a69.8 69.8 0 0 0-3 7c-.3.7-1.2 1-2 .7l-1.2-.5m8-16.4 1.3.6c.8.3 1.2 1.2.8 2a72.5 72.5 0 0 0-3.8 6.6l-8.1-3.4c1.1-2.3 2.3-4.7 3.6-6.7.6-.7 2.4-.7 3.2-.3"/>
<path fill="#006233" d="m215 204.7-1-.4c-.6-.2-.8-1-.6-1.6l2.6-5.7 5.8 2.4a66.3 66.3 0 0 0-2.5 5.8c-.3.6-1 .9-1.6.6l-.8-.3m6.7-13.6.9.4c.6.2.8.9.5 1.6a71.3 71.3 0 0 0-3.2 5.5l-5.7-2.4c1-2 1.9-4 3-5.6.4-.6 1.7-.7 2.3-.4"/>
<path fill="#f7c608" d="m228.9 180.2-1.1-.9c-.7-.5-.8-1.4-.4-2.2 1.6-1.6 3.4-3.9 5.2-5.8l6.8 5.3a72 72 0 0 0-5 6 1.7 1.7 0 0 1-2.4 0l-.9-.6m12.8-13.7 1 .8c.8.6.8 1.5.2 2.2a78.4 78.4 0 0 0-5.7 5.3l-6.8-5.3c1.9-2 3.7-3.9 5.6-5.5.8-.5 2.5 0 3.2.5"/>
<path fill="#006233" d="m230.2 179.2-.8-.6c-.5-.4-.5-1.1-.1-1.7l4.3-4.9 4.8 3.8a71.3 71.3 0 0 0-4.2 5c-.5.5-1.2.6-1.8.2l-.6-.5m10.6-11.4.8.6c.5.4.5 1.1 0 1.6a80 80 0 0 0-4.8 4.6l-4.8-3.8c1.6-1.7 3-3.3 4.6-4.6.7-.5 2-.2 2.4.2"/>
<path fill="#f7c608" d="m251 159.2-.7-1c-.5-.8-.3-1.6.4-2.3 2-1.1 4.4-2.8 6.8-4.2l4.8 6.8a78 78 0 0 0-6.7 4.4 1.7 1.7 0 0 1-2.2-.4l-.7-1m16.5-9.8.7 1c.6.8.3 1.7-.4 2.1-2.2 1-4.6 2.2-7.2 3.7l-4.8-6.8c2.3-1.4 4.7-2.8 7-3.9 1-.2 2.4.7 2.9 1.4"/>
<path fill="#006233" d="m252.7 158.6-.6-.7c-.3-.6-.1-1.2.4-1.7 1.7-1 3.7-2.4 5.7-3.5l3.4 4.8a97 97 0 0 0-5.5 3.7c-.7.4-1.4.3-1.8-.3l-.5-.6m13.7-8.2.6.8c.3.5.1 1.2-.5 1.5a83.3 83.3 0 0 0-6 3.1l-3.4-4.8 5.8-3.3c.8-.2 1.9.4 2.3.9"/>
<path fill="#f7c608" d="m279 144.9-.5-1.3c-.2-.8.2-1.6 1-2l7.9-2.3 2.5 7.7a82.5 82.5 0 0 0-7.8 2.6c-.9.2-1.7-.2-2-1l-.3-1m18.8-5.4.4 1.3c.3.8-.2 1.6-1 1.8a88.9 88.9 0 0 0-8.1 1.7l-2.5-7.7a85 85 0 0 1 8-2c.9 0 2 1.3 2.3 2"/>
<path fill="#006233" d="m280.6 144.7-.3-1c-.1-.5.3-1 1-1.4l6.5-2 1.8 5.6a81.2 81.2 0 0 0-6.5 2c-.7.3-1.4 0-1.6-.6l-.3-.7m15.7-4.4.3.9c.2.6-.2 1.2-1 1.4-1.9.3-4.2.8-6.6 1.4l-1.8-5.5a90 90 0 0 1 6.6-1.6c.8-.1 1.6.8 1.8 1.4"/>
<path fill="#f7c608" d="M310 138.2v-1.3c0-.8.8-1.5 1.7-1.7l8.2-.2v8.1a84 84 0 0 0-8.2.4c-1 0-1.6-.6-1.6-1.5v-1m19.7-.2v1.2c0 .9-.7 1.5-1.7 1.5a90 90 0 0 0-8.2-.4V135c2.8 0 5.7 0 8.2.2 1 .2 1.7 1.7 1.7 2.6"/>
<path fill="#006233" d="M311.8 138.5v-1c0-.6.5-1 1.3-1.2l6.9-.1v5.8c-2.6 0-5.1.1-6.9.3-.7 0-1.3-.5-1.3-1v-.9m16.3-.1v.9c0 .6-.5 1-1.3 1a82.4 82.4 0 0 0-6.8-.2v-5.8l6.8.1c.8.2 1.3 1.2 1.3 1.9"/>
<path fill="#f7c608" d="m340 139.6.3-1.2c.3-.8 1.1-1.2 2.1-1.2l8 1.8-2.5 7.8a84.5 84.5 0 0 0-8-1.6c-.9-.3-1.4-1-1.1-1.9l.3-1m19 4.7-.4 1.2c-.2.9-1.1 1.3-2 1a87.5 87.5 0 0 0-7.8-2.4l2.5-7.8c2.7.7 5.4 1.4 7.8 2.3.8.4 1 2 .8 2.8"/>
<path fill="#006233" d="m341.5 140.3.2-.9c.2-.6 1-.9 1.7-.8l6.6 1.5-1.7 5.6a83.5 83.5 0 0 0-6.7-1.4c-.7-.2-1.1-.8-1-1.4l.3-.7m15.8 4-.3.8c-.2.6-.9 1-1.6.7a86.6 86.6 0 0 0-6.5-2l1.7-5.6c2.3.6 4.6 1.2 6.6 1.9.7.3 1 1.5.7 2"/>
<path fill="#f7c608" d="m370.2 149.1.7-1c.5-.8 1.5-1 2.4-.7 2 1.1 4.7 2.4 7.1 3.8l-4.7 6.9a80.6 80.6 0 0 0-7.3-3.6c-.7-.5-1-1.4-.5-2.1l.7-1m16.8 9.5-.8 1a1.7 1.7 0 0 1-2.2.5 82.3 82.3 0 0 0-6.7-4.3l4.7-6.9c2.4 1.4 4.8 2.7 6.8 4.2.7.6.4 2.2-.1 3"/>
<path fill="#006233" d="m371.5 150.2.5-.8c.4-.5 1.1-.6 1.9-.4 1.6 1 3.8 2 5.8 3.2l-3.4 5a79.3 79.3 0 0 0-6-3.1c-.6-.4-.8-1-.4-1.6l.4-.7m14 7.9-.6.8c-.4.5-1 .6-1.8.2a81.5 81.5 0 0 0-5.6-3.6l3.4-4.9 5.7 3.4c.6.6.5 1.7.1 2.3"/>
<path fill="#f7c608" d="m396.3 166 1-.9c.7-.5 1.7-.5 2.5 0l5.6 5.5-6.6 5.3a74.7 74.7 0 0 0-5.8-5.3c-.6-.6-.6-1.5.1-2l.9-.8m13.2 13.3-1 .9a1.7 1.7 0 0 1-2.4-.2 72 72 0 0 0-5-5.9l6.7-5.3c1.8 2 3.7 3.8 5.2 5.7.4.8-.3 2.3-1 2.8"/>
<path fill="#006233" d="m397.2 167.3.7-.6c.5-.4 1.3-.3 2 .1 1.2 1.4 3 3 4.6 4.6l-4.8 3.8a73.6 73.6 0 0 0-4.8-4.5c-.5-.5-.5-1.2 0-1.6l.7-.5m11 11-.8.7c-.5.4-1.3.3-1.8-.2a75.1 75.1 0 0 0-4.3-4.9l4.8-3.8 4.4 4.7c.4.7-.1 1.8-.6 2.2"/>
<path fill="#f7c608" d="m416.1 188.9 1.3-.6c.8-.3 1.8 0 2.4.7l3.7 6.6-8.1 3.5c-1.3-2.6-2.8-5-4-6.6-.3-.8 0-1.6.9-2l1-.5m8.6 16.2-1.3.5c-.8.4-1.8 0-2.1-.7a70.7 70.7 0 0 0-3.1-7l8-3.4a81.1 81.1 0 0 1 3.3 6.9c.2.9-1 2-1.8 2.4"/>
<path fill="#006233" d="m416.6 190.4.9-.4c.6-.3 1.3 0 1.8.6l3 5.5-5.8 2.5a74.4 74.4 0 0 0-3.2-5.5c-.3-.6-.1-1.3.5-1.6l.8-.3m7 13.5-.8.3c-.7.3-1.3 0-1.7-.6-.7-1.7-1.5-3.7-2.6-5.8l5.8-2.5 2.8 5.7c.1.8-.7 1.7-1.3 2"/>
<path fill="#f7c608" d="m428 215.9 1.4-.2a2 2 0 0 1 2.1 1.2l1.5 7.3-8.8 1.3a65.4 65.4 0 0 0-1.7-7.3c-.1-.9.4-1.6 1.4-1.7l1.1-.2m3.2 17.7-1.4.2c-.9.1-1.7-.4-1.8-1.3a71 71 0 0 0-.8-7.4l8.8-1.3c.4 2.6.8 5.1 1 7.5 0 .9-1.6 1.7-2.5 1.8"/>
<path fill="#006233" d="m428 217.4 1-.1c.7-.1 1.3.4 1.5 1 .3 1.8.9 4 1.2 6.1l-6.3 1a64.5 64.5 0 0 0-1.3-6.2c-.1-.7.2-1.3 1-1.3l.8-.2m2.6 14.7-1 .2c-.7 0-1.3-.4-1.4-1a67.2 67.2 0 0 0-.7-6.3l6.3-.9c.4 2.2.8 4.3.9 6.2 0 .7-1.1 1.4-1.8 1.5"/>
<path fill="#f7c608" d="m431.1 244.9 1.4.1c1 .1 1.6.9 1.7 1.8l-.9 7.4-8.8-1.1c.4-2.7.6-5.5.6-7.5.1-.8 1-1.4 1.9-1.2l1.1.1m-2.4 17.8-1.4-.2c-1 0-1.5-.8-1.4-1.7.6-2 1.2-4.6 1.6-7.3l8.8 1c-.4 2.6-.8 5.2-1.3 7.4-.4.9-2.1 1.3-3 1.2"/>
<path fill="#006233" d="M430.6 246.4h1c.7.2 1.1.8 1.2 1.5l-.8 6.2-6.3-.8.6-6.2c0-.7.6-1.2 1.3-1.1h.9m-2 14.9-1-.1c-.7-.1-1.1-.7-1-1.4.4-1.8.9-3.8 1.2-6.1l6.3.8a76.8 76.8 0 0 1-1 6c-.3.8-1.6 1.2-2.2 1"/>
<path fill="#f7c608" d="m425.1 273.5 1.3.5c.9.4 1.2 1.2 1 2l-3 7-8.2-3.3a66 66 0 0 0 3-7c.3-.8 1.2-1.1 2-.8l1.2.4m-7.9 16.5-1.2-.5c-.9-.4-1.3-1.2-.9-2 1.2-1.8 2.6-4.1 3.8-6.6l8.1 3.3a78.3 78.3 0 0 1-3.5 6.7c-.6.7-2.4.7-3.3.3"/>
<path fill="#006233" d="m424.2 274.8 1 .3c.5.3.7 1 .6 1.7l-2.6 5.7-5.9-2.3a66.2 66.2 0 0 0 2.5-5.8c.3-.7 1-1 1.6-.8l.8.4m-6.5 13.6-1-.3c-.6-.3-.8-1-.4-1.6a71.2 71.2 0 0 0 3-5.5l5.9 2.3a80.7 80.7 0 0 1-3 5.6c-.5.6-1.8.7-2.4.4"/>
<path fill="#f7c608" d="m410.5 299.4 1.1.8c.7.6.8 1.5.4 2.3-1.6 1.6-3.4 3.8-5.2 5.8L400 303c2-2 3.8-4.3 5-6 .6-.6 1.6-.6 2.3-.1l.9.7m-12.6 13.8-1-.8c-.8-.6-.9-1.5-.3-2.1 1.7-1.5 3.7-3.3 5.7-5.5l6.8 5.3a88.2 88.2 0 0 1-5.5 5.6c-.8.5-2.5 0-3.2-.6"/>
<path fill="#006233" d="m409.2 300.4.8.6c.5.4.5 1 .1 1.7l-4.3 4.8-4.9-3.7c1.7-1.8 3.2-3.6 4.2-5 .5-.5 1.3-.6 1.8-.2l.6.5m-10.4 11.5-.8-.6c-.5-.4-.5-1.1 0-1.7a77 77 0 0 0 4.6-4.5l5 3.7c-1.6 1.7-3.1 3.3-4.7 4.7-.6.4-1.8.1-2.4-.3"/>
<path fill="#f7c608" d="m388.5 320.5.7 1c.5.8.3 1.7-.3 2.3l-6.7 4.3-5-6.8a77.9 77.9 0 0 0 6.7-4.4 1.7 1.7 0 0 1 2.2.4l.7.9m-16.4 10-.7-1c-.6-.8-.4-1.7.4-2.2a84.3 84.3 0 0 0 7.2-3.7l4.8 6.8-7 4c-.9.2-2.3-.7-2.9-1.4"/>
<path fill="#006233" d="m386.9 321.1.5.8c.4.5.2 1.2-.4 1.7l-5.6 3.5-3.5-4.8 5.6-3.7c.6-.4 1.4-.3 1.7.2l.5.7m-13.6 8.3-.6-.8c-.3-.5-.1-1.2.5-1.6a83 83 0 0 0 6-3.1l3.4 4.8c-2 1.2-4 2.4-5.8 3.3-.7.3-1.9-.3-2.2-.8"/>
<path fill="#f7c608" d="m360.8 335.1.4 1.2c.3.8-.2 1.7-1 2l-7.8 2.5-2.6-7.8a75.4 75.4 0 0 0 7.7-2.6c.9-.2 1.8.2 2 1l.4 1m-18.8 5.5-.4-1.3c-.3-.8.2-1.6 1-1.8 2.4-.4 5.1-1 8-1.8l2.7 7.8c-2.7.7-5.4 1.5-8 2-1 0-2-1.3-2.3-2"/>
<path fill="#006233" d="m359 335.3.4.9c.2.6-.3 1.2-1 1.5l-6.4 2-1.9-5.6a82.2 82.2 0 0 0 6.4-2c.8-.3 1.5 0 1.7.6l.2.7m-15.6 4.5-.3-.9c-.2-.6.2-1.2 1-1.4a82.4 82.4 0 0 0 6.6-1.5l1.9 5.6a99.4 99.4 0 0 1-6.6 1.6c-.8 0-1.7-.8-2-1.4"/>
<path fill="#f7c608" d="M329.7 342v1.3c0 .9-.7 1.5-1.6 1.7-2.4 0-5.4.3-8.2.3l-.1-8.1a82.2 82.2 0 0 0 8.2-.5c1 0 1.6.6 1.6 1.5v1m-19.6.4v-1.2c0-.9.6-1.5 1.6-1.5 2.3.1 5.1.3 8.2.3v8.1l-8.2-.1c-.9-.2-1.6-1.7-1.6-2.6"/>
<path fill="#006233" d="M328 341.8v.9c0 .6-.6 1-1.4 1.2l-6.8.2v-5.7c2.5 0 5-.3 6.8-.4.8 0 1.3.4 1.4 1v.8m-16.4.3v-1c0-.5.5-1 1.3-1 2 .1 4.3.3 6.9.2v5.8H313c-.8-.2-1.4-1.3-1.4-1.9"/>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -2,8 +2,8 @@
<path fill="#006" d="M0 0h640v480H0Z"/>
<path fill="#bd1021" d="m-.6 240 640-240v480Z"/>
<path fill="#fff" d="m59.7 240 580-214.3v428.6"/>
<path d="M474 270.4c5.1.3 5 5.4 5 5.4l18 .4c2.3-6.3 4.8-5.6 9.2-2.4a32.9 32.9 0 0 0 8.7 4.2c1.7-9 14.5-7.2 14.5-7.2 5.6-13 6-12.9 2.7-14.5a10.7 10.7 0 0 1-4.6-4.5c-3-3.7-4.6-9.1-5-12.4-.4-3.3-4.2 1.6-5 .6-.6-1-6.3-.4-6.3-.4 1.4 1.5-3.4.6-3.4.6.5.4 0 1.7 0 1.7-.4-.6-4.1-1.2-4.1-1.2a6.1 6.1 0 0 1-1.1 1.6c-2-.8-6-.7-6-.7a20 20 0 0 0-10.9 2.8c-1.6.9-7.4 3.8-12.3 8.5-4.7 4.6-7.4 4-7.4 4-1.4 5.2-12.8 11.5-12.8 11.5-1.8 1.6-7.6 2.4-10.5 0-2.9-2.4 0-6.9 0-6.9 1.2-2 2.2-1.9 2.3-9 .1-4.7 5-8.5 10-14 6.3-6.8 15-18 15-18 0 3.4 1.8 4 1.8 4 1.7-3.5 4.2-6.3 4.2-6.3.1.3.5.4.5.4 2-2.6 3-3.6 3-3.6-.5-.3-6 0-11 4.4s-8.4 3-8.4 3c-3.5-1.2-3.8-4-3.8-4-2.5-10.9 7.4-18.7 7.4-18.7-13.4-3.2-3.7-20.3 13-27.5 16.6-7.2 16.4-10.5 16.4-10.5a13 13 0 0 1 1.8 3c.1 0 1.4-1.9 11-6.1 9.6-4.3 14.2-8 14.2-8 1.2 2.4 1 4 1 4 26.3-9.1 52-30.2 52-30.2.8 1.7.5 4.4.5 4.4 4.2-4 19.7-13.2 19.7-13.2a8.6 8.6 0 0 1-4.6 8.2 7.7 7.7 0 0 1 .8 2.3 360 360 0 0 0 14.4-9.5c4.3 3.7.4 9.8.4 9.8 1.6-.3 2.6-1.6 2.6-1.6 1.2 6.4-5.9 12-5.9 12 1.3 0 3.3-1.3 3.3-1.3-1.3 7-14.4 14.6-14.4 14.6 1.9 1.8 0 4-1.6 5-1.5 1-4.3 3.3-3.4 4.2.8 1 6.7-3.2 6.7-3.2 1 2.9-6.5 8.6-6.5 8.6 5.2.7 19.6-5.9 19.6-5.9-1.1 5.6-6.6 10-13.3 12.5-6.7 2.5-6.4 3-6.4 3 1.2.8 10.5-1.8 10.5-1.8-2.8 6.2-12.5 10.5-12.5 10.5 2.7 2.3 6.3-.4 10-2.9a58.2 58.2 0 0 1 14-6.4c5.3-1.9 9.2-.5 9.2-.5 4.6-1.4 8.4.6 8.4.6 8.7.7 9.6 3.9 9.6 3.9 1 .2 1.7.6 4 2.3 2.1 1.6 2 6.6 2 9.2-.2 2.4-.9 2.4-1.3 3-.4.8-.5 1.6-.5 2.5 0 1-2.2 6.9-15.7 6.9h-20.3c-1.2 0-2.5.7-2.5.7-5.7 2.8-2.7-2-9.4 3.6-6.8 5.5-10.2 4.6-10.2 4.6A90.1 90.1 0 0 1 568 221c-4 2.6-3.3 2.3.3 3.8s8.8 0 8.8 0c-3.4 2.3-1 3.4-1 3.4 4.4-2.7 7.2-1.7 7.2-1.7 1.4 3.9-3.8 10-3.8 10 2 .3 5.8 0 5.8 0-1 2.7-4.6 5.6-7.4 6.4-2.7 1-2.3 1.3-1.4 3 .7 1.6.1 3.3.1 3.3-4.8-3.3-5-.4-5-.4-.5 4-.4 9.6-.4 9.6-3.4-1.7-3.5.5-3.5.5-1 3.6-5.1 7.7-5.1 7.7-.2-2.2-2.2-2.8-2.2-2.8-2.2 4.2-6.1 6.7-6.1 6.7-.5 3.5.5 8.6.5 8.6-2.6-.6-3.5-.6-4 0-.3.7.6 1 .6 1l33.4.8c.5 0 2.5.3 2.5 3.8 0 3.7-3 3.9-3 3.9l-36.4-.9s.1 1-1.8 2-1.2-1.1-1.7 3.4c-.6 4.4-7.8-.4-7.8-.4-1.2 1.8-4 4-4 4-1.7-5-3.4-6.4-6-2.2-2.6 4.3 4.8 3.6 4.8 3.6s42.8-6.3 45.1-6.5c2.3-.3 4.9-.1 6 3.1 1 3.3-5.3 3.8-5.3 3.8l-44 4.8c-.9 2.6-4.5 2.4-4.5 2.4.3 2.5-2.3 4-3.6 5-1.4.8-5.6.5-5.6.5-5 3.4-7.6.7-7.6.7-3.3 1.4-5.4.8-8.1-.4-2.8-1.2-2.5-4.5-2.5-4.5l-27.8 3a6.7 6.7 0 0 0-2.2 1.2c1 1.3-2 4.3-2 4.3.9.5 2.5 2.1 2.7 5.5.2 3.7-4.5 4.3-2.2 7 2.3 2.5 6.7.3 11.5-2s9.5-2 11.5-2 7.8 1.6 11.4 2.8c3.6 1.2 4.8.4 5-1.4.2-1.7 1.9-2.3 1.9-2.3-.5 1.8.5 2.6.5 2.6a11 11 0 0 0 3.7-1.3c-.2 1.4-2 2.2-2 2.2-3.4 2.3 1.4 1.5 1.4 1.5 9.5-2 13-1.8 15.4-1.5a122.5 122.5 0 0 1 14.3 5.2c.4-1.2.1-4 .1-4 3 .8 4.2 2.5 4.2 2.5 1.2-1.2.4-3.4.4-3.4 9.7 5.5-2 8-5.1 9-3 1-3 2.3-3 2.3 2.5-.8 4.3-1.1 6.4-1.3 2.2-.2 1.4 0 6.5-1 5.2-1 7.8 1.2 7.8 1.2-4.3.2-5.5 1.5-5.5 1.5 2.6 1.7 0 3.4 0 3.4-3.8-5-7.2.1-7.2.1a15.3 15.3 0 0 1 6.4 1.4l5.4 2.7c3.6 1.6 2.9.6 5.6 1.6 2.8 1 1.7 3.7 1.7 3.7-1.1-2.2-3.7-3-3.7-3-.2 3-3.1 3.5-3.1 3.5 3.6-4-4.1-5.8-7.8-5.7-3.6 0-6.3 2.4-6.3 2.4 7.3 6.9 12.3 4.6 12.3 4.6-.9 2.5-6.9 1.5-6.9 1.5 2.8 2.2 2.5 3.6 2.5 3.6-1.5-1.4-4-.7-9.2-4-5.2-3.5-9.9-2.3-9.9-2.3 5.2 5.3-1.8 8.6-1.8 8.6-2.6 1.6 1 3.5 1 3.5-3.2.6-3.6-2.6-3.6-2.6-1.7-.4-4.2 1.6-4.2 1.6.2-3.2 4.6-1.6 4.6-5 .2-3.5-4-6.2-16.3-4.5-12.4 1.7-16-2.2-16-2.2-1 0-1.2 1-1.2 1 2 2 2.9 2.8 2.6 4.2-.4 1.3.6 1.8.6 1.8-2.3-.2-2.4-2.8-2.4-2.8 0 1.1-.5 1.2-1.3 2.3s0 2.7 0 2.7c-1-.8-2.7-1.8-1-4.3 1.2-1.8-2.7-4.2-2.7-4.2-1.5-1.5-5.6 0-5.6 0a14.9 14.9 0 0 1-13.3-3.7c-1 0-2.9-.6-2.9-.6-8.9 4-16.7-4.6-16.7-4.6-6.7 1.3-9.8-2-11.8-5.2a11.5 11.5 0 0 0-5.2-5c-2.6-1.6-5.2-6.2-2.6-8.7 2-2.1 1.5-2.6 1.5-2.6-3.5-5.9 6.1-7.7 6.3-9.2.3-2 2.3-3.3 4.5-3.4 2.2-.2 2.2 0 3.7-1.4 1.3-1.5 4 .3 4 .3.7-.4 5.5-4.1 9.7-2.2 4.3 1.9 7.9.6 7.9.6 3-.7 28-4 28-4 1.5-2.5 2.7-5.4 9.6-7s12-6 12-6c-1.2-1.2-3.2-1.2-4.2-1.3-1.1 0-3.2-2-3.2-2-1.3.6-2 .3-11 5.8-8.1 5-8.3-4.8-8.3-4.8H479c-.3 3.7-3 5.2-3 5.2l-6.5.3c-3.6-1.8-3.6-8.2-3.6-8.2-19.4.3-30.1 7.2-30.1 7.2-22-11.2-39.2-13.8-39.2-13.8a122.4 122.4 0 0 0 40.8-10.2 63.3 63.3 0 0 0 28.5 9c.5-5.4 4.1-6.7 4.1-6.7z"/>
<path fill="#ffc221" d="M442.3 314.6c-5.5 3.2-4.5 5-4 6s.5 2-1 3.6c-1.5 1.5-1.4 2-1.4 2 .3 5.4 4 6.6 5.7 8 1.4 1 3.6 4.5 3.6 4.5 2.9 4.1 5.9 4.2 8.1 4.2 2.3 0 2-.3 1-1.3l-3.4-2.7a17.6 17.6 0 0 1 5.9 4.1c5.6 6.2 10.8 5.4 13.1 5.2 2.3-.3 2-1.7 2-1.7a9 9 0 0 0-2.4-.4c-8.5-.8-11-6.4-11-6.4a24.1 24.1 0 0 0 15.6 6c2.4-.1 2.3.6 1.7.8l-2.4-.2c-1.1 0-1.1.3-.9.8.3.4 1.4.4 2.7.4 1.4 0 .3.1 3.8 2.8 3.6 2.8 12.3.5 12.3.5-5.7-1.3-6.4-4-6.4-4-7.7 1-10.8-3.6-10.8-3.6a32.5 32.5 0 0 0-5.6-3.5c-4.2-1.9-5-5.8-5-5.8 1.3 1.8 3.7 3.8 6.7 4.6 3 .8 3.8 1.2 3.8 1.2a3.8 3.8 0 0 1-2.3-.2c-3-1-1.3.3-1.3.3 3.4 2.7 4.3 2.5 4.3 2.5 8.6.9 4.3-2.6 4.3-2.6 6.2 1.5 7.2-.8 7.2-.8 1.3 2.7 6 1.7 6 1.7-6.2 3-1.5 2.1-1.5 2.1 6.3-1.1 7.6.5 7.6.5 1.6 1.5 3.4 1.4 3.4 1.4s1.2 0 3.5.4c2.4.5 6.2 2.5 9.6 2.2 3.5-.5 4 .6 4 .6-.6-.3-2.2-.5-4.8.7-2.7 1.3-7.4 1.6-14.2 0s-7.4-1.3-7.4-1.3c1.7 1.1 3.1 2.9 3.4 4 .3 1.2 1.5 1.2 1.5 1.2.5-1.5 2.5-2.1 2.5-2.1a27 27 0 0 0 5 2.8c.4-.7 0-1.3 0-1.3 2.6 2.5 5.6 1.7 5.6 1.7.8-.5.6-2 .6-2 1 0 1.2.6 2 1.2.7.4 3 .1 3 .1-.8-.4-1.5-1.7-1.5-1.7 3.5-2.3 11-1.3 11-1.3 5.3 1 4.7 4.5 4.7 4.5a10 10 0 0 1 2.5 2.1c.5-1.2 0-2.5 0-2.5 2.6 1.2 3 4 3 4 3-3.2-2.7-6.8-2.7-6.8 2.7-.4 5.7-.2 7.5 0a13.8 13.8 0 0 1 6.6 3.1c2.1 1.7 5.9 2.5 5.9 2.5-.1-.7-2.2-2-2.7-2.2-.4-.2-.6-.9-.6-.9 1.9.4 3.1.2 3.1.2-6.4-4-8.1-5.9-8.1-5.9 2.4.3 3.8-1.2 3.8-1.2-5.1 0-5.4-1.2-5.4-1.2.7.1 3.1.7 6.2.1s7.2 0 7.2 0c-2.2-3.6-10.7-3-13.5-2.8-2.8.2-3.8-.2-3.8-.2.4-.2.9-.6 3-.7 2.2 0 4.3.2 6.8-1.6 2.3-1.6 5.7-1 5.7-1-.8-1.6-4.7-2.2-8 0-3.5 2.1-6.5 1.5-6.5 1.5 5.3-.8 6.9-2.7 6.9-2.7-1.6-.4-2.5.1-5.8.8-3.2.6-4-.5-4-.5 3.5-2.1 6-3 6-3-3-.6-5.8-2-5.8-2-3.2 3-5.6 4.6-11.7 1.6-6-3.2-9.2-2.8-9.2-2.8 5.4-3.1 10.8-1.8 14.8.6 4 2.3 5 .4 5 .4-1.2-.7-1-1.5-1-1.5 9.6 4.9 13.8 2 15.9.5 2.1-1.5-1-3.4-1-3.4-.2 3-4 4.6-7.2 3.5-3-1-6-2.4-10.4-4.3-4.4-1.8-10-.8-15.1.2-5.2 1.1-5.9.6-6.4.2-.5-.4-.7-1.7-3.4-.6-2.6 1.1-8.8-1.8-12.6-2.7-3.8-1-10.1-.5-15.5 2.5-5.4 3.1-8.2 2.3-9.8 1.6-1.6-.8-2.7-2.8-.9-4.6s2-2.3 1.8-5c-.2-2.6-2.8-4.2-2.8-4.2 2.4-2.5 3-3 2.2-4-.8-1.2.4-1.2 1.8-1.8 1.4-.6.8-.7.5-1.5-.4-.8-1.2-.6-1.2-.6-3.1.1-4.9-.8-4.9-.8-5.2-2.4-10.1 2.3-10.1 2.3-3-2.3-3.7-.7-4.2-.2-.5.5-1.6 1-3 1-1.2.2-3.1.7-3.8 1.9 0 0-.6 1 .1 2 0 0 .8 1.2-.6 2.7-1.5 1.5-2 1.8-1.5 3.3.4 1.3.3 2.4-.3 3.3 0 0-.7-.7-.5-1.7.2-1 .2-1.6 0-2 0 0-1.5 1.4-1.8 2.4 0 0-.6-1.6 1.6-3.7 2-2 3-3.2 2.4-4-.4-.6-2 .4-2.3.6z"/>
<path d="M474 270.4c5.1.3 5 5.4 5 5.4l18 .4c2.3-6.3 4.8-5.6 9.2-2.4a32.9 32.9 0 0 0 8.7 4.2c1.7-9 14.5-7.2 14.5-7.2 5.6-13 6-12.9 2.7-14.5a10.7 10.7 0 0 1-4.6-4.5c-3-3.7-4.6-9.1-5-12.4-.4-3.3-4.2 1.6-5 .6-.6-1-6.3-.4-6.3-.4 1.4 1.5-3.4.6-3.4.6.5.4 0 1.7 0 1.7-.4-.6-4.1-1.2-4.1-1.2a6.1 6.1 0 0 1-1.1 1.6c-2-.8-6-.7-6-.7a20 20 0 0 0-10.9 2.8c-1.6.9-7.4 3.8-12.3 8.5-4.7 4.6-7.4 4-7.4 4-1.4 5.2-12.8 11.5-12.8 11.5-1.8 1.6-7.6 2.4-10.5 0-2.9-2.4 0-6.9 0-6.9 1.2-2 2.2-1.9 2.3-9 .1-4.7 5-8.5 10-14 6.3-6.8 15-18 15-18 0 3.4 1.8 4 1.8 4 1.7-3.5 4.2-6.3 4.2-6.3.1.3.5.4.5.4 2-2.6 3-3.6 3-3.6-.5-.3-6 0-11 4.4s-8.4 3-8.4 3c-3.5-1.2-3.8-4-3.8-4-2.5-10.9 7.4-18.7 7.4-18.7-13.4-3.2-3.7-20.3 13-27.5 16.6-7.2 16.4-10.5 16.4-10.5a13 13 0 0 1 1.8 3c.1 0 1.4-1.9 11-6.1 9.6-4.3 14.2-8 14.2-8 1.2 2.4 1 4 1 4 26.3-9.1 52-30.2 52-30.2.8 1.7.5 4.4.5 4.4 4.2-4 19.7-13.2 19.7-13.2a8.6 8.6 0 0 1-4.6 8.2 7.7 7.7 0 0 1 .8 2.3 360 360 0 0 0 14.4-9.5c4.3 3.7.4 9.8.4 9.8 1.6-.3 2.6-1.6 2.6-1.6 1.2 6.4-5.9 12-5.9 12 1.3 0 3.3-1.3 3.3-1.3-1.3 7-14.4 14.6-14.4 14.6 1.9 1.8 0 4-1.6 5-1.5 1-4.3 3.3-3.4 4.2.8 1 6.7-3.2 6.7-3.2 1 2.9-6.5 8.6-6.5 8.6 5.2.7 19.6-5.9 19.6-5.9-1.1 5.6-6.6 10-13.3 12.5-6.7 2.5-6.4 3-6.4 3 1.2.8 10.5-1.8 10.5-1.8-2.8 6.2-12.5 10.5-12.5 10.5 2.7 2.3 6.3-.4 10-2.9a58.2 58.2 0 0 1 14-6.4c5.3-1.9 9.2-.5 9.2-.5a12 12 0 0 1 8.4.6c8.7.7 9.6 3.9 9.6 3.9 1 .2 1.7.6 4 2.3 2.1 1.6 2 6.6 2 9.2-.2 2.4-.9 2.4-1.3 3-.4.8-.5 1.6-.5 2.5 0 1-2.2 6.9-15.7 6.9h-20.3c-1.2 0-2.5.7-2.5.7-5.7 2.8-2.7-2-9.4 3.6-6.8 5.5-10.2 4.6-10.2 4.6A90.1 90.1 0 0 1 568 221c-4 2.6-3.3 2.3.3 3.8s8.8 0 8.8 0c-3.4 2.3-1 3.4-1 3.4 4.4-2.7 7.2-1.7 7.2-1.7 1.4 3.9-3.8 10-3.8 10 2 .3 5.8 0 5.8 0-1 2.7-4.6 5.6-7.4 6.4-2.7 1-2.3 1.3-1.4 3 .7 1.6.1 3.3.1 3.3-4.8-3.3-5-.4-5-.4-.5 4-.4 9.6-.4 9.6-3.4-1.7-3.5.5-3.5.5-1 3.6-5.1 7.7-5.1 7.7-.2-2.2-2.2-2.8-2.2-2.8-2.2 4.2-6.1 6.7-6.1 6.7-.5 3.5.5 8.6.5 8.6-2.6-.6-3.5-.6-4 0-.3.7.6 1 .6 1l33.4.8c.5 0 2.5.3 2.5 3.8 0 3.7-3 3.9-3 3.9l-36.4-.9s.1 1-1.8 2-1.2-1.1-1.7 3.4c-.6 4.4-7.8-.4-7.8-.4-1.2 1.8-4 4-4 4-1.7-5-3.4-6.4-6-2.2-2.6 4.3 4.8 3.6 4.8 3.6s42.8-6.3 45.1-6.5c2.3-.3 4.9-.1 6 3.1 1 3.3-5.3 3.8-5.3 3.8l-44 4.8c-.9 2.6-4.5 2.4-4.5 2.4.3 2.5-2.3 4-3.6 5-1.4.8-5.6.5-5.6.5-5 3.4-7.6.7-7.6.7-3.3 1.4-5.4.8-8.1-.4-2.8-1.2-2.5-4.5-2.5-4.5l-27.8 3a6.7 6.7 0 0 0-2.2 1.2c1 1.3-2 4.3-2 4.3.9.5 2.5 2.1 2.7 5.5.2 3.7-4.5 4.3-2.2 7 2.3 2.5 6.7.3 11.5-2s9.5-2 11.5-2 7.8 1.6 11.4 2.8c3.6 1.2 4.8.4 5-1.4.2-1.7 1.9-2.3 1.9-2.3-.5 1.8.5 2.6.5 2.6a11 11 0 0 0 3.7-1.3c-.2 1.4-2 2.2-2 2.2-3.4 2.3 1.4 1.5 1.4 1.5a44 44 0 0 1 15.4-1.5 122.5 122.5 0 0 1 14.3 5.2c.4-1.2.1-4 .1-4 3 .8 4.2 2.5 4.2 2.5 1.2-1.2.4-3.4.4-3.4 9.7 5.5-2 8-5.1 9-3 1-3 2.3-3 2.3a28 28 0 0 1 6.4-1.3c2.2-.2 1.4 0 6.5-1 5.2-1 7.8 1.2 7.8 1.2-4.3.2-5.5 1.5-5.5 1.5 2.6 1.7 0 3.4 0 3.4-3.8-5-7.2.1-7.2.1a15.3 15.3 0 0 1 6.4 1.4l5.4 2.7c3.6 1.6 2.9.6 5.6 1.6 2.8 1 1.7 3.7 1.7 3.7a6.8 6.8 0 0 0-3.7-3c-.2 3-3.1 3.5-3.1 3.5 3.6-4-4.1-5.8-7.8-5.7-3.6 0-6.3 2.4-6.3 2.4 7.3 6.9 12.3 4.6 12.3 4.6-.9 2.5-6.9 1.5-6.9 1.5 2.8 2.2 2.5 3.6 2.5 3.6-1.5-1.4-4-.7-9.2-4-5.2-3.5-9.9-2.3-9.9-2.3 5.2 5.3-1.8 8.6-1.8 8.6-2.6 1.6 1 3.5 1 3.5-3.2.6-3.6-2.6-3.6-2.6-1.7-.4-4.2 1.6-4.2 1.6.2-3.2 4.6-1.6 4.6-5 .2-3.5-4-6.2-16.3-4.5-12.4 1.7-16-2.2-16-2.2-1 0-1.2 1-1.2 1 2 2 2.9 2.8 2.6 4.2-.4 1.3.6 1.8.6 1.8-2.3-.2-2.4-2.8-2.4-2.8 0 1.1-.5 1.2-1.3 2.3s0 2.7 0 2.7c-1-.8-2.7-1.8-1-4.3 1.2-1.8-2.7-4.2-2.7-4.2-1.5-1.5-5.6 0-5.6 0a14.9 14.9 0 0 1-13.3-3.7c-1 0-2.9-.6-2.9-.6-8.9 4-16.7-4.6-16.7-4.6-6.7 1.3-9.8-2-11.8-5.2a11.5 11.5 0 0 0-5.2-5c-2.6-1.6-5.2-6.2-2.6-8.7 2-2.1 1.5-2.6 1.5-2.6-3.5-5.9 6.1-7.7 6.3-9.2.3-2 2.3-3.3 4.5-3.4 2.2-.2 2.2 0 3.7-1.4 1.3-1.5 4 .3 4 .3.7-.4 5.5-4.1 9.7-2.2 4.3 1.9 7.9.6 7.9.6 3-.7 28-4 28-4 1.5-2.5 2.7-5.4 9.6-7s12-6 12-6c-1.2-1.2-3.2-1.2-4.2-1.3-1.1 0-3.2-2-3.2-2-1.3.6-2 .3-11 5.8-8.1 5-8.3-4.8-8.3-4.8H479c-.3 3.7-3 5.2-3 5.2l-6.5.3c-3.6-1.8-3.6-8.2-3.6-8.2-19.4.3-30.1 7.2-30.1 7.2-22-11.2-39.2-13.8-39.2-13.8a122.4 122.4 0 0 0 40.8-10.2 63.3 63.3 0 0 0 28.5 9c.5-5.4 4.1-6.7 4.1-6.7z"/>
<path fill="#ffc221" d="M442.3 314.6c-5.5 3.2-4.5 5-4 6s.5 2-1 3.6c-1.5 1.5-1.4 2-1.4 2 .3 5.4 4 6.6 5.7 8 1.4 1 3.6 4.5 3.6 4.5 2.9 4.1 5.9 4.2 8.1 4.2 2.3 0 2-.3 1-1.3l-3.4-2.7a17.6 17.6 0 0 1 5.9 4.1c5.6 6.2 10.8 5.4 13.1 5.2 2.3-.3 2-1.7 2-1.7a9 9 0 0 0-2.4-.4c-8.5-.8-11-6.4-11-6.4a24.1 24.1 0 0 0 15.6 6c2.4-.1 2.3.6 1.7.8l-2.4-.2c-1.1 0-1.1.3-.9.8.3.4 1.4.4 2.7.4 1.4 0 .3.1 3.8 2.8 3.6 2.8 12.3.5 12.3.5-5.7-1.3-6.4-4-6.4-4-7.7 1-10.8-3.6-10.8-3.6a32.5 32.5 0 0 0-5.6-3.5 8.9 8.9 0 0 1-5-5.8c1.3 1.8 3.7 3.8 6.7 4.6 3 .8 3.8 1.2 3.8 1.2a3.8 3.8 0 0 1-2.3-.2c-3-1-1.3.3-1.3.3 3.4 2.7 4.3 2.5 4.3 2.5 8.6.9 4.3-2.6 4.3-2.6 6.2 1.5 7.2-.8 7.2-.8 1.3 2.7 6 1.7 6 1.7-6.2 3-1.5 2.1-1.5 2.1 6.3-1.1 7.6.5 7.6.5 1.6 1.5 3.4 1.4 3.4 1.4s1.2 0 3.5.4c2.4.5 6.2 2.5 9.6 2.2 3.5-.5 4 .6 4 .6-.6-.3-2.2-.5-4.8.7-2.7 1.3-7.4 1.6-14.2 0s-7.4-1.3-7.4-1.3a8.7 8.7 0 0 1 3.4 4c.3 1.2 1.5 1.2 1.5 1.2.5-1.5 2.5-2.1 2.5-2.1a27 27 0 0 0 5 2.8c.4-.7 0-1.3 0-1.3 2.6 2.5 5.6 1.7 5.6 1.7.8-.5.6-2 .6-2 1 0 1.2.6 2 1.2.7.4 3 .1 3 .1-.8-.4-1.5-1.7-1.5-1.7 3.5-2.3 11-1.3 11-1.3 5.3 1 4.7 4.5 4.7 4.5a10 10 0 0 1 2.5 2.1c.5-1.2 0-2.5 0-2.5 2.6 1.2 3 4 3 4 3-3.2-2.7-6.8-2.7-6.8 2.7-.4 5.7-.2 7.5 0a13.8 13.8 0 0 1 6.6 3.1c2.1 1.7 5.9 2.5 5.9 2.5-.1-.7-2.2-2-2.7-2.2-.4-.2-.6-.9-.6-.9 1.9.4 3.1.2 3.1.2-6.4-4-8.1-5.9-8.1-5.9 2.4.3 3.8-1.2 3.8-1.2-5.1 0-5.4-1.2-5.4-1.2.7.1 3.1.7 6.2.1s7.2 0 7.2 0c-2.2-3.6-10.7-3-13.5-2.8-2.8.2-3.8-.2-3.8-.2.4-.2.9-.6 3-.7 2.2 0 4.3.2 6.8-1.6 2.3-1.6 5.7-1 5.7-1-.8-1.6-4.7-2.2-8 0-3.5 2.1-6.5 1.5-6.5 1.5 5.3-.8 6.9-2.7 6.9-2.7-1.6-.4-2.5.1-5.8.8-3.2.6-4-.5-4-.5 3.5-2.1 6-3 6-3-3-.6-5.8-2-5.8-2-3.2 3-5.6 4.6-11.7 1.6-6-3.2-9.2-2.8-9.2-2.8a14.2 14.2 0 0 1 14.8.6c4 2.3 5 .4 5 .4-1.2-.7-1-1.5-1-1.5 9.6 4.9 13.8 2 15.9.5 2.1-1.5-1-3.4-1-3.4-.2 3-4 4.6-7.2 3.5-3-1-6-2.4-10.4-4.3-4.4-1.8-10-.8-15.1.2-5.2 1.1-5.9.6-6.4.2-.5-.4-.7-1.7-3.4-.6-2.6 1.1-8.8-1.8-12.6-2.7-3.8-1-10.1-.5-15.5 2.5-5.4 3.1-8.2 2.3-9.8 1.6-1.6-.8-2.7-2.8-.9-4.6s2-2.3 1.8-5c-.2-2.6-2.8-4.2-2.8-4.2 2.4-2.5 3-3 2.2-4-.8-1.2.4-1.2 1.8-1.8 1.4-.6.8-.7.5-1.5-.4-.8-1.2-.6-1.2-.6-3.1.1-4.9-.8-4.9-.8-5.2-2.4-10.1 2.3-10.1 2.3-3-2.3-3.7-.7-4.2-.2-.5.5-1.6 1-3 1-1.2.2-3.1.7-3.8 1.9 0 0-.6 1 .1 2 0 0 .8 1.2-.6 2.7-1.5 1.5-2 1.8-1.5 3.3.4 1.3.3 2.4-.3 3.3 0 0-.7-.7-.5-1.7.2-1 .2-1.6 0-2 0 0-1.5 1.4-1.8 2.4 0 0-.6-1.6 1.6-3.7 2-2 3-3.2 2.4-4-.4-.6-2 .4-2.3.6z"/>
<path d="M448.4 338s-2.7-2-2.4-4.9c.3-2.7.3-3 0-3.7 0 0-.5.3-.4 1.4 0 1-.2 2.1-.3 2.3 0 0-1.3-2.3-2-2.8 0 0 .6-2.4-.2-3.4-.7-1.1-1.5-1.2-2.4-.8-1.2.4-2.1 1.5 2 4.8 0 0 1.5 1.3 2.5 3.9 1 2.6 2.8 3 3.1 3.2zm13-7.8s-.1-1.5 1.3-4.3a6.1 6.1 0 0 0 .3-5.6c-.3-.8-.6-.5.9-1.7 1.7-1.5-.7-3.4 2.3-6 0 0 1.8-1.6 2.3-2.3 0 0-3 1.6-5.2 2.5-2 .8-9.6 4.6-8 7.1 1.8 2.5 1.6 2.7 1.3 3.8 0 0-4.6-2.5-3-6.4 0 0 .8-1.5 2.7-3.4 1.8-1.6.8.4 4.3-1.7 0 0 2.7-1.6 4.3-3.9 0 0-2 1.2-2.6 1.4 0 0-4 .8-5.8 2.5-1.6 1.7-5.1 4.7-4 8 0 0-4-.4-5-4.7 0 0-7.6 9.4 8.4 13.8 0 0 3 .8 5.6 1z"/>
<path fill="#ffc221" d="M531.6 299c6-1 40.4-6.2 43.6-6.5 3.4-.3 4.7-.8 5.9 2 1.3 3-4.8 3.1-4.8 3.1l-41.1 4.7c-2 .2-2.5-.6-2.5-.6l-1.5-2s-.5-.6.4-.8z"/>
<path fill="#5a3719" d="M447.3 317.7s-4.4 9.3 13 11.6c0 0 .1-1 .8-2.5.8-1.5 2.3-4.5.8-6.4-1.4-1.9 1.2-.9 1.5-3.4.5-2.5-.2-2.2 1-3.8 0 0-5.4 2-7.6 4.5-2 2.4 2.9 4.2 0 6.9 0 0-2.5-1-4-3.6 0 0-3.3 0-5.5-3.3z"/>
@ -13,11 +13,11 @@
<path fill="#5a3719" d="M466.3 331.7s8.4 5 15.7-.5c0 0 .6.6 1.2 2 0 0 5.6-5.4 15.5.4 0 0-1.2-.1-5.9 1.8-6.1 2.7-21.4 4.5-26.5-3.8z"/>
<path d="M498.3 336.7s8 1 14.7.6c4.1-.2 8.6-1 6.4.4-2.3 1.3-1.1 1.5 8.4.7 9.4-1-.1 1.7 6.4 2.6 0 0-15.9 8-35.9-4.3z"/>
<path fill="#5a3719" d="M519.2 331.7s4.6-1.7 9 .3c4.3 2 3.6 2.2 6.5 2.5 0 0-2 2.9-6.7.6-4.8-2.3-6-2.8-8.8-3.4zm5.2 14.3s4.6-2.3 9.6 0c.6.4 2 1 3.3 1.2 0 0-3.8 1.3-7.8 0-1.7-.5-3-.9-5.1-1.2zm-22.7-8.2s10.3 1 15.8-.1c0 0-6.4 3 9.7 1.7 0 0 3.5-.4 3 .1-.3.5-.6 1 1.2 1.5 0 0-12 5.4-29.7-3.2z"/>
<path d="M450.7 329.2s.2.7 2.4 1.7c2.3 1.1 3.5 2.9 4 3.9a5.6 5.6 0 0 0 3.5 2.9s-8 1.7-11.6-2.6c0 0-2.7-3 1.6-6"/>
<path fill="#5a3719" d="M513.7 347.6s-3.1-.2-7.5-1.7c-4.3-1.5-5.4-.2-7.9-2-2.4-1.9-7.3-.7-8.2-.6-1 .1-3.6 0-.3-2.1 0 0-2.6 0-3.6-1.4 0 0-1.2 1.2-5.6.8 0 0 2 3-6 2.1a10.3 10.3 0 0 0 11.1 3c0 .2-.5 2.5 3 3.5 3.8.9 4.5 1.6 6.4 2.3 0 0 .3-1.5-4.6-5 0 0 2.6-.2 6.4.7s12.2 3.1 16.8.4zm2 3.7s.8 1.8 3.2 1.4c2.4-.4 6.4-1 10.2.8 0 0 .7-3.2-7-3.4 0 0-4.8.2-6.4 1.2zm-65.2-21s-3 2.5-.3 5c2.4 2.3 6.2 2.1 8 2 0 0-1-.6-2-2-1-1.5-1-2.5-3-3.4-2.1-.9-2.3-1.1-2.7-1.6zm-3-12.6s-4.6 9.3 13 11.6c0 0 0-1 .7-2.5.6-1.5 2.1-4.5.8-6.4-1.6-1.9 1.1-.9 1.5-3.4.4-2.5-.3-2.2 1-3.8 0 0-5.5 2-7.7 4.5-2 2.4 2.9 4.2 0 6.9 0 0-2.5-1-4-3.6 0 0-3.3 0-5.5-3.3z"/>
<path d="M450.7 329.2s.2.7 2.4 1.7a8.7 8.7 0 0 1 4 3.9 5.6 5.6 0 0 0 3.5 2.9s-8 1.7-11.6-2.6c0 0-2.7-3 1.6-6"/>
<path fill="#5a3719" d="M513.7 347.6s-3.1-.2-7.5-1.7c-4.3-1.5-5.4-.2-7.9-2-2.4-1.9-7.3-.7-8.2-.6-1 .1-3.6 0-.3-2.1 0 0-2.6 0-3.6-1.4 0 0-1.2 1.2-5.6.8 0 0 2 3-6 2.1a10.3 10.3 0 0 0 11.1 3c0 .2-.5 2.5 3 3.5 3.8.9 4.5 1.6 6.4 2.3 0 0 .3-1.5-4.6-5 0 0 2.6-.2 6.4.7s12.2 3.1 16.8.4zm2 3.7s.8 1.8 3.2 1.4a17 17 0 0 1 10.2.8s.7-3.2-7-3.4c0 0-4.8.2-6.4 1.2zm-65.2-21s-3 2.5-.3 5c2.4 2.3 6.2 2.1 8 2 0 0-1-.6-2-2-1-1.5-1-2.5-3-3.4-2.1-.9-2.3-1.1-2.7-1.6zm-3-12.6s-4.6 9.3 13 11.6c0 0 0-1 .7-2.5.6-1.5 2.1-4.5.8-6.4-1.6-1.9 1.1-.9 1.5-3.4.4-2.5-.3-2.2 1-3.8 0 0-5.5 2-7.7 4.5-2 2.4 2.9 4.2 0 6.9 0 0-2.5-1-4-3.6 0 0-3.3 0-5.5-3.3z"/>
<path d="M493.3 339.3s3.7-.6 13 2.9c9.4 3.4 13.3 2.6 14.6 2.5 0 0-5.2 2.8-13.4-.8-7.2-3.2-7.6-2-14.2-4.6z"/>
<path fill="#ffc221" d="M551.8 337.2s2 0 3.4.5c0 0 .7-.7 2.7-1 0 0-1.3-1.2-6.1.5zm-6.4-5.2s2.1 0 2.8-1.2c0 0-1.1-1.3-2.8-2 0 0 .4 1.6 0 3.2zm-71.7-23.8s-.5-1 1.8-1.4l31.3-4.5s1.5 0 1.7 1c.3 1.1-.1 1.9-7.2 2.7l-25.6 3.2s-1.9.3-2-1z"/>
<path fill="#ffc221" d="M502 306.9s0 4.1 4.2 4.7c4 .6 5.5-.2 6.5-2.3.3-.7 1.6-5-.2-5.3-.8-.1-2 0-2.9.3-1.4.7-2.7 1.4-2.3 2 1 1.6 1.2 2 1 2-1.2.3-1.8-.6-2-1.2-.3-.8.5-1.2-2.2-.8-1.2.1-2 .1-2 .6zM519.5 303.7c2 .3 1.9 4.8-.6 6.9-2.8 2.2-5.4 1.3-5.4 1.3-1.4-.5-1.2-.4-.1-2 1-1.5 1.5-3.6.9-5-.2-.5.3-.9 1-1 0 0 2-.4 4.2-.2z"/>
<path fill="#ffc221" d="M502 306.9s0 4.1 4.2 4.7c4 .6 5.5-.2 6.5-2.3.3-.7 1.6-5-.2-5.3-.8-.1-2 0-2.9.3-1.4.7-2.7 1.4-2.3 2 1 1.6 1.2 2 1 2-1.2.3-1.8-.6-2-1.2-.3-.8.5-1.2-2.2-.8-1.2.1-2 .1-2 .6zm17.5-3.2c2 .3 1.9 4.8-.6 6.9-2.8 2.2-5.4 1.3-5.4 1.3-1.4-.5-1.2-.4-.1-2 1-1.5 1.5-3.6.9-5-.2-.5.3-.9 1-1 0 0 2-.4 4.2-.2z"/>
<path fill="#ffc221" d="M521.3 304.1s1.6 2-.4 5.5c0 0-.8 1 1.1.9 1.8-.2 6.1-2.2 5.7-4.8 0 0-.2-.6-1.3-.6s-.2-.5.3-.8c.4 0 1.9-.6-1.9-3 0 0-.6-.6-1.3-.3-.6.2-2.6 1-2.6 2.2 0 .5.4 1 .4 1z"/>
<path fill="#ffc221" d="M525.4 300.9s3 2.1 3 2.8c0 .6-.3 1.5.5 1.3.8 0 4-.7 3-2.8-.8-2.1-1.7-3-3.2-3.4-1.5-.6-1.9.1-3.2 1.1 0 0-.9.6-.1 1zm-16.1 3s.5-1.5-2.2-2.2c0 0 1.1-1 3.4-.4 2.2.4 2 2 2 2.1 0 0-1.8 0-3.2.5zm5.8-.4s3-.5 4.5-.4c0 0-1.6-3.3-5.7-2.3 0 0 1.5 1.8 1.2 2.7zm5.3-.8s0-1.1 2.6-2.1c0 0-1.2-1.2-3-1-2 0-2.5.7-2.5.7s2.3.8 2.9 2.4zm1-3.6s1.7.4 2.7 1.3c0 0 1.5-1.7 2.8-2 0 0-2.5-1.4-5.5.7z"/>
<path fill="#5a3719" d="M435.8 290.9s7.2-6.2 11.2-5.4c4 .8 2 .2 6.4-.5 4.4-.6 9-1.1 10.8-.9 0 0-5.4-3.8-14.9-3.7 0 0-6.6 2.3-11.3 5.3 0 0-8.9-4.9-18-2 0 0 9.9 3.7 15.8 7.2z"/>
@ -25,7 +25,7 @@
<path fill="#5a3719" d="M469.8 291.7s-2.3-2.3-2.5-4.9c0 0 0-.6 2.2-.6 2.3 0 2.5-.2 3 1.1.6 1.3 2 4 2.3 4.3z"/>
<path fill="#ffc221" d="M474.5 285.7a28.3 28.3 0 0 1-.2-4.5c.1-6.6 1.2-6 1.7-5.2h2.3s-1.7-7.4-3.7-3a19 19 0 0 0-1.5 10.4c.1 2 .3 3.3.6 4z"/>
<path fill="#5a3719" d="M500.2 285.7s4.3.8-2.3 2.3c0 0 .3 8.2 8.2 2.5 0 0 4.7-3 8-4.2 0 0 1.6-.6 1.4-1.8 0 0 .2-1.5-1.5-1.1 0 0-1.4 0-2.3-.3 0 0-1-1.2-1.6-.8-.6.5-2.1.2-.9 1.7 1.2 1.4 1.5 1 2 .6.6-.4 3.1-1.4.9.7s-4.2-1.2-5-1.8zm-22 1h-2s-1 1.6-1.7-1l-.7 1.6s2.3 8.8 4.4-.6z"/>
<path fill="#ffc221" d="M475.4 276.6s-1 5.8.3 9.2l21.1.5s-.2-4 0-9.7H494s-.5 4.6 0 7.5h-.5s-.4-4 0-7.5h-2.5s-.4 4.3 0 7.5h-.5s-.4-3.7 0-7.5H488s-.5 3.9 0 7.5h-.6s-.5-3.9 0-7.5h-2.7s-.6 3.6 0 7.5h-.5s-.6-3.6 0-7.5h-2.7s-.6 4.2 0 7.5h-.6s-.4-4 .1-7.5h-2.5s-.7 3.5 0 7.5h-.7s-.4-3 .2-7.5h-2.6zm22.3 10.4s-.5-10.2 1.4-13c2-2.6 2.5-2 5.8 0 3.4 2.2 7.7 4.5 8.5 4.8.6.3 1.6.5 1.6 2.4s.3 2.4-2.6 0c-.3-.3-1.7-1.5-2.7-1.8-2.6-.9.6.5 1.5 1.9.8 1 1.5 1-.6 1.5a219 219 0 0 0-12.9 4.2z"/>
<path fill="#ffc221" d="M475.4 276.6s-1 5.8.3 9.2l21.1.5s-.2-4 0-9.7H494s-.5 4.6 0 7.5h-.5s-.4-4 0-7.5H491s-.4 4.3 0 7.5h-.5s-.4-3.7 0-7.5H488s-.5 3.9 0 7.5h-.6s-.5-3.9 0-7.5h-2.7s-.6 3.6 0 7.5h-.5s-.6-3.6 0-7.5h-2.7s-.6 4.2 0 7.5h-.6s-.4-4 .1-7.5h-2.5s-.7 3.5 0 7.5h-.7s-.4-3 .2-7.5h-2.6zm22.3 10.4s-.5-10.2 1.4-13c2-2.6 2.5-2 5.8 0 3.4 2.2 7.7 4.5 8.5 4.8.6.3 1.6.5 1.6 2.4s.3 2.4-2.6 0a9 9 0 0 0-2.7-1.8c-2.6-.9.6.5 1.5 1.9.8 1 1.5 1-.6 1.5a219 219 0 0 0-12.9 4.2z"/>
<path d="M505 279.6s-1.5-1.8.5-2.3c2-.4 2.1 3 2.5 5.1.3 2.2-2.5-2.1-2.8-2.7zm-2.7 9s-2.3.9-.7 1.6c1.4.7 5.5-2.7 4.2-2.5-1.6.3-3.5 1-3.5 1zm3-3s2-.3 1.6.5c-.3 1-1 .4-1.4.2-.3-.2-1.6-.7-.1-.8z"/>
<path fill="#ffc221" d="M516 282.8s.6 4 4 5c0 0 2 .4 1.5-1.3 0 0-.3-1.5-.6-2-.3-.7-1.6-1-1.8-1.1-.2 0-.3-.5.6-.2 1 .3 1 .4 1-.3s-.6-.4-1.4-.8c-.4-.2 0-.4.3-.3.4 0 1.3.3 1.3-1 0 0 .1-.8-.9-.8-1.1 0-1-.6-.7-.7.3 0 1.5.8 1.9-.6.3-1.3-1.6-.5-1.4-1.2.3-.8 1.7.3 1.7-.5.2-.8 1.3-1.1-.6-1.4-.9-.1 0-.6 1-.4 1 .1 1.6-1.2 2.3-1.6.6-.5 4.2-2.6-.6-1.9-4.7.7-6.1 3-6.3 3.5a13 13 0 0 0-1.3 7.6z"/>
<path fill="#ffc221" d="M527 285.8c.7 0 1.2 0 1.4.5.8 1.6-1 1-2 2.2s-1 1-2.4.5c-1.4-.4-2-2.5-2-2.5 0-.7.5-.8 1.2-.6 0 0 2.3.2 3.9 0zm-5-.8s0 .4.9.5c.7 0 3 .3 4.5-.1 0 0 .4-.1.2-1 0 0 0-.7-1.2-.4-1.3.2-3 0-3.7-.1-.6-.2-1 0-.8 1zm-.2-2.9s-.1 1.3 1.1 1.4c1.3.2 2.9.2 3.5 0 .5 0 1.4-.2 1.5-1 0-.7.2-1.2-1.3-.8s-3.4 0-3.6 0c-.1 0-1.2-.3-1.2.4zm.5-2.5s-.3.6-.2 1.2c0 .5.9.7 2.5.7s3-.2 3.2-.7c.1-.7.5-1.3-.7-1-1.3.1-3 .2-3.6 0-.6-.3-1.1-.4-1.2-.2z"/>
@ -37,7 +37,7 @@
<path fill="#5a3719" d="M582.8 285.2s.2-2.4 1.6-3.1c.7-.5 1.6-.3 2 1.6.6 2.7-1.7 5.1-2.7 4-1-1-.8-2.5-.8-2.5z"/>
<path fill="#7b3c20" d="M532.9 295.4s2.9-2.5 3.4-3.6c0 0 7.8 5.6 7.3.4l.2-2.6s2.9.3 3.3-2l-7.3-.3s-.8-.1-2 1.1c-1 1.2-3.4 2.5-5.5 1.4 0 0-1-.8-1.9 0-1 .5-1 .7-.2 1.5s2.4 2.9 2.7 4zm16.8-15.4-4.3-.2s-1.5-2.2-4.6-4.6c0 0-.9-.4.8-1.8 1.8-1.4 2.3-2.8 2.3-3.5 0-.6 0-1.7.6-1 .6.8 5 4.9 5.8 3.7.6-1.2.7-1.7.7-2.1.2-.4.3-1.5 1-.3.6 1.1 1 .8 1.1 3.8 0 0 0 3 .5 4 0 0-5.6-1.7-3.8 2zm-18.6-9.2s3.3 2 5-.6c1.5-2.5 2.6-2.8 1.4-5.3-1.2-2.3 0-3.4.9-4.4 1-1 1.8-.8 1.8-4.6.2-3.9 2.8-5 4-6.3 1.2-1.2 4.2-3-.4-3.7-4.4-.8-13.4-3-15.7-6.5-2.3-3.5-3.3-1.5-3.3-1.3 0 .2-.8 2.7 1.5 7.3s4.2 7.6 6.5 9c2.2 1.5 4.2 2.3 3 5.4s-3 8.6-4.7 11z"/>
<path fill="#5a3719" d="M543.2 261s.6 8 6.3 10.8c0 0 1.3-3 .8-6.1 0 0 1.9.1 2.4 1 0 0 0-2.3-2.6-3.2-2.7-.7-1.4-6-.4-6.5.9-.6.6-1.7 0-2.6-.7-1-.8-2.3 1.4-1.7 2.3.6 2-.6.5-1.7-1.3-1.1-1.3-2.5.7-2.5s5-1.9 3.2-2.4c-2-.6-2.5-1.3 0-2 2.7-.8 4-1.7 2-2-2-.2-3.3-.9-1.4-1.2 1.9-.3-.3-2.3-2.5-2.3-2.3-.2-7 .7-3.3-2.3 3.8-3-5.4-.8-1.6-2.8 3.8-2-1.3-1.1-2-1.1s-.7 0-.4-1c.2-1-.5-1.6-1.7-.9-1 .6-1 .6-1-.7 0-1.5-1.3-.4-2.1 0-.9.3-3 1.9-3.9 1-.7-.9-1.2-1.7-3.8-.2-2.6 1.5-2 .2-2-.5s1-3.4-2.4-.5-.7-3-3.5-1c-2.7 2-3 2.4-3.5 1.5-.5-1-1-1.7-4 .3-3.1 1.9-.8-1.3-.5-2 .5-.6 1.8-5-.9-1.6 0 0-1.3 2.4-4.2-1.9 0 0-3 4.3-3.9 2.4-.8-2-1.5-2-2.6-.8-1 1.2-.2-.1-.7-1.2-.4-1-.7-2.9-5.8.8-5.1 3.8 1.8 1-2.1 2.7s-13.5 7-4.8 5.9c8.7-1.3-4.2 3.3-1.2 4.2 3 .8 2 3.5 13.4.3 11.2-3 9.4-.4 15.2-3 5.8-2.4-1.4.9 6.4.8 7.7-.2 1.3 0 2.8 1.6 1.5 1.6 8 5.3 14.1 6 6.1.6 7.7-1.7 5.9 1-1.8 2.6-2.4 3.6-3.4 4.6-1 .8-4 3-4 6.6 0 3.7-4.8 4.3-3 8.3l4.1-4z"/>
<path fill="#5a3719" d="M553.3 269.9s-1.4-1-1.4-2.8c0 0 1 .2 1.4.8 0 0 3.5-4-.8-5.4-4.1-1.4-2-5.3-.6-5.3s1.7-.3.4-2c-1.2-1.5-1-1.6 1.3-2 2.3-.4 2.1-1 1-1.5a7.7 7.7 0 0 1-1.9-1.6s6.8-2.9 4.6-4.3c-2.2-1.3 0-1 2-2.3 2-1.4 2.2-1.7 2.5-2.3 0 0-2 .3-3.4 0 0 0 1.7-.9 0-2.3s-2.3-2.6-5-2c-2.7.7-1.8-.2-.8-1.3s.6-1.7-1.3-2c0 0 .2-1.2 1.7-2.5 0 0-3.7.2-5-.4 0 0 1.6-1 1.6-2.3 0 0-2 .7-4.5.5 0 0 1.5-1.3 1.5-2.4 0 0-4.4 1-6.4 2.5 0 0-.5 0-.8-.6-.4-.4-.6-1-5.5.6 0 0 .5-2.2 1.7-3 1.2-.8 1-2.6-6.5 2.1 0 0-1-.6-1.9-2.9 0 0-1.7 2.3-2.9 3.1 0 0-1 .5-1-1 .2-1.5-.7-.5-1.4 0-.8.4-1.3 1.5-1-1.5s-1-3.6-1-3.6-2.3 3.3-3.7 3.7c0 0-2.5-2.4-3.4-4-.8-1.6-.8-2.2-1.7.6-.9 2.7-2 3-2 3s-1.5-1.3-1.6-2c0 0-.3.7-.8 1 0 0-1.3-1.5-1.2-3.7 0 0-8.2 4.5-9.2 7.2 0 0-7.7-.5-10.8.1 0 0 .7-2.4 2.7-3.7 0 0-2-.2-2-2.3 0 0 1.6.2 2.6 0s-1.4-3.1 1.1-3.2c2.5-.1 4.2 1.2 3-2.2-1-3.3-.6-3.3-.6-3.3s4.4 2.6 5.1 1.9c.8-.6-.5-2 3.4-1.4 3.9.7 2.8-1.5 4.4-1.7 1.5 0 2.3 1 1.3-6.1s4.8 3.5.9-7.2c0 0-1-3.3-3.3-4.7 0 0-.6 2.3-3.2.3-2.6-2-7.8-2.8-5.6-4.4 2.2-1.7 3.2-3.9 2.6-5.2 0 0-2.6 2.6-7 .7-3.6-1.5-4.4 1.3-8 .5 0 0 0-1 3.1-3.4 3-2.3-1.8.8-3.6 1.3-1.9.4-2.4 0 1.5-3.1 4-3 12-8.5 11-13 0 0 1.8 2.3 6.7.6 5-1.7 8.6-2.3 10-5 1.6-2.5 5.4-5 6.4-5.6 1.1-.5 2.4-1 .9 1.5-1.6 2.4-4 6.6-10.8 9.4-6.8 2.8-9.5 4.8-10.7 6.3-1.2 1.5-7.4 4.8-3.3 4.3 4-.7 10.9 0 7.6-1-3.2-.9-6.9.6-3.9-2.1 3-2.7 3.5-3.6 7.9-5.4 4.4-1.9 9.2-6.1 8.7-1.6-.5 4.4-8.6 9.1-10.6 10.6-2 1.4-1.2 1.2-1.2 1.8 0 .6-.4 1.8-1.2 2.3-.8.6-.5 1.2-.3 2.4.2 1.3-.2 1.8.4 2 .6.1 1.2.2 1.4 1.1.2 1 .6 1 1.8 1 1.1-.2 2 0 2 .6 0 .7 1.2 1.7 1.3-.4.1-2.2 1-2.5-1.2-1.5-2.2.9-2.6.6-2.6-.4s-.2-.8-1-.9c-1 0-1.3-1.3.3-2.2 1.6-.8 1.6 0 3.6-1.6 2-1.7 2-2 2.3-3 .3-.7-2.9 2.4-4.4 3-1.5.8-1-.5-.8-2.1.3-1.7 4-4 5.7-4 1.8 0 5.6 1 4 3.3-1.7 2.3-6.4 5.2-4.5 5.4 2.1.2 2.4-.6 3.6.4 1.2 1 0 3.2-.4 4.4a8.4 8.4 0 0 1-2.2 2.7s-2.2-3.8-2.1-.8c0 3.1-.5 4.2 0 4.3.5.1 2.8 1.7 3.6 1.7s-4.1 2.3-2 2.5c2 .1 5.3-1 6.4-3 0 0-4.2-1-5.9-2.6 0 0 4.9-1.2 3.5-5.8 0 0 4.9 1.3 2.7 3.5-2 2.1-3.3 1.8-1.5 2.4 1.9.6 2.7 1.2 2.7 1.2s1.3.6.5 1.6c-.7 1-.7 2.6 0 2.5.5 0 2.6-1 .9-2-1.8-1 1.9-.8.4-1.7-1.6-1-2-1.1-2.4-1.6-.5-.3 19.7-12.2 9.5-7.8 0 0 2.1-4.6 5.1-4.6 3 0 3.2 2.3 1.5 4.2-1.7 1.7-2.8 4.6-6.7 5.2 0 0 5.6 2.7-1 7.2 0 0-1.5.7-1 1.2s4.5-1.7 5-3a5.5 5.5 0 0 1 3-3c1.5-.7 9-5.8 11.2-9.6 2.3-3.9 2.8-4 7.2-7.5s3.6-2.8 4.2-3.6c.5-.9.7-2.3 2.7-3.4 2-1.2 9.8-5.4 12.3-7.2 2.4-1.8 7.4-5 9.6-7.8 2.1-2.7 8-6.2 9.4-5.6 1.4.7-.2 2.8-3.5 5.4-3.5 2.5-12 9.3-13.3 10.4a44.7 44.7 0 0 1-11.2 6.6c-2.7.3-2.4 1.3-4 3s-5.3 5.4-6.5 6.4c-1.3 1-4.3 3-4.4 4.5-.2 1.5.5 1.6-1.9 3.8a50 50 0 0 1-11.9 8.1s4.5 1.6 1.8 4.6c-2.6 3-2.5 2.6-2.6 2.8 0 0 6.7-1 2 4.3 0 0-1 1.5 1.1 0 2.3-1.9 1.4-4.1 1-4.5 0 0 3.7-2.3 7.9-2.3 4.1 0 4-.3.2-1.4 0 0 2.7-3.2 5-1.6 2.2 1.5 1.4 2.5-.9 3.8-2.4 1.2-5.8 1.7-8.5 3.2 0 0 5 1 7.6-1.1 2.6-2 2.8-1 3-.6.5.4.8 1-.4 2.6-1.2 1.7-1.3 1.8-1.2 2.2 0 .4-.1 1.5-2.5 2-2.3.3-3.5 1.3-2.6 2.4.7 1.2.7 4-1.2 3.7-2-.3-1.6-1.9-2.3-2.5-.8-.6-1.9-1.5-5.4.2-3.6 1.9-3.8-.3-3.7-1.5 0 0-2.3 2-4.2.2-2-1.9-.2-2.6 1-3.5 1-1 5.5-3 2.8-2.5-2.7.3-6.7.4-7.6-1.6-1-2.1 2-1.9 2.4-1.7.5.2 2.3 1.7 2.5-.3 0-2 3-2.3 2-2.6-1-.4-2.5.9-2.9 1.3 0 0-2-2.9-5.4-2-3.4 1 1 .7 2 .8.8.2.3 1.8-2.7 4.6-3 2.7-1.7 1.8.5 1.8 2.3 0 7.9 0 4.6 2.6-3.2 2.7-4.5 4-6 3.6-1.8-.5 0-1.6.8-2.1s1.2-1.2-.4-.6c-1.6.5-2.1.7-3.4-1.5-1.2-2.3-.8-1.6-.2-3.1.6-1.5 1.8-3 .4-2.5-1.6.6-1.4.7-1.3-1 .1-1.7-1.7-2.1-1.7-2.1s.8 1.7.1 2.8c-.6 1-.7 1.4.4 1.6 1 .4 2 1.3.6 2.3-1.4.9-1.2.7-.4 1.3 1 .7 2.3 1.3.9 2.7-1.4 1.4-.3 1 .4 1 .8 0 2.3.6 2.3 2 0 1.2 0 1.5 2.3.3 2.3-1.3 6.7-1.1 6.7.6 0 1.8-.6 2.3 1.8.8 2.4-1.5 3.5 1.4 5.2 0 1.6-1.5 2.6-2.8 4.6-.4 1.9 2.4 1.3 3-1 4.8-2.3 1.7 1.1.4 2.9-.5s6.7-1.5 9.5-.2c2.9 1.2 3.7 1 5.8 0 2.1-.8 3.2-1 6.3 1.1 3.3 2.2 5.7 2.6 7.4 2.5 0 0-3.5 1.4-7.5 1.6-4 .3-6 1-6.7 1.6 0 0 2.3 1.5 2.8 3.2 0 0 2.6-.3 3.8.2 0 0-.6 1.9 1 2.9s2.7 1.4 1.5 2.7c-1.2 1.4 1.9.8.1 2.7-1.7 2-2.1 3-2.2 4.5 0 1.6.4 1.8-1.1 2-1.6.1.2 1.9-.5 4-.7 2-5 1.7-4.8 7.2 0 0 1.2-2.7 3.8-5 2.5-2.4 2.6-2.6 2.5-4 0-1.4-.1-1.1 1.2-2.2 1.4-1-.6-2 .8-3.6 1.3-1.5.2-1.2 1.8-2.7 1.5-1.6-1.5-1.7.2-3.3 1.5-1.6-4-3.5-2.3-4.5 1.5-1 4.3-2.4-5-2.3 0 0 2.3-3.6 10-2.9 0 0-2 1.6-2.2 3l1.6.5s-.4 1.1-1.9 2.3c0 0 4.2 2.3 4.9 3.8 0 0-2.6.8-3.3 1.8 0 0 1.2 1.3 1.6 3 0 0-2.9-.4-3.2 1.7-.4 2.1-1.3.7-1.3 2s.1 1.7-.9 2c-1 0-.1 1.1 0 1.8.2.7.6 2.3.4 2.8 0 0-1.5 0-2.1.2 0 0 .4 3-1.3 3.5-1.7.4 1 1-.9 1.3-1.8.3-1.5.5-3.7 4.5 0 0 1.9-1 3.8-2.4 2-1.3-.2-1 3-4 3.3-3.3 2.7-3.5 2.4-5.1-.2-1.6-.3-3 .9-4.5s1.5-3.2 5.7-3c0 0-1.2-2.8-2.7-3.5 0 0 2-1.3 4-1.5 0 0-1.8-2.3-5.6-4.4 0 0 3-2.6 3.9-3.9 0 0-1.5.3-2.7 0 0 0 .6-1.3 3.4-3.1 0 0 1.5 1.4 1.4 2.9 0 0 4.8-2.7 7.5-2.4 0 0 1.4 3.4-5.3 10 0 0 4.2.3 6 0 0 0-1 3.2-6 5-5 2 1 4.2-4.1 3.8-5-.4-3.5 1.3-3.4 3.9.2 2.6.3 5.3.2 6 0 0-4-1.3-4 2.6.1 4-2 4.8-2.5 5.1 0 0-1.2-1-3-1.7 0 0-2.5 4.9-6.5 7.7z"/>
<path fill="#5a3719" d="M553.3 269.9s-1.4-1-1.4-2.8c0 0 1 .2 1.4.8 0 0 3.5-4-.8-5.4-4.1-1.4-2-5.3-.6-5.3s1.7-.3.4-2c-1.2-1.5-1-1.6 1.3-2 2.3-.4 2.1-1 1-1.5a7.7 7.7 0 0 1-1.9-1.6s6.8-2.9 4.6-4.3c-2.2-1.3 0-1 2-2.3 2-1.4 2.2-1.7 2.5-2.3 0 0-2 .3-3.4 0 0 0 1.7-.9 0-2.3s-2.3-2.6-5-2c-2.7.7-1.8-.2-.8-1.3s.6-1.7-1.3-2c0 0 .2-1.2 1.7-2.5 0 0-3.7.2-5-.4 0 0 1.6-1 1.6-2.3 0 0-2 .7-4.5.5 0 0 1.5-1.3 1.5-2.4 0 0-4.4 1-6.4 2.5 0 0-.5 0-.8-.6-.4-.4-.6-1-5.5.6 0 0 .5-2.2 1.7-3 1.2-.8 1-2.6-6.5 2.1 0 0-1-.6-1.9-2.9 0 0-1.7 2.3-2.9 3.1 0 0-1 .5-1-1 .2-1.5-.7-.5-1.4 0-.8.4-1.3 1.5-1-1.5s-1-3.6-1-3.6-2.3 3.3-3.7 3.7c0 0-2.5-2.4-3.4-4-.8-1.6-.8-2.2-1.7.6-.9 2.7-2 3-2 3s-1.5-1.3-1.6-2c0 0-.3.7-.8 1 0 0-1.3-1.5-1.2-3.7 0 0-8.2 4.5-9.2 7.2 0 0-7.7-.5-10.8.1 0 0 .7-2.4 2.7-3.7 0 0-2-.2-2-2.3 0 0 1.6.2 2.6 0s-1.4-3.1 1.1-3.2c2.5-.1 4.2 1.2 3-2.2-1-3.3-.6-3.3-.6-3.3s4.4 2.6 5.1 1.9c.8-.6-.5-2 3.4-1.4 3.9.7 2.8-1.5 4.4-1.7 1.5 0 2.3 1 1.3-6.1s4.8 3.5.9-7.2c0 0-1-3.3-3.3-4.7 0 0-.6 2.3-3.2.3-2.6-2-7.8-2.8-5.6-4.4 2.2-1.7 3.2-3.9 2.6-5.2 0 0-2.6 2.6-7 .7-3.6-1.5-4.4 1.3-8 .5 0 0 0-1 3.1-3.4 3-2.3-1.8.8-3.6 1.3-1.9.4-2.4 0 1.5-3.1 4-3 12-8.5 11-13 0 0 1.8 2.3 6.7.6 5-1.7 8.6-2.3 10-5a23 23 0 0 1 6.4-5.6c1.1-.5 2.4-1 .9 1.5-1.6 2.4-4 6.6-10.8 9.4-6.8 2.8-9.5 4.8-10.7 6.3-1.2 1.5-7.4 4.8-3.3 4.3 4-.7 10.9 0 7.6-1-3.2-.9-6.9.6-3.9-2.1 3-2.7 3.5-3.6 7.9-5.4 4.4-1.9 9.2-6.1 8.7-1.6-.5 4.4-8.6 9.1-10.6 10.6-2 1.4-1.2 1.2-1.2 1.8 0 .6-.4 1.8-1.2 2.3-.8.6-.5 1.2-.3 2.4.2 1.3-.2 1.8.4 2 .6.1 1.2.2 1.4 1.1.2 1 .6 1 1.8 1 1.1-.2 2 0 2 .6 0 .7 1.2 1.7 1.3-.4.1-2.2 1-2.5-1.2-1.5-2.2.9-2.6.6-2.6-.4s-.2-.8-1-.9c-1 0-1.3-1.3.3-2.2 1.6-.8 1.6 0 3.6-1.6 2-1.7 2-2 2.3-3 .3-.7-2.9 2.4-4.4 3-1.5.8-1-.5-.8-2.1.3-1.7 4-4 5.7-4 1.8 0 5.6 1 4 3.3-1.7 2.3-6.4 5.2-4.5 5.4 2.1.2 2.4-.6 3.6.4 1.2 1 0 3.2-.4 4.4a8.4 8.4 0 0 1-2.2 2.7s-2.2-3.8-2.1-.8c0 3.1-.5 4.2 0 4.3.5.1 2.8 1.7 3.6 1.7s-4.1 2.3-2 2.5c2 .1 5.3-1 6.4-3 0 0-4.2-1-5.9-2.6 0 0 4.9-1.2 3.5-5.8 0 0 4.9 1.3 2.7 3.5-2 2.1-3.3 1.8-1.5 2.4 1.9.6 2.7 1.2 2.7 1.2s1.3.6.5 1.6c-.7 1-.7 2.6 0 2.5.5 0 2.6-1 .9-2-1.8-1 1.9-.8.4-1.7-1.6-1-2-1.1-2.4-1.6-.5-.3 19.7-12.2 9.5-7.8 0 0 2.1-4.6 5.1-4.6 3 0 3.2 2.3 1.5 4.2-1.7 1.7-2.8 4.6-6.7 5.2 0 0 5.6 2.7-1 7.2 0 0-1.5.7-1 1.2s4.5-1.7 5-3a5.5 5.5 0 0 1 3-3 38 38 0 0 0 11.2-9.6c2.3-3.9 2.8-4 7.2-7.5s3.6-2.8 4.2-3.6c.5-.9.7-2.3 2.7-3.4 2-1.2 9.8-5.4 12.3-7.2 2.4-1.8 7.4-5 9.6-7.8 2.1-2.7 8-6.2 9.4-5.6 1.4.7-.2 2.8-3.5 5.4-3.5 2.5-12 9.3-13.3 10.4a44.7 44.7 0 0 1-11.2 6.6c-2.7.3-2.4 1.3-4 3s-5.3 5.4-6.5 6.4c-1.3 1-4.3 3-4.4 4.5-.2 1.5.5 1.6-1.9 3.8a50 50 0 0 1-11.9 8.1s4.5 1.6 1.8 4.6c-2.6 3-2.5 2.6-2.6 2.8 0 0 6.7-1 2 4.3 0 0-1 1.5 1.1 0 2.3-1.9 1.4-4.1 1-4.5 0 0 3.7-2.3 7.9-2.3 4.1 0 4-.3.2-1.4 0 0 2.7-3.2 5-1.6 2.2 1.5 1.4 2.5-.9 3.8-2.4 1.2-5.8 1.7-8.5 3.2 0 0 5 1 7.6-1.1 2.6-2 2.8-1 3-.6.5.4.8 1-.4 2.6-1.2 1.7-1.3 1.8-1.2 2.2 0 .4-.1 1.5-2.5 2-2.3.3-3.5 1.3-2.6 2.4.7 1.2.7 4-1.2 3.7-2-.3-1.6-1.9-2.3-2.5-.8-.6-1.9-1.5-5.4.2-3.6 1.9-3.8-.3-3.7-1.5 0 0-2.3 2-4.2.2-2-1.9-.2-2.6 1-3.5 1-1 5.5-3 2.8-2.5-2.7.3-6.7.4-7.6-1.6-1-2.1 2-1.9 2.4-1.7.5.2 2.3 1.7 2.5-.3 0-2 3-2.3 2-2.6-1-.4-2.5.9-2.9 1.3 0 0-2-2.9-5.4-2-3.4 1 1 .7 2 .8.8.2.3 1.8-2.7 4.6-3 2.7-1.7 1.8.5 1.8 2.3 0 7.9 0 4.6 2.6-3.2 2.7-4.5 4-6 3.6-1.8-.5 0-1.6.8-2.1s1.2-1.2-.4-.6c-1.6.5-2.1.7-3.4-1.5-1.2-2.3-.8-1.6-.2-3.1.6-1.5 1.8-3 .4-2.5-1.6.6-1.4.7-1.3-1 .1-1.7-1.7-2.1-1.7-2.1s.8 1.7.1 2.8c-.6 1-.7 1.4.4 1.6 1 .4 2 1.3.6 2.3-1.4.9-1.2.7-.4 1.3 1 .7 2.3 1.3.9 2.7-1.4 1.4-.3 1 .4 1 .8 0 2.3.6 2.3 2 0 1.2 0 1.5 2.3.3 2.3-1.3 6.7-1.1 6.7.6 0 1.8-.6 2.3 1.8.8 2.4-1.5 3.5 1.4 5.2 0 1.6-1.5 2.6-2.8 4.6-.4 1.9 2.4 1.3 3-1 4.8-2.3 1.7 1.1.4 2.9-.5s6.7-1.5 9.5-.2c2.9 1.2 3.7 1 5.8 0 2.1-.8 3.2-1 6.3 1.1 3.3 2.2 5.7 2.6 7.4 2.5 0 0-3.5 1.4-7.5 1.6-4 .3-6 1-6.7 1.6 0 0 2.3 1.5 2.8 3.2 0 0 2.6-.3 3.8.2 0 0-.6 1.9 1 2.9s2.7 1.4 1.5 2.7c-1.2 1.4 1.9.8.1 2.7-1.7 2-2.1 3-2.2 4.5 0 1.6.4 1.8-1.1 2-1.6.1.2 1.9-.5 4-.7 2-5 1.7-4.8 7.2 0 0 1.2-2.7 3.8-5 2.5-2.4 2.6-2.6 2.5-4 0-1.4-.1-1.1 1.2-2.2 1.4-1-.6-2 .8-3.6 1.3-1.5.2-1.2 1.8-2.7 1.5-1.6-1.5-1.7.2-3.3 1.5-1.6-4-3.5-2.3-4.5 1.5-1 4.3-2.4-5-2.3 0 0 2.3-3.6 10-2.9 0 0-2 1.6-2.2 3l1.6.5s-.4 1.1-1.9 2.3c0 0 4.2 2.3 4.9 3.8 0 0-2.6.8-3.3 1.8 0 0 1.2 1.3 1.6 3 0 0-2.9-.4-3.2 1.7-.4 2.1-1.3.7-1.3 2s.1 1.7-.9 2c-1 0-.1 1.1 0 1.8.2.7.6 2.3.4 2.8 0 0-1.5 0-2.1.2 0 0 .4 3-1.3 3.5-1.7.4 1 1-.9 1.3-1.8.3-1.5.5-3.7 4.5 0 0 1.9-1 3.8-2.4 2-1.3-.2-1 3-4 3.3-3.3 2.7-3.5 2.4-5.1-.2-1.6-.3-3 .9-4.5s1.5-3.2 5.7-3c0 0-1.2-2.8-2.7-3.5 0 0 2-1.3 4-1.5 0 0-1.8-2.3-5.6-4.4 0 0 3-2.6 3.9-3.9 0 0-1.5.3-2.7 0 0 0 .6-1.3 3.4-3.1 0 0 1.5 1.4 1.4 2.9 0 0 4.8-2.7 7.5-2.4 0 0 1.4 3.4-5.3 10 0 0 4.2.3 6 0 0 0-1 3.2-6 5-5 2 1 4.2-4.1 3.8-5-.4-3.5 1.3-3.4 3.9.2 2.6.3 5.3.2 6 0 0-4-1.3-4 2.6.1 4-2 4.8-2.5 5.1 0 0-1.2-1-3-1.7 0 0-2.5 4.9-6.5 7.7z"/>
<path fill="#7b3c20" d="M547.4 220.5s1.4-.2 3.8 1.2c2.3 1.5 4.6-1.5 2-2.3-2.6-.8 0-1.8 2.4.2 2.4 1.9 3.3.9 4.2.3.8-.7 1.9-1.1.3-2.2-1.6-1.1 1-.6 2.3.3 1.2.7.7 1.5.6 1.7-.2.2-.3 2.9 2 .5 2.4-2.5 3.7-4.8 3.6-6 0 0 1.3.8 1.5 2.3.2 1.5 2-.8 2.6-1.6.6-.8 1.6-3 1.5-4.4 0 0 1.6 2.5 4 0s1.4-1 4.2-1.7a17.6 17.6 0 0 0 8.5-5.2c2-2.5 2.1-.8 4.6-1.4s7.7-4.2 8.2-6.1c.4-1.9.3-3.1-.4-2.4-.7.6-.4 0-1.5-.6-1.1-.7-2.7.9-2.7.9s1.6 1.2.3 1.7c-1.2.6-2.3 2.3-4.6 1.6-2.3-.6-4.8 2.2-4.8 2.2s2 1.6-.7 2.7c-2.7 1-2.3 1.4-3.9.2 0 0-2.9 3.7-4.6 4.5 0 0-.7 0-1.2-.8 0 0-2 2.1-2.8 2.5 0 0-1.3-1-2.3-1.5 0 0-2.3 2.9-4.2 3.7 0 0-.6-1-1.8-1.7 0 0-.6 3.6-4.6 5.8 0 0 .2-1-1.8-2.3 0 0-5 4.3-6.9 4.7-2 .4-.2-.9 0-1.5.4-.5 1.6-2.3-.8-3s-2 .5-2.5.7c-.6.2-.6-.4-2.2-.2s-1.3.9-2 1.2c-.8.2-3.6-.5-3.4 1.4.1 1.8 1.5 3.1-1 4.2-2.5 1 1 .8 4.1.4z"/>
<path fill="#5a3719" d="M557.5 215.3s.6-2.5-1.5-3.5c0 0 13.2-2.1 3.2-7.2 0 0 11.9-2.3 9-6.1-2.7-3.8-5.4-3-5.8-3-.4 0 2.5-2.1 3.3-1.8.7.3 10.2 3.9 7.8.7-2.4-3-2.2-2.9-2.6-3.8 0 0 3.1 0 7.9 4.6 0 0 1-1 .9-2.9 0 0 3.3 1 4.4 2 0 0 .6-1.2.3-1.8 0 0 3 1.5 4 3.2 0 0 1.3-1.2 1.5-2.6 0 0 3 1.3 3.7 2.2 0 0 1-1.3.6-3 0 0 4.9 1.3 5.5-1.6 0 0 4.9 1 1.7 2.9-4 2.5-.4-.6-4.6 2.3-3.2 2.3-5 4.9-6.6 4.4-1.1-.5-2.5 2.9-4 1.3-1.5-1.7-1.5-1-2.7.7a24.5 24.5 0 0 1-2.8 3.5s-.8-.5-1.6-1.2c0 0-.8 1.6-2 2.8 0 0-1-1.3-2.6-2 0 0-2.3 2.7-3.8 3.7 0 0-1.4-1.4-2.9-1.9 0 0-.2 3.8-3.1 5.7 0 0-.6-1.2-2.6-2 0 0-1.4 2.3-4.6 4.3z"/>
<path fill="#5a3719" d="M550.6 209.5s-1.6 1.2-.6 2.5c1 1.4 1.1-.2 2.4-.3 1.3-.2 17.5-3 2.8-7.3 0 0 .7-.6 3.1-.8 2.6-.3 11.8-2.7 7.5-6-4.3-3.2-7.9 1.1-4.3-2.8 3-3.1.6-4.6.6-4.6s-8.5 5.6-10.4 6.7c-1.8 1-4.6 3-1.4 4 3.3 1 5.4-3.4 5.7-2.4.3 1-6.4 4.8-5.4 6.4.9 1.8.7 3.3 2.4 2.9 1.6-.3 6 .8 2.5.7-3.7-.1-5 1-5 1z"/>
@ -50,11 +50,11 @@
<path fill="#aa5323" d="M530 183.4s2-1 5.6-.8c3.6.2 17.8-13.6 22-16.3a341.6 341.6 0 0 0 18.7-13.8c1.8-1.8 2-3.6 3.6-4.6 1.5-1 3-.9 6.4-2.9 3.5-2 20.3-12 19.3-17.8 0 0-25 15-30.7 19.8a375 375 0 0 1-24.7 17.7c-2.8 1.9-5 5-9.9 8.8-4.7 3.9-9.5 7.2-10.3 10z"/>
<path fill="#aa5323" d="M524.8 178s4.6-.4 5.2 1.9c0 0 10-6.8 12.2-9.6 2.2-2.8-.8-1.2 4.9-4.9a594.3 594.3 0 0 0 27-19.1c2.7-2.3 7.8-5.5 11.9-8.2 4-2.8 19.9-10.6 18.1-17l-14.2 9.5c-2.7 1.8-3.9.8-6.5 2.9-2.6 2.1-8.5 6.3-9.5 7.6a161.3 161.3 0 0 1-14.4 11c-4.4 3-14.1 8.6-18.9 12.8a602.8 602.8 0 0 1-15.8 13.2z"/>
<path fill="#aa5323" d="M510.4 176.8s2.3 0 3.1.9c0 0 4.3-3.9 8.9 0 0 0 16.8-11.5 18.5-14.4 1.7-2.8 4.5-2.9 11-7.6 6.6-4.8 10.7-6.9 15-10.2 4.4-3.4 8.1-7.3 11.2-9.3 3.1-2 11-7.2 9.8-11.7 0 0-6.5 3.6-10.6 8.2-4.2 4.6-3.8.7-8.1 4.5a82.7 82.7 0 0 1-16.3 11.7c-5.5 2.7-2.2 2.4-6.2 5-3.9 2.5-3.6 2-5 2.5a10 10 0 0 0-5.1 3c-1.6 1.7-5.4 4-9.6 6.5a106.5 106.5 0 0 0-16.6 10.9z"/>
<path fill="#aa5323" d="M515.5 168s-1-1.9.7-3.3c1.6-1.3 4.6-4.8 5-7 .5-2.3.1-1.9 4.8-3.8a188.2 188.2 0 0 0 38.2-21.6c1.8-1.5 6.4-4.6 8.3-6.2 0 0 .8 2.5-1.2 4.2a222.1 222.1 0 0 1-21.5 14.9c-2.2 1.1-7.6 3.9-9.6 5.5-1.9 1.6-1.6 2-10.2 6.3-8.5 4.1-9 4.6-8.7 4.9.3.4 4.2-1.3 6-2.4 1.8-1 8.8-4.3 11-6a69 69 0 0 1 7-5 296 296 0 0 0 18-11.2c3.5-2.7 4.5-3.5 5.3-3 .7.4 2 .4.4 2s-6.7 6-8.7 7.3c-2 1.3-8.1 5-9.8 5.8-1.7 1-2.4 2.5-3.4 3.2-.9.8-3.7 2.7-7 3.5s-4 3.3-6.3 4.8c-2.3 1.4-18 10-18.5 10.3 0 0 .9-1 .2-3.2z"/>
<path fill="#aa5323" d="M515.5 168s-1-1.9.7-3.3c1.6-1.3 4.6-4.8 5-7 .5-2.3.1-1.9 4.8-3.8a188.2 188.2 0 0 0 38.2-21.6c1.8-1.5 6.4-4.6 8.3-6.2 0 0 .8 2.5-1.2 4.2a222.1 222.1 0 0 1-21.5 14.9 76.6 76.6 0 0 0-9.6 5.5c-1.9 1.6-1.6 2-10.2 6.3-8.5 4.1-9 4.6-8.7 4.9.3.4 4.2-1.3 6-2.4 1.8-1 8.8-4.3 11-6a69 69 0 0 1 7-5 296 296 0 0 0 18-11.2c3.5-2.7 4.5-3.5 5.3-3 .7.4 2 .4.4 2s-6.7 6-8.7 7.3c-2 1.3-8.1 5-9.8 5.8-1.7 1-2.4 2.5-3.4 3.2-.9.8-3.7 2.7-7 3.5s-4 3.3-6.3 4.8c-2.3 1.4-18 10-18.5 10.3 0 0 .9-1 .2-3.2z"/>
<path fill="#aa5323" d="M570.3 132.4s-.9.8-.4 1.2c.6.6 2.8 2.2 5.6-.6a106.5 106.5 0 0 1 12.5-10c2.3-1.5 3.6-2.8 3.5-4.7 0 0-11.4 6-21.2 14.1zm15.6-1s1.7-2.9 6-5.7c4.3-2.7 10.8-6.7 11.5-7.6 0 0 1.6 1.7-1.7 3.8a311.7 311.7 0 0 0-10.8 7c-.7.7-2 1.6-5 2.5z"/>
<path fill="#7b3c20" d="M499 163s-4.8 2.6-3.1 4.2c1.7 1.5 4.2 1 5.4.6l3.2-1c.4 0 4.5-1.3 5.6-3.2 1-2 3.8-4.2 6-5.8 2.2-1.5 3-3.2 2.7-4.3L499 163zm-28.4 22s3.4-2 8-.7c0 0-.2-1.1-1-1.7 0 0 5.7-1.5 6.9-4 1.2-2.5 1.5-2 2.5-2.6 1.2-.8 8.7-6.8 7.8-8.1-.9-1.3-1-3.1-1.7-3.7 0 0-1.5 2.1-9 5.7-7.2 3.6-15.4 6.2-21.4 14.2-5.9 8-5.3 12.6 2 14.7 0 0 5-3.2 17.6-2.1 12.4 1.1 16.6 5.8 17.4 6.6.8.9 3.3 4 .9 9.1 0 0 2.5 1.1 2.6-1.3.3-2.3.4-1.8 1-1.5.6.4 1.3.5 1-1.4a18 18 0 0 0-2.3-7.2c-1.1-1.5.2-.8.9-.6.7.3 3.3 2.5 1.8-1.5-1.5-3.8-2-2-2-1.8 0 .3-.4 1.2-3.8-1.4a26.8 26.8 0 0 0-8.8-4.4c-2.3-.6-.7-.6.7-1 1.4-.6 3.1-.8 3.8-2.4 0 0-1.4.3-3.8-.6a13.2 13.2 0 0 0-11.5 2s1.2-4.5-2.5-4.3c-3.6.3-6.2.2-10 3.2 0 0-.3-4.6 3.4-7 3.7-2.5 3.2-1 5.2-1.6 2-.6 2.3-2.7 1.4-3.4 0 0 4.8.9 12.8-5.8 0 0-4.3 5.7-9.5 6.8 0 0-.9 3-5.7 3.7-4.8.7-4.6 3.4-4.6 4.1z"/>
<path fill="#5a3719" d="M457 212.7s2.2-14.1 15.5-15.1c11.4-1 15.1.5 17.4 1.3s8 2.4 5.8 4.2c-2.2 1.8-3.5 1.5-3.5 1.5s2.5-2.9.2-3.3c-2.3-.5-2.4.9-2.7 2-.4 1.3-.5 2.6-1.6 3.6 0 0-1.2-1.4-2.9-.2s-.2 1.2.5 1c.6-.2 1.5-.5 1.3.5-.1 1-1 2.8-3.8 4.2-2.7 1.4-2.6 1.3-5.8 1.9-3.3.5-6.3 1.8-10.5 5.3-4.2 3.6-8.7 2.4-9.6-1.5-.8-3.4-.4-5.4-.4-5.4z"/>
<path d="M472 212.2s1.2-2.7-1-4c0 0-6.9 1.2-9-.9 0 0 7.5-.4 12.2-2.3 4.6-1.7 3.3-3 1.7-3.4-1.6-.3-4.6.5-4.9 2 0 0-1-1.6.2-2.6 1.3-1.1 3-1.3 4.7-.8 1.7.4 3.1 1.2 8.6-1.6 0 0 3.1.7 3.3 2.8 0 2.2-.3 3-.6 3.3-.2.4-.6 1-1.3 1-.6-.2-1.5-.3-2.3 1.2-.7 1.5-1.3 2.7-2.6 3.7 0 0 1.5-4.6-2.5-5.7 0 0-3.3 2-5.8 2.1 0 0 3.2 3-.8 5.2z"/>
<path d="M472 212.2s1.2-2.7-1-4c0 0-6.9 1.2-9-.9 0 0 7.5-.4 12.2-2.3 4.6-1.7 3.3-3 1.7-3.4-1.6-.3-4.6.5-4.9 2 0 0-1-1.6.2-2.6a5 5 0 0 1 4.7-.8c1.7.4 3.1 1.2 8.6-1.6 0 0 3.1.7 3.3 2.8 0 2.2-.3 3-.6 3.3-.2.4-.6 1-1.3 1-.6-.2-1.5-.3-2.3 1.2a8.9 8.9 0 0 1-2.6 3.7s1.5-4.6-2.5-5.7c0 0-3.3 2-5.8 2.1 0 0 3.2 3-.8 5.2z"/>
<path fill="#5a3719" d="M479.3 203.8s-1.6-1.6.4-1.9c2-.1 4.6 1.4 4.2 2.7-.6 1.2-3 1.1-4.6-.8z"/>
<path fill="#fff" d="M592.6 181.6s-3.7 1-.2 3.3c3.4 2.3 5 4.2 7.5 4.8 2.5.7 5 1.5 5 4s-.5 3.5-1.9 5.2c-1.3 1.7.8 2.4 2.6 1.5 1.8-1 3.3-1.5 4.5-2.2 1.1-.7 3-.6 1.4.3-1.9 1-3.7 1.5-1.4 1.5 2.3.1 16.2.4 19.1-.6 3-.9 6.8-1.2 7-5 0 0 .2-1.6 1.3-2.4 1-.7 1.8-2.3.2-1.2-1.5 1.1-2.7 1.7-3 1.3-.3-.3-.5-.6.7-1.1 1.2-.5 1.8 0 2.9-1.5 1-1.6 1-1.4.4-2-.6-.6-1.8-1-1.2-1.8.6-.8 1.2-3-1.4-1.7-2.5 1.3-7.6 4.8-10 5.3-2.2.5-4 1.2-7.1 1.8-3 .7-5 1.4-8.5 3.3-3.3 1.8-3-1.1-2.5-1.5 0 0 1.3 2.3 4.7-.7 3.4-2.9 2.3-.1 10.6-2.9 8.3-2.7 6.3-3.1 9.5-4.8 3.3-1.7 6.4-1.8 4-4-2.2-2.4-2.4-2.5-5.3 0a34.5 34.5 0 0 1-16 6.4s18.8-8 16.9-9.2a20.8 20.8 0 0 0-5.3-2.5c-1.3-.3-1.7-.6-4.7.8-3 1.3-3.5 1.6-4.3 1.7-1 0-3.5.6-7 2.4-3.6 1.9-5.5 2.6-8 4 0 0 1.7-3.3 9.1-5.5 7.4-2.2 11.1-4.2 10.4-4.6s-2.7-.8-4-.5c-1.5.3-1-.1-5.6 1.7-4.5 1.8-2.6 1.4-6.2 2.2-3.7.7-5.1 1.5-6.9 2.3 0 0 .8-1 3.1-1.9 1.3-.4-1.3-.9 2.2-1h1a32.2 32.2 0 0 0 8.6-3.3c-.7-.1-5.1-.6-9.5 1.6-4.5 2-2.5 1.3-4 1.5-1.6.4-5 2.4-6 3.4-1.1.9-2.7 1.5-2.7 1.5z"/>
<path fill="#5a3719" d="M482.7 201.8s1.8.5 2.2 1.8c.5 1.2 1.6-.6 1.6-1.1-.1-.6-1.2-3-3-1.9-2 1.1-1 1.1-.8 1.2z"/>

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-aw" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="aw-a">
<path fill-opacity=".7" d="M0 0h288v216H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="scale(2.2222)">
<g clip-path="url(#aw-a)" transform="scale(2.2222)">
<path fill="#39c" d="M0 0v216h324V0H0z"/>
<path fill="#ff0" d="M0 144v12h324v-12H0zm0 24v12h324v-12H0z"/>
</g>

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ax" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="ax-a">
<path fill-opacity=".7" d="M106.3 0h1133.3v850H106.3z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="matrix(.56472 0 0 .56482 -60 -.1)">
<g clip-path="url(#ax-a)" transform="matrix(.56472 0 0 .56482 -60 -.1)">
<path fill="#0053a5" d="M0 0h1300v850H0z"/>
<g fill="#ffce00">
<path d="M400 0h250v850H400z"/>

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 556 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ba" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="ba-a">
<path fill-opacity=".7" d="M-85.3 0h682.6v512H-85.3z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(80) scale(.9375)">
<g fill-rule="evenodd" clip-path="url(#ba-a)" transform="translate(80) scale(.9375)">
<path fill="#009" d="M-85.3 0h682.6v512H-85.3V0z"/>
<path fill="#FC0" d="m56.5 0 511 512.3V.3L56.5 0z"/>
<path fill="#FFF" d="M439.9 481.5 412 461.2l-28.6 20.2 10.8-33.2-28.2-20.5h35l10.8-33.2 10.7 33.3h35l-28 20.7 10.4 33zm81.3 10.4-35-.1-10.7-33.3-10.8 33.2h-35l28.2 20.5-10.8 33.2 28.6-20.2 28 20.3-10.5-33 28-20.6zM365.6 384.7l28-20.7-35-.1-10.7-33.2-10.8 33.2-35-.1 28.2 20.5-10.8 33.3 28.6-20.3 28 20.4-10.5-33zm-64.3-64.5 28-20.6-35-.1-10.7-33.3-10.9 33.2h-34.9l28.2 20.5-10.8 33.2 28.6-20.2 27.9 20.3-10.4-33zm-63.7-63.6 28-20.7h-35L220 202.5l-10.8 33.2h-35l28.2 20.4-10.8 33.3 28.6-20.3 28 20.4-10.5-33zm-64.4-64.3 28-20.6-35-.1-10.7-33.3-10.9 33.2h-34.9L138 192l-10.8 33.2 28.6-20.2 27.9 20.3-10.4-33zm-63.6-63.9 27.9-20.7h-35L91.9 74.3 81 107.6H46L74.4 128l-10.9 33.2L92.1 141l27.8 20.4-10.3-33zm-64-64 27.9-20.7h-35L27.9 10.3 17 43.6h-35L10.4 64l-11 33.3L28.1 77l27.8 20.4-10.3-33zm-64-64L9.4-20.3h-35l-10.7-33.3L-47-20.4h-35L-53.7 0l-10.8 33.2L-35.9 13l27.8 20.4-10.3-33z"/>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-bb" viewBox="0 0 640 480">
<path fill="#00267f" d="M0 0h640v480H0z"/>
<path fill="#ffc726" d="M213.3 0h213.4v480H213.3z"/>
<path id="a" d="M319.8 135.5c-7 19-14 38.6-29.2 53.7 4.7-1.6 13-3 18.2-2.8v79.5l-22.4 3.3c-.8 0-1-1.3-1-3-2.2-24.7-8-45.5-14.8-67-.5-2.9-9-14-2.4-12 .8 0 9.5 3.6 8.2 1.9a85 85 0 0 0-46.4-24c-1.5-.3-2.4.5-1 2.2 22.4 34.6 41.3 75.5 41.1 124 8.8 0 30-5.2 38.7-5.2v56.1H320l2.5-156.7z"/>
<use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 639.5 0)"/>
<path id="bb-a" d="M319.8 135.5c-7 19-14 38.6-29.2 53.7 4.7-1.6 13-3 18.2-2.8v79.5l-22.4 3.3c-.8 0-1-1.3-1-3-2.2-24.7-8-45.5-14.8-67-.5-2.9-9-14-2.4-12 .8 0 9.5 3.6 8.2 1.9a85 85 0 0 0-46.4-24c-1.5-.3-2.4.5-1 2.2 22.4 34.6 41.3 75.5 41.1 124 8.8 0 30-5.2 38.7-5.2v56.1H320l2.5-156.7z"/>
<use xlink:href="#bb-a" width="100%" height="100%" transform="matrix(-1 0 0 1 639.5 0)"/>
</svg>

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 613 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bi" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="bi-a">
<path fill-opacity=".7" d="M-90.5 0H592v512H-90.5z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(84.9) scale(.9375)">
<g fill-rule="evenodd" clip-path="url(#bi-a)" transform="translate(84.9) scale(.9375)">
<path fill="#18b637" d="m-178 0 428.8 256L-178 512zm857.6 0L250.8 256l428.8 256z"/>
<path fill="#cf0921" d="m-178 0 428.8 256L679.6 0zm0 512 428.8-256 428.8 256z"/>
<path fill="#fff" d="M679.6 0h-79.9L-178 464.3V512h79.9L679.6 47.7z"/>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bj" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="bj-a">
<path fill="gray" d="M67.6-154h666v666h-666z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="matrix(.961 0 0 .7207 -65 111)">
<g clip-path="url(#bj-a)" transform="matrix(.961 0 0 .7207 -65 111)">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#319400" d="M0-154h333v666H0z"/>
<path fill="#ffd600" d="M333-154h666v333H333z"/>

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 499 B

Before After
Before After

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-fr" viewBox="0 0 640 480">
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bl" viewBox="0 0 640 480">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#002654" d="M0 0h213.3v480H0z"/>
<path fill="#ce1126" d="M426.7 0H640v480H426.7z"/>

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 231 B

Before After
Before After

View file

@ -21,7 +21,7 @@
<path fill="#e4cb5e" stroke="#000" stroke-miterlimit="2.6" stroke-width="1.2" d="M428 229.2v-9c0-.8 0-1.2 1.2-2.2 1-.8 2.1-2.3 3.7 1.7 0 0 3.2-3.5 4.2-4 0 0 2-1.5 3.3.7 0 0 1.6-2.6 3-3.2 0 0 3.2-2 3.3 4.2l2.5-2.4s2-1.5 4.2.7c0 0 3.5 3.6 4 4.6 0 0 .8 1 1 2.7 0 0 0 2 1 3 0 0 1.1 1 2.2 1.2 0 0 2.5.1 3.6 2.6 0 0 .3-.5 1.6 11.2v21.5l-14.4 17.1-23.1-6.6-9.2-3.9-2.2-6.6 9-5.9 4.8-13-1.5-9.3-2.2-5.2z"/>
<path fill="#784421" stroke="#000" stroke-width="1.2" d="m491.6 240.4 1.2-1.5 2.5-2s4 10.4 4.2 12.7v3.2s6 1.6 7.2 10.7l-5 9.2-7.8-4.4-2.3-1.5v-26.3z"/>
<path fill="#fff" d="M418.3 312.4s.2-.3 0-.6l-.5.4s-1.5 1.7-.2 4.4c0 0 0 .4.3.2 0 0 .3 0 0-.3 0 0-1.1-2.4.4-4z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.2" d="M441.7 310.6s.1-.8-.4-1.6c0 0-.3-.6-.2-1.5M446.7 217.4s0 2.3.7 4c.6 1.6 2.9 4.5 3 5.9"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.2" d="M441.7 310.6s.1-.8-.4-1.6c0 0-.3-.6-.2-1.5m5.6-90.1s0 2.3.7 4c.6 1.6 2.9 4.5 3 5.9"/>
<path fill="#d40000" stroke="#000" stroke-linejoin="round" stroke-width="1.2" d="M501 295.5s3.6.1 5.5 1.2c2 .8 3.4 1.8 5.5 3.2 0 0 1 1.3 5.2.5 0 0 7.2-1.7 7.2 4 0 0 8.7.6 5.2 8.3 0 0-2.4 6-7.4 1.8 0 0 3.2 4.5-3 6.3 0 0-4.4 1.2-5.7-3.5 0 0-.8-1.8 1-4 0 0-2.1-.4-3.5-2.7 0 0 4.5 5.8-.5 8 0 0-6.3 1.5-6.7-5 0 0 .5-3.2-2-4.3 0 0-5-1.2-7.2-6.6 0 0 7.2-3.9 6.5-7.2z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.2" d="m443.8 227.4 6 47.8m-4.5-47.9 6.6 44.6m-5.5-44.8 7.8 44.2"/>
<path fill="#784421" stroke="#000" stroke-width="1.2" d="m458.6 267.5 2.2-.7-14-48h-.5z"/>
@ -42,7 +42,7 @@
<path fill="none" stroke="#000" stroke-miterlimit="2.6" stroke-width="1.2" d="M458.4 198s6-.2 5.6 6"/>
<path fill="#f5ce00" stroke="#000" stroke-miterlimit="2.6" stroke-width="1.2" d="M419.3 263.3c10.3-3.2 13-14.3 13-14.3a25.5 25.5 0 0 0-1.1-15.5c-4.8-11-12.7-11-12.7-11a4 4 0 0 0-4.5 3.2c-.3 2.4 1.3 3.3 1.3 3.3 2.8 1.5 4.6-.5 4.6-.5 1.1-1.6.2-2.9.2-2.9-.7-1-2-.4-2-.4-1.2.2-1 1.6-1 1.6s-.3-1.6 1.2-1.8c0 0 3.2-.7 6.8 3.8 0 0 4.8 6.1 4.8 14.1 0 0 .6 14.8-14.8 18.6 0 0 1.7 2.4 4.6 11.1 0 0 3.4 11.2 6.6 17.3 0 0 4.2 8.6 13.7 5.1 0 0 5.6-2.5 5.6-6.5 0 0 .4-3.8-3-4 0 0-3.3-.3-3.3 2.5 0 0 0 3 3.6 2.4 0 0 1.2-.3 1-1.5 0 0-.2-1.2-1.7-.6-1.6.6 0 0 0-.1 0 0 .5-.3 1.1 0 0 0 .6 0 .6 1 0 0 0 .6-.7 1.1l-1.5.2s-1 2-3.2 2.7a7.5 7.5 0 0 1-7-1.2 10.7 10.7 0 0 1-3-4.3 113.5 113.5 0 0 1-5.3-13.5s-1.8-5.7-3.2-8.7l-.6-1.2z"/>
<path fill="#f5ce00" stroke="#000" stroke-miterlimit="2.6" stroke-width="1.2" d="M448.5 291.4s-2-.2-2 1.5c0 0 0 2.4 3.2 1.9 0 0 3-.6 1.9-4 0 0-.7-2.3-3.6-2 0 0-2.7 0-4 3.8 0 0-.9 3.3.8 6 1.8 3 6.2 5 8.3 6 0 0 8.7 3.3 11.4 5.3 0 0 3.9 2.9 2.1 5.6 0 0-.6 1.1-1.7 1.1 0 0-1.2 0-1.3-1.2 0 0 0 .7.7 1 0 0 .9.4 1.7-.3 0 0 1-1 .2-2.4 0 0-1-1.6-3.4-.6 0 0-2.2 1.1-1.2 3.3 0 0 .7 2.1 3.2 2 0 0 2 0 3.2-1.2 2-2.1 2-6 .4-8 0 0-1.7-2.1-4.8-3.6-1.9-.6-5.5-2.1-9-3.5-2.7-1.1-5-2.3-6.5-4.1 0 0-1.3-1.4-1.8-4 0 0-.3-2 .9-2.4l1.2-.3z"/>
<path fill="none" stroke="#000" stroke-miterlimit="2.6" stroke-width="1.2" d="M448.2 291.4s-2.1-.4-3.4 2.2c0 0-.7 1.5-.9 2.5m-.7-9s2.2.3 1.1 3.4c-1.2 2.9-3 3.7-3.6 4.2m27.4-91.1s5.2-3.3 10.4.3M438.8 235.2s.7-3-2.6-8c0 0-2.2-4.7-3.2-7.5m7.4-3.3 2.3 6.6 3 6.8"/>
<path fill="none" stroke="#000" stroke-miterlimit="2.6" stroke-width="1.2" d="M448.2 291.4s-2.1-.4-3.4 2.2c0 0-.7 1.5-.9 2.5m-.7-9s2.2.3 1.1 3.4c-1.2 2.9-3 3.7-3.6 4.2m27.4-91.1s5.2-3.3 10.4.3m-39.7 31.3s.7-3-2.6-8c0 0-2.2-4.7-3.2-7.5m7.4-3.3 2.3 6.6 3 6.8"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.2" d="M441.2 238.3s2 2.1 1.8 5.6m-8.1-7.9s2.1 1 1.9 6.8c0 0-.1 4 3 6.2m-5.3 1.4s6.7-.7 7.2 3.5c0 0 0 4 2.4 4.3 0 0 3.3.3 4 3.6m-11.4-6.8s1.2 1.7 2.4 2.6m6.2-7s1.6 2.7 2 4.1m5.3-35s1.6 2.1 3.1 3m3.1 9.6s3.4 1.6 3 10c0 0-.6 5 .9 7.7"/>
<path fill="#784421" stroke="#000" stroke-width="1.2" d="m443.1 226.6.4.8s6 .3 9.1-3.8l-.3-.8s-5.3-.3-9 3.8z"/>
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.2" d="M464.7 258.5s20.6-6 28.6-9.6"/>

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before After
Before After

View file

@ -5,7 +5,7 @@
<g fill="#cf1126" transform="translate(-160) scale(.66667)">
<path d="M695.7 569.7a117.2 117.2 0 0 1-49.4-17.2c-2.4-1.6-4.6-3-5-3-.4 0-.6 1.9-.6 4.1 0 6.4-2.6 9.6-9 11.3-6.2 1.6-15.6-1.6-23.2-8a68.3 68.3 0 0 0-24.7-13.5 39.9 39.9 0 0 0-28 3.6 8.7 8.7 0 0 1-2.8 1.3c-1.1 0-1-6.9.2-9 1.5-3 5.1-5.8 9.4-7.3 2.2-.8 4-1.8 4-2.3 0-.4-.8-2-1.7-3.6-2.9-5.1-1.7-10 3.4-13.9 5.2-4 14-4.6 21.7-1.7a32 32 0 0 0 4 1.4c1 0 .4-1.5-2.4-5.6-3.2-4.7-3.9-7-3.5-12.7a14.7 14.7 0 0 1 13.5-13.5c5.8-.4 9.4 1.6 18 9.7a144 144 0 0 0 86 41.6c8.3 1 24.8.5 34.5-1a156 156 0 0 0 81.8-40.8c6.4-6 9.4-7.6 14.7-7.6 4.5 0 7.7 1.4 11 5 3 3.3 4 6.4 3.6 11.5-.2 3.2-.7 4.7-2.6 7.9-2.8 4.5-2.3 5 3.2 2.8 7.6-3 16.9-1.6 21.9 3.2 4.4 4.2 4.8 8.4 1.4 14-1.3 2.1-2.3 4-2.3 4.4 0 .6 1 .8 5.5 1.6 6 1 9.5 5.4 9.5 12.2 0 2-.3 3.7-.6 3.7s-2.6-.9-5-1.9c-7-2.9-11-3.6-19.2-3.5-6.2 0-8.3.3-12.6 1.7a57.5 57.5 0 0 0-19.5 11.5c-6.4 5.7-10.4 7.5-16.6 7.4-5.8 0-9.7-1.7-11.8-5-1.1-1.8-1.3-2.8-1-6.8.2-2.6.1-4.7 0-4.7-.3 0-2.5 1.4-5 3.1A80.5 80.5 0 0 1 778 560a181.6 181.6 0 0 1-82.3 9.7z"/>
<path d="M706.3 525.2a136.4 136.4 0 0 1-97.9-55.7c-24.4-33.2-32-77.1-24.6-117.2 4-18.3 12-36.6 25.5-49.6a114.6 114.6 0 0 0-8.7 74.3c9 49.8 51 91.9 101.3 99.2 20 5.7 40.5-.4 59.5-6.5 42-14.8 74-54.6 77.8-99.1 3.3-24-.3-49.1-11.2-71 6.2 3.3 14 16.2 18.6 24.8 16 31 16.7 68.1 7.3 101.2-12.8 42.1-45 79-87.5 92.4a165.7 165.7 0 0 1-60 7.2z"/>
<g id="a">
<g id="bn-a">
<path d="M512 469.9c-2.5-.4-5.3 2.1-4.3 4.7 1.8 2.6 5 4 7.8 5.2a54.2 54.2 0 0 0 23.2 3.6 49.6 49.6 0 0 0 17-3c3-1 6.8-2 8-5.4 1.3-2.1-1-4.3-3.1-3.9-3 .7-6 2-9 2.9a57.7 57.7 0 0 1-20.3 2 54 54 0 0 1-14.4-4.2c-1.6-.7-3.1-1.7-4.9-1.9z"/>
<path d="M514.8 459.5c-2.5-.4-4.7 2.6-3.7 5 2 2.8 5.3 4.3 8.4 5.6a42.4 42.4 0 0 0 17 2.9h1.5a37.6 37.6 0 0 0 14.4-2.8c2.7-1.1 6.1-2.2 7.3-5.2.9-1.7.2-4.1-2-4.3-1.8 0-3.5 1.2-5.3 1.7a44.3 44.3 0 0 1-20.6 3.2c-4.4-.5-8.5-2.1-12.5-4-1.5-.7-2.8-1.8-4.5-2z"/>
<path d="M518.3 449.6c-2.2-.3-3.7 2.2-3.3 4.1.3 1.8 1.8 3 3.1 4a30 30 0 0 0 18.6 5.3h1.6a28 28 0 0 0 12-2.8c2.5-1 5.4-2.3 6.3-5.2.4-1.3.6-3.2-.9-4-1.6-.8-3.1.5-4.5 1a34 34 0 0 1-15.5 3.9 27 27 0 0 1-13.1-4c-1.5-.7-2.7-2-4.3-2.3z"/>
@ -14,7 +14,7 @@
<path d="M499.7 306.6c-2 .6-1.6 3.2-1 4.7a54 54 0 0 1 1 13.2c3.9 3 6.2 7.4 8.4 11.6 1.4 2.8 2.6 5.8 3.1 8.9 3.1 1 5.8 3 8.2 5-1-2.8-3-5-4.5-7.7s-3-5.6-3.7-8.7c-3-3.1-4.6-7.6-4-12 .2-4.7-1.3-9.6-4.5-13.2-.8-.8-1.8-1.7-3-1.8z"/>
<path d="M509.2 308c-1.2.2-1.8 1.2-2.4 2.1-.3.9.8 1.8 1 2.8a21.8 21.8 0 0 1 1.4 10.4c-.1 2.5.8 5 2 7a3.9 3.9 0 0 1 3.5-2.8c.5 0 1.4.2 1-.7-.4-4.8-1.1-9.6-2.8-14a9.6 9.6 0 0 0-2.8-4.5c-.2-.2-.6-.4-1-.3z"/>
</g>
<use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 1440 0)"/>
<use xlink:href="#bn-a" width="100%" height="100%" transform="matrix(-1 0 0 1 1440 0)"/>
<path d="M715.7 476a35.6 35.6 0 0 1-29.9-24c.3-2.2 3 1.2 4.3 1.5a19 19 0 0 0 8 2.6c3.5 1.5 5.7 5 9.1 6.9 1.6 1.2 7.2 3.6 6.1-.3-1.3-2-2.2-4.6-1-7 1.8-4.1 4.7-7.7 7.7-11.2 2.1-.7 3.6 3.6 5.1 5 2.1 3.3 4.7 7.3 3.4 11.3-1.2 1.5-2 6 1.3 4.6 4-1.8 7.3-4.8 10.6-7.6 3-2 6.7-2.1 9.7-4 1.5-.3 4.4-3.1 5-1.6a44.9 44.9 0 0 1-7.4 12.3 32.1 32.1 0 0 1-18.8 10.9c-4.4.8-8.8 1-13.2.6z"/>
<path d="M731.5 460.2c.3-2.7-.3-5.4-1.7-8-2.1-4.2-5-8-8-11.9-2.8-1.6-4.3 3.7-6.1 5.2-2.9 4.3-6.5 8.7-6.7 14-1.6 2.5-4.6-2-5.9-3.5a19 19 0 0 1-4-12 50.8 50.8 0 0 1 3.6-20.6c2-5.6 5.1-11 4.8-17 .2-4.7-.7-9.7-4.4-12.8-3.6-2.8 2.3-3.4 4.1-2 3.2.3 4.9 5.5 7.8 4.2 1.1-2.7 1.4-6 3.8-8.1 2.3-3.2 4.7 1.3 5.5 3.5 1.7 1.8 0 6.5 2.6 6.6 3.2-2.3 5.5-6 9.6-6.9 1.7-1 4.5 0 2.3 1.8-3 2.9-5.6 6.4-6.2 10.7-.9 5.3.4 10.7 2.7 15.4 4.5 9.4 8 20 5.7 30.5-1 4.6-4.2 8.6-8 11.3-.5.3-1.3.3-1.5-.4z"/>
<path d="M726.7 389.6a21.2 21.2 0 0 0-5.6-7c-2.4 0-3.9 3-5.5 4.6-1.1 2.1-2.5 5.6-5.3 2.9-4.5-2.6-5.2-8.3-5.2-13-.3-7.6 2.8-14.7 5.5-21.6 1.7-4.3 1.3-9.2.2-13.6-1.3-5-5.4-8.6-8.5-12.6.2-1.5 4.2-.7 5.7-.4 3.4.9 5.4 3.8 7.9 6 1.8-.6 1-4.2 1.9-5.9 0-2.4 3.2-5.5 4.5-2.1 2 2.2 0 6.5 2.5 7.8 2.4-.9 3.6-3.5 5.8-4.7a8 8 0 0 1 7.8-.5c.9 2.2-2.6 4-3.6 6a20.4 20.4 0 0 0-3.8 18c1.4 5 3.8 9.5 4.7 14.5a40.1 40.1 0 0 1-.5 17.2c-.9 3.4-3.8 5.6-6.8 7-.8-.7-1.2-1.7-1.7-2.6z"/>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

View file

@ -486,7 +486,7 @@
<path fill="#007934" fill-rule="evenodd" stroke="#e7e7e7" stroke-width=".1" d="M331.5 257a13 13 0 0 1 2.1 0 13.7 13.7 0 0 0-.8-.3h2.2a5 5 0 0 0-1-.5 8 8 0 0 1 2.2.1l-1-.5c.9 0 1.2 0 2 .2a2.6 2.6 0 0 0-.9-.5 8 8 0 0 1 2.5-.2 8.6 8.6 0 0 0-8 .8 6 6 0 0 1 1-1.1 2.5 2.5 0 0 0-.7 0c.3-.3.8-.8 1.2-1l-.7.1 1.4-1a3.1 3.1 0 0 0-.9.1 5.2 5.2 0 0 1 1.6-1.1 4 4 0 0 0-1 0 8.7 8.7 0 0 1 2-1.3c-3.3.4-5.1 2.8-5.3 4.8a7 7 0 0 0-6.6-3.6c1 .3 1.8.7 2.4 1a4.4 4.4 0 0 0-1 .1c.7.2 1.5.6 2 1a3.4 3.4 0 0 0-1 0l1.8.8-.8.1a5 5 0 0 1 1.5.8h-.8c1 .4 1.1.6 1.3.7a8 8 0 0 0-7.3 3 10 10 0 0 1 2.2-1l-.5.8c.5-.4 1.3-.8 2-1a4.8 4.8 0 0 0-.4.7l1.8-1-.4.8 1.7-.7-.5.7 1-.4a6.2 6.2 0 0 0-2.9 5.8l.9-2v1a8.5 8.5 0 0 1 1-2v1l1-2v1l1.1-1.9v.8l.3-.6.7-.9.2.3c.3.4.4 1.1.5 1.8a3.2 3.2 0 0 0 .2-.9c.3.7.7 1.8.7 2.4a3.6 3.6 0 0 0 .2-1c.3.5.6 1.8.7 2.3l.3-.9c.3.8.4 1.7.5 2.3.8-3-.4-4.9-1.8-6.3.4.1.8.5 1.3 1a4.9 4.9 0 0 0-.3-.9l1.5 1.4-.2-.8c.6.4 1.1 1.2 1.5 1.6a5.4 5.4 0 0 0-.2-1 6 6 0 0 1 1.3 1.8l-.1-1c.7.6 1 1.3 1.3 1.7 0-2.7-3.1-5-6-5.3z"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M330.3 257.1c3.1-.5 7.2 2.3 7.2 5.3-.3-.4-.6-1.1-1.3-1.8l.1 1a6 6 0 0 0-1.3-1.7l.2 1c-.4-.4-.9-1.2-1.5-1.6l.2.8-1.5-1.4.3 1c-.5-.6-1-1-1.3-1.1m-1.8-1.5c-1.9-1.2-5.8-1-8.7 2.3a10 10 0 0 1 2.2-.9l-.5.8c.5-.4 1.3-.8 2-1a4.8 4.8 0 0 0-.4.7l1.8-1-.4.8 1.7-.7-.5.7 1-.4"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M329.7 256.6c-.4-2.2-3-4.8-6.9-4.6 1 .3 1.8.7 2.4 1a4.3 4.3 0 0 0-1 .1c.7.2 1.5.6 2 1a3.4 3.4 0 0 0-1 0l1.8.8a3.2 3.2 0 0 0-.8.1 5 5 0 0 1 1.5.7l-.7.1c1 .4 1 .6 1.2.7m1.5 1c-2.6.8-5.1 3.3-4.7 6.7 0-.4.5-1.5.8-2v1l1-2v1l1-2v1a13.3 13.3 0 0 1 1.1-1.9v.8a5 5 0 0 1 1-1.5m-1.6.2a8.7 8.7 0 0 0-.5 1.4m-.5-.8a9.7 9.7 0 0 0-.5 1.9m-.5-1a9 9 0 0 0-.5 2"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M329.9 258.6v-.6" class="fil1 str2"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M329.9 258.6v-.6" class="bo-fil1 bo-str2"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M332.6 261.3v1.3m-1-3 .1 1.6m-1-2.7.1 1.3m4.8-.4.6 1.2m-2-2.1.8 1.4m-2-1.8c.3.3.5.7.7 1.2m-10.6-.8a4.7 4.7 0 0 1 1.7-1.2m-.2 1c.4-.6.6-.9 1.6-1.3m-.2 1c.4-.4.9-.8 1.7-1.1m-.4 1.2c.5-.5 1-.7 1.6-1m-3.7-4c.7 0 1.6.2 2.2.6m-1.2.4c.6 0 1.4.2 1.8.4m-1 .4c.6 0 1.3.3 2 .6m-1.3.2a4 4 0 0 1 1.7.6m.9.2a8.6 8.6 0 0 1 8.5-1.2 8 8 0 0 0-2.4.2c.4 0 .7.3.8.4h-2c.4 0 .7.2 1 .4a7.3 7.3 0 0 0-2.2 0l1 .3h-2.2l.8.3c-1 0-1.6 0-2 .2m4.8-1.6a6 6 0 0 0-2.2-.4m1 .7a5.8 5.8 0 0 0-2.5-.2m1.3.6a6.8 6.8 0 0 0-2.5-.2m1.3.7a5 5 0 0 0-2-.1m.8 1c.4.3.6.7.8 1.1m-3-3.1c.2-2 2-4.4 5.3-4.8a9 9 0 0 0-2 1.3h1c-.5.2-1.2.7-1.6 1.1a3.1 3.1 0 0 1 .9 0 6.7 6.7 0 0 0-1.4 1l.7-.1a4.1 4.1 0 0 0-1.2.9h.7l-1 1.1m2-4c-.5.1-1.1.4-1.6.7m1 .4a4.5 4.5 0 0 0-1.5.5m.9.4c-.5.1-1 .4-1.5.7m1 .2a3.2 3.2 0 0 0-1.4.8m-.5 2.4a6 6 0 0 0-.3 1.1m1.2-2c1.8 1.6 4.1 3.7 3 7.6a6 6 0 0 0-.4-2.2l-.3.9a6.8 6.8 0 0 0-.7-2.4 3.5 3.5 0 0 1-.2 1 8.3 8.3 0 0 0-.7-2.4c0 .2 0 .6-.2.9 0-.9-.3-1.7-.7-2"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="m293.3 233.5 1.3.7.3-.6c.1-.3.2-.5.1-.6 0-.2-.2-.4-.5-.5-.3-.2-.6-.3-.7-.2-.2 0-.4.2-.5.4l-.2.5c0 .1 0 .2.2.3m1.6 1 1.7.8h.3l.3-.5.3-.6a.6.6 0 0 0 0-.4.7.7 0 0 0-.2-.2 1.9 1.9 0 0 0-.3-.2c-.8-.4-1.3-.3-1.7.3l-.4.7m-2.6-.8a33 33 0 0 0 .6-1.2 3.3 3.3 0 0 1 .6-.7l.6-.4h.9c.2.1.3.3.4.6.1.2.2.5.1.7a2 2 0 0 1 1-.6l1 .1c.3.2.5.6.6 1 .1.5 0 1-.4 1.7a32.4 32.4 0 0 1-.7 1.3l-.3.7-1.4-.9-1.8-1-1.5-.7.3-.6m9-10.8c-.8.6-.7 1.5.3 2.6.5.6 1 1 1.5 1 .4.2.9 0 1.3-.3.3-.3.5-.6.4-1a3.1 3.1 0 0 0-.8-1.5c-.5-.7-1-1-1.4-1.2-.5 0-1 0-1.4.4m3.8-.2c.5.6.7 1.3.7 2a2.8 2.8 0 0 1-1.2 2 2.9 2.9 0 0 1-2 .7 2.4 2.4 0 0 1-1.8-1 2.8 2.8 0 0 1-.7-2c0-.7.4-1.4 1-2a2.9 2.9 0 0 1 2-.7c.8 0 1.4.4 2 1m8-2.6.3 1a14.4 14.4 0 0 0 1.9-.7h.3a4.5 4.5 0 0 0 .3.7l-.5.1-2.4.7-.7.2-.4-1.6-.5-2a12 12 0 0 0-.5-1.5l.6-.2.7-.2.3 1.6.6 2m9.2-3a12.2 12.2 0 0 0 0-1.6h.8l.7.1c-.2.5-.2 1-.3 1.7l-.2 2a11.9 11.9 0 0 0-.1 1.6h-.7l-.7-.1.3-1.7.2-2m9.9 5.3c1.6-1.3 2.7-2.2 3.1-2.7l.4.2.4.2a230 230 0 0 0-4.7 3.6l-.5-.3a316.2 316.2 0 0 1 .2-2 362.5 362.5 0 0 0 .4-3.8 7.7 7.7 0 0 0 1.2.7 34.8 34.8 0 0 0-.5 4m8.4 4 1.2-1.3.4.6.5.4a11.1 11.1 0 0 0-1.3 1.1l-1.5 1.4a12 12 0 0 0-1.1 1.1l-.5-.5-.5-.5 1.3-1 1.5-1.4m5 10 1.3-1.4h-2a18 18 0 0 0 .7 1.4m-1.1-1.3-2 .1a1.9 1.9 0 0 0-.1-.3 2.6 2.6 0 0 0-.2-.4h5.9l.3.6a82.5 82.5 0 0 0-4 4.3l-.2-.7a5.4 5.4 0 0 0-.3-.6 23.9 23.9 0 0 0 1.4-1.3 35 35 0 0 0-.4-.8 39.5 39.5 0 0 0-.4-1" font-family="Linux Biolinum" font-size="100" font-weight="700" letter-spacing="60" style="line-height:125%;text-align:center" text-anchor="middle" word-spacing="0"/>
<path fill="#e8a30e" stroke="#000" stroke-linecap="square" stroke-linejoin="round" stroke-width=".1" d="m325 280.6-.8 2.2h-2.4l1.9 1.5-.7 2.2 2-1.3 1.8 1.3-.6-2.2 1.8-1.4h-2.3zm9-3.9-.7 2.2H331l1.8 1.5-.7 2.2 2-1.3 1.9 1.3-.7-2.2 1.9-1.4h-2.4zm14.2-25-.8 2.3h-2.3l1.8 1.4-.6 2.3 1.9-1.4 1.9 1.4-.7-2.3 1.9-1.4h-2.4zm-6.7 17.9.7 2.2h2.4l-1.9 1.4.7 2.3-2-1.4-1.9 1.4.7-2.3-1.8-1.4h2.3zm4.7-8.2.8 2.2h2.3l-1.9 1.5.7 2.2-1.9-1.3-2 1.3.8-2.2-1.9-1.4h2.3zm-31.1 19.2.8 2.2h2.3l-1.9 1.5.7 2.2-2-1.3-1.8 1.3.6-2.2-1.8-1.4h2.3zm-9.2-3.9.8 2.2h2.4l-2 1.5.8 2.2-2-1.3-1.9 1.3.7-2.2-1.9-1.4h2.4zm-14-25 .7 2.3h2.3l-1.8 1.4.6 2.3-1.9-1.4-1.9 1.4.7-2.3-1.9-1.4h2.4zm6.6 17.9-.7 2.2h-2.4l1.9 1.4-.7 2.3 2-1.4 1.9 1.4-.7-2.3 1.8-1.4h-2.3zm-4.7-8.2-.8 2.2h-2.3l1.9 1.5-.7 2.2 1.9-1.3 2 1.3-.8-2.2 1.9-1.4h-2.3z"/>

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bs" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="bs-a">
<path fill-opacity=".7" d="M-12 0h640v480H-12z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(12)">
<g fill-rule="evenodd" clip-path="url(#bs-a)" transform="translate(12)">
<path fill="#fff" d="M968.5 480h-979V1.8h979z"/>
<path fill="#ffe900" d="M968.5 344.5h-979V143.3h979z"/>
<path fill="#08ced6" d="M968.5 480h-979V320.6h979zm0-318.7h-979V2h979z"/>

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 549 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bv" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="bv-a">
<path fill-opacity=".7" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#bv-a)">
<path fill="#fff" d="M-28 0h699.7v512H-28z"/>
<path fill="#d72828" d="M-53-77.8h218.7v276.2H-53zM289.4-.6h381v199h-381zM-27.6 320h190.4v190.3H-27.6zm319.6 2.1h378.3v188.2H292z"/>
<path fill="#003897" d="M196.7-25.4H261v535.7h-64.5z"/>

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 582 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-by" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="by-a">
<path fill-opacity=".7" d="M0 0h682.6v512H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9376 .9375)">
<g fill-rule="evenodd" clip-path="url(#by-a)" transform="scale(.9376 .9375)">
<path fill="#b20000" d="M0 0h1024v340.1H0z"/>
<path fill="#429f00" d="M0 340.1h1024V512H0z"/>
<path fill="#fff" d="M0 0h113.4v512H0z"/>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Before After
Before After

View file

@ -1,17 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-bz" viewBox="0 0 640 480">
<defs>
<radialGradient id="a">
<radialGradient id="bz-a">
<stop offset="0" stop-color="#ffef5d"/>
<stop offset="1" stop-color="#ea5700"/>
</radialGradient>
<radialGradient id="b">
<radialGradient id="bz-b">
<stop offset="0" stop-color="#952d1a"/>
<stop offset="1" stop-color="#570a00"/>
</radialGradient>
<radialGradient xlink:href="#a" id="c" cx="247.1" cy="238.3" r="36" fx="247.1" fy="238.3" gradientTransform="scale(1.22624 .8155)" gradientUnits="userSpaceOnUse"/>
<radialGradient xlink:href="#a" id="d" cx="322" cy="152.9" r="10.6" fx="322" fy="152.9" gradientTransform="scale(.93615 1.06821)" gradientUnits="userSpaceOnUse"/>
<radialGradient xlink:href="#b" id="e" cx="364.2" cy="237.8" r="36" fx="364.2" fy="237.8" gradientTransform="scale(1.2242 .81686)" gradientUnits="userSpaceOnUse"/>
<radialGradient xlink:href="#b" id="f" cx="468.1" cy="156.1" r="10.7" fx="468.1" fy="156.1" gradientTransform="scale(.95596 1.04607)" gradientUnits="userSpaceOnUse"/>
<radialGradient xlink:href="#bz-a" id="bz-c" cx="247.1" cy="238.3" r="36" fx="247.1" fy="238.3" gradientTransform="scale(1.22624 .8155)" gradientUnits="userSpaceOnUse"/>
<radialGradient xlink:href="#bz-a" id="bz-d" cx="322" cy="152.9" r="10.6" fx="322" fy="152.9" gradientTransform="scale(.93615 1.06821)" gradientUnits="userSpaceOnUse"/>
<radialGradient xlink:href="#bz-b" id="bz-e" cx="364.2" cy="237.8" r="36" fx="364.2" fy="237.8" gradientTransform="scale(1.2242 .81686)" gradientUnits="userSpaceOnUse"/>
<radialGradient xlink:href="#bz-b" id="bz-f" cx="468.1" cy="156.1" r="10.7" fx="468.1" fy="156.1" gradientTransform="scale(.95596 1.04607)" gradientUnits="userSpaceOnUse"/>
</defs>
<path fill="#ce1126" d="M0 0h640v480H0z"/>
<path fill="#003f87" d="M0 34.3h640v411.4H0z"/>
@ -77,16 +77,16 @@
<path fill="none" d="m344.5 142.8 29.2 14.6"/>
</g>
<g fill="#ffa54b" stroke="#000" stroke-width=".5" transform="translate(-40) scale(.96)">
<path fill="url(#c)" d="M309.7 165.1c-.2.6-.7.2-.7.4-.4 2.2-.3 3.3-.8 4.5a7.1 7.1 0 0 1-3.1 2.6c-2 .7-4.5 3.1-8.5.9l-.6-.5s1.1 4.1-3 6.2l-15.7 8.2s-1.5 2.8-.5 6.5c0 .6.3 1.1-.3 1.5-1 .7-2.7 2.8-3.7 6 0 0-3-1.3-3-3.2 0-2 1.2-3 1.5-4.4.3-1.3 1-4.7.7-5.7-.4-1.1-2.3-1.5-3-2-.6-.3-1.4.5-1.3 1.4.1 1 .8.8 1.6 1 0 0-.9 2-.8 3.4l-9.2 4.8 1.6 2.3c.4.7 1.3 10.2 4 14.7s3.7 3.2 4.3 3.8l2 2c.8.5 4 .8 4.5-1a9 9 0 0 1 3.2-4.1c2-1.6 6-5.4 6-7.2 0 0 2.3 6.8 2 12.4 0 0 8.5 1.7 16.1 1.9 7.6 0 11.5-1.5 11.5-1.5s1-6.4.6-7.7c0 0 1.2 4.2 2.2 5.6 1 1.8 2.1 5.3 4.3 5.5 2.2.1 4-2.1 4.2-3v-6.8h8.7s3.8 1.5 5 1.3c1.3-.1 2-1.3.8-1.7l-.4-.3c1.2 0 2.6.7 2.6.7h4.3l-.1-.5c-.3-1.2-2.6-2.2-4.2-3-1.6-.5-3.5-1.2-4.7-1.3a20 20 0 0 0-6.2.4c-.8 0-3.9.4-5.8 1.3-.5.3-1 .4-.8-1 .3-1.3.2-7.8-1.3-10.5-1.2-2-1-3.6-.9-5.2a87 87 0 0 0 0-8.8c-.3-1.7-2.5-4-6.6-4.4-3.8-.5-7-3.7-7.3-6.2-.3-2.6.4-7.2.8-9.3"/>
<path fill="url(#bz-c)" d="M309.7 165.1c-.2.6-.7.2-.7.4-.4 2.2-.3 3.3-.8 4.5a7.1 7.1 0 0 1-3.1 2.6c-2 .7-4.5 3.1-8.5.9l-.6-.5s1.1 4.1-3 6.2l-15.7 8.2s-1.5 2.8-.5 6.5c0 .6.3 1.1-.3 1.5-1 .7-2.7 2.8-3.7 6 0 0-3-1.3-3-3.2 0-2 1.2-3 1.5-4.4.3-1.3 1-4.7.7-5.7-.4-1.1-2.3-1.5-3-2-.6-.3-1.4.5-1.3 1.4.1 1 .8.8 1.6 1 0 0-.9 2-.8 3.4l-9.2 4.8 1.6 2.3c.4.7 1.3 10.2 4 14.7s3.7 3.2 4.3 3.8l2 2c.8.5 4 .8 4.5-1a9 9 0 0 1 3.2-4.1c2-1.6 6-5.4 6-7.2 0 0 2.3 6.8 2 12.4 0 0 8.5 1.7 16.1 1.9 7.6 0 11.5-1.5 11.5-1.5s1-6.4.6-7.7c0 0 1.2 4.2 2.2 5.6 1 1.8 2.1 5.3 4.3 5.5 2.2.1 4-2.1 4.2-3v-6.8h8.7s3.8 1.5 5 1.3c1.3-.1 2-1.3.8-1.7l-.4-.3c1.2 0 2.6.7 2.6.7h4.3l-.1-.5c-.3-1.2-2.6-2.2-4.2-3-1.6-.5-3.5-1.2-4.7-1.3a20 20 0 0 0-6.2.4c-.8 0-3.9.4-5.8 1.3-.5.3-1 .4-.8-1 .3-1.3.2-7.8-1.3-10.5-1.2-2-1-3.6-.9-5.2a87 87 0 0 0 0-8.8c-.3-1.7-2.5-4-6.6-4.4-3.8-.5-7-3.7-7.3-6.2-.3-2.6.4-7.2.8-9.3"/>
<g fill="none">
<path fill="url(#d)" d="M292.4 153.6c-.7 3.3-.7 6.1-.6 9.3.1 2.1 1.1 4.6 2 6.7a10 10 0 0 0 2.8 3.9c3.6 2.3 7-.2 8.9-1a6.4 6.4 0 0 0 2.7-2.5c.5-1.2.3-2.1.8-4.5l.7-.4c1-1.5.7-2 1.2-3 .6-1-.5-2.2-1.8-2 .6-1.9 1-4 .4-5.9-.2-.6.5-2.2-.6-1.8-4.6 1.8-10 1.4-14.8 1.4-.4 0-.8-.8-1.4-.7l-.3.5"/>
<path fill="url(#bz-d)" d="M292.4 153.6c-.7 3.3-.7 6.1-.6 9.3.1 2.1 1.1 4.6 2 6.7a10 10 0 0 0 2.8 3.9c3.6 2.3 7-.2 8.9-1a6.4 6.4 0 0 0 2.7-2.5c.5-1.2.3-2.1.8-4.5l.7-.4c1-1.5.7-2 1.2-3 .6-1-.5-2.2-1.8-2 .6-1.9 1-4 .4-5.9-.2-.6.5-2.2-.6-1.8-4.6 1.8-10 1.4-14.8 1.4-.4 0-.8-.8-1.4-.7l-.3.5"/>
<path fill="#000" d="M292 155.3c-.5-.4-.6-1.3 0-3.2.7-2 0-2 1.1-3.2s.9-1.6 1.6-1.9c.7-.2 2.8-.2 3.5-.5a11 11 0 0 1 9-.3c1.5.8 2.5 2.8 3.4 3.6 1 .7 1.7 3.6 1.5 7.9-.3 4.3-1.2 3.5-1.2 3.5s-1.2-2-2.2-.3c0 0 0-1.7.2-3 .1-1.1-.6-3.4.1-4.9 0 0-5.8 1.8-8.7 1.7-3-.2-7.4-.9-7.6-1.6l-.7 2.2"/>
<path fill="#fff" stroke="#fff" d="M295 151.8c-.3-.6-1.8-2.9-.6-3.6 1-.6.4 2.8 2 3.5 0 0-.6 1.5-1.4.1z"/>
<path d="m298.3 160.1-.9 3.2m10.6 1.6c.2.6.4.3 1 .4m.3-4c.5-.5 1.2-.2.8 1.3m-17.7-4.9 2.8 1c1.5.6.6 2.9.2 4.3-.2.7-1 2-.6 2.5.5.8 1.1.3 2 .4 0-.3.6-.5.8-.5.7 0 1.1.5 1.7.3.6-.3.5-1.2.3-1.7m-.1-4.5c0-.4 1-.8 1.5-.9 2.1-.4 3.6-.7 5.4.5m-5.7 11.1c-1.8.4-3.6.7-5.2-.2m0-.8c.8-.4 1.1-.8 2.1-.3a5 5 0 0 1 1.1-.4c.8 0 1.4.3 2.2.8m-5.5.3c1-.3 3.3-.3 5.4.1"/>
<path fill="#fff" stroke-width=".3" d="M292.3 160.1c.7 0 1.6-.9 3.2.3 1.1.8-1.8 1.5-1.3 1.4-1.4.2-1.8-.5-1.9-1.2 0-.1-.2-.5 0-.5zm8.4.8c.7-1.4 1.8-1 2.8-.8 1 .3.7.1 1.7.7-1.2.1-.9.2-1.7.6-.9.5-1.7.7-2.3.3-.2-.2-.7-.5-.7-1 0 .2 0 .3.2.3z"/>
<path fill="#000" stroke-width=".3" d="M293.8 161.4c.4 0 .7-.4.7-.8 0-.6-.3-1-.7-1-.5 0-.9.4-.9 1 0 .4.4.8.9.8zm8.6.2c.4 0 .7-.4.7-1a.8.8 0 0 0-.8-.8c-.4 0-.7.3-.7.8 0 .6.4 1 .8 1z"/>
</g>
<g id="g">
<g id="bz-g">
<g fill="none">
<path d="M345.9 213.7a3.9 3.9 0 0 0-1.9-1.4l-2-1c-.7-.4-1.7-.5-2.4-.9m.5 2.6-.9-.5c-.3 0-.7 0-1-.2 0 0 0-.2-.2-.2a3.5 3.5 0 0 1-2.4-1.3m-62.8-9.3c1 .7 3.2 2.2 3.4 5.1a10.5 10.5 0 0 0 1 3M264 202c.5 1.7.6 7.4 6 13.4m-5-21.4c-.4 1.1-1 2.2.2 3m14.4 10.7c1.1-2.6 4.6-2.4 4.6-4.8"/>
<path d="M284.8 207.3c-.3-2.9-1-4.5-.4-8.7.2-1.2.4-5.9 0-8.1 0 0 1.6 7.8-3.7 9.3m34.4 12.5c0-4 1-6.2 1-6.2 1.2-5.6-1.2-7.7-.3-9.1.9-1.2 2-3.8.5-8.9 0 0 2.8 10.5-4.5 10.5-7.5 0-7.2-2.7-7.2-2.7"/>
@ -105,16 +105,16 @@
</g>
</g>
<g stroke="#000" stroke-width=".5" transform="translate(-40) scale(.96)">
<path fill="url(#e)" d="M439.1 165.1c.7-.3.5.6.6 1 .4 1.3.4 2.7.9 3.9.6 1.1.8 1.5 1.8 2 1.6 1 6.4 3.6 9.8 1.5a3.1 3.1 0 0 0 .7-.5s-1.3 4.1 3 6.2l15.6 8.2s1.5 2.7.6 6.5c-.2.6-.4 1.1.2 1.5 1 .7 2.6 2.8 3.8 6 0 0 3-1.3 3-3.2 0-2-1.3-3-1.6-4.4-.2-1.3-1-4.7-.6-5.7.4-1.1 2.1-1.5 2.8-2 .7-.3 1.6.5 1.3 1.4 0 1-.8.8-1.6 1 0 0 1 2 .8 3.4l9.4 4.8-1.6 2.3c-.5.7-1.5 10.2-4.2 14.6-2.8 4.5-3.7 3.3-4.2 4l-2.1 1.8c-.6.5-3.8.9-4.5-.9a9 9 0 0 0-3.1-4.1c-2-1.6-6-5.4-6-7.2 0 0-2.3 6.8-2 12.4 0 0-8.4 1.7-16.2 1.9-7.6 0-11.5-1.5-11.5-1.5s-1-6.4-.6-7.7c0 0-1.2 4.2-2 5.6-1.1 1.8-2.2 5.3-4.4 5.5-2.2.1-4-2.1-4.2-3v-6.8h-8.7s-3.8 1.5-5 1.3c-1.3-.1-1.9-1.3-.9-1.7l.4-.3a7 7 0 0 0-2.5.7H402l.1-.5c.3-1.2 2.6-2.2 4.3-3 1.6-.5 3.3-1.2 4.6-1.3 1.9-.2 3.2-.1 6.2.4.8 0 4 .4 5.8 1.3.5.3 1 .4.8-1-.3-1.3-1.2-5.5.3-8.3 1-1.9.9-3.5.8-5.2-.2-1.7-1.1-5.6-1.1-7.3 0-5.7 4.4-8 8.2-9.2 4.3-1.4 7.1-2.8 7-5.3-.2-2.7.5-7 .1-9"/>
<path fill="url(#bz-e)" d="M439.1 165.1c.7-.3.5.6.6 1 .4 1.3.4 2.7.9 3.9.6 1.1.8 1.5 1.8 2 1.6 1 6.4 3.6 9.8 1.5a3.1 3.1 0 0 0 .7-.5s-1.3 4.1 3 6.2l15.6 8.2s1.5 2.7.6 6.5c-.2.6-.4 1.1.2 1.5 1 .7 2.6 2.8 3.8 6 0 0 3-1.3 3-3.2 0-2-1.3-3-1.6-4.4-.2-1.3-1-4.7-.6-5.7.4-1.1 2.1-1.5 2.8-2 .7-.3 1.6.5 1.3 1.4 0 1-.8.8-1.6 1 0 0 1 2 .8 3.4l9.4 4.8-1.6 2.3c-.5.7-1.5 10.2-4.2 14.6-2.8 4.5-3.7 3.3-4.2 4l-2.1 1.8c-.6.5-3.8.9-4.5-.9a9 9 0 0 0-3.1-4.1c-2-1.6-6-5.4-6-7.2 0 0-2.3 6.8-2 12.4 0 0-8.4 1.7-16.2 1.9-7.6 0-11.5-1.5-11.5-1.5s-1-6.4-.6-7.7c0 0-1.2 4.2-2 5.6-1.1 1.8-2.2 5.3-4.4 5.5-2.2.1-4-2.1-4.2-3v-6.8h-8.7s-3.8 1.5-5 1.3c-1.3-.1-1.9-1.3-.9-1.7l.4-.3a7 7 0 0 0-2.5.7H402l.1-.5c.3-1.2 2.6-2.2 4.3-3 1.6-.5 3.3-1.2 4.6-1.3 1.9-.2 3.2-.1 6.2.4.8 0 4 .4 5.8 1.3.5.3 1 .4.8-1-.3-1.3-1.2-5.5.3-8.3 1-1.9.9-3.5.8-5.2-.2-1.7-1.1-5.6-1.1-7.3 0-5.7 4.4-8 8.2-9.2 4.3-1.4 7.1-2.8 7-5.3-.2-2.7.5-7 .1-9"/>
<g fill="none">
<path fill="url(#f)" d="M456.3 153.6a20 20 0 0 1 1.2 5.3c0 1.2-.5 1.4-.1 2.8.7 2.4-.8 5-2.5 8-.8 1.2-1.4 3-2.7 3.8-3.4 2.1-7.5-.4-9.6-1.3a3.7 3.7 0 0 1-2-2.2c-.4-1.2-.5-2.3-.8-4 0-.3 0-1.2-.6-.9-1.3-1.4-1-2-1.6-3-.5-1 1-2.2 2-2a10 10 0 0 1-.2-5.9c.2-.6-.6-2.2.5-1.8 4.5 1.8 10 1.4 14.8 1.4.4 0 .7-.8 1.3-.7l.3.5"/>
<path fill="url(#bz-f)" d="M456.3 153.6a20 20 0 0 1 1.2 5.3c0 1.2-.5 1.4-.1 2.8.7 2.4-.8 5-2.5 8-.8 1.2-1.4 3-2.7 3.8-3.4 2.1-7.5-.4-9.6-1.3a3.7 3.7 0 0 1-2-2.2c-.4-1.2-.5-2.3-.8-4 0-.3 0-1.2-.6-.9-1.3-1.4-1-2-1.6-3-.5-1 1-2.2 2-2a10 10 0 0 1-.2-5.9c.2-.6-.6-2.2.5-1.8 4.5 1.8 10 1.4 14.8 1.4.4 0 .7-.8 1.3-.7l.3.5"/>
<path fill="#000" d="M456.8 155.3c.4-.4.1-2.3-.4-4.3-.1-1-1-1.5-2-2.6s-1.6-1-2.3-1.4c-.6-.2-2-.2-2.8-.5-.6-.3-2.2-.1-3.7.1-2 .3-3.2.2-4.7 1s-2.8 1.8-3.3 3.3c-.4 1-1 2.5-.8 6.8.2 4.3 1 3.5 1 3.5s1.1-1.7 1.9-.6l-.3-3.6c-.1-1.2 0-2.8.5-4.6 0 0 4.6 1.7 9 1.7 3 0 7-.3 7.1-1l.7 2.2z"/>
<path d="M450.4 160.1c.7 1.8.1 1.3.4 2.4m-10.2 2c0 .8-.6.6-1 .6"/>
<path d="M456.9 158.8c-1-.7-2.7-.2-3.5.1-1.5.7-.7 2.3-.2 3.7.2.7 1 1.7.5 2.4-.4.8-.7.4-1.6.5 0-.3-.8 0-1.1 0-.6 0-1 .4-1.5.2-.6-.3-.5-1.2-.3-1.7m.1-4.5c0-.4-1.3-.8-2.7-.9-2.3 0-2.5.1-4.2 1.3m11.5 9c-.4-.6-1-1-2.1-.4 0-.2-1.6-.4-1.6-.4-.8 0-1.3.3-2.1.7m5.6.6c-1-.6-3.3-.2-5.6-.2m.2.8c1.7.5 3.5.8 5.2 0"/>
<path fill="#fff" stroke-width=".3" d="M456.4 160.1c-.7 0-1-.9-3.1.3-1.1.7 1.8 1.5 1.4 1.4 1.2.2 1.6-.5 1.7-1.2 0-.1.2-.5 0-.5zm-8.3.8c0-.8-1.8-1-2.9-.8-1 .3-.5.1-1.5.7 1 .1.7.2 1.6.6.9.5 1 .9 2.3.3.3-.1.7-.5.8-1 0 .2-.2.3-.3.3z"/>
<path fill="#000" stroke-width=".3" d="M455.1 161.4a.8.8 0 0 1-.8-.8c0-.6.3-1 .8-1 .4 0 .7.4.7 1 0 .4-.3.8-.7.8zm-8.7.2c-.4 0-.7-.4-.7-1 0-.5.4-.8.8-.8s.7.3.7.8c0 .6-.3 1-.8 1z"/>
</g>
<use xlink:href="#g" width="100%" height="100%" fill="#730000" transform="matrix(-1 0 0 1 748.8 0)"/>
<use xlink:href="#bz-g" width="100%" height="100%" fill="#730000" transform="matrix(-1 0 0 1 748.8 0)"/>
<g fill="none">
<path fill="#730000" d="M491.6 193.5c.5.2 2-2 .5-3 0 0-.5-2-2-2 0 0-1.4-2-3.4-1.7 0 0-2-1.5-2.9-1.4-1 .2-3 2.2-3 3-.2.5 0 1.8.5 2.4.6.5 1-.1 1-1 0 0-.3 1.5.9 2.2 1.2.7 1.1 0 1.2-.7 0 0 .3 1.6 1.1 2 .9.2 1.4-.5 2-.5 0 0-1 .8-.3 1.3.7.6 1.5.3 2 0 .6-.5.3-1.8 2.4-.6z"/>
<path d="M482.5 189.8c.5-1.8 2.2-3.2 4-2.9m-2 4.4c.1-.4.2-.8.5-1.2 1-1.6 3-1.6 4.6-1.9m-2.5 4.5c.6-.4.8-1.1 1.4-1.4a5.3 5.3 0 0 1 3.2-.7"/>

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Before After
Before After

View file

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-cc" viewBox="0 0 640 480">
<defs>
<path id="a" d="m0-360 69.4 215.8 212-80.3L156-35.6 351 80.1 125 99.8l31.1 224.6L0 160l-156.2 164.3 31.1-224.5L-351 80l195-115.7-125.5-188.9 212 80.3z"/>
<path id="b" d="M0-210 54.9-75.5l144.8 10.6-111 93.8 34.7 141L0 93.3-123.4 170l34.6-141-111-93.8 145-10.6z"/>
<path id="cc-a" d="m0-360 69.4 215.8 212-80.3L156-35.6 351 80.1 125 99.8l31.1 224.6L0 160l-156.2 164.3 31.1-224.5L-351 80l195-115.7-125.5-188.9 212 80.3z"/>
<path id="cc-b" d="M0-210 54.9-75.5l144.8 10.6-111 93.8 34.7 141L0 93.3-123.4 170l34.6-141-111-93.8 145-10.6z"/>
</defs>
<path fill="green" d="M0 0h640v480H0z"/>
<circle cx="320" cy="240" r="66.7" fill="#ffe000"/>
@ -10,10 +10,10 @@
<path fill="#802000" stroke="#7b3100" stroke-width="1.5" d="M105 226h17.5s.7-1.6-.2-2.4c-1-.8-4.7-1-3.7-3.8 2-5.8 2.4-4 3.7-17.8a739 739 0 0 0 2-35.5h-2.6s.5 6.7-1 15.5c-1.4 8.8-1.9 9.5-3.5 16.3a63.5 63.5 0 0 1-3.3 11.2c-1.4 4-1.6 4.1-3.8 7.8-2.3 3.6-1.5 2.2-2.7 4.4-.7 1.1-1.4.8-1.9 1.6-.4.8-.5 2.7-.5 2.7z"/>
<path fill="green" d="M118.3 122.5a23 23 0 0 1-1.2 9.2 26.5 26.5 0 0 0-2.3 9.8c-1.8.6-3.7-3.9-5.5-1.2 1.3 3.7 4.4 6.6 6.4 9.9.4 1 3.4 3.7 1.6 4.3-4.3-1.5-5.4-7-8-10.3a19 19 0 0 0-15.5-10c-2.5.1-10.4-.5-8.4 3.7 3 2 6.8 3.4 9.8 5.7 2.3.2 6.3 4 6.1 5.4-4-1.6-5.8-3.5-10-5.2-5.8-2.2-13.7-.9-17 4.8-.5 1.5-1.4 5.8.5 6.3 2.2-3.4 5.3-7.3 9.9-6.2 3.6.3-4 6.7-1.1 5.4 1-.4 3-1.8 4.6-2 1.5 0 2.3 1 3.4 1.2 2.3.3 3 1.2 2.7 1.8-.2.6-1 0-3.3.8-1.1.4-1.7 1.4-3 1.9-1.4.4-4.2.5-5.2 0-3.7-1.5-9.7-1.3-10.8 3.3 0 2-1.8-.2-2.6.7-.7 2.2-.8 4.4-4 4.2-2 2-4 4.2-6.6 5.7 1.5 3.4 7.3-3.4 7-.5-2.5 3.5 1.4 4.2 3 1.5 2.9-3 6.5-6.7 10.7-3.6 2 1.9 3.2-1 4.7-1 1 2.5 2.1.2 3.2-.5 1.7-.2 1.2 2.2 3.2.7 4.1-2.7 9.1-.4 13.1-3 4.3-2 .6 1.5-.5 2.9-1.9 3.6-.3 8.4-4.3 10.6-1.7 4.3 1.9 10-1.7 13.2-.5 2 4.6 1.8 6 2.6 2.6 0 0-5.8 2.5-6.6 3.4 2 3.2-3.8 2.5-5.6.4-4 .6-8.6 2.6-12.3 2.2-4.5 4.2 1.9 1.8 3.7-1.4 4.1-3.4 9.4-.3 13.3 1 .2 1.7 2.4 2.8 3 1.2.7 2.8-.1 3-2.1 1.6-6 .8-12.4 3-18.3 1.5-1.8 3.6-.3 4.5 1.4 3 3.5 5.1 7.8 8.7 10.7a15 15 0 0 1 7.8 7.3c0 2.6 7.4 3 5.2 0-2.1-2.7-.7-5.6 1.4-7.5 1.2.3.9-1.8 0-1-1.5-.3-1.6-3 .4-1.7 3.5 1.1-.2-2.5-1.5-2.6-2.9-1.8-6.2-3.8-7.6-7 3.8 0 7.7 2.1 11.5.9 3.1-1.6 6.2 0 7.3 2.8 2.4-.4 1.4-2.8 0-3.6 1.7-.7 3-2.2.8-3.5-1-1.4 1.5-4-1.7-3.8.1-2.5-.8-4.7-3.5-5.6-2.7-2.2-10.6 3.4-10.3-1.7-.8-2.8 3.2-.4 4.3-1.8 1.1-3-5.5-2.6-3.3-5 1.4-.8 8.1-2.1 2.9-3.1a8.3 8.3 0 0 1-7-1.1c-1.9 3.1-7.2-1.8-6.3 3.8-.7 2.1-5.5 7.6-6.8 3.4 1-3.3 6.8-4.3 5-8.8-.3-2.7-2.6.5-3.6.3-.6-1.7 1.6-3.8 3.2-4.2 3 2.4 3-3 6-2.5 2.1-.5-.7-1.4-1.3-1.8.6-1.5 3.9-2.3.7-3.7-2.9-2-5 2.1-7.3 2.3-2.2-2.5 2-3.7 3.2-5 .1-1-2.4-.3-1.7-1.2.7-1.1 5.2-1.2 3-3a14.7 14.7 0 0 0-10.2.6c-2 .6-2.5 5-4.2 4.8-.7-2 .3-5.8-2.4-6.3zm15 42.3c2.4-.4 0 3.7-1 3.6 0-1.4-3.6-1.3-1.3-2.6a7.3 7.3 0 0 1 2.3-1z"/>
<g fill="#ffe000" transform="translate(0 80) scale(.0635)">
<use xlink:href="#a" width="100%" height="100%" x="7560" y="4200"/>
<use xlink:href="#a" width="100%" height="100%" x="6300" y="2205"/>
<use xlink:href="#a" width="100%" height="100%" x="7560" y="840"/>
<use xlink:href="#a" width="100%" height="100%" x="8680" y="1869"/>
<use xlink:href="#b" width="100%" height="100%" x="8064" y="2730"/>
<use xlink:href="#cc-a" width="100%" height="100%" x="7560" y="4200"/>
<use xlink:href="#cc-a" width="100%" height="100%" x="6300" y="2205"/>
<use xlink:href="#cc-a" width="100%" height="100%" x="7560" y="840"/>
<use xlink:href="#cc-a" width="100%" height="100%" x="8680" y="1869"/>
<use xlink:href="#cc-b" width="100%" height="100%" x="8064" y="2730"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

13
src/icons/flags/cefta.svg Normal file
View file

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cefta" viewBox="0 0 640 480">
<path fill="#039" d="M0 0h640v480H0z"/>
<circle cx="320" cy="249.8" r="30.4" fill="none" stroke="#fc0" stroke-width="27.5"/>
<circle cx="320" cy="249.8" r="88.3" fill="none" stroke="#fc0" stroke-width="27.5"/>
<path fill="#039" d="m404.7 165.1 84.7 84.7-84.7 84.7-84.7-84.7z"/>
<path fill="#fc0" d="M175.7 236.1h59.2v27.5h-59.2zm259.1 0h88.3v27.5h-88.3zM363 187.4l38.8-38.8 19.4 19.5-38.7 38.7zM306.3 48.6h27.5v107.1h-27.5z"/>
<circle cx="225.1" cy="159.6" r="13.7" fill="#fc0"/>
<circle cx="144.3" cy="249.8" r="13.7" fill="#fc0"/>
<circle cx="320" cy="381.4" r="13.7" fill="#fc0"/>
<circle cx="320" cy="425.5" r="13.7" fill="#fc0"/>
<circle cx="408.3" cy="249.8" r="13.7" fill="#fc0"/>
<path fill="#fc0" d="m208.3 341.5 19.5-19.4 19.4 19.4-19.4 19.5zm204.7 21 19.5-19.5 19.5 19.5-19.5 19.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 910 B

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cf" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="cf-a">
<path fill-opacity=".7" d="M-12.4 32h640v480h-640z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(12.4 -32)">
<g fill-rule="evenodd" clip-path="url(#cf-a)" transform="translate(12.4 -32)">
<path fill="#00f" d="M-52 32h719.3v119H-52z"/>
<path fill="#ff0" d="M-52 391.6h719.3V512H-52z"/>
<path fill="#009a00" d="M-52 271.3h719.3v120.3H-52z"/>

Before

Width:  |  Height:  |  Size: 681 B

After

Width:  |  Height:  |  Size: 687 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cg" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="cg-a">
<path fill-opacity=".7" d="M-79.5 32h640v480h-640z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(79.5 -32)">
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#cg-a)" transform="translate(79.5 -32)">
<path fill="#ff0" d="M-119.5 32h720v480h-720z"/>
<path fill="#00ca00" d="M-119.5 32v480l480-480h-480z"/>
<path fill="red" d="M120.5 512h480V32l-480 480z"/>

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 484 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cl" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="cl-a">
<path fill-opacity=".7" d="M0 0h682.7v512H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9375)">
<g fill-rule="evenodd" clip-path="url(#cl-a)" transform="scale(.9375)">
<path fill="#fff" d="M256 0h512v256H256z"/>
<path fill="#0039a6" d="M0 0h256v256H0z"/>
<path fill="#fff" d="M167.8 191.7 128.2 162l-39.5 30 14.7-48.8L64 113.1l48.7-.5L127.8 64l15.5 48.5 48.7.1-39.2 30.4 15 48.7z"/>

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 560 B

Before After
Before After

View file

@ -3,13 +3,13 @@
<path fill="#ce1126" d="M213.3 0h213.4v480H213.3z"/>
<path fill="#fcd116" d="M426.7 0H640v480H426.7z"/>
<g fill="#fcd116" transform="translate(320 240) scale(7.1111)">
<g id="b">
<path id="a" d="M0-8-2.5-.4 1.3.9z"/>
<use xlink:href="#a" width="100%" height="100%" transform="scale(-1 1)"/>
<g id="cm-b">
<path id="cm-a" d="M0-8-2.5-.4 1.3.9z"/>
<use xlink:href="#cm-a" width="100%" height="100%" transform="scale(-1 1)"/>
</g>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(72)"/>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(144)"/>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(-144)"/>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(-72)"/>
<use xlink:href="#cm-b" width="100%" height="100%" transform="rotate(72)"/>
<use xlink:href="#cm-b" width="100%" height="100%" transform="rotate(144)"/>
<use xlink:href="#cm-b" width="100%" height="100%" transform="rotate(-144)"/>
<use xlink:href="#cm-b" width="100%" height="100%" transform="rotate(-72)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 820 B

After

Width:  |  Height:  |  Size: 841 B

Before After
Before After

View file

@ -1,11 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-cn" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#ff0" d="M-.6.8 0-1 .6.8-1-.3h2z"/>
<path id="cn-a" fill="#ff0" d="M-.6.8 0-1 .6.8-1-.3h2z"/>
</defs>
<path fill="#ee1c25" d="M0 0h640v480H0z"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(71.9991 0 0 72 120 120)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(6.5991 -23.0749 23.0746 6.59919 288 168)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(14.9991 -18.73557 18.73533 14.99929 240 216)"/>
<use xlink:href="#cn-a" width="30" height="20" transform="matrix(71.9991 0 0 72 120 120)"/>
<use xlink:href="#cn-a" width="30" height="20" transform="matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)"/>
<use xlink:href="#cn-a" width="30" height="20" transform="matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)"/>
<use xlink:href="#cn-a" width="30" height="20" transform="matrix(6.5991 -23.0749 23.0746 6.59919 288 168)"/>
<use xlink:href="#cn-a" width="30" height="20" transform="matrix(14.9991 -18.73557 18.73533 14.99929 240 216)"/>
</svg>

Before

Width:  |  Height:  |  Size: 795 B

After

Width:  |  Height:  |  Size: 813 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cu" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="cu-a">
<path fill-opacity=".7" d="M-32 0h682.7v512H-32z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(30) scale(.94)">
<g fill-rule="evenodd" clip-path="url(#cu-a)" transform="translate(30) scale(.94)">
<path fill="#002a8f" d="M-32 0h768v512H-32z"/>
<path fill="#fff" d="M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z"/>
<path fill="#cb1515" d="m-32 0 440.7 255.7L-32 511V0z"/>

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 619 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cv" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="cv-a">
<path fill-opacity=".7" d="M-123.4 0h682.6v512h-682.6z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(115.7) scale(.94)">
<g fill-rule="evenodd" clip-path="url(#cv-a)" transform="translate(115.7) scale(.94)">
<path fill="#fff" d="M-123.4 233H723v206h-846.5z"/>
<path fill="#081873" d="M-122.8 0h846v256.6h-846zm.3 385.9h852.1V512h-852.1z"/>
<path fill="#de3929" d="M-122.5 302.6h846v39.6h-846z"/>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -1,14 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-cw" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="cw-a">
<path fill-opacity=".7" d="M0 0h682.7v512H0z"/>
</clipPath>
<path id="b" d="m0-1 .2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z"/>
<path id="cw-b" d="m0-1 .2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z"/>
</defs>
<g clip-path="url(#a)" transform="scale(.94)">
<g clip-path="url(#cw-a)" transform="scale(.94)">
<path fill="#002b7f" d="M0 0h768v512H0z"/>
<path fill="#f9e814" d="M0 320h768v64H0z"/>
<use xlink:href="#b" width="13500" height="9000" x="2" y="2" fill="#fff" transform="scale(42.67)"/>
<use xlink:href="#b" width="13500" height="9000" x="3" y="3" fill="#fff" transform="scale(56.9)"/>
<use xlink:href="#cw-b" width="13500" height="9000" x="2" y="2" fill="#fff" transform="scale(42.67)"/>
<use xlink:href="#cw-b" width="13500" height="9000" x="3" y="3" fill="#fff" transform="scale(56.9)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 687 B

Before After
Before After

View file

@ -6,10 +6,10 @@
<path fill="#ffc639" d="M561.9 142.4c-2.6-10.3-26-32.7-43.7-46.9-4.2-2.8-7-1.1-6.4 3 2.2 3.6 3.8 7.6 6 11.3.6 2.5 1.8 4.2 2.4 6.6 0 0 .2 4.2.6 4.6 5.4 6 6.2 11.1 6.2 11.1a49 49 0 0 0 11.5 15.6c6.2 3.9 1.6 16 1.8 22.5 0 4-2.9 3.6-5.5 3-20.1-18.5-40.1-18.5-57.8-23.9-6.8-.7-7 2.6-4.7 4.4a129 129 0 0 0 39.1 29.6l7.7 4.8 8.8 7.3c6.8 4.4 7.3 8.4 7.3 8.8.2 8.2-4.2 14.6-5.5 17.2-2.3 8.7-7 10.2-7 10.2-37.6 25.4-57.4 32-118.4 24.1-1-.4-6.8.5 0 3 15.5 5.2 53.7 13.5 90.6-4 9-6.2 14.8-4.2 21.3-8a287.3 287.3 0 0 1 28.3-15.4c8.3-4.5 31.3-9.4 36.6-13.8 6.1-.5 12.4-1.3 12.8-6.5 2-1.3 5-.3 7.2-4.6 4.8-.9 4-2.6 4-2.6-1.2-3.4-5.8-4.8-9-7.3-4.8-1.6-8-2-11.5-.4l-3.3 1.5s-5.1-.7-5.1-1.1c-11.4-.6-10.3-38.3-14.3-54z"/>
<path fill="#1c8a42" d="M588.6 204.2a2.8 1.8 16 1 1-5.4-1.7 2.8 1.8 16 0 1 5.4 1.7z"/>
<g fill="#fff" transform="matrix(.64 0 0 .64 0 80)">
<path id="a" d="m188.2 191-12.8-12-12.9 11.8 1.4-17.4-17.3-2.8 14.5-9.8-8.6-15.2 16.7 5.3 6.5-16.2L182 151l16.7-5-8.8 15 14.4 10-17.3 2.5 1.2 17.4z"/>
<path id="cx-a" d="m188.2 191-12.8-12-12.9 11.8 1.4-17.4-17.3-2.8 14.5-9.8-8.6-15.2 16.7 5.3 6.5-16.2L182 151l16.7-5-8.8 15 14.4 10-17.3 2.5 1.2 17.4z"/>
<path d="m233.4 335.5-13.8-9.1-13.4 9.6 4.8-15.5-13.6-9.5 16.6-.4 5-15.5 5.6 15.3 16.7-.1L228 320l5.3 15.4z"/>
<use xlink:href="#a" width="100%" height="100%" x="2.5" y="269.1"/>
<use xlink:href="#a" width="100%" height="100%" x="-112.1" y="123.2"/>
<use xlink:href="#a" width="100%" height="100%" x="108.4" y="85"/>
<use xlink:href="#cx-a" width="100%" height="100%" x="2.5" y="269.1"/>
<use xlink:href="#cx-a" width="100%" height="100%" x="-112.1" y="123.2"/>
<use xlink:href="#cx-a" width="100%" height="100%" x="108.4" y="85"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-cy" viewBox="0 0 640 480">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path id="a" fill="#435125" d="M307.8 398.6a.8.8 0 0 1-.2-.2h-.1l-1.3-1.4-3.8-4.5-4.9-6.3-.6-.9-6.2-1.9-4.6-2.1 2.4-2.7 8.4 3.5 6.2 1.3 11.5 8.5-3.3 2.9a37.2 37.2 0 0 0-3.3 3.5l.7-.5.8.6-1.6.2zm-42.6-12.8a31.7 31.7 0 0 1-16-4.5s.7-1.3 2.3-2.4c1.6-1.2 4.4-2.5 9-2.6 5.4 0 12 1.9 19.5 5.4a28.8 28.8 0 0 1-14.8 4zm-23.5-5.2c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.6 1.7 4.3 3.4.4 1 .5 1.8.2 2.5-.2.6-1 1-1.8 1zm41.3-4.8c-13.9-2-19.8-7-22.3-10.9-2.6-4.1-2-8-2-8s.8-.2 2-.2c3.8 0 13.2 1.9 22.3 19zm-28.5-2.8c-5.9 0-10.4-1-13.4-3a8.3 8.3 0 0 1-3-3.3 5.4 5.4 0 0 1-.4-1.6 18.2 18.2 0 0 1 7.2-1.4 27 27 0 0 1 18.9 8.7c-3.4.4-6.5.6-9.3.6zm-28.7-1c-6.2 0-14.8-2-20.2-7.3 0 0 5.9-1.5 12.4-1.7h1.2c5.9 0 10.4 1.1 13.4 3.4 1 .8 1.6 1.5 1.7 2.2.1.6-.2 1.2-.8 1.7-1.4 1-3.8 1.6-7.2 1.6h-.5zm-20.3-10.5a2.6 2.6 0 0 1-2-1 4.7 4.7 0 0 1-.8-2c-.3-1.4-.2-2.8-.2-2.9a2.4 2.4 0 0 1 1-.2c.9 0 1.6.5 2 1a5.6 5.6 0 0 1 1.4 2c.2.9.3 1.6 0 2.2 0 .4-.6 1-1.3 1zm46.9-1c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.7 1.7 4.3 3.4.4 1 .5 1.8.3 2.5-.3.6-1 1-2 1zm-22.8-1c-12.6-.4-19.2-4-22.4-7a14.6 14.6 0 0 1-3.4-4.3c-.5-1-.7-1.8-.7-2s1.2-.4 3-.4h.4c4.2 0 12.9 1.8 23 13.7zm13.6-1.2a30.8 30.8 0 0 1-18.9-9.3 19.4 19.4 0 0 1-4.1-7s1.2-.3 3-.4a14.2 14.2 0 0 1 1 0c5 .1 14.3 2.4 19 16.7zm-52-5a42 42 0 0 1-9.5-1c-5.3-1.4-7.6-3.4-8.6-4.9a5 5 0 0 1-.8-2 3.4 3.4 0 0 1 0-.8s3.5-1 8.4-1.1a35 35 0 0 1 7.4.6 21.7 21.7 0 0 1 12.8 8.1s-4 1.2-9.7 1.2zm23.5-8.4a3.4 3.4 0 0 1-2.5-1 5.2 5.2 0 0 1-1.1-2.4c-.4-1.6-.3-3.2-.3-3.4a3.5 3.5 0 0 1 1.2-.3h.1c2 0 3.6 1.8 4.3 3.5.4 1 .4 1.8.2 2.4-.3.7-1 1.1-1.9 1.1zm-17.6-2.5a38.6 38.6 0 0 1-9.6-4.2c-4.4-2.7-9.9-7.5-10.5-15l1-.1h.3c1.3 0 4 .3 7.3 2.8 4.2 3.2 8 8.8 11.5 16.5zm11.5-.4a31.2 31.2 0 0 1-7.6-4.9 48.5 48.5 0 0 1-13.3-18.6s.9-.5 2.3-.6a3.3 3.3 0 0 1 .2 0h.4c2 0 4.9.9 8.1 4.4 3.8 4 7.1 10.6 10 19.7zm-29.9-.9c-3.9 0-5.2-2-5.6-3a6 6 0 0 1-.4-3 8.5 8.5 0 0 1 2-.2 8 8 0 0 1 6.5 3c.2.4.8 1.4.3 2.3-.4.6-1.3 1-2.8 1zm-8.5-10.8a51.1 51.1 0 0 1-9-.7c-3.4-.6-5.3-3.5-6.4-5.9-1-2.5-1.4-5-1.4-5 10.6.3 15.7 3.4 18 6a9.4 9.4 0 0 1 2.6 5.5s-1.6.2-3.8.2zm11-11a42.7 42.7 0 0 1-2.4-3.4c-1.3-2-2.4-4-2.4-5.6 0-1.7-.4-5-.6-7l-.6-4.5c.3 0 6.6 2.4 6.6 8.4s-.6 12-.6 12v.1zm-8.2-.6h-.2a43.7 43.7 0 0 1-18.2-10.8c-1.7-2-2.8-5.2-3.1-9.4-.2-3 0-5.5 0-5.8a3.3 3.3 0 0 1 1.1-.1c1.4 0 3 .6 5 2a39.6 39.6 0 0 1 5.2 4.4c3.2 3.2 5.7 6.4 5.7 6.4.3.4 2 3.7 3.5 6.9a22 22 0 0 1 1.6 4.6c.1.6.2 1 0 1.4a.7.7 0 0 1-.3.4.9.9 0 0 1-.4 0z"/>
<use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 593.7 0)"/>
<path id="cy-a" fill="#435125" d="M307.8 398.6a.8.8 0 0 1-.2-.2h-.1l-1.3-1.4-3.8-4.5-4.9-6.3-.6-.9-6.2-1.9-4.6-2.1 2.4-2.7 8.4 3.5 6.2 1.3 11.5 8.5-3.3 2.9a37.2 37.2 0 0 0-3.3 3.5l.7-.5.8.6-1.6.2zm-42.6-12.8a31.7 31.7 0 0 1-16-4.5s.7-1.3 2.3-2.4c1.6-1.2 4.4-2.5 9-2.6 5.4 0 12 1.9 19.5 5.4a28.8 28.8 0 0 1-14.8 4zm-23.5-5.2c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.6 1.7 4.3 3.4.4 1 .5 1.8.2 2.5-.2.6-1 1-1.8 1zm41.3-4.8c-13.9-2-19.8-7-22.3-10.9-2.6-4.1-2-8-2-8s.8-.2 2-.2c3.8 0 13.2 1.9 22.3 19zm-28.5-2.8c-5.9 0-10.4-1-13.4-3a8.3 8.3 0 0 1-3-3.3 5.4 5.4 0 0 1-.4-1.6 18.2 18.2 0 0 1 7.2-1.4 27 27 0 0 1 18.9 8.7c-3.4.4-6.5.6-9.3.6zm-28.7-1c-6.2 0-14.8-2-20.2-7.3 0 0 5.9-1.5 12.4-1.7h1.2c5.9 0 10.4 1.1 13.4 3.4 1 .8 1.6 1.5 1.7 2.2.1.6-.2 1.2-.8 1.7-1.4 1-3.8 1.6-7.2 1.6h-.5zm-20.3-10.5a2.6 2.6 0 0 1-2-1 4.7 4.7 0 0 1-.8-2c-.3-1.4-.2-2.8-.2-2.9a2.4 2.4 0 0 1 1-.2c.9 0 1.6.5 2 1a5.6 5.6 0 0 1 1.4 2c.2.9.3 1.6 0 2.2 0 .4-.6 1-1.3 1zm46.9-1c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.7 1.7 4.3 3.4.4 1 .5 1.8.3 2.5-.3.6-1 1-2 1zm-22.8-1c-12.6-.4-19.2-4-22.4-7a14.6 14.6 0 0 1-3.4-4.3c-.5-1-.7-1.8-.7-2s1.2-.4 3-.4h.4c4.2 0 12.9 1.8 23 13.7zm13.6-1.2a30.8 30.8 0 0 1-18.9-9.3 19.4 19.4 0 0 1-4.1-7s1.2-.3 3-.4a14.2 14.2 0 0 1 1 0c5 .1 14.3 2.4 19 16.7zm-52-5a42 42 0 0 1-9.5-1c-5.3-1.4-7.6-3.4-8.6-4.9a5 5 0 0 1-.8-2 3.4 3.4 0 0 1 0-.8s3.5-1 8.4-1.1a35 35 0 0 1 7.4.6 21.7 21.7 0 0 1 12.8 8.1s-4 1.2-9.7 1.2zm23.5-8.4a3.4 3.4 0 0 1-2.5-1 5.2 5.2 0 0 1-1.1-2.4c-.4-1.6-.3-3.2-.3-3.4a3.5 3.5 0 0 1 1.2-.3h.1c2 0 3.6 1.8 4.3 3.5.4 1 .4 1.8.2 2.4-.3.7-1 1.1-1.9 1.1zm-17.6-2.5a38.6 38.6 0 0 1-9.6-4.2c-4.4-2.7-9.9-7.5-10.5-15l1-.1h.3c1.3 0 4 .3 7.3 2.8 4.2 3.2 8 8.8 11.5 16.5zm11.5-.4a31.2 31.2 0 0 1-7.6-4.9 48.5 48.5 0 0 1-13.3-18.6s.9-.5 2.3-.6a3.3 3.3 0 0 1 .2 0h.4c2 0 4.9.9 8.1 4.4 3.8 4 7.1 10.6 10 19.7zm-29.9-.9c-3.9 0-5.2-2-5.6-3a6 6 0 0 1-.4-3 8.5 8.5 0 0 1 2-.2 8 8 0 0 1 6.5 3c.2.4.8 1.4.3 2.3-.4.6-1.3 1-2.8 1zm-8.5-10.8a51.1 51.1 0 0 1-9-.7c-3.4-.6-5.3-3.5-6.4-5.9-1-2.5-1.4-5-1.4-5 10.6.3 15.7 3.4 18 6a9.4 9.4 0 0 1 2.6 5.5s-1.6.2-3.8.2zm11-11a42.7 42.7 0 0 1-2.4-3.4c-1.3-2-2.4-4-2.4-5.6 0-1.7-.4-5-.6-7l-.6-4.5c.3 0 6.6 2.4 6.6 8.4s-.6 12-.6 12v.1zm-8.2-.6h-.2a43.7 43.7 0 0 1-18.2-10.8c-1.7-2-2.8-5.2-3.1-9.4-.2-3 0-5.5 0-5.8a3.3 3.3 0 0 1 1.1-.1c1.4 0 3 .6 5 2a39.6 39.6 0 0 1 5.2 4.4c3.2 3.2 5.7 6.4 5.7 6.4.3.4 2 3.7 3.5 6.9a22 22 0 0 1 1.6 4.6c.1.6.2 1 0 1.4a.7.7 0 0 1-.3.4.9.9 0 0 1-.4 0z"/>
<use xlink:href="#cy-a" width="100%" height="100%" transform="matrix(-1 0 0 1 593.7 0)"/>
<path fill="#d47600" d="m519 76.4-1.8.7-.8.3-2.2-.1-2.2 1-3.8 2.6-.1.1-1.5.4-1.3-.6-.7.4-.3 1.5-.7 1.1-.9.6-3 .3-2.5 1.4-3.4-1-1.5.7-3.3 3-1.7.7h-.5l-2.3-.1-.9.3-1.4 1.3-2.6.2-.9.6-1.3 2.6L476 96l-.8.1-.8-.3-.7.1-.3 1.7-.6.7-1.8.6-1.4 1.2-1.3.6h-2l-1.7 1-3.1.2-1.3 1.2-.3.3-.6.3-1 .6-.2.2-1.2-.2-1.4.5-.6-.8-1 .5-1.2.1-1.6-.7-1.3-.6-.9.2-.3 1.5v.2l-1 1.2-1.7 1.1-.2.3-2 2.6-3.8 4-3.2 1.6-3.3 1-2.3 1.9-6 3-9.7 4.8-2 .6-2.8.4-5 1.9-4.4 1.3-.3.1-.8.3-6.3 1.9-2.9-.4-1.7.7-4.5-.5h-3.1l-2 .4-3.7 1.8-6.3 3-2 2-3.2 1.6-3.8 1.2v-1.6l-1.3.4-1 .3-3 .4h-1.7l-1.1-.3h-.2l-6.2 2.1-7 .7-3.5 1.1H333l-1.6.5-3.2.4-1.2-.3-.2-.1-9.4.4-4.3-.5-2 .5-3.5-1.2-5-.6-1.2-.3-2.6-.8-1.2.7-1 .1-2-.8h-.8l-1.8.6-1-.2-1-.8-2.1-.3-1.4-1.1-7.5 1-2-.6-6.9-2h-1l-1.4 1-2 .8-1.9.4-2.4.1-2.8-.7-2.8-1.4-1.1-.3-2.4.3h-.7l-4.4-2.3-5.6-3.5-3.8-1.9-1.5-.2-.2.7.7 2.2.3 2.3v2l-.1 1.3.3 1.1 1.4 1.6.6 1.5.4 4.2v4.3l-.7 6.8-.2 1-.8 3.6-.7 3.3-2.9 8.7-.7 1-2 1.3-4.3 3-3.2 1.8-1 .4-2.6.2H219l-2-1.1-2-.5-2.6-1.9-2.8-.6-3.2-1.8-.8-1-1.7-.2-2.4-.7-.9-.3-.6-.1-3-.1-2.9-1.3-1.5-.4h-2l-2.1 1-1.1.4-1.4-.5h-1l-1 1.7-.2.3-.8.4h-1.7l-.8.3-1.1.5-1 .4-.5.2h-.3l-.5.2h-.6l-1.2-.6-.6-.3-1-.2-.5.3-.1 1.9-.5 1.1-1.6 1.4-1.6 1.4-1 1.6-3 6.7-1.9 2.7-.5.7-2 2.1-1.7 1.3-3.9 3-3.7 1.5-3.2.6h-1.6l-3-.4-2.6-.8-3-1.8-3.1-2.6-4.7-4.5-.6-.4-.2-.1-1.4-1h-1.1l-.4.8-.3 1-.2.9-.5 5v.3l.3 2.1 3.6 5 1 2.6.2.3.7 1.2.6 1 1.3 3.6-.9 2 .4 1.4-1 .8-.2 1.2 3.1 4 .7 1.7-.7 2.4-1.3 1.4-.3.3.2 1 1.4 1.4 2.5 2.2 1.3 3.2 1 1 1.2-.3.6.5h1l1 1 .6.2 1 .5.8 1 .1 3.2 1.5 3.8v2.5l1 1.5.2 1.2-.5 3.3 1.2 1 1.2-.2.8.1 1.3 1.1 1.6 2.4 1.6-.2 1 .4 4.7 4.3 1 .6.9.4 1 1 1.4-1h.2l1.6-.2.7.5 1.4.9h1.7l4 1.2 1.6.4 3.4 2.1 1.5.9.8.7 1.2 1 2.2 1 2 .4 1 .2.9.3 4.2 1.7 2.3.5 2 .8 1.6.5h1.2l1.6-1.3h1.5l1.3.2 1.3-.2 2-1.2.3-.6 1.4-.6 4.8-.6 1.4.4 3.6-1.5 2.4.6 2-.7 4.7 1 1.2.9 1.4 1.5h1.7l-.7 1.1 2 2.2 1.9 2.7.1.4 1.3 3.9 1 1.4.7 1.9v1.2l-1 .9-.2.4v.2l.2.5.4-.2.7-.4 1-.2 1.6.2 1.1.1 1.7-.8 1.2-.6 1.8.8h2l.9.3 2.4 1.1 1.2.1.4-.3.3-.6-.1-.8-1-1.1-2-2.4-.8-1.2-.6-1.7-.2-2.2-.2-1.5.3-2 .5-.7.4-1.6.1-.4 1.2-1.5 3-2 3.2-2.8 2.5-1.7 2.6-1.1v-.3l.4.1 6.6-2.3 3-.5 20 1.4.7-.2.7-1.9.3-.3.3-.2 2.2-1 1-.2 2.8.7 1.2.3 1.9-1h1.3l2.7-1.5h1.7l.7-.2 3.3-2.4 3.1-.9.8-.4.3-.2 3.3-1.7 2-1.6 1.8-1 2-.4 5-.4 1.1-1.7 2.2-.3 1.3-1.5 1.5-.6 1.1-1.6 1-1.3 1.2-.7 4.1-.3 4.8.6.7-.4 1-3.9 1.2-.7 3-4.5v-1.6l.1-1.4.5-2-.3-3.4.4-3.6 1.9-4.5 1.7-1.8 2.7-1.9 1.4-.6 2-.3h.2l.5-.2h9.2l2.3-.1 5.7 1h.4l1.9.7 2.2 1.7 2.4 2.3.4.4 1.5.7.5.2 1.2-.2 1.8-1 1.4-1 1.8-1v-.2l1.1-1.5.4-.7 3.6-1.4 4.2-.2.5-.3h.2l1.1-1.4h1l2.6 1 1.7-.4 1.4.5 1.1-.1 2-.3 2.3 1.6 1.3.2 4.5 2.6h.4l.2.1.5-.2.8-.2h.1l.1.1.6.7.7.1.8-1-.3-.6-.1-.2-1.7-.3-1.4-2.5 1.4-1.5-2.2-2.6-.4-.5v-.1l-.8-1.2-3.8-5.8-5-4-1.7-1.3-.6-.5-2.7-2.7-1.9-2.5-.2-.5-.4-.9-1.1-2.4-2-1.5-1.6-1.8-3.4-4.6-.5-.7-.8-.5h-1.7l-.1-.2h-.1v-.1l.8-.8 1-.2.3-.9-1.7-4.9v-.2l-.1-1.5 1.3-7.1.2-.9 2.4-4.7 1.4-1.2 1.6-3.1 1.4-2 1.3-1.3.2-.1 2.3-1.4 2-.3 1.9-.3 3.3 1h3l.7-.1 1.4-.2 2.3-.7 1.1-.7.6-.8 1.2-4 .4-1.3.7-1.4 4.3-4.9 3.2-3 7.2-5.2 3.5-2.1 1.8-1.1 16.1-7.2 4.2-4.2 2.2-2.2 3.8-2.6 4.5-1.9 4-3 .8-1.1 1-3.5 1-.2.7-1.7.3-.5 3.1-2.2.4-.2 12.3-6.2 1.8.3 1-1.5 3.5-.6h.7l.9-.5.7-1.3v-.3l.1-3.4.8-.9.4-2.2.4-.6.4-.5 1-.7-.2-.4z"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Before After
Before After

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-dg" viewBox="0 0 640 480">
<rect fill="#fff" width="640" height="480"/>
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#000063" fill-rule="evenodd" d="M640 416.2c-7.2 6.7-13.3 22-32.4 22-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.5 32.5-38.2 0-47.7-32.5-76.3-32.5-19 0-28.6 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.6 32.5-47.6 32.5-38.2 0-47.7-32.5-76.2-32.5-19 0-24.8 23.2-36.2 23.2v41.7c11.4 0 17.1-23 36.3-23 28.5 0 38 32.4 76 32.4 19.1 0 28.6-32.5 47.7-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.4-32.5 47.5-32.5 28.6 0 38.1 32.5 76.2 32.5 19 0 28.6-32.5 47.6-32.5 28.6 0 38.1 32.5 76.2 32.5 19 0 28.6-32.5 47.6-32.5 28.6 0 38.2 32.5 76.2 32.5 19 0 25.2-9.2 32.4-15.8zm0-81.2c-7.2 6.7-13.3 22-32.4 22-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.5 32.5-38.2 0-47.7-32.5-76.3-32.5-19 0-28.6 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.6 32.5-47.6 32.5-38.2 0-47.7-32.5-76.2-32.5-19 0-24.8 23.2-36.2 23.2v41.8c11.4 0 17.1-23.1 36.3-23.1 28.5 0 38 32.5 76 32.5 19.1 0 28.6-32.5 47.7-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.4-32.5 47.5-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.5-32.5 47.5-32.5 28.6 0 38.1 32.5 76.2 32.5 19 0 28.6-32.5 47.6-32.5 28.6 0 38.2 32.5 76.2 32.5 19 0 25.2-9.2 32.4-15.8zm0-81.1c-7.2 6.7-13.3 22-32.4 22-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.5 32.5-38.2 0-47.7-32.5-76.3-32.5-19 0-28.6 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.6 32.5-47.6 32.5-38.2 0-47.7-32.5-76.2-32.5-19 0-24.8 23.2-36.2 23.2v41.8c11.4 0 17.1-23.2 36.3-23.2 28.5 0 38 32.5 76 32.5 19.1 0 28.6-32.5 47.7-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.4-32.5 47.5-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.5-32.5 47.5-32.5 28.6 0 38.1 32.5 76.2 32.5 19 0 28.6-32.5 47.6-32.5 28.6 0 38.2 32.5 76.2 32.5 19 0 25.2-9.2 32.4-15.8zm0-81.1c-7.2 6.6-13.3 22-32.4 22-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.5 32.5-38.2 0-47.7-32.5-76.3-32.5-19 0-28.6 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.6 32.5-47.6 32.5-38.2 0-47.7-32.5-76.2-32.5-19 0-24.8 23.2-36.2 23.2v41.7c11.4 0 17.1-23 36.3-23 28.5 0 38 32.4 76 32.4 19.1 0 28.6-32.5 47.7-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.4-32.5 47.5-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.5-32.5 47.5-32.5 28.6 0 38.1 32.5 76.2 32.5 19 0 28.6-32.5 47.6-32.5 28.6 0 38.2 32.5 76.2 32.5 19 0 25.2-9.3 32.4-15.9zm0-81.3c-7.2 6.7-13.3 22.1-32.4 22.1-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.5 32.5-38.2 0-47.7-32.5-76.3-32.5-19 0-28.6 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.6 32.5-47.6 32.5-38.2 0-47.7-32.5-76.2-32.5-19 .1-24.8 23.3-36.2 23.3v41.8c11.4 0 17.1-23.1 36.2-23.1 28.5 0 38.1 32.5 76.2 32.5 19 0 28.5-32.5 47.6-32.5 28.6 0 38.1 32.5 76.3 32.5 19 0 28.4-32.5 47.4-32.5 28.7 0 38.2 32.5 76.3 32.5 19 0 28.6-32.5 47.6-32.5 28.6 0 38.1 32.5 76.2 32.5 19 0 28.6-32.5 47.6-32.5 28.6 0 38.2 32.5 76.2 32.5 19 0 25.2-9.3 32.4-15.9v-48Zm0-81c-7.2 6.6-13.3 22-32.4 22C569.5 32.5 560 0 531.4 0c-19 0-28.5 32.5-47.6 32.5-38.1 0-47.6-32.5-76.2-32.5-19 0-28.5 32.5-47.5 32.5-38.2 0-47.7-32.5-76.3-32.5-19 0-28.6 32.5-47.6 32.5C198 32.5 188.6 0 160 0c-19 0-28.6 32.5-47.6 32.5C74.2 32.5 64.7 0 36.2 0 17.2 0 11.4 23.2 0 23.2v41.9C11.4 65 17.1 42 36.2 42c28.5 0 38.1 32.4 76.2 32.4 19 0 28.5-32.4 47.6-32.4 28.6 0 38.1 32.4 76.3 32.4 19 0 28.4-32.4 47.4-32.4 28.7 0 38.2 32.4 76.3 32.4 19 0 28.6-32.4 47.6-32.4 28.6 0 38.1 32.4 76.2 32.4 19 0 28.6-32.4 47.6-32.4 28.6 0 38.2 32.4 76.2 32.4 19 0 25.2-9.2 32.4-15.8z"/>
<path fill="#a24300" fill-rule="evenodd" stroke="#fff" stroke-width="2.1" d="m474.8 131.7-3.5 329c0 17.3 15.7 17.3 17.4 0l-3.5-329Z"/>
<path fill="#006d00" fill-rule="evenodd" stroke="#fff" stroke-width="1.8" d="m510.7 254-11-11.9-2.6 12.1-4.7-17.5-4.5 8.8-.8-18.6-4.4 8.8-.8-18.6-4.4 8.8L475 204l-4.4 8.8L468 191l-4.5 8.8-2.5-21.9-1.3-11 2.2-4.3 5.8 2.1 9.1 8.7 18.3 17.4-11.3-4.3 18.3 17.4-11.4-4.3 18.3 17.3-11.4-4.2 16.6 14-11.3-4.2 16.5 14-11.3-4.2 12.6 15.2-13.1-7.6 3 14.3z"/>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-dj" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="dj-a">
<path fill-opacity=".7" d="M-40 0h682.7v512H-40z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(37.5) scale(.94)">
<g fill-rule="evenodd" clip-path="url(#dj-a)" transform="translate(37.5) scale(.94)">
<path fill="#0c0" d="M-40 0h768v512H-40z"/>
<path fill="#69f" d="M-40 0h768v256H-40z"/>
<path fill="#fffefe" d="m-40 0 382.7 255.7L-40 511V0z"/>

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 588 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-dm" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="dm-a">
<path fill-opacity=".7" d="M-85 0h682.7v512H-85z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(79.7) scale(.94)">
<g fill-rule="evenodd" clip-path="url(#dm-a)" transform="translate(79.7) scale(.94)">
<path fill="#108c00" d="M-258.3 0H769.2v512H-258.3z"/>
<path fill="#ffd600" d="M-260 178.2H772.6v50.1H-260z"/>
<path fill="#ffd600" d="M181 0h48.5v512h-48.4z"/>

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Before After
Before After

View file

@ -1,544 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ea" viewBox="0 0 640 480">
<path fill="#AA151B" d="M0 0h640v480H0z"/>
<path fill="#F1BF00" d="M0 120h640v240H0z"/>
<path fill="#ad1519" d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z"/>
<path fill="#c8b100" d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z"/>
<path fill="#c8b100" d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z"/>
<path fill="#c8b100" d="M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9"/>
<path fill="#c8b100" d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"/>
<path fill="#c8b100" d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8"/>
<path fill="#c8b100" d="M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7z"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M126.8 206.8c1-.5 3 1.1 4.6 3.6m11-3.6c-.8-.5-2.8 1.1-4.5 3.6"/>
<path fill="#c8b100" d="m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6"/>
<path fill="#c8b100" d="M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"/>
<path fill="#c8b100" d="m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6z"/>
<path fill="#c8b100" d="M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3z"/>
<path fill="#c8b100" d="M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1z"/>
<path fill="#fff" d="M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"/>
<path fill="#ad1519" d="M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/>
<path fill="#058e6e" d="M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/>
<path fill="#ad1519" d="m127.3 215.3.3-.4h.7l-.4.6-.6-.2"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m127.3 215.3.3-.4h.7l-.4.6-.6-.2"/>
<path fill="#fff" d="M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4z"/>
<path fill="#058e6e" d="M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/>
<path fill="#ad1519" d="m142 215.4-.3-.5h-.7l.3.6.6-.1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m142 215.4-.3-.5h-.7l.3.6.6-.1"/>
<path fill="#ad1519" d="M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6z"/>
<path fill="#c8b100" d="m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3z"/>
<path fill="#c8b100" d="M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z"/>
<path fill="#c8b100" d="m132 211.2.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m132 211.2.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3z"/>
<path fill="#c8b100" d="m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3z"/>
<path fill="#c8b100" d="m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5"/>
<path fill="#c8b100" d="m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/>
<path fill="#c8b100" d="m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6"/>
<path fill="#c8b100" d="m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3"/>
<path fill="#c8b100" d="m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/>
<path fill="#c8b100" d="m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5"/>
<path fill="#c8b100" d="M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/>
<path fill="#c8b100" d="M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"/>
<path fill="#c8b100" d="m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/>
<path fill="#c8b100" d="m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/>
<path fill="#c8b100" d="m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/>
<path fill="#c8b100" d="m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4"/>
<path fill="#c8b100" d="M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5z"/>
<path fill="#c8b100" d="M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"/>
<path fill="#c8b100" d="m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1z"/>
<path fill="#c8b100" d="M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z"/>
<path fill="#c8b100" d="m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z"/>
<path fill="#c8b100" d="M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"/>
<path fill="#c8b100" d="M124 223h21.4v-5.5H124v5.6z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M124 223h21.4v-5.5H124v5.6z"/>
<path fill="#c8b100" d="M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2z"/>
<path fill="#c8b100" d="M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8z"/>
<path fill="#c8b100" d="M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6z"/>
<path fill="#005bbf" d="M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4z"/>
<path fill="#ccc" d="M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3"/>
<path fill="#005bbf" d="M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322"/>
<path fill="#ccc" d="M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3"/>
<path fill="#005bbf" d="M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3z"/>
<path fill="#c8b100" d="m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0z"/>
<path fill="#c8b100" d="M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7z"/>
<path fill="#c8b100" d="M123.7 316.7h22V311h-22v5.6z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M123.7 316.7h22V311h-22v5.6z"/>
<path fill="#ad1519" d="M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8z"/>
<path fill="#ccc" d="M126.8 305.6h15.6V229h-15.6v76.5z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M138 229.2v76.3m1.7-76.3v76.3m-12.9 0h15.6v-76.4h-15.6v76.5z"/>
<path fill="#ad1519" d="M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"/>
<path fill="#ad1519" d="M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4"/>
<path fill="#ad1519" d="M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"/>
<path fill="#ad1519" d="M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7z"/>
<path fill="#c8b100" d="M125.8 254c1.9-.6 3.1-1.5 2.5-3-.4-1-1.4-1-2.8-.6l-2.6 1 2.3 5.8.8-.3.8-.3-1-2.5zm-1.2-2.7.7-.3c.5-.2 1.2.1 1.4.8.2.5.2 1-.5 1.5a4.4 4.4 0 0 1-.6.3l-1-2.3m7.3-2.5-.9.3h-.8l1.3 6.1 4.3-.8-.2-.4v-.4l-2.5.6-1.2-5.3m8.4 5.2c.8-2.2 1.7-4.3 2.7-6.4a5.3 5.3 0 0 1-1 0 54.8 54.8 0 0 1-1.8 4.6l-2.4-4.3-1 .1h-1a131.4 131.4 0 0 1 3.5 6h1m8.8-4.7.4-.9a3.4 3.4 0 0 0-1.7-.6c-1.7-.1-2.7.6-2.8 1.7-.2 2.1 3.2 2 3 3.4 0 .6-.7.9-1.4.8-.8 0-1.4-.5-1.4-1.2h-.3a7.3 7.3 0 0 1-.4 1.1 4 4 0 0 0 1.8.6c1.7.2 3-.5 3.2-1.7.2-2-3.3-2.1-3.1-3.4 0-.5.4-.8 1.3-.7.7 0 1 .4 1.2.9h.2"/>
<path fill="#ad1519" d="M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9z"/>
<path fill="#c8b100" d="M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9z"/>
<path fill="#c8b100" d="M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8z"/>
<path fill="#c8b100" d="M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6"/>
<path fill="#c8b100" d="M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"/>
<path fill="#fff" d="M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm-.2-1.4a.4.4 0 0 1 .4-.4c.2 0 .4.1.4.4s-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3 0 .5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4 0c0-.2.2-.3.5-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".3" d="m287.8 211.2.2-1a2.7 2.7 0 0 0-2.7-2.8c-.5 0-1 .1-1.3.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m283 209.2.2-.8c0-1.1-1.1-2-2.5-2-.6 0-1.2.2-1.6.4"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M288.2 210c0-.3.2-.5.4-.5s.4.2.4.4c0 .3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4 0 0 1 .5.4c0 .2-.2.4-.4.4-.3 0-.5-.2-.5-.4zm-1-1.1a.4.4 0 0 1 .5-.4c.2 0 .4.1.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z"/>
<path fill="#c8b100" d="m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6z"/>
<path fill="#fff" d="M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4 0c0-.2.2-.3.5-.3.2 0 .4.1.4.4 0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".3" d="M267.8 211.2a2.8 2.8 0 0 1-.2-1 2.7 2.7 0 0 1 2.7-2.8c.5 0 1 .1 1.4.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M272.7 209.2a1.7 1.7 0 0 1-.3-.8c0-1 1.2-2 2.6-2a3 3 0 0 1 1.5.4"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M266.6 210c0-.3.2-.5.4-.5.3 0 .4.2.4.4a.4.4 0 0 1-.4.4c-.2 0-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"/>
<path fill="#c8b100" d="M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2z"/>
<path fill="#c8b100" d="M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1z"/>
<path fill="#fff" d="M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"/>
<path fill="#ad1519" d="M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"/>
<path fill="#058e6e" d="M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"/>
<path fill="#ad1519" d="m270.5 215.3.3-.4h.7l-.4.6-.6-.2"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m270.5 215.3.3-.4h.7l-.4.6-.6-.2"/>
<path fill="#fff" d="M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4z"/>
<path fill="#058e6e" d="M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"/>
<path fill="#ad1519" d="m285.1 215.4-.2-.5h-.7l.3.6.6-.1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m285.1 215.4-.2-.5h-.7l.3.6.6-.1"/>
<path fill="#ad1519" d="M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6z"/>
<path fill="#c8b100" d="m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3z"/>
<path fill="#c8b100" d="M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z"/>
<path fill="#c8b100" d="M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3z"/>
<path fill="#c8b100" d="m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3z"/>
<path fill="#c8b100" d="m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5"/>
<path fill="#c8b100" d="m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"/>
<path fill="#c8b100" d="m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6"/>
<path fill="#c8b100" d="m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3"/>
<path fill="#c8b100" d="m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"/>
<path fill="#c8b100" d="m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5"/>
<path fill="#c8b100" d="M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"/>
<path fill="#c8b100" d="M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"/>
<path fill="#c8b100" d="m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"/>
<path fill="#c8b100" d="m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"/>
<path fill="#c8b100" d="m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"/>
<path fill="#c8b100" d="M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4"/>
<path fill="#c8b100" d="M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5z"/>
<path fill="#c8b100" d="M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4z"/>
<path fill="#c8b100" d="M277 205.4c0-.5.4-.8.8-.8s1 .3 1 .8-.5.8-1 .8a.9.9 0 0 1-.8-.8"/>
<path fill="#c8b100" d="M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z"/>
<path fill="#c8b100" d="M279 205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M278.1 204.6c.4 0 .6.4.6.8 0 .5-.4.8-.9.8a.9.9 0 0 1-.8-.8c0-.4.2-.7.6-.8"/>
<path fill="#c8b100" d="m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1z"/>
<path fill="#c8b100" d="M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5z"/>
<path fill="#c8b100" d="m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z"/>
<path fill="#c8b100" d="M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"/>
<path fill="#c8b100" d="M267.2 223h21.4v-5.5h-21.4v5.6z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M267.2 223h21.4v-5.5h-21.4v5.6z"/>
<path fill="#c8b100" d="M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2z"/>
<path fill="#c8b100" d="M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8z"/>
<path fill="#c8b100" d="M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6z"/>
<path fill="#005bbf" d="M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4z"/>
<path fill="#ccc" d="M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"/>
<path fill="#005bbf" d="M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"/>
<path fill="#ccc" d="M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"/>
<path fill="#005bbf" d="M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z"/>
<path fill="#c8b100" d="m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8z"/>
<path fill="#c8b100" d="M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7z"/>
<path fill="#c8b100" d="M266.9 316.7h22V311h-22v5.6z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M266.9 316.7h22V311h-22v5.6z"/>
<path fill="#ad1519" d="M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8z"/>
<path fill="#ccc" d="M270.1 305.6h15.6V229h-15.6v76.5z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M281.4 229.1v76.3m1.8-76.3v76.3m-13 .2h15.5V229h-15.6v76.5z"/>
<path fill="#ad1519" d="M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4"/>
<path fill="#ad1519" d="M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4"/>
<path fill="#ad1519" d="M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"/>
<path fill="#ad1519" d="M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7z"/>
<path fill="#c8b100" d="M263.9 254.4c.6-2.3 1.4-4.4 2.1-6.6h-.5a5.2 5.2 0 0 1-.5.1 52.8 52.8 0 0 1-1.4 4.8c-1-1.4-2-2.7-2.7-4.1l-1 .2h-1a131.3 131.3 0 0 1 4 5.7h.5l.5-.1m6-6.6h-1a8 8 0 0 1-.8 0v6.2h4.2v-.7h-2.6l.1-5.5m6.8 1 2 .3v-.7l-5.8-.5v.8a19.3 19.3 0 0 1 2 0l-.4 5.6h1.6l.5-5.4m2.4 6c.3 0 .5 0 .8.2l.8.2.7-2.9.6 1.2.8 2.1 1 .2c.4 0 .7.2 1 .3l-.3-.7c-.4-1-1-1.9-1.3-2.9 1 0 1.9-.3 2.1-1.2.1-.6 0-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5-1.4 6m3-5.2c.7.2 1.5.3 1.5 1v.5c-.3.9-1 1.2-2 .9l.5-2.4m8 7-.2 2 .8.5.9.5.5-7a3.4 3.4 0 0 1-.7-.3l-6.1 3.8.5.3.4.2 1.7-1.2 2.3 1.3zm-1.7-1.5 2-1.4-.2 2.3-1.8-1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2z"/>
<path fill="#ad1519" stroke="#000" stroke-width=".3" d="M205.7 175.4c6.3 0 12 1 15.7 2.4a31.7 31.7 0 0 0 14.6 2.3c2.7 0 6.5.8 10.3 2.4a27.3 27.3 0 0 1 7.4 4.7l-1.5 1.4-.4 3.8-4.1 4.7-2 1.8-5 3.9-2.5.2-.7 2.1-31.6-3.7-31.7 3.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6 27.6 0 0 1 7.5-4.7 26 26 0 0 1 10.2-2.4c2 .2 4.2.1 6.6-.2a30 30 0 0 0 8-2c3.7-1.5 9-2.5 15.5-2.5z"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206.2 217.1c-11.8 0-22.4-1.4-29.9-3.6a1.1 1.1 0 0 1-.8-1.2c0-.5.3-1 .8-1.2a109 109 0 0 1 29.9-3.6c11.7 0 22.3 1.4 29.8 3.6a1.3 1.3 0 0 1 0 2.4c-7.5 2.2-18 3.6-29.8 3.6"/>
<path fill="#ad1519" d="M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M206.9 215.7v-6.3m-1.7 6.3v-6.3"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M203.6 215.7v-6.3m-1.6 6.3v-6.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M200.6 215.7v-6.3m-2.8 5.9v-5.7m1.3 5.8v-6m-3.8 5.6v-5.2m1.3 5.4v-5.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M192 214.8V210m1 4.7V210m1.2 5v-5m-3.4 4.7v-4.5"/>
<path fill="none" stroke="#000" stroke-width=".5" d="M189.7 214.5v-4.2m-1.2 4.1v-4"/>
<path fill="none" stroke="#000" stroke-width=".6" d="M186 214v-3m1.3 3.2v-3.5m-2.5 3.1V211"/>
<path fill="none" stroke="#000" stroke-width=".7" d="M183.7 213.6v-2.3m-1.3 2v-1.8m-1.2 1.6v-1.3"/>
<path fill="none" stroke="#000" stroke-width=".9" d="M179.8 212.8v-.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M213.7 215.3v-5.8m-2.9 6v-6.1m-2.1 6.2v-6.3"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206 207.4a108 108 0 0 0-30 3.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4 8.3-2.5 20-4 32.8-4a123 123 0 0 1 33 4s-1.5-.1-2.5 2.3c-.8 2-.8 2.8-.2 3-7.5-2.2-18.4-3.7-30.3-3.7"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206.1 201.9c-12.9 0-24.5 1.5-32.8 4a1 1 0 0 1-1.3-.6 1 1 0 0 1 .7-1.3 121 121 0 0 1 33.4-4.2c13.2 0 25.2 1.7 33.5 4.2.6.2.9.8.7 1.3-.2.5-.8.8-1.3.6-8.4-2.5-20-4-32.9-4"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M197 204.8c0-.5.4-1 1-1 .5 0 1 .5 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="#ad1519" stroke="#000" stroke-width=".4" d="M206.1 205.6H203a1 1 0 0 1 0-2h6.4c.5 0 1 .5 1 1s-.5 1-1 1h-3.2"/>
<path fill="#058e6e" stroke="#000" stroke-width=".4" d="m190.3 206.5-2.3.2c-.6.1-1-.3-1.2-.8a1 1 0 0 1 1-1.1l2.2-.3 2.4-.3c.5 0 1 .3 1.1.9.1.5-.3 1-.9 1l-2.3.4"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M181 206.7c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="#ad1519" stroke="#000" stroke-width=".4" d="m174 208.5 1.2-1.6 3.3.4-2.6 2-1.8-.8"/>
<path fill="#058e6e" stroke="#000" stroke-width=".4" d="m222 206.5 2.3.2c.5.1 1-.3 1.1-.8a1 1 0 0 0-.9-1.1l-2.2-.3-2.4-.3a1 1 0 0 0-1.1.9c-.1.5.3 1 .9 1l2.3.4"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M213.3 204.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m15.8 1.9c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="#ad1519" stroke="#000" stroke-width=".4" d="m238.2 208.5-1.1-1.6-3.3.4 2.6 2 1.8-.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M177.3 212.8c7.4-2.1 17.6-3.4 28.8-3.4 11.3 0 21.4 1.3 28.9 3.4"/>
<path fill="#c8b100" d="m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8"/>
<path fill="#c8b100" d="M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8"/>
<path fill="#c8b100" d="M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8z"/>
<path fill="#c8b100" d="M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8z"/>
<path fill="#c8b100" d="M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6z"/>
<path fill="#c8b100" d="M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4z"/>
<path fill="#c8b100" d="m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8"/>
<path fill="#c8b100" d="M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8"/>
<path fill="#c8b100" d="M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8z"/>
<path fill="#c8b100" d="M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8z"/>
<path fill="#fff" d="M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M204.2 178c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7m.4-3.7c0-.7.6-1.3 1.4-1.3.8 0 1.5.6 1.5 1.3 0 .8-.7 1.4-1.5 1.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m.2-2.8c0-.5.4-.8.8-.8.5 0 .9.3.9.8 0 .4-.4.8-.9.8a.8.8 0 0 1-.8-.8"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="m206.2 191.8 1.2.2a4.6 4.6 0 0 0 4.5 6 4.7 4.7 0 0 0 4.4-3c.1 0 .5-1.7.7-1.7.2 0 .1 1.8.2 1.7.3 2.3 2.4 3.8 4.7 3.8a4.6 4.6 0 0 0 4.7-5l1.5-1.5.7 2a4 4 0 0 0-.4 1.9 4.4 4.4 0 0 0 4.5 4.2c1.6 0 3-.7 3.8-1.9l.9-1.2v1.5c0 1.5.6 2.8 2 3 0 0 1.7.1 4-1.6 2.1-1.7 3.3-3.1 3.3-3.1l.2 1.7s-1.8 2.8-3.8 4c-1 .6-2.7 1.3-4 1-1.4-.2-2.4-1.3-3-2.6a6.7 6.7 0 0 1-3.3 1 6.5 6.5 0 0 1-6.1-3.7 7 7 0 0 1-10.4-.3 7 7 0 0 1-4.6 1.8 6.9 6.9 0 0 1-5.7-3 6.9 6.9 0 0 1-5.7 3 7 7 0 0 1-4.7-1.8 7 7 0 0 1-10.4.3 6.5 6.5 0 0 1-6 3.7 6.7 6.7 0 0 1-3.4-1c-.6 1.3-1.5 2.4-3 2.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2 1.4 3.4 3.1c2.2 1.8 3.9 1.6 3.9 1.6 1.4-.2 2-1.5 2-3v-1.5l1 1.2a4.6 4.6 0 0 0 3.7 2c2.5 0 4.5-2 4.5-4.3a4 4 0 0 0-.4-2l.8-1.9 1.5 1.5a4.4 4.4 0 0 0 0 .6c0 2.4 2 4.4 4.6 4.4 2.4 0 4.4-1.5 4.7-3.8 0 0 0-1.6.2-1.7.2 0 .6 1.7.7 1.6a4.7 4.7 0 0 0 4.5 3.1 4.6 4.6 0 0 0 4.5-6l1.2-.2"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M238.6 197.7c.3-.8 0-1.6-.6-1.8-.5-.2-1.2.3-1.5 1.1-.3.8 0 1.6.6 1.8.5.2 1.2-.3 1.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1 .5-1.2 1.4-.1.8.3 1.5.9 1.6.6 0 1.2-.6 1.3-1.4m-23.9 0c0-.8.4-1.6 1-1.6.6-.1 1.1.5 1.2 1.4.1.8-.3 1.5-.9 1.6-.6 0-1.1-.6-1.2-1.4m-20.6 4c-.2-.8 0-1.6.6-1.8.6-.2 1.2.3 1.5 1.1.3.8 0 1.6-.5 1.8-.6.2-1.3-.3-1.6-1.1"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M182.7 184a5.1 5.1 0 0 1 2.2 2.9s0-.3.6-.6 1-.3 1-.3l-.1 1.3-.3 2.2a7.4 7.4 0 0 1-.7 1.6 1.9 1.9 0 0 0-1.5-.4 1.8 1.8 0 0 0-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2 1.1 0c.6 0 .8.2.8.2a4.9 4.9 0 0 1 1-3.4m.4 9.8a1.8 1.8 0 0 1-.6-1c0-.5 0-.9.3-1.2 0 0-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5 5 0 0 0-3 2 5.3 5.3 0 0 0 3.5 1l-.2.8v.6l1-.4c.3-.1 1.5-.5 2-1 .8-.4 1.5-1.1 1.5-1.1m2.7-.5a1.6 1.6 0 0 0 .2-1.1 1.7 1.7 0 0 0-.6-1l1.4-1.3a10 10 0 0 1 2-.9l1.1-.4v.6a5.7 5.7 0 0 1-.2.8 5 5 0 0 1 3.4 1 5 5 0 0 1-2.9 2 6.4 6.4 0 0 0 .7 1.2h-1c-.4 0-1.6 0-2.3-.2a11 11 0 0 1-1.8-.7"/>
<path fill="#ad1519" stroke="#000" stroke-width=".4" d="M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M206.1 180.8a5.7 5.7 0 0 1 1.9 3.7s.2-.3.9-.5c.7-.3 1.2-.2 1.2-.2l-.5 1.4-.8 2.4a8.2 8.2 0 0 1-1 1.7 2.1 2.1 0 0 0-1.7-.7c-.6 0-1.2.3-1.6.7 0 0-.6-.7-1-1.7l-.8-2.4-.5-1.4 1.2.2c.7.2.9.5.9.5 0-1.4.8-2.8 1.8-3.7"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M204.6 191.8a2 2 0 0 1-.5-1.2c0-.5.1-1 .4-1.3 0 0-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9 5.9 0 0 0-3.7 1.7c1 .9 2.3 1.6 3.7 1.6l-.4 1-.2.6 1.2-.2c.4-.1 1.8-.4 2.5-.7 1-.4 1.9-1 1.9-1m3 0a1.9 1.9 0 0 0 .1-2.6s.9-.7 1.8-1a8 8 0 0 1 2.5-.7l1.2-.3-.1.7-.4.9c1.4 0 2.7.8 3.6 1.7a5.9 5.9 0 0 1-3.6 1.6 6.9 6.9 0 0 0 .5 1.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2 5.2 0 0 0-2.2 3l-.7-.6c-.6-.3-1-.3-1-.3l.2 1.3c0 .3 0 1.3.3 2.2.2 1 .6 1.6.6 1.6a2 2 0 0 1 1.5-.4c.6.1 1 .5 1.3.9l1.1-1.3c.6-.8 1-1.7 1.1-2l.7-1.1s-.4-.2-1 0c-.7 0-1 .2-1 .2a4.9 4.9 0 0 0-1-3.4m-.3 9.8c.3-.3.5-.6.6-1a1.6 1.6 0 0 0-.2-1.2s.8-.5 1.7-.7c.7-.2 2-.2 2.3-.2h1.1l-.3.5a6.2 6.2 0 0 1-.4.7 5 5 0 0 1 2.9 2 5.3 5.3 0 0 1-3.5 1l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7 1.7 0 0 1-.2-1.1c0-.5.3-.8.6-1 0 0-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9a171.4 171.4 0 0 1-1-.4v.6c0 .5.2.8.2.8a5.2 5.2 0 0 0-3.5 1c.7.9 1.7 1.7 3 2 0 0-.3.2-.5.7l-.3.5h1c.4 0 1.7 0 2.3-.2a11.1 11.1 0 0 0 1.8-.7"/>
<path fill="#ad1519" stroke="#000" stroke-width=".4" d="M226 192.4c0-1 1-2 2-2s2.1 1 2.1 2a2 2 0 0 1-2 2 2 2 0 0 1-2.1-2m23.2 4.4c-.4-.5-1.4-.4-2.2.2-.8.7-1 1.6-.5 2.2.5.5 1.5.4 2.3-.3.7-.6 1-1.6.5-2"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="m246.3 198 .7-1c.7-.6 1.8-.7 2.3-.2l.1.2s1-2 2.3-2.6c1.3-.7 3.4-.5 3.4-.5a2.8 2.8 0 0 0-2.9-2.8 3 3 0 0 0-2.4 1l-.2-1s-1.3.3-1.9 1.8c-.6 1.5 0 3.6 0 3.6s-.3-.9-.7-1.5a8 8 0 0 0-2.4-1.6l-1.3-.7-.1.5a5 5 0 0 0 0 .8 7.9 7.9 0 0 0-3.7.5 4.7 4.7 0 0 0 2.5 2.2l-.8.7a4 4 0 0 0-.4.5l1.3.2 2.5.2a14.5 14.5 0 0 0 1.7-.2m-80.3 0c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8 2.8 0 0 1 2.8-2.8c1 0 1.9.4 2.4 1l.2-1s1.3.3 2 1.8c.5 1.5-.1 3.6-.1 3.6s.3-.9.8-1.5a8 8 0 0 1 2.4-1.6l1.3-.7v1.3a7.9 7.9 0 0 1 3.7.5 4.7 4.7 0 0 1-2.5 2.2l.8.7.4.5-1.2.2-2.6.2a14.7 14.7 0 0 1-1.7-.2"/>
<path fill="#ad1519" stroke="#000" stroke-width=".4" d="M163 196.8c.6-.5 1.6-.4 2.4.3.7.6 1 1.5.4 2-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2 2-2s2.1.9 2.1 2c0 1-1 2-2 2a2 2 0 0 1-2.1-2"/>
<path fill="#005bbf" stroke="#000" stroke-width=".3" d="M201.8 160.6c0-2.2 1.9-4 4.3-4s4.2 1.8 4.2 4-1.9 4-4.3 4a4.1 4.1 0 0 1-4.2-4"/>
<path fill="#c8b100" stroke="#000" stroke-width=".3" d="M205 149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0 .6.1 1.1.3 1.6h7.9c.2-.5.3-1 .3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2h-2.4z"/>
<path fill="#ccc" d="M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2"/>
<path fill="none" stroke="#000" stroke-width=".5" d="M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2z"/>
<path fill="#ccc" d="M206.3 270h48.3v-53.5h-48.3V270z"/>
<path fill="none" stroke="#000" stroke-width=".5" d="M206.3 270h48.3v-53.5h-48.3V270z"/>
<path fill="#ad1519" d="M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"/>
<path fill="#c8b100" stroke="#000" stroke-width=".5" d="M168.6 320.9c1.5.8 3.6 2 5.8 2.6l-.1-54.7h-5.7v52z"/>
<path fill="#c8b100" stroke="#000" stroke-linejoin="round" stroke-width=".5" d="M158 301.6a24.4 24.4 0 0 0 5.5 15v-47.5h-5.4v32.5z"/>
<path fill="#c7b500" stroke="#000" stroke-width=".5" d="M179.4 324.7a26.6 26.6 0 0 0 5.6 0v-55.9h-5.6v56z"/>
<path fill="#c8b100" stroke="#000" stroke-width=".5" d="M190 323.5a19 19 0 0 0 5.8-2.5v-52.2H190l-.1 54.7z"/>
<path fill="#ad1519" d="M158.1 270h48.2v-53.5H158V270z"/>
<path fill="none" stroke="#000" stroke-width=".5" d="M158.1 270h48.2v-53.5H158V270z"/>
<path fill="#c8b100" stroke="#000" stroke-width=".5" d="M201 316c2.4-2 4.6-6.8 5.4-12.2l.1-35H201l.1 47.3z"/>
<path fill="none" stroke="#000" stroke-width=".5" d="M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"/>
<path fill="#ad1519" d="M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"/>
<path fill="none" stroke="#000" stroke-width=".5" d="M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"/>
<path fill="#c8b100" d="m215.1 294.1.1.5c0 .6-.5 1-1.1 1a1 1 0 0 1-1.1-1v-.5h-1.5a2.5 2.5 0 0 0 1.8 2.9v3.9h1.6V297a2.6 2.6 0 0 0 1.7-1.6h4.4v-1.2h-6m21.8 0v1.2h-4a2.5 2.5 0 0 1-.3.6l4.6 5.2-1.2 1-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8 5.2-1.2-1 4.7-5.3a2.1 2.1 0 0 1-.2-.4h-4V294h13zm2.6 0v1.2h4.4c.3.8.9 1.4 1.7 1.6v3.9h1.6V297a2.5 2.5 0 0 0 1.8-2.4 2 2 0 0 0 0-.5h-1.6l.1.5c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1a1 1 0 0 1 .1-.5h-5.9m-6.7 22.1a15.6 15.6 0 0 0 3.7-1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-11-2.2-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.3-4.8h1.7a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.5.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-6-4.8c.3-.4 1-.5 1.5 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2.2-4.5-1.6-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.2 2.7zm1.4-5.3 1.7.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6a14 14 0 0 1-.3-2.7v-2.6zm5.6 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7m2.2-9.4 1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1-1-1.4 3-3.3 1.6.7-3.6 4m18.1 9.9.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.5-.5a2.4 2.4 0 0 0 .3-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3.1 2.6zm6-4.8a1.2 1.2 0 0 0-1.5 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2.2-4.5 1.6-.3.3-4.3-1.7-.6v2.5c0 1 0 1.9-.2 2.8zm-1.4-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m-5.6 13.7a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.6 18.6 0 0 0 4-2l-.4-1.7m-2.2-9.4-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1 1-1.4-3-3.3-1.6.7 3.6 4m-20.1-8.7.5 1.6h4.5l.5-1.6h-5.5m21.1 0-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8 1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0-1.7-.4v-4.3l1.7-.5v5.2"/>
<path fill="#c8b100" d="M211.5 294.2c.2-1 1-1.6 1.8-2V287h1.6v5.3c.8.3 1.5.9 1.7 1.6h4.4v.3h-6a1.2 1.2 0 0 0-1-.6c-.4 0-.7.3-1 .6h-1.5m12.2 0v-.3h4.1a2.4 2.4 0 0 1 .2-.3l-5-5.7 1.2-1 5 5.6.2-.1V285h1.6v7.3h.3l4.9-5.5 1.2 1-4.9 5.5.3.6h4v.3h-13zm21.6 0a1.1 1.1 0 0 1 1-.6c.5 0 .8.3 1 .6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7 1.6h-4.4v.3h6m-30.2-15 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.7 2.5 2.5 2.5 0 0 0 1.8 2.4v5.2h1.6v-5.2h.3zm32 0v5.3h-1.7v-5.2a2.5 2.5 0 0 1-.4-.2l-6 6.8-1.3-1 6.2-6.9-.1-.3h-4.5V276h4.5a2.6 2.6 0 0 1 2.4-1.7 2.6 2.6 0 0 1 2.7 2.5 2.5 2.5 0 0 1-1.9 2.4zm-16.1 0v3.3h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4a2.6 2.6 0 0 1 2.5-1.7c1.2 0 2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm-17.8 4-1.7.4v4.3l1.7.5v-5.2m1.6 0 1.7.4v4.3l-1.7.5v-5.2m30.6 0-1.7.4v4.3l1.7.5v-5.2m1.6 0 1.7.4v4.3l-1.7.5v-5.2m-25.5.8 1.6-.7 2.9 3.3-1 1.4-3.5-4m-1.3 1-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1 1 1.4-3 3.3-1.5-.7 3.5-4m-20.3 9 .5-1.6h4.5l.5 1.6h-5.5m-6.7-17c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1zm12.1.8-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5 1.6h5.5m15.7 17.8-.5-1.6h-4.5l-.5 1.6h5.5m4.4-17c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1zm6.2.8.5 1.6h4.6l.5-1.6h-5.6m0-1.6.5-1.6h4.6l.5 1.6h-5.6m-5.9 5-1.7.5v4.3l1.7.5V281m1.7 0 1.6.5v4.3l-1.6.5V281"/>
<path fill="none" stroke="#c8b100" stroke-width=".3" d="M232.7 316.3a15.6 15.6 0 0 0 3.7-1.1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-4.7-20.4a2.3 2.3 0 0 1-.2-.5h-4V294h4a2.6 2.6 0 0 1 .2-.4l-5-5.6 1.2-1 5 5.5a2.2 2.2 0 0 1 .2 0V285h1.7v7.3h.2l4.9-5.5 1.2 1-4.9 5.5.3.6h4v1.5h-4c0 .2-.2.4-.3.5l4.7 5.3-1.3 1-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8 5.3-1.2-1 4.7-5.3m-12.8-16.7 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.6 2.5 2.5 2.5 0 0 0 1.7 2.4v5.2h1.6v-5.2h.3zm6.5 34.8-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.2-4.8h1.6a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.6.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-8.4-13.1V297a2.5 2.5 0 0 1-1.8-2.4c0-1 .8-2 1.8-2.4V287h1.6v5.3c.8.2 1.5.8 1.7 1.6h4.4v1.5h-4.4a2.6 2.6 0 0 1-1.6 1.6v3.9h-1.7m2.3 8.3c.4-.4 1.1-.5 1.6 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2-4.5-1.7-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.3 2.7zm1.4-5.3 1.6.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6-.3-2.7v-2.6zm5.5 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7"/>
<path fill="none" stroke="#c8b100" stroke-width=".3" d="m221.9 305.1 1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1-1-1.4 3-3.3 1.6.7-3.6 4m-7.6-9.5c0-.6.5-1 1-1 .7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1 1 0 0 1-1.1-1zm25.7 19.4.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.6-.5a2.4 2.4 0 0 0 .2-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3 2.6zm8.4-13.1V297a2.5 2.5 0 0 0 1.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7 1.6h-4.4v1.5h4.4c.3.8.9 1.3 1.7 1.6v3.9h1.6zm-2.3 8.3a1.2 1.2 0 0 0-1.6 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2-4.5 1.7-.3.3-4.3-1.7-.6v2.5c0 1 0 1.8-.2 2.7zm-1.3-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3 2.3 0 0 1-.4-.2l-6 6.8-1.2-1 6-7v-.2h-4.5V276h4.4a2.6 2.6 0 0 1 2.5-1.7 2.6 2.6 0 0 1 2.6 2.5 2.5 2.5 0 0 1-1.8 2.4zm-16 0v3.2h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4c.4-1 1.3-1.7 2.5-1.7s2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm8.8 33.8a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.7 18.7 0 0 0 4-2l-.4-1.7m-27.4-31.4-1.7.5v4.3l1.7.5v-5.2m1.7 0 1.6.4v4.3l-1.6.5V283m30.5 0-1.7.5v4.3l1.7.5V283"/>
<path fill="none" stroke="#c8b100" stroke-width=".3" d="m247.1 283.1 1.7.5v4.3l-1.7.5V283m-8.6 22-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1 1-1.4-3-3.3-1.6.7 3.6 4m-18.2-20 1.6-.7 3 3.3-1 1.4-3.6-4m-1.3 1-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1 1 1.4-3 3.2-1.5-.6 3.5-4m-20.3 9 .5-1.6h4.5l.5 1.6h-5.5m0 1.5.5 1.6h4.5l.5-1.6h-5.5M213 277c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1.2-1zm12.1.8-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5 1.6h5.5m20.1 18.5c0-.5.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1.1-1 1.1a1 1 0 0 1-1.2-1zm-4.4-.7-.5-1.6h-4.5l-.5 1.6h5.5m0 1.5-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8 1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm6.2.8.5 1.6h4.6l.5-1.6h-5.5m0-1.6.4-1.6h4.6l.5 1.6h-5.5m-6 5-1.6.5v4.3l1.6.5V281m1.7 0 1.6.5v4.3l-1.6.5V281"/>
<path fill="#058e6e" d="M227.7 294.7a2.6 2.6 0 0 1 2.6-2.5 2.6 2.6 0 0 1 2.6 2.5 2.6 2.6 0 0 1-2.6 2.4c-1.4 0-2.6-1-2.6-2.4"/>
<path fill="#db4446" d="M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2z"/>
<path fill="#ed72aa" stroke="#000" stroke-width=".4" d="M238.1 227.5v1.4c.2.6-.1 1.2 0 1.5 0 .4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6 1.1l1 1.3c.2.5.1 1.4.1 1.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7 1.5c0 .8-.3 1.6-.3 1.6s-.3-.7-.8-1.1l-1-.9s.4 1.2.4 2v2.3l-.9-1-1-.7c0-.2.5.6.6 1.1 0 .5.3 2.3 1.8 4.5 1 1.3 2.3 3.6 5.3 2.9 3-.8 1.9-4.8 1.3-6.7a16.8 16.8 0 0 1-1-4.6c0-.8.6-2.9.5-3.3a8 8 0 0 1 .2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7 1.3.1 1.5s.1-1 1-1.6c.8-.6 1.8-1.1 2-1.4.3-.3.3-.5.3-.5s0 1.8-.6 2.6l-1.7 2s.7-.3 1.2-.3h.9s-.6.4-1.4 1.6c-.8 1-.5 1.2-1 2.1-.6 1-1 1-1.7 1.5-1 .8-.5 4.2-.4 4.7.2.5 2 4.5 2 5.5s.2 3.2-1.5 4.6c-1.1 1-3 1-3.4 1.2-.4.3-1.2 1.1-1.2 2.8 0 1.7.6 2 1 2.4.6.5 1.2.2 1.3.6.2.3.2.5.5.7.2.2.3.4.2.8 0 .3-.8 1.1-1.1 1.7l-.8 2.4c0 .2-.1 1 .1 1.3 0 0 .9 1 .3 1.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2 0-.3.2-.4.5 0 .2 0 .8-.3.8-.2 0-.5-.4-.8-.5-.2 0-.8-.2-.8-.4 0-.3.4-.9.7-1 .4 0 .8-.3.5-.5s-.5-.2-.7 0-.8 0-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2 1.4.1.6 0 .8-.3 1-.6.2-.3.2-1-.2-1.4-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0 .4.3.7.2.8-.1.1-.8-.7-1-.8a3.7 3.7 0 0 1-1-1l-.4-1.4a4.2 4.2 0 0 1 0-1.5l.4-1h-1.4c-.7 0-1.2-.3-1.5.2-.3.5-.2 1.5.2 2.8.3 1.2.5 1.9.4 2.1a3 3 0 0 1-.7.8h-.9a2.5 2.5 0 0 0-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9 0-.8-.4 0-.4.2-.4.4-.7.2-.3.2-.5 0-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2 0-1.1c.5 0 1.3.4 1.4 0 .2-.3 0-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2 0 .7.6 1.3.6.7 1 1 2 .8 1 0 1.3-.2 1.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8 8 0 0 0-.2-.8l-.3.9-.1 1s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2 .2-.3.7-1.5 2-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5 9.5 0 0 1-2-2l-.6-1.6s-.5 0-1 .3a5 5 0 0 0-1.2 1l-.7 1 .1-1.2v-.8s-.4 1.2-1 1.7l-1.4 1v-.8l.2-1s-.4.8-1.1 1c-.7 0-1.8 0-1.9.4 0 .5.2 1 0 1.4 0 .3-.4.5-.4.5l-.8-.4c-.4 0-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2 0-.4.2-.7 0-1 0-.3 0-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6-.6-.1-.8-.5-.5-.8.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8 1 1a4 4 0 0 0 2-.2l1.5-1 1.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3 8.3 0 0 0-1.8-.6 9 9 0 0 1-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4 1.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1 .3c-.4 0-.6-.2-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1 .7-.7.4.2.8 1.2 1.1 1.1.3 0 .3-.8.3-1 0-.4 0-1 .2-.9.3 0 .5.4 1 .5.4 0 1-.1 1 .2 0 .3-.3.7-.6 1-.3.3-.4 1-.3 1.4.2.5.7 1.2 1.2 1.4.4.3 1.2.5 1.7.9.5.3 1.7 1.2 2.1 1.3l.8.4s.5-.2 1.1-.2c.7 0 2.1 0 2.6-.2.6-.2 1.3-.6 1-1-.1-.6-1.3-1-1.2-1.4 0-.4.5-.4 1.2-.4.8 0 1.8.1 2-1 .2-1 .2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3 1.4-.4.8 0 1.6 0 1.9-.2.2-.2.3-.7.6-.9.3-.2 1.4-.4 1.4-.4s1.4.7 2.7 1.7a15 15 0 0 1 2.2 2.1"/>
<path d="m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3z"/>
<path d="M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3z"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m237.3 231.3-.4-.7a8 8 0 0 1-.3-.4"/>
<path fill="#db4446" d="M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8z"/>
<path fill="#db4446" d="M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6z"/>
<path fill="#db4446" d="M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8z"/>
<path d="m228.2 230.5.3-.5.3.5h-.7"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m228.2 230.5.3-.5.3.5h-.7"/>
<path d="m229 230.5.3-.5.4.5h-.8"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m229 230.5.3-.5.4.5h-.8"/>
<path d="m228.6 227.3.8.3-.7.4-.1-.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m228.6 227.3.8.3-.7.4-.1-.6"/>
<path d="m229.5 227.6.7.2-.5.4-.2-.6"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m229.5 227.6.7.2-.5.4-.2-.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M224.2 233.7s-.7.2-1 .6c-.4.5-.3 1-.3 1s.6-.5 1.5-.3l1.2.3 1.3-.3s-.7.8-.7 1.3l.2 1.1c0 .7-.6 1.6-.6 1.6l1-.3a4.6 4.6 0 0 0 1.7-.8l.9-1s-.2 1 0 1.4l.2 1.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0 .8.4 1.3l.6 1.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3 4.3 0 0 0-.1-.9l.4.8m-11 .6s.5-.8 1-1l1.1-.8.9-.4m1 5 1.3-.8a4 4 0 0 0 1-1"/>
<path fill="#db4446" d="M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6z"/>
<path fill="#db4446" d="M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z"/>
<path fill="#db4446" d="M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7zm16 1.3s2 1.2 1.9 2.2c0 1-1 2.3-1 2.3"/>
<path fill="#db4446" d="M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6z"/>
<path fill="#db4446" d="M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7z"/>
<path fill="#db4446" d="M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z"/>
<path fill="#db4446" d="M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4z"/>
<path fill="#db4446" d="M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3z"/>
<path fill="#db4446" d="M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z"/>
<path fill="#ffd691" stroke="#000" stroke-width=".5" d="M208.8 316.4c2 .6 3 2 3 3.8 0 2.3-2.2 4-5 4-3 0-5.3-1.7-5.3-4 0-1.7 1-3.6 3-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0 .4-.2.7l-.1.7"/>
<path fill="#058e6e" stroke="#000" stroke-width=".5" d="M206.3 326.7s-3.8-2.6-5.5-3c-2-.4-4.5 0-5.5 0 0 0 1.2.8 1.8 1.4.5.5 2.3 1.5 3.3 1.8 3 .8 6-.2 6-.2m1 .2s2.4-2.5 5-2.9c3-.4 5 .3 6.2.6l-1.5.8c-.5.3-2 1.5-4 1.6-2 0-4.4-.3-4.8-.2l-.9.1"/>
<path fill="#ad1519" stroke="#000" stroke-width=".5" d="M206.7 323.8a4.8 4.8 0 0 1 0-7.1 4.8 4.8 0 0 1 1.5 3.5 4.9 4.9 0 0 1-1.5 3.6"/>
<path fill="#058e6e" stroke="#000" stroke-width=".5" d="M205.7 329s.6-1.5.6-2.7l-.1-2.1h.8s.3 1.1.3 2l-.1 2.4-.7.1-.8.3"/>
<path fill="#fff" d="M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/>
<path fill="#fff" d="M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"/>
<path fill="#fff" d="M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M231.7 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.6 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m0 3c0-.5.6-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1m-1 2.8c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1 0 .6-.4 1-1 1a1 1 0 0 1-1-1m-1.9 2.6c0-.5.5-1 1-1 .7 0 1.2.5 1.2 1s-.5 1-1.1 1c-.6 0-1-.4-1-1"/>
<path fill="#fff" d="M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1z"/>
<path fill="#fff" d="M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/>
<path fill="#fff" d="M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/>
<path fill="#fff" d="M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"/>
<path fill="#fff" d="M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"/>
<path fill="#fff" d="M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" stroke="#000" stroke-width=".4" d="M178.2 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m-.7 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m-.2 3c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.9 2.8c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1.1-1m1.8 2.6c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/>
<path fill="#fff" d="M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1z"/>
<path fill="#fff" d="M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#fff" d="M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M174.7 228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8v1zm-6 33.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12 7.5h3.6m-5-2.2h6.6m-6.7 32.6v-1.8m0-1.8v-1.7m-1.8 1.7v1.8m3.4 0V259m1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7 7.4v-2m-3.4 2v-2m7 0v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179 252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7 32.6v-1.8m0-1.8v-1.7m1.8 1.7v1.8m-3.4 0V259m-1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7 7.4v-2m3.4 2v-2m-7 0v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7 18v-2m0-5.4v-1.8m0 5.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3 4.6h3.5m3.3-5.3h3.4m3.3 5.3h3.5"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="M186.8 262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4 0-4.4 2.7-4.4 3.5v4.7h9z"/>
<path fill="#c8b100" stroke="#000" stroke-width=".4" d="m179.3 258.2-2.2-.3c0-.9.2-2.2.9-2.6l2 1.5c-.3.2-.7 1-.7 1.4zm6 0 2.2-.3c0-.9-.2-2.2-.9-2.6l-2 1.5c.3.2.7 1 .7 1.4zm-2.2-2.3 1-2a5.3 5.3 0 0 0-2-.4l-1.7.4 1.1 2h1.6zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4 1-2.4 2.4v4.9h4.9zm6.8 0v-4.9c0-1.3 1-2.4 2.5-2.4s2.4 1 2.4 2.4v4.9h-4.9zm-1.7-12 .4-4.4h-4.2l.2 4.4h3.6zm3.3 0-.4-4.4h4.4l-.5 4.4h-3.5zm-10 0 .2-4.4h-4.2l.5 4.4h3.5z"/>
<path fill="#0039f0" d="M185.3 262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4 0-2.9 2-2.9 2.7v4h6zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2 1.1-2 2.2v4.3h4zm7.8 0v-4.2c0-1 .7-2.2 2-2.2s2 1.1 2 2.2v4.3h-4z"/>
<path fill="#ad1519" d="M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5"/>
<path fill="none" stroke="#000" stroke-width=".6" d="M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5z"/>
<path fill="#005bbf" d="M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13"/>
<path fill="none" stroke="#000" stroke-width=".6" d="M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13z"/>
<path fill="#c8b100" d="M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"/>
<path fill="#c8b100" d="M199.2 269.9h4.1v-1h-4.1v1z"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M199.2 269.9h4.1v-1h-4.1v1z"/>
<path fill="#c8b100" d="M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"/>
<path fill="#c8b100" d="M209.4 269.9h4.1v-1h-4.1v1z"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M209.4 269.9h4.1v-1h-4.1v1z"/>
<path fill="#c8b100" d="M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"/>
<path fill="#c8b100" d="M204.3 278.6h4.1v-1h-4.1v1z"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M204.3 278.6h4.1v-1h-4.1v1z"/>
<path fill="#c8b100" d="M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3z"/>
<path d="M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2z"/>
<path d="m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3"/>
<path d="m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1"/>
<path d="M233.7 223h.2v.2h-.2s-.1-.1 0-.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M233.7 223h.2v.2h-.2s-.1-.1 0-.2z"/>
<path d="M237.3 225.5v-.2h-.3l.1.2h.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M237.3 225.5v-.2h-.3l.1.2h.2z"/>
<path d="m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2"/>
<path d="M238.8 227v-.3h-.3v.2h.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M238.8 227v-.3h-.3v.2h.3z"/>
<path fill="#c8b100" d="M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5"/>
<path fill="#c8b100" d="M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3"/>
<path fill="#c8b100" d="m236.4 222.6-.4.3-.6-.7v-.1h1.1v.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m236.4 222.6-.4.3-.6-.7v-.1h1.1v.5"/>
<path fill="#c8b100" d="M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3z"/>
<path fill="#c8b100" d="m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1z"/>
<path fill="#c8b100" d="m234.2 221.4-.4.4-.6-.6v-.2h1v.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m234.2 221.4-.4.4-.6-.6v-.2h1v.4"/>
<path fill="#c8b100" d="m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2l-.1-.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2l-.1-.3z"/>
<path fill="#c8b100" d="M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5"/>
<path fill="#c8b100" d="M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2"/>
<path fill="#c8b100" d="m238.4 224-.5.2-.4-.7v-.2h.1l.9.2-.1.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m238.4 224-.5.2-.4-.7v-.2h.1l.9.2-.1.5"/>
<path fill="#c8b100" d="M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4z"/>
<path fill="#c8b100" d="m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2"/>
<path fill="#c8b100" d="m240 225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m240 225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5"/>
<path fill="#c8b100" d="m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1"/>
<path fill="#c8b100" d="M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0z"/>
<path fill="#c8b100" d="M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2z"/>
<path fill="#c8b100" d="m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1"/>
<path fill="none" stroke="#000" stroke-width=".3" d="m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1"/>
<path fill="#c8b100" d="M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"/>
<path fill="none" d="M134.4 217.1v-1.2m-.4 1.2v-1.2m-.2 1.2v-1.2m-.3 1.2v-1.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M133.2 217.1v-1.2m-.5 1.1v-1m.2 1v-1m-.7 1v-1m.2 1v-1m-.9 1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M129.2 216.6v-.2"/>
<path fill="none" d="M135.7 217v-1m-.5 1v-1m-.4 1.2V216m143 1.1V216m-.4 1.1V216m-.3 1.1V216m-.3 1.2V216"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M276.6 217.1V216m-.6 1v-1m.3 1v-1m-.8 1v-1m.3 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.6 1v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M272.6 216.6v-.2"/>
<path fill="none" d="M279.1 217v-1m-.6 1v-1m-.4 1.1V216"/>
</svg>

Before

Width:  |  Height:  |  Size: 90 KiB

48
src/icons/flags/eac.svg Normal file
View file

@ -0,0 +1,48 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-eac" viewBox="0 0 640 480">
<path id="eac-a" fill="#fff" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-dasharray="none" stroke-miterlimit="4" stroke-opacity="1" stroke-width="3.1" d="M0 326.4h640V348H0z"/>
<use xlink:href="#eac-a" width="600" height="330" transform="translate(0 -194.4)"/>
<path id="eac-b" fill="#0087ff" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-dasharray="none" stroke-miterlimit="4" stroke-opacity="1" stroke-width="3.1" d="M0 348h640v132H0z"/>
<use xlink:href="#eac-b" width="600" height="330" transform="translate(0 -348)"/>
<path fill="red" d="M0 290.4h640v36H0z"/>
<path d="M0 153.6h640v36H0z"/>
<path fill="#ff0" d="M0 206.4h640v67.2H0z"/>
<path id="eac-c" fill="#008300" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-dasharray="none" stroke-miterlimit="4" stroke-opacity="1" stroke-width="3.1" d="M0 273.6h640v16.8H0z"/>
<use xlink:href="#eac-c" width="600" height="330" transform="translate(0 -84)"/>
<g transform="translate(41.1 674.6) scale(.87273)">
<path fill="#fff" stroke="#000" stroke-width="2" d="M319.6-589.5a80 80 0 0 0-56.7 136.3l-34.2 11 3.1 7.8-11 2.4 8 25.6h181.6l7.9-25.6-11-2.4 3.1-7.9-34.2-10.9a80 80 0 0 0-56.6-136.3z"/>
<path fill="#008300" d="m230.5-431.6 7 22.6h164.2l6.9-22.6z"/>
<path fill="#fff" d="m234.9-428.7 5.1 16.8h159.1l5.1-16.8H275.4z"/>
<path stroke-width="3.9" d="M140.8 811.3q0 2.6-.6 5-.6 2.3-2.1 4-1.5 1.8-4 2.8-2.5 1-6.4 1-3.5 0-6-.8-2.6-.9-4.3-2l2.7-6.3q1.5.9 3.3 1.5 1.7.7 3.7.7 3 0 4.3-1.5 1.3-1.4 1.3-4.9v-23.5h8.1zm22 12.8q-3.9 0-6.6-1-2.8-1.1-4.6-3-1.8-1.9-2.7-4.5-.8-2.7-.8-5.8v-22.5h8.1V809q0 2.2.5 3.7t1.4 2.5q.8 1 2 1.4 1.3.4 2.8.4 3 0 4.8-1.8 1.8-1.8 1.8-6.2v-21.8h8.2v22.5q0 3.1-1 5.8-.8 2.6-2.6 4.6-1.9 1.9-4.7 2.9-2.8 1-6.6 1zm32.2-36.8q1 1.7 2.2 4.3l2.6 5.4 2.6 6 2.5 5.8 2.4-5.8 2.6-6 2.6-5.4q1.2-2.6 2.2-4.3h7.4l1 8 .7 9.3q.4 4.8.6 9.7l.5 9.1H217l-.4-11.5-.8-12.5-2 4.9-2.4 5.3q-1 2.7-2.1 5.1l-1.8 4.1h-5.7l-1.7-4.1-2.2-5.1-2.3-5.3-2-4.9q-.6 6.3-.8 12.5l-.4 11.5h-8l.5-9.1.6-9.7.8-9.2 1-8.1zm51.4 36.8q-3.8 0-6.6-1-2.8-1.1-4.6-3-1.8-1.9-2.7-4.5-.8-2.7-.8-5.8v-22.5h8.1V809q0 2.2.5 3.7t1.4 2.5q.9 1 2 1.4 1.3.4 2.8.4 3 0 4.8-1.8 1.8-1.8 1.8-6.2v-21.8h8.2v22.5q0 3.1-1 5.8-.8 2.6-2.6 4.6-1.9 1.9-4.7 2.9-2.8 1-6.6 1zm22.6-36.8h8.2v36.1h-8.1zm29.8 14.8 4.2-7.4q2-3.7 3.6-7.4h9q-3 5.8-6.2 11.3-3.2 5.5-6.7 11v13.8h-8.1v-13.7q-3.6-5.5-6.8-11-3.2-5.6-6.2-11.4h9.5q1.6 3.7 3.6 7.4l4 7.4zm40.2 21.3-1.3-3.8-1.4-4h-14l-1.5 4-1.2 3.8H311l3.9-10.8 3.5-9.3 3.5-8.3q1.7-4 3.5-7.7h7.8q1.8 3.7 3.5 7.7l3.4 8.3 3.6 9.3 3.9 10.8zm-9.8-28q-.2.9-.8 2.2l-1.2 3.1-1.5 4-1.6 4.4h10.3l-1.6-4.5-1.5-3.9-1.2-3-.9-2.2zm48.9 6.7 4.2-7.4q2-3.7 3.6-7.4h9q-3 5.8-6.1 11.3-3.2 5.5-6.8 11v13.8h-8v-13.7l-6.8-11q-3.2-5.6-6.1-11.4h9.4l3.6 7.4 4.1 7.4zm40.2 21.3-1.3-3.8-1.4-4h-14l-1.4 4-1.3 3.8h-8.4l3.8-10.8 3.6-9.3 3.4-8.3q1.7-4 3.6-7.7h7.7q1.8 3.7 3.5 7.7l3.5 8.3 3.6 9.3 3.8 10.8zm-9.7-28-.8 2.2-1.2 3.1-1.5 4-1.6 4.4h10.2l-1.6-4.5-1.5-3.9-1.2-3-.8-2.2zm59.8 28-1.3-3.8-1.4-4h-14l-1.4 4-1.3 3.8h-8.4l3.8-10.8q1.8-5 3.6-9.3l3.4-8.3q1.7-4 3.5-7.7h7.8q1.8 3.7 3.5 7.7l3.4 8.3 3.6 9.3 3.9 10.8zm-9.8-28-.7 2.2-1.2 3.1-1.5 4-1.7 4.4h10.3l-1.6-4.5-1.5-3.9-1.2-3-.9-2.2zm23.2 28v-36.1H506v6.8h-16v7.6h14.2v6.8h-14.3v15zm40.5-36.5q8.1 0 12.4 2.9 4.4 2.9 4.4 9 0 3.8-1.8 6.2-1.7 2.3-5 3.7l2.3 3 2.3 3.7 2.3 4 2 4h-9l-2.1-3.6-2-3.5-2.2-3.3-2-2.8h-4v13.2h-8.2v-35.6q2.7-.5 5.5-.7l5-.2zm.5 6.9H521l-1.3.2v9.8h2.3q4.6 0 6.6-1.2 2-1.1 2-3.9 0-2.7-2-3.7-2-1.2-6-1.2zm23.7-6.5h8.1v36.1h-8.1zm37.8 36.1q-1.1-1.8-2.6-3.8l-3.3-4.1q-1.7-2.1-3.6-4-1.9-1.9-3.7-3.4v15.3h-8.2v-36.1h8.2v13.6q3.2-3.3 6.3-6.9l6-6.7h9.7q-3.7 4.4-7.5 8.4-3.7 4.1-7.8 8.2 4.3 3.6 8.3 8.6 4.1 5 7.8 11zm39.7 0-1.2-3.8-1.4-4h-14l-1.5 4-1.2 3.8h-8.5l3.9-10.8 3.5-9.3 3.5-8.3q1.7-4 3.5-7.7h7.8q1.8 3.7 3.5 7.7l3.4 8.3 3.6 9.3 3.9 10.8zm-9.7-28-.7 2.2-1.2 3.1-1.6 4-1.6 4.4h10.3l-1.6-4.5-1.5-3.9-1.2-3-.9-2.2zm45.3-8.1q1 1.7 2.1 4.3l2.6 5.4 2.6 6 2.5 5.8 2.4-5.8 2.6-6 2.6-5.4q1.2-2.6 2.2-4.3h7.4l1 8 .7 9.3q.4 4.8.6 9.7l.5 9.1h-7.9l-.4-11.5-.8-12.5-2 4.9-2.4 5.3q-1 2.7-2.1 5.1l-1.8 4.1h-5.7l-1.7-4.1-2.2-5.1-2.3-5.3-2-4.9q-.6 6.3-.8 12.5l-.4 11.5h-8l.5-9.1.6-9.7.8-9.2 1-8.1zm61.4 36.1-1.4-3.8-1.3-4h-14.1l-1.4 4-1.3 3.8h-8.4l3.8-10.8 3.6-9.3 3.4-8.3q1.7-4 3.6-7.7h7.7q1.8 3.7 3.5 7.7 1.8 4 3.5 8.3l3.6 9.3 3.8 10.8zm-9.8-28-.8 2.2-1.2 3.1-1.5 4-1.6 4.4h10.2l-1.6-4.5-1.5-3.9-1.2-3-.8-2.2zm34 21.8q1.7 0 2.8-.3 1.1-.3 1.8-.7.7-.6 1-1.2.2-.7.2-1.5 0-1.8-1.7-3-1.6-1.2-5.7-2.5l-3.6-1.4q-1.7-.9-3.1-2-1.4-1.3-2.3-3-1-1.8-1-4.3t1-4.5q1-2 2.7-3.4 1.7-1.4 4.2-2.2 2.4-.7 5.5-.7 3.6 0 6.3.7 2.6.8 4.4 1.8l-2.4 6.4q-1.5-.8-3.4-1.4-1.8-.6-4.4-.6-3 0-4.2.8-1.3.8-1.3 2.5 0 1 .5 1.6.5.7 1.3 1.3l2 1 2.5.9q2.8 1 4.9 2 2 1 3.4 2.4t2.1 3.2q.7 1.8.7 4.4 0 5-3.6 7.9-3.5 2.7-10.6 2.7-2.4 0-4.4-.3-1.9-.2-3.4-.7l-2.6-.8-1.7-1 2.3-6.4q1.6.9 4 1.6 2.3.7 5.8.7zm42.2-29.9h8.2v36.1h-8.2v-15.3h-13.6v15.3h-8.2v-36.1h8.2V801h13.6zm40.6 36.1-1.2-3.8-1.4-4h-14l-1.5 4-1.2 3.8h-8.5q2-5.8 4-10.8 1.7-5 3.5-9.3l3.4-8.3q1.7-4 3.5-7.7h7.8q1.8 3.7 3.5 7.7l3.4 8.3 3.6 9.3 3.9 10.8zm-9.7-28-.7 2.2-1.2 3.1-1.6 4-1.6 4.4h10.3l-1.6-4.5-1.5-3.9-1.2-3-.9-2.2zm33.7-8.5q8.2 0 12.5 2.9 4.3 2.9 4.3 9 0 3.8-1.7 6.2-1.8 2.3-5 3.7l2.3 3 2.3 3.7 2.3 4 2 4h-9l-2.1-3.6-2.1-3.5-2-3.3-2.2-2.8h-4v13.2h-8.1v-35.6q2.6-.5 5.4-.7l5.2-.2zm.5 6.9H851l-1.3.2v9.8h2.3q4.6 0 6.6-1.2 2-1.1 2-3.9 0-2.7-2-3.7-2-1.2-6-1.2zm23.7-6.5h8.2v36.1h-8.2zm37.8 36.1q-1-1.8-2.6-3.8-1.4-2-3.2-4.1-1.7-2.1-3.6-4-1.9-1.9-3.8-3.4v15.3h-8v-36.1h8v13.6q3.2-3.3 6.4-6.9l6-6.7h9.6q-3.7 4.4-7.4 8.4-3.7 4.1-7.8 8.2 4.3 3.6 8.3 8.6 4 5 7.8 11zm14.4-36.1h8v36.1h-8z" aria-label="JUMUIYA YA AFRIKA MASHARIKI" font-family="Times New Roman" font-size="52.1" font-weight="700" style="-inkscape-font-specification:&quot;Ubuntu Bold&quot;" transform="matrix(.18901 0 0 .21163 219.5 -590.5)"/>
<g id="eac-d" fill-rule="evenodd">
<path fill="#008300" d="m230.5-431.6 10.4-2.8-3.2-5.7 17.9-6.7v6.1h5.5v9.3h-30Z"/>
<path fill="#fff" d="M258.5-431.4h-21.8l21.8-5.9zm-4.8-9.2H244l10-3.8zM241-439l2.2 4 14.5-4z"/>
</g>
<use xlink:href="#eac-d" width="600" height="330" transform="matrix(-1 0 0 1 639.1 0)"/>
<path fill="#ff0" stroke="#000" stroke-width="1.2" d="M317.7-580A70.8 70.8 0 0 0 294-443.4v-7.8a63.5 63.5 0 0 1 25.2-121.6h.5a63.5 63.5 0 0 1 25.6 121.6v7.8A70.7 70.7 0 0 0 319.6-580h-1.9z"/>
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".870727" d="m339-458.3.1 10.6c-6.4 1-13.5 7.6-15.4 8.8-1.9 1.3-5 3.8-6.7 3.6-2.9-.4-.8-2.7-.8-2.7s-2 2.4-3.4 1.3c-1.4-.9.8-2.7.8-2.7s-.7 1-2.2.5c-1.4-.4-.4-2-.4-2s-3.8 2-4.5 1.3c-1-1.3.4-2.5.4-2.5l8.9-7.5s-5.8 2.1 0 0c4.9-2 6.3.8 8.5.6 2.4-.2 8.5-3.5 10.2-5.1 1.7-1.7 1.2-3.5 2.5-4s2-.2 2-.2z"/>
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".79157" d="m300-457.5-.1 9.8c6 .8 12.7 7.2 14.5 8.4 1.7 1.1 4.7 3 6.3 2.8 2.6-.3 2-1.3 2-1.3s1.2.6 2.8 0c1.6-.6.8-1.7.8-1.7s2.4.7 3.4-.6c1-1.1-1-2.3-1-2.3s1-.7-.6.2c-1.6.8-4.8-2.8-8-3-3.3 0-3.6 3.2-5.6 1.7-2.1-1.6 1.6-4.2 2.9-4.6 5.1-1.7 9.9.4 3.7-2-3.2-1.2-5.7 1.1-7.8 1-2.2-.1-7.6-3-9-4.6-1.6-1.6-1.2-3.2-2.4-3.7-1.2-.4-1.9-.2-2-.1z"/>
<path fill="none" stroke="#000" stroke-width=".79157" d="m326.4-439.5-4.3-1.8m1.1 3.7-5-3"/>
<g id="eac-e" fill="#008300" fill-rule="evenodd" stroke="#000" stroke-dasharray="none" stroke-miterlimit="4" stroke-opacity="1" stroke-width=".5">
<path stroke-width=".38242" d="M291.8-462.6c-12.4 6-13-9.8-18.6-9.6 10.5-7 8.8 6 18.6 9.6zM287-480c-6.2 11.3 8.3 12.8 7.8 18.3 7.1-9.6-5-8.8-7.8-18.3z"/>
<path stroke-width=".38242" d="M281-475.6c-15.3 2.6-11.1-10.6-17.5-11.7 13.5-4 7.7 6.2 17.5 11.7z"/>
<path stroke-width=".38242" d="M279.4-491.2c-8.4 9.9 3.7 10.4 2.3 15.6 8.7-8-.3-7.7-2.3-15.6zm-8.8 1.8c-15.2-2.2-5.6-17.7-10.2-21 12.5.9 4.4 14.5 10.2 21z"/>
<path stroke-width=".38242" d="M276.4-509c-14 6.7.1 13.9-5.4 20 13.8-.7 1.6-9.7 5.4-19.8zm-7.8.5c-16.3-7.4.7-21.4-2.2-26.5 11.1 11.3-5.8 15.5 2.2 26.5z"/>
<path stroke-width=".38242" d="M279-527.3c-14 1.8-7 14.7-9.9 19.3 11-2.5 2.2-9 10-19.3zm-6.8-3.9c-7.9-12 5.3-14.7 6.2-20.8 3.8 15.8-5.2 10.7-6.2 20.8z"/>
<path stroke-width=".38242" d="M288-541.2c-13-3.7-10.6 9.4-15 12.5 11 1.8 8.7-8.7 15-12.5zm-6-5.6c-2.6-10.4 2.6-8.7 8.5-13.3 3.2 8.4-4.7 7.4-8.5 13.3zm16.6-1.6c-10-7.4-11.1 2.6-16.3 4 9.6 5.7 10-2.8 16.3-3.9zm-6-5c.3-4.5 6.3-10.4 12.5-8.4-.3 7.5-7.5 9.4-12.5 8.5z"/>
</g>
<use xlink:href="#eac-e" width="600" height="330" transform="matrix(-1 0 0 1 639.1 0)"/>
<path fill="none" d="M304.6-557s7.3-2 14.7-1.8c7.3 0 14.7 2 14.7 2"/>
<path d="m188.2-240.9.8 4.7 2.5-.5c.7 0 1.1-.3 1.3-.5.3-.3.4-.8.3-1.5h.3l.7 4h-.3l-.4-1-.6-.4h-1.1l-2.6.5.6 3.9.3 1 .3.1h.6l2-.3 1.4-.4.8-.7c.3-.4.6-1 .8-1.8h.4l-.5 3-9 1.6-.1-.3h.4l.7-.4c.2-.2.3-.3.3-.5v-1.2l-1.4-7.6c0-.7-.2-1.2-.4-1.3-.3-.2-.6-.3-1.1-.2h-.4v-.2l9-1.6.5 2.6h-.3a4 4 0 0 0-.6-1.2l-.8-.4a4 4 0 0 0-1.2 0l-3.2.6m17.2 5.7h-4.6l-.8 1.9a3 3 0 0 0-.3 1c0 .2.1.4.3.5.2.2.5.2 1.1.3v.3h-3.7v-.3c.5 0 .8-.2 1-.3l1-1.8 4-9.8h.4l4.2 9.9c.3.8.6 1.3.9 1.5.3.3.6.4 1.1.4v.4h-4.7v-.3c.5 0 .8-.1 1-.3.2-.1.2-.3.2-.5s0-.6-.3-1.2l-.8-1.7m-.2-.7-2-4.8-2.1 4.9h4.1m17.8-5.5-.4 4h-.3a5.1 5.1 0 0 0-1-2.8 4 4 0 0 0-2.3-1.2 4 4 0 0 0-2.2.2 4 4 0 0 0-1.9 1.6c-.5.8-.8 1.9-1 3.2a7 7 0 0 0 0 2.8c.2.9.6 1.6 1.2 2 .6.6 1.4 1 2.3 1.1.7.1 1.4.1 2-.1.7-.2 1.4-.8 2.3-1.6l.3.2c-.8 1-1.6 1.6-2.5 2-.9.3-1.8.4-3 .2-1.9-.4-3.3-1.3-4-3a6.3 6.3 0 0 1-.6-4c.2-1.1.6-2.2 1.3-3 .7-1 1.6-1.6 2.6-2a5.6 5.6 0 0 1 5.6.8l.4.3.5-.1.4-.6h.3" font-family="Times New Roman" font-size="18" font-weight="400" style="line-height:125%;text-align:start" transform="translate(167 -386.8) scale(.74556)"/>
<path fill="red" d="M317.2-550.3c-1 0-2 .2-2.9.4a13 13 0 0 1-7 5.8l-.6.2a13.4 13.4 0 0 1-9.7.3 41.5 41.5 0 0 0-7.6 6.5 13.1 13.1 0 0 1-2 9.5 13.4 13.4 0 0 1-7.2 6.4c-1 3.2-1.6 6.6-1.7 10 2 1.5 3.7 4.4 4.4 7.9l.2.7c.7 3.8 0 7.4-1.4 9.5 1.3 3.1 3 6 5 8.7 2.4-.2 5.6 1 8.4 3.1l.5.5c3 2.5 4.8 5.6 5 8.2 3.1 1.6 6.3 2.8 9.7 3.5 1.8-1.7 5-3 8.6-3h.7c3.9 0 7.3 1.2 9.2 3 3.4-.7 6.6-2 9.6-3.5a13.2 13.2 0 0 1 5-8.3 13.6 13.6 0 0 1 9-3.5c2-2.6 3.7-5.5 5-8.5a13 13 0 0 1-1.5-8.9v-.6c.8-3.9 2.6-7 4.7-8.6a41 41 0 0 0-1.7-10 13 13 0 0 1-6.8-5.9l-.4-.6c-2-3.4-2.6-7-2-9.5a39 39 0 0 0-7.9-6.7 13 13 0 0 1-9 0l-.7-.3a13.5 13.5 0 0 1-7.6-6c-1.6-.2-3.3-.3-5-.3h-1.8a1 1 0 0 0-.1 0h-.5zm-3 .4zm11 81.5z"/>
<path fill="#fbf014" stroke="#000" stroke-width=".4" d="M354.7-509.4a35.1 35.1 0 1 1-70.3 0 35.1 35.1 0 0 1 70.3 0z"/>
<path fill="#fbf014" stroke="#000" stroke-width=".4" d="M351.7-509.4a32.2 32.2 0 1 1-64.4 0 32.2 32.2 0 0 1 64.4 0z"/>
<g fill-rule="evenodd" stroke="#000" stroke-width="3">
<path fill="#0087ff" stroke-width=".35675999999999997" d="m310-525.2 10.6 1.9-1.4 10.6-9 6.2-5-5.5.3-8.7z"/>
<path fill="#fff" stroke-width=".35675999999999997" d="m307-517.4-4.2.2h-.4v.2h-.1l-.1.3-.4.2v.2l-.3.2-.4.2h-.1l-.1-.4h-.6l-.3.1v-.5l-.1-.1v-1h.2v-.9l.1-.2v-.2l.3-.3.3-.1v-.3l.1-.3.1-.1-.1-.2-.3.2-.3-.2V-521l.3-.2.1.1.2-.8.3-.3-.2-.5.2-.3-.1-.4.9-.3v-.3l.1-.4.4-.1.3-.2.2.5v.3h.2l.2-.4.2-.1v-.3l.6-.7.2-.2.4-.2h.4l.3-.4v-.4h.2l.2-.2-.1-.3v-.7h-.2v-.2l-.2.3-.2-.1v-.3h-.6l-.2-.4-.2.1v.3l-.2-.1v-.4h-.4l.1-.4.4-.7v-.4l-.4-.4.3-.8.4-.4v-.5l-.3.1.4-.5.7-.3h.4l.6.4.2-.1h.3l.5-.4.5.4v.3h.4l.1.2h.3v-.3l.7-.3 1-.1.9-.5.5.4h1.1l1.7-1.5 5.2 1.2-.3 9-5.4 3-.3-.2-.1.1h-.1v-.5h-.3v.6h-.4l-.4-.2v-.2h.4v-.1l-.3-.1h-.3v-.2l.3-.2v-.1l-.3.2-.2-.1-.2.1.2.3-.3.2v.2l-.4-.1v.2h.2l-.6.4-.2-.2v-.1l-.3.2h-.4v-.1l.4-.1-.1-.1h-.3v-.3l-.1.3h-.2v.5H309.2l-.1-.2s-.3 0-.2.2v.3l-.3-.2h-.2v.3h-.2l-.4-.2.2.3h-.4l-.2.1.2.2.1.2.2.2-.1.1h-.1l-.3.3h-.2l-.1.3-.2.1.1.2h.1v.2h-.1l-.4.4v.1h.3z"/>
<path fill="#fff" stroke-width=".35675999999999997" d="m314.2-517.3 11.5 6.3.1.9-.4.2.1.4.4.1.1.4 4.5 3.2.3-.2.4.2.1-.4.3-.3.5-1.1-.3-.1.2-.4h.2l.4-.5v-.4l-.2-.3.3.1.4-.9.4-.1.1-.7.2-.2s-.2-.8 0-1.1c.3-.3 1.3-.3 1.3-.3l.6-.7v-.2l.4-.3-.4-.7.8.2.6-.2h.4l.6-.8v-.3l-1.9-2.4v-11.7l1.1-1 1.8-2.5-.5-.2-1.8.2-.5-.6h-.2l-.1-.4-.4-.2-3 1.4-.1.5-.7.6v.4h-.2l-.2-.1-3.1-.7-.2.2h-1l-3.7-2.7h-2.7l-.6-.2v-.3h-5l-1 1 .2 1.3h.5l.2.6h.5l-.1.6h-.1v.7l.2.3.3.2v.5l.6.3.1.7.4.2v.3l-.2.4.4.6-.1.4.2.5v.2l-.1.6-.3.2-.1.4h-.2v.8h-.5l-.2.3-.3-.1v.7l-.3.4h-.3v.3l-.4.2-.1.5v.5l-.5.2V-520.5l.3.1h.2l-.1.3.3.1.2.5.4-.3v-.3h.5l.6-.3.2.4.2.3h-.4l-.1.2h-.3l-.5-.1v.2l.2.2-.3.2-.1-.2-.3.1h-.2l-.3-.2v.4h-.2l-.2.5.3.3.3.2-.3.4zm17.6 21.8.4-.3v-.2h.4l.2-.5v.5l-.2.2v.3h-.2v.3l-.1-.2zm-1.2-5.6v-.7l-.1-.1.4-.3v-.4l.5-.2v.4h-.3v.6l.2.3v.3l.3.2.3.4v.3l-.3.1-.4-.5-.4.1zm1.5-2.6v-.4l.2-.4-.3-.8h.4l.1.4h.2v-.3s.2-.1.2 0l-.1.9.1.4-.2.3-.3.3z"/>
<path fill="#fff" stroke-width=".35675999999999997" d="m334.4-487.5-1.3 1-1.8.8-.5.3h-.9l-.7.2-.4.2-.5.5-.8-.5h-1l-.3.3v.5l-.7.3h-.3l-.3.2-1-.1-.4-.4-.5.1-.8.6-.4-.1v-.2h-.3l-.2.2-.5-.1v-.4h-.3l-.4-.6h-.5l-.1.3-.4.3-.4-.1h-1.5l-.4-.7h-.4l-.4-1v-.5l.2-.2v-.6l-.4-.3.1-1-.1-.2-.1-.4-.7-.7v-.3l-.8-.6h-.3v.6l-.4-.1-.2-.3-1 .2-.4-.5-.5.1-.4-.3h-.5l-.4-.4h-.9l-.2-.6h-.6l-.2-.1h-.7v-.3l-.8-.1-.4-.3v-.5l-.6-.3-.5.1-.2-.6-.5-.4-.1-.6-.7-1v-.4l-.4-.4v-.8l-.3-.4v-.4h.2v-.3l-.5-.4-.2-.4-.8-.6h-.6l-.7-.8v-.4l.3-.4h.4l.1-.3v-.3l-.7-1v-.5l.3-.2-.1-.6-.6-.6v-.6l.1-.5v-.2l.6-.2.3-.2.3-.3v-.3l.6-.2v-.3l.5-.6v-.3l.3-.5.7-.3v-.2l.5-.3v-1l-.2-.1h-.3l-.3-.1h-.5v-.3l.3-.4-.2-.2.3-.6 1-.1v-.7l.1-.3-.4-.5v-1l-.2-.3v-.3l-.5-.3-.4-.7h.6l.3-.3h3.5l.1.3v.4l-.2.5-.1.3v.2l-.1.4v.4l-.2.2v.3l-.2.2h.3v.5l-.2.4h.8l-.3.6-.1.4.1.6.4-.4.3.3v-.5l.1-.4.4.2.1-.2-.2-.4.4-.4.4.5.3.1.2.5.3-.6.1.4h.4v.4l.3.4-.4.2v.5h.3v-.5h.4l-.2-.5-.1-.4.4-.6h.4l.2.5h.7l.6-.6.8-.3-.2-.5h-.2l-.3.3-.9-.1-.3-.2-.2.2h-.3l-.8-.3v-.3l-.2-.1.4-.2.2.3h.2l.3-.1.4.3.6-.1v-.3l-.4-.1v-.3h.7l.1-.2.5-.2-.3-.4v-.2l1 .2-.5-.4.1-.4.6.4v-.2l-.4-.3.6-.6 11.6 6.3.1.9-.4.3v.4h.5v.4l4.5 3 .3.5-.3.3-.2.4-.1.7-.2.4v.6l-.4.4-.3.7v.5l.3.4-.2.6.5.4h.3l.9 1 .4.4.2.5-.2.5-.3.1-.3 1v.6l.4.4-.1.4-.2.6-.2.6.2.6.2.5.2.2v.4h-.2l.3.5.4.2v.8h-.1v.2l.4.3.2 1-.2.3v.2h.6l.2.5.4-.1.7.3.3.5z"/>
</g>
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".464601" d="M298.1-512.9c-.3-.3 1-1 .8-1.5 0-1 .5-1.3 1.6-1.7l.6-.4c.3.2.3.7.6.4.3-.2 1-1.3 1.5-1.1-.3.4.3 1.2.7 1.5l.6 1.9c-.2.7-.6.7-1.4.6-.8-.3-1 .3-1.6-.2-.1.7 0 1.3-.9 1.6-.5 0-1 0-1-.3-.4-.5-1-.5-1.2 0-.1-.2-.3-.3-.3-.8" class="eac-landxx eac-rw"/>
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".464601" d="M298.4-512.1c.5-1.1 1.1.1 1.3.1 1.5.2 1.5-.1 1.8-1.5.8.6.5 0 2.2.4-.3 0-1 .8-.5.8-.4 1.1.5 1.1 1.1 1-.3.4.5.6-.3 1-.5.3-.5 0-.5.7l-.6.1c-.1.2.3.6.2.6 0 0-.2.5-.6.8-.5.3-.7.8-1.3 1l-.7.2-1-1.8c-.1-.5 0-1.1-.3-1.6v-.9c-.3-.3-.6-.5-.8-1" class="eac-landxx eac-bi"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -4,16 +4,16 @@
<path fill="#ce1126" d="M0 0h640v160H0z"/>
<g fill="#fff" stroke="#c09300" transform="matrix(.8 0 0 .8 -40 0)">
<path stroke-linejoin="round" stroke-width="1.3" d="m450.8 302.4 68.5 63.6-4.9-115.5c-.7-17.5-15.9-13.5-27-7.2-11.1 7.2-24 7.2-37.4 2.5-13.5 4.7-26.3 4.7-37.4-2.5-11-6.3-26.3-10.3-27 7.2L380.7 366l70.1-63.6z"/>
<path id="a" fill="#c09300" stroke="none" d="m393.5 246.5-4.8 112.3-8 7.2 4.9-115.5a24 24 0 0 1 7.9-4zm9.6 8-4 94-8 8.2 4.8-108.5c1.6 1.6 6.3 5.5 7.2 6.3zm8.7 7.2-3.1 78.4-6.5 6.3 4-89.4c1.6 1.5 4.8 3.8 5.6 4.7zm9.5 4-3.1 66.8-6.3 5.1 3.1-74.3c1.6.7 4.7 2.4 6.3 2.4zm8.8 0-2.3 55.7-6.5 6.3 2.5-61.3c1.5 0 5.6 0 6.3-.7z"/>
<use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 900 0)"/>
<path id="eg-a" fill="#c09300" stroke="none" d="m393.5 246.5-4.8 112.3-8 7.2 4.9-115.5a24 24 0 0 1 7.9-4zm9.6 8-4 94-8 8.2 4.8-108.5c1.6 1.6 6.3 5.5 7.2 6.3zm8.7 7.2-3.1 78.4-6.5 6.3 4-89.4c1.6 1.5 4.8 3.8 5.6 4.7zm9.5 4-3.1 66.8-6.3 5.1 3.1-74.3c1.6.7 4.7 2.4 6.3 2.4zm8.8 0-2.3 55.7-6.5 6.3 2.5-61.3c1.5 0 5.6 0 6.3-.7z"/>
<use xlink:href="#eg-a" width="100%" height="100%" transform="matrix(-1 0 0 1 900 0)"/>
<path fill="#c09300" stroke-width="1.1" d="m453.2 315 9.6 43.8-3.2 3.2-3.3-2.5-5.4-39 2.3 39-3.2 4-3.1-4 2.3-39-5.5 39-3.3 2.5-3.2-3.2 9.6-43.7h6.4z"/>
<g id="b" fill="none" stroke-linejoin="round" stroke-width="1.3">
<g id="eg-b" fill="none" stroke-linejoin="round" stroke-width="1.3">
<path fill="#fff" stroke-width="1.2" d="m428.5 295.8-19.1 67.7 26.3 4 11.1-50.9-18.3-20.8z"/>
<path d="m422.2 319 2.3 5.5 12.4-11.8"/>
<path d="m430.8 305 2.6 24.3 7.9-10.4m-3.2 4 4.3 15m1.7-5.5-8.7 13.2m2.7 13.2-2.8-13.2-2.4-13.4-5.9 7.9-2.5-9.1-8.2 8.4 4.1 15.2 5.8-9.4 3.1 9.6 6-9.2"/>
<path d="m415 362 5.3-7.5 3.4 11.5 4.8-8 3.1 9.6"/>
</g>
<use xlink:href="#b" width="100%" height="100%" transform="matrix(-1 0 0 1 900 0)"/>
<use xlink:href="#eg-b" width="100%" height="100%" transform="matrix(-1 0 0 1 900 0)"/>
<g stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3">
<path stroke-width="2.4" d="M450 393.8c20 0 39-1.6 50.2-4.7 4.7-.9 4.7-3.3 4.7-6.5 4.8-1.6 2.4-7.2 5.7-7.2-3.4 1-4-5.5-8-4.7 0-5.6-5.7-6.3-10.4-4.7-9.5 3.1-26.3 3.9-42.2 3.9-16-.8-32.6-.8-42.2-4-4.7-1.5-10.3-.8-10.3 4.8-4-.8-4.7 5.6-8 4.7 3.3 0 .8 5.7 5.6 7.2 0 3.2 0 5.6 4.8 6.5 11 3.1 30.2 4.7 50.1 4.7z"/>
<path d="M422.9 363.5c6.4.9 13.6 1.6 19.2.9 3.2 0 5.5 5.5-.9 6.3-5.5.7-14.3 0-19-.8a231 231 0 0 1-18.4-4c-5.6-2.4-1.6-7 1.6-6.4a105.3 105.3 0 0 0 17.5 4zm54.2 0c-6.4.9-13.6 1.6-19 .9-3.4 0-5.7 5.5.7 6.3 5.6.7 14.3 0 19-.8 4-.8 12.8-2.3 18.4-4 5.6-2.4 1.6-7-1.6-6.4a105.2 105.2 0 0 1-17.5 4z"/>

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-eh" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="eh-a">
<path fill-opacity=".7" d="M-158.7 0H524v512h-682.7z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(148.8) scale(.94)">
<g fill-rule="evenodd" clip-path="url(#eh-a)" transform="translate(148.8) scale(.94)">
<path d="M-158.3 0h680.9v255.3h-680.9z"/>
<path fill="#007a3d" d="M-158.3 255.3h680.9v255.3h-680.9z"/>
<path fill="#fff" d="M-158.3 148.9h680.9v212.8h-680.9z"/>

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 790 B

Before After
Before After

View file

@ -16,23 +16,23 @@
<path fill="none" stroke="#000" d="M296.6 318.3a13 13 0 1 0 0-26.1 13 13 0 0 0 0 26z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#ccc" d="M284 223h-8.6v-8.8h-7.7v8.7H259v7.7h8.7v8.5h7.7v-8.5h8.5V223"/>
<path fill="none" stroke="#000" d="M266.3 280h-8.1v-8.2H251v8.2h-8.2v7.2h8.2v8h7.2v-8h8V280" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#ccc" d="M374.2 223h-8.7v-8.8H358v8.7H349v7.7h8.8v8.5h7.6v-8.5h8.7V223"/>
<path fill="#ccc" d="M374.2 223h-8.7v-8.8H358v8.7h-9v7.7h8.8v8.5h7.6v-8.5h8.7V223"/>
<path fill="none" stroke="#000" d="M350.8 280h-8.1v-8.2h-7.2v8.2h-8.2v7.2h8.2v8h7.2v-8h8.1V280" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#ccc" d="M328.5 212h-8.7v-8.6H312v8.5h-8.5v7.7h8.5v8.8h7.7v-8.8h8.7V212"/>
<path fill="none" stroke="#000" d="M308 269.7h-8.2v-8h-7.2v8h-8v7.2h8v8.2h7.2v-8.2h8.2v-7.2" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#ccc" d="M284 260.5h-8.6v-8.8h-7.7v8.8H259v7.7h8.7v8.5h7.7v-8.5h8.5v-7.7"/>
<path fill="none" stroke="#000" d="M266.3 315.2h-8.1V307H251v8.2h-8.2v7.2h8.2v8h7.2v-8h8v-7.2" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#ccc" d="M374.2 260.5h-8.7v-8.8H358v8.8H349v7.7h8.8v8.5h7.6v-8.5h8.7v-7.7"/>
<path fill="#ccc" d="M374.2 260.5h-8.7v-8.8H358v8.8h-9v7.7h8.8v8.5h7.6v-8.5h8.7v-7.7"/>
<path fill="none" stroke="#000" d="M350.8 315.2h-8.1V307h-7.2v8.2h-8.2v7.2h8.2v8h7.2v-8h8.1v-7.2" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#ccc" d="M284 298.4h-8.6v-8.6h-7.7v8.6H259v7.7h8.7v8.6h7.7v-8.5h8.5v-7.8"/>
<path fill="none" stroke="#000" d="M266.3 350.7h-8.1v-8.1H251v8.1h-8.2v7.2h8.2v8.1h7.2v-8h8v-7.3" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#ccc" d="M374.2 298.4h-8.7v-8.6H358v8.6H349v7.7h8.8v8.6h7.6v-8.5h8.7v-7.8"/>
<path fill="#ccc" d="M374.2 298.4h-8.7v-8.6H358v8.6h-9v7.7h8.8v8.6h7.6v-8.5h8.7v-7.8"/>
<path fill="none" stroke="#000" d="M350.8 350.7h-8.1v-8.1h-7.2v8.1h-8.2v7.2h8.2v8.1h7.2v-8h8.1v-7.3" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#005bbf" d="M316.3 122.4a8.4 8.4 0 1 0 0-16.8 8.4 8.4 0 0 0 0 16.8"/>
<path fill="none" stroke="#000" d="M296.5 185.8a7.8 7.8 0 1 0 0-15.7 7.8 7.8 0 0 0 0 15.7z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fc0" d="M324 112.5h-6.8v-11h2.7v-2.2h-2.7v-2.7h-2.1v2.6h-2.7v2.2h2.6v11.1h-6.4v1.5H324v-1.5"/>
<path fill="#bcac0b" stroke="#000" stroke-width=".5" d="M303.8 176.6h-6.4v-10.4h2.5v-2h-2.5v-2.5h-2v2.4h-2.5v2.1h2.4v10.4h-6v1.4h14.5v-1.4" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fc0" d="M282.9 132.3s6.2-.7 9.7.7c0 0-4 4.7-3.2 10.8a15 15 0 0 0 2 6.4c.9 1.4 1.8 4.6 1.3 7h1.2s1.1-5-.8-7.8a10.7 10.7 0 0 1-1-11c2-4 4.9-5.7 4.9-5.7 3.2 1.3 10.2 0 12.1-1.4 2-1.4 3-3.4-.6-3.5-3.8-.2-10-.1-14.2 3.1 0 0-2.2-2.6-13.4-1.4-11.2 1.3-19.2 6-21.8 16.1-1.3 5.2 3.5 16 7.9 18.5 0 0-.1-1.7.3-3 0 0-7.5-8.4-5.3-16.2 2.3-7.7 11.3-12.8 20.9-12.6"/>
<path fill="#fc0" d="M282.9 132.3s6.2-.7 9.7.7c0 0-4 4.7-3.2 10.8a15 15 0 0 0 2 6.4 11 11 0 0 1 1.3 7h1.2s1.1-5-.8-7.8a10.7 10.7 0 0 1-1-11c2-4 4.9-5.7 4.9-5.7a18 18 0 0 0 12.1-1.4c2-1.4 3-3.4-.6-3.5-3.8-.2-10-.1-14.2 3.1 0 0-2.2-2.6-13.4-1.4-11.2 1.3-19.2 6-21.8 16.1-1.3 5.2 3.5 16 7.9 18.5 0 0-.1-1.7.3-3 0 0-7.5-8.4-5.3-16.2 2.3-7.7 11.3-12.8 20.9-12.6"/>
<path fill="#bcac0b" stroke="#000" stroke-width=".7" d="M265.2 195.1s5.8-.6 9.1.7c0 0-3.8 4.4-3 10.1.4 3 1 4.5 1.9 6 .8 1.3 1.7 4.3 1.2 6.6h1.1s1.1-4.8-.7-7.4a10 10 0 0 1-1-10.3c1.9-3.8 4.6-5.3 4.6-5.3 3 1.2 9.6 0 11.4-1.3 1.9-1.3 2.8-3.2-.6-3.3-3.5-.2-9.3-.1-13.3 2.9 0 0-2.1-2.4-12.6-1.3-10.5 1.2-18 5.7-20.4 15.1-1.2 4.8 3.3 14.9 7.4 17.3 0 0-.1-1.6.3-2.8 0 0-7-7.9-5-15.2 2.2-7.2 10.6-12 19.6-11.8z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fff" d="M303.9 130.8c2-.2 3.5-.5 3.4-.8 0-.3-1.6-.3-3.5-.2-2 .1-3.4.6-3.4.8 0 .3 1.6.3 3.5.2"/>
<path fill="none" stroke="#000" stroke-width=".7" d="M278.3 195.4s-2 2 0 0 6.4-3.2 8.9-2.7c2.4.6-.5.9-1.3 1-.8 0-2.4.3-4.8 0" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
@ -40,7 +40,7 @@
<path fill="#bcac0b" stroke="#000" stroke-width=".7" d="M327.7 195.8s-5.7-.7-9.1.6a14.6 14.6 0 0 1 1.2 16c-.9 1.5-1.8 4.4-1.3 6.7h-1s-1.2-4.7.7-7.4a10 10 0 0 0 .9-10.2 12.6 12.6 0 0 0-4.5-5.4c-3.1 1.3-9.7 0-11.5-1.3-1.8-1.3-2.8-3.1.7-3.3 3.4-.2 9.3-.1 13.3 3 0 0 2-2.5 12.6-1.3 10.4 1.1 18 5.6 20.3 15 1.2 4.8-3.2 14.9-7.3 17.3 0 0 0-1.6-.3-2.8 0 0 7-7.8 4.9-15.1-2.1-7.3-10.5-12-19.6-11.8z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fff" d="M328.5 131.4c-1.9 0-3.4-.4-3.4-.7 0-.2 1.6-.3 3.5-.2 2 .2 3.6.5 3.6.7 0 .3-1.6.4-3.7.2"/>
<path fill="none" stroke="#000" stroke-width=".7" d="M314.6 196s2.1 2 0 0c-2-1.9-6.4-3.2-8.8-2.6-2.5.5.4.8 1.2.9.9 0 2.5.4 4.9 0" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fc0" d="M310.5 126V150c-.2 2.3 2.9 5.7 5.1 6.6 0 0 5.4-1.7 5.7-6.6v-25h-1.8v21.7c0 2.1-1.5 6.2-3.6 6.8 0 0-3.8-.6-4-6.8v-21.1l-1.4.6"/>
<path fill="#fc0" d="M310.5 126v24c-.2 2.3 2.9 5.7 5.1 6.6 0 0 5.4-1.7 5.7-6.6v-25h-1.8v21.7c0 2.1-1.5 6.2-3.6 6.8 0 0-3.8-.6-4-6.8v-21.1l-1.4.6"/>
<path fill="#bcac0b" stroke="#000" stroke-width=".7" d="M291.1 189.3v22.3c-.2 2.2 2.7 5.3 4.8 6.2 0 0 5-1.6 5.3-6.2v-23.5h-1.7v20.4c0 2-1.4 5.8-3.3 6.4 0 0-3.6-.6-3.8-6.4v-19.8l-1.3.6" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fff" d="M258 158.7a2.9 2.9 0 1 0 0-5.7 2.9 2.9 0 0 0 0 5.7"/>
<path fill="none" stroke="#000" d="M241.8 219.8a2.7 2.7 0 1 0 0-5.3 2.7 2.7 0 0 0 0 5.3z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
@ -136,9 +136,9 @@
<path fill="none" stroke="#000" stroke-width=".5" d="M312 239.1s6.3.6 7.9 1.2l-.1 3.8s-4.2-.7-8-1l.1-4" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="none" stroke="#000" stroke-width=".5" d="M254.2 241.8s37-13.7 84.2 1.2m-82.7 6.7s35.9-13.4 80 .6m-79.8-9 7.2 2.1-5 5.4" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="red" d="m273 188.5 4.5-3.7-5-1s.7.8.6 1.5v3.2"/>
<path fill="none" stroke="#000" stroke-width=".5" d="m256 247.8 4.2-3.5-4.7-.9s.6.7.5 1.4v3zM337.6 242.7l-7.7 1.4 5.2 6" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="none" stroke="#000" stroke-width=".5" d="m256 247.8 4.2-3.5-4.7-.9s.6.7.5 1.4v3zm81.6-5.1-7.7 1.4 5.2 6" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="red" d="m357.7 188.8-3.1-3.2 4.4-.5s-1.2.8-1.2 1.5.2 1.6 0 2.2"/>
<path fill="none" stroke="#000" stroke-width=".5" d="m335.3 248-2.9-3 4.2-.4s-1.2.7-1.2 1.4c0 .6.2 1.5 0 2zM265.3 241.8c.6 0 1.2-.4 1.2-1 0-.4-.6-.9-1.2-.9-.7 0-1.2.5-1.2 1s.5 1 1.2 1zm20.6-2.3c.7 0 1.2-.4 1.2-1 0-.5-.5-.9-1.2-.9s-1.2.4-1.2 1c0 .5.5.9 1.2.9zm0 3.3c.7 0 1.2-.4 1.2-.9s-.5-1-1.2-1-1.2.5-1.2 1 .5 1 1.2 1zm20.3-3.1c.6 0 1.2-.5 1.2-1s-.6-1-1.2-1c-.7 0-1.2.5-1.2 1s.5 1 1.2 1zm20.1 3.7c.7 0 1.2-.5 1.2-1s-.5-1-1.2-1-1.2.5-1.2 1 .5 1 1.2 1zm-.3 2.6c.6 0 1.2-.4 1.2-1 0-.4-.6-.9-1.2-.9-.7 0-1.2.5-1.2 1s.5 1 1.2 1zm-19.8-3c.6 0 1.2-.4 1.2-1 0-.5-.6-.9-1.2-.9-.7 0-1.2.4-1.2 1 0 .5.5 1 1.2 1zm-40 3c.7 0 1.3-.4 1.3-1 0-.4-.6-.9-1.2-.9-.7 0-1.2.5-1.2 1s.5 1 1.2 1z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="none" stroke="#000" stroke-width=".5" d="m335.3 248-2.9-3 4.2-.4s-1.2.7-1.2 1.4c0 .6.2 1.5 0 2zm-70-6.2c.6 0 1.2-.4 1.2-1 0-.4-.6-.9-1.2-.9-.7 0-1.2.5-1.2 1s.5 1 1.2 1zm20.6-2.3c.7 0 1.2-.4 1.2-1 0-.5-.5-.9-1.2-.9s-1.2.4-1.2 1c0 .5.5.9 1.2.9zm0 3.3c.7 0 1.2-.4 1.2-.9s-.5-1-1.2-1-1.2.5-1.2 1 .5 1 1.2 1zm20.3-3.1c.6 0 1.2-.5 1.2-1s-.6-1-1.2-1c-.7 0-1.2.5-1.2 1s.5 1 1.2 1zm20.1 3.7c.7 0 1.2-.5 1.2-1s-.5-1-1.2-1-1.2.5-1.2 1 .5 1 1.2 1zm-.3 2.6c.6 0 1.2-.4 1.2-1 0-.4-.6-.9-1.2-.9-.7 0-1.2.5-1.2 1s.5 1 1.2 1zm-19.8-3c.6 0 1.2-.4 1.2-1 0-.5-.6-.9-1.2-.9-.7 0-1.2.4-1.2 1 0 .5.5 1 1.2 1zm-40 3c.7 0 1.3-.4 1.3-1 0-.4-.6-.9-1.2-.9-.7 0-1.2.5-1.2 1s.5 1 1.2 1z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fc0" d="M270.5 170.6s.1 7.7 5.1 6.6 4.5-7.3 4.8-7.7c.5-.3 1-.3 1-.3s.6 6.1 5.3 5.4c4.7-.8 4.5-8.3 4-9.5l1-.4s1.8 8.8 7.2 7.5c5.3-1.3 4.8-6.8 4.8-6.8h.4s1.2 6 5.6 5.5c4.2-.3 5-1.7 4.5-7.7l3-.5s-1.1 8.6 4 8.6c5.2-.4 5.4-4.4 5.7-5.2h.9s.2 6.1 4.6 6.1c4.2 0 5-5.1 5-7.1l4.4.2s-4.5 8 2 9c6.4 1.1 6.6-5 6.6-5h1.3s-.2 8 3.3 8.1c3.6.2 5.7-1 6-7l2 .7s-1.6 9.7-8.3 8c-3.6-1-4.7-5-4.5-6.1 0 0-2.5 4.4-7.4 3-4.8-1.4-4.2-4.9-4.2-6 0 0-3 5.4-7 4.2-3.6-1-5-2.3-5-4.9 0 0-1.8 4.2-5.3 4-3.6-.1-5.4-2.4-5.6-4.3 0 0-.7 3.9-5.5 4.2-3.2 0-5-1.5-5.8-3.7 0 0-1 3.9-5.5 4.5-2.9.3-5.8-1.3-6.4-4 0 0-.8 5.3-5.4 6-4.6.7-5.7-2.5-5.7-2.5s-1 4-4.7 5c-3.7.9-6.2-.7-7.2-4.5-.8-3.7-.5-5.3-.5-5.3l1.5 2"/>
<path fill="#bcac0b" stroke="#000" stroke-width=".7" d="M253.6 231s.1 7.2 4.8 6.2 4.2-6.9 4.5-7.2c.4-.3.9-.3.9-.3s.6 5.7 5 5c4.4-.7 4.2-7.7 3.7-8.9l1-.3s1.7 8.2 6.7 7c5-1.2 4.5-6.4 4.5-6.4h.4s1.1 5.6 5.2 5.2c4-.3 4.8-1.6 4.3-7.2l2.7-.5s-1 8 3.9 8c4.8-.3 5-4.1 5.3-4.8h.8s.2 5.7 4.3 5.7c4 0 4.8-4.8 4.8-6.7l4 .2s-4.2 7.5 1.9 8.5c6 1 6.2-4.8 6.2-4.8h1.2s-.2 7.5 3.1 7.7c3.4.1 5.4-1 5.7-6.6l1.9.7s-1.6 9-7.9 7.4c-3.3-.9-4.4-4.7-4.2-5.7 0 0-2.3 4.2-6.9 2.8-4.5-1.3-4-4.5-4-5.5 0 0-2.7 5-6.5 3.9-3.4-1-4.7-2.2-4.7-4.6 0 0-1.7 3.9-5 3.7-3.4-.1-5-2.2-5.2-4 0 0-.7 3.6-5.2 3.9-3 .1-4.7-1.4-5.4-3.4 0 0-.9 3.6-5.2 4.2-2.7.3-5.4-1.2-6-3.7 0 0-.7 4.9-5 5.5-4.4.7-5.4-2.3-5.4-2.3s-.9 3.8-4.4 4.7c-3.5.8-5.8-.7-6.7-4.2-.8-3.5-.5-5-.5-5l1.4 1.8z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fc0" d="M280.9 171a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.5"/>
@ -167,7 +167,7 @@
<path fill="none" stroke="#000" stroke-width=".4" d="M273.2 228.4a3 3 0 1 0-.8-6 3 3 0 0 0 .8 6z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fff" d="M291.2 166.3a1.8 1.8 0 1 0-.4-3.5 1.8 1.8 0 0 0 .4 3.5"/>
<path fill="none" stroke="#000" stroke-width=".3" d="M273 227a1.7 1.7 0 1 0-.4-3.3 1.7 1.7 0 0 0 .4 3.3z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fc0" d="M362.9 174s-.9-2.2-2.7-1.5-1.6 1.1-3.2 1.1c0 0-.6-2 .2-2.9 0 0-2.5-1-3.2-3.2 0 0 1.4-1.6 4.7-1 0 0 0-1.5.3-2.3 0 0 3.6 1 3.6 3.1 0 0-1.1-3.8.8-6.6 0 0 1.6.6 1.5 2.4 0 0 .8-3.6 5.6-2.6 0 0-2.6 2.3-2.7 3.4-.2 1-2.4 2.9-2.5 3.5 0 .5-.2 1.6-.8 2.3-.7.6-.8 1.7-.8 2 0 .3 0 1.8-.8 2.2"/>
<path fill="#fc0" d="M362.9 174s-.9-2.2-2.7-1.5-1.6 1.1-3.2 1.1c0 0-.6-2 .2-2.9 0 0-2.5-1-3.2-3.2 0 0 1.4-1.6 4.7-1 0 0 0-1.5.3-2.3 0 0 3.6 1 3.6 3.1 0 0-1.1-3.8.8-6.6 0 0 1.6.6 1.5 2.4 0 0 .8-3.6 5.6-2.6 0 0-2.6 2.3-2.7 3.4-.2 1-2.4 2.9-2.5 3.5a4 4 0 0 1-.8 2.3c-.7.6-.8 1.7-.8 2 0 .3 0 1.8-.8 2.2"/>
<path fill="#bcac0b" stroke="#000" stroke-width=".7" d="M340.2 234.1s-.8-2-2.5-1.3-1.5 1-3 1c0 0-.6-1.9.2-2.7 0 0-2.4-.9-3-3 0 0 1.3-1.5 4.4-.9 0 0-.1-1.5.3-2.2 0 0 3.3 1 3.3 2.9 0 0-1-3.6.8-6.2 0 0 1.5.6 1.4 2.3 0 0 .7-3.4 5.2-2.5 0 0-2.4 2.2-2.5 3.2-.2 1-2.2 2.7-2.3 3.3 0 .5-.2 1.5-.8 2.1-.6.6-.7 1.6-.7 2 0 .2 0 1.6-.8 2z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>
<path fill="#fff" d="M360.2 169.7a3.2 3.2 0 0 1 5.1-2c0 .6-.3 1.4-.8 2-.7.6-.8 1.7-.8 2a3.2 3.2 0 0 1-.4 1.8h-.5a3.2 3.2 0 0 1-2.6-3.8"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M337.7 230.1a3 3 0 0 1 4.8-1.8c0 .5-.3 1.3-.8 1.8-.6.6-.7 1.6-.7 2a3 3 0 0 1-.4 1.6h-.5a3 3 0 0 1-2.4-3.6z" transform="matrix(1.06667 0 0 1.06758 0 -76)"/>

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-es-pv" viewBox="0 0 640 480">
<path fill="#D52B1E" d="m0 0h640v480h-640z" />
<path fill="#009B48" d="m0 0h53.1l133.4 100.1c73.4 55 133.4 100 133.5 100 0.1 0 60.1-45 266.9-200.1h53.1v39.9l-133.4 100c-73.4 55-133.4 100.1-133.4 100.1 0 0 60 45.1 266.8 200.2v39.8h-53.1l-133.4-100c-73.4-55.1-133.4-100.1-133.5-100.1-0.1 0-60.1 45-266.9 200.1h-53.1v-39.8l133.4-100.1c73.4-55 133.4-100.1 133.4-100.1 0 0-60-45.1-266.8-200.1v-20z" />
<path fill="#FFF" d="m288.1 0h63.8v208.1h288.1v63.8h-288.1v208.1h-63.8v-208.1h-288.1v-63.8h288.1v-104z" />
<path fill="#D52B1E" d="M0 0h640v480H0z"/>
<path fill="#009B48" d="M0 0h53.1l133.4 100.1 133.5 100L586.9 0H640v39.9l-133.4 100L373.2 240 640 440.2V480h-53.1L453.5 380A69411.7 69411.7 0 0 0 320 279.9L53.1 480H0v-39.8l133.4-100.1L266.8 240 0 39.9v-20z"/>
<path fill="#FFF" d="M288.1 0h63.8v208.1H640v63.8H351.9V480h-63.8V271.9H0v-63.8h288.1v-104z"/>
</svg>

Before

Width:  |  Height:  |  Size: 602 B

After

Width:  |  Height:  |  Size: 446 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-et" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="et-a">
<path fill-opacity=".7" d="M-61.3 0h682.7v512H-61.3z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(57.5) scale(.94)">
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#et-a)" transform="translate(57.5) scale(.94)">
<path fill="#ffc621" d="M-238 3.5H800v498H-238z"/>
<path fill="#ef2118" d="M-240 342.5H799.3V512H-240z"/>
<path fill="#298c08" d="M-238 0H800v180H-238z"/>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

@ -1,28 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-eu" viewBox="0 0 640 480">
<defs>
<g id="d">
<g id="b">
<path id="a" d="m0-1-.3 1 .5.1z"/>
<use xlink:href="#a" transform="scale(-1 1)"/>
<g id="eu-d">
<g id="eu-b">
<path id="eu-a" d="m0-1-.3 1 .5.1z"/>
<use xlink:href="#eu-a" transform="scale(-1 1)"/>
</g>
<g id="c">
<use xlink:href="#b" transform="rotate(72)"/>
<use xlink:href="#b" transform="rotate(144)"/>
<g id="eu-c">
<use xlink:href="#eu-b" transform="rotate(72)"/>
<use xlink:href="#eu-b" transform="rotate(144)"/>
</g>
<use xlink:href="#c" transform="scale(-1 1)"/>
<use xlink:href="#eu-c" transform="scale(-1 1)"/>
</g>
</defs>
<path fill="#039" d="M0 0h640v480H0z"/>
<g fill="#fc0" transform="translate(320 242.3) scale(23.7037)">
<use xlink:href="#d" width="100%" height="100%" y="-6"/>
<use xlink:href="#d" width="100%" height="100%" y="6"/>
<g id="e">
<use xlink:href="#d" width="100%" height="100%" x="-6"/>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)"/>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(144 -2.1 -2.3)"/>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(72 -4.7 -2)"/>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(72 -5 .5)"/>
<use xlink:href="#eu-d" width="100%" height="100%" y="-6"/>
<use xlink:href="#eu-d" width="100%" height="100%" y="6"/>
<g id="eu-e">
<use xlink:href="#eu-d" width="100%" height="100%" x="-6"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(144 -2.1 -2.3)"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(72 -4.7 -2)"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(72 -5 .5)"/>
</g>
<use xlink:href="#e" width="100%" height="100%" transform="scale(-1 1)"/>
<use xlink:href="#eu-e" width="100%" height="100%" transform="scale(-1 1)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-fm" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="fm-a">
<path fill-opacity=".7" d="M-81.3 0h682.6v512H-81.3z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(76.3) scale(.94)">
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#fm-a)" transform="translate(76.3) scale(.94)">
<path fill="#6797d6" d="M-252 0H772v512H-252z"/>
<path fill="#fff" d="m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7"/>
</g>

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 772 B

Before After
Before After

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-fo" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<clipPath id="fo-a">
<path fill-opacity=".7" d="M-78 32h640v480H-78z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="0" clip-path="url(#a)" transform="translate(78 -32)">
<g fill-rule="evenodd" stroke-width="0" clip-path="url(#fo-a)" transform="translate(78 -32)">
<path fill="#fff" d="M-78 32h663.9v480H-78z"/>
<path fill="#003897" d="M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z"/>
<path fill="#d72828" d="M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z"/>

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 567 B

Before After
Before After

View file

@ -1,8 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-gb-nir" viewBox="0 0 640 480">
<path fill="#fff" d="M0 0h640v480H0z"/>
<rect fill="#fff" fill-rule="evenodd" rx="0" ry="0"/>
<rect id="a" width="640" height="96" y="192" fill="#c00" fill-rule="evenodd" rx="0" ry="0"/>
<use xlink:href="#a" width="600" height="300" transform="matrix(0 .75 -1 0 560 0)"/>
<rect id="gb-nir-a" width="640" height="96" y="192" fill="#c00" fill-rule="evenodd" rx="0" ry="0"/>
<use xlink:href="#gb-nir-a" width="600" height="300" transform="matrix(0 .75 -1 0 560 0)"/>
<path fill="#ebeae3" fill-rule="evenodd" stroke="#000" stroke-width=".5" d="M355.2 146.6c3-4.8 1.2-8-3.4-8.9 0 0-14.9 4.8-31 5.3-16 .5-35-4-35-4-3.5 2.1-2.7 7.2-1 10.4 0 0 16.8 5.6 36 5a111 111 0 0 0 30.1-5.5c3.7-1.2 4.3-2.2 4.3-2.3z"/>
<path fill="#fff" stroke="#161111" stroke-width="1.6" d="m320 357.6-30.9-64.2-70.9 5.4 40-58.8-40-58.8 71 5.4 30.8-64.1 30.9 64 70.9-5.3-40 58.8 40 58.8-71-5.4z"/>
<path fill="#b02320" fill-rule="evenodd" stroke="#000" stroke-width="1.3" d="M319.5 122.2c38.8 6.4 37.4 8.2 37.4 8.2l10.1-30.2s1.1-6-1.7-9.6-10.5-1.6-10.5-1.6-1-4.9-4.5-6c-3.4-1.2-16 4.5-20 5.8-4 1.3-6 2.5-11.5 2.4-5.5 0-15.4-5-17.3-6-1.7-.9-4.4-1.8-6.9-1.7-2.4 0-5 .7-6.3 2.4-1.2 1.7-1.2 3.9-1.2 3.9s-2-1.3-5.2-1.3-5 .4-6.5 2.1c-1.5 1.7-3.4 6.5-3.4 6.5l3.6 8.2.2 11.3 7.5 12 36.2-6.4z"/>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

@ -1,27 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-gd" viewBox="0 0 640 480">
<defs>
<g id="c">
<g id="b">
<path id="a" fill="#fcd116" d="M0-1v1h.5" transform="rotate(18 0 -1)"/>
<use xlink:href="#a" transform="scale(-1 1)"/>
<g id="gd-c">
<g id="gd-b">
<path id="gd-a" fill="#fcd116" d="M0-1v1h.5" transform="rotate(18 0 -1)"/>
<use xlink:href="#gd-a" transform="scale(-1 1)"/>
</g>
<use xlink:href="#b" transform="rotate(72)"/>
<use xlink:href="#b" transform="rotate(144)"/>
<use xlink:href="#b" transform="rotate(216)"/>
<use xlink:href="#b" transform="rotate(288)"/>
<use xlink:href="#gd-b" transform="rotate(72)"/>
<use xlink:href="#gd-b" transform="rotate(144)"/>
<use xlink:href="#gd-b" transform="rotate(216)"/>
<use xlink:href="#gd-b" transform="rotate(288)"/>
</g>
</defs>
<path fill="#ce1126" d="M0 0h640v480H0z"/>
<path fill="#007a5e" d="M67.2 67.2h505.6v345.6H67.2z"/>
<path fill="#fcd116" d="M67.2 67.3h505.6L67.2 412.9h505.6z"/>
<circle cx="319.9" cy="240.1" r="57.6" fill="#ce1126"/>
<use xlink:href="#c" width="100%" height="100%" transform="matrix(52.8 0 0 52.8 320 240)"/>
<use xlink:href="#d" width="100%" height="100%" x="-100" transform="translate(-30.3)"/>
<use xlink:href="#c" id="d" width="100%" height="100%" transform="matrix(31.2 0 0 31.2 320 33.6)"/>
<use xlink:href="#d" width="100%" height="100%" x="100" transform="translate(30.3)"/>
<use xlink:href="#gd-c" width="100%" height="100%" transform="matrix(52.8 0 0 52.8 320 240)"/>
<use xlink:href="#gd-d" width="100%" height="100%" x="-100" transform="translate(-30.3)"/>
<use xlink:href="#gd-c" id="gd-d" width="100%" height="100%" transform="matrix(31.2 0 0 31.2 320 33.6)"/>
<use xlink:href="#gd-d" width="100%" height="100%" x="100" transform="translate(30.3)"/>
<path fill="#ce1126" d="M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z"/>
<path fill="#fcd116" d="M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z"/>
<use xlink:href="#d" width="100%" height="100%" x="-100" transform="translate(-30.3 414.6)"/>
<use xlink:href="#c" width="100%" height="100%" transform="matrix(31.2 0 0 31.2 320 448.2)"/>
<use xlink:href="#d" width="100%" height="100%" x="100" transform="translate(30.3 414.6)"/>
<use xlink:href="#gd-d" width="100%" height="100%" x="-100" transform="translate(-30.3 414.6)"/>
<use xlink:href="#gd-c" width="100%" height="100%" transform="matrix(31.2 0 0 31.2 320 448.2)"/>
<use xlink:href="#gd-d" width="100%" height="100%" x="100" transform="translate(30.3 414.6)"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-fr" viewBox="0 0 640 480">
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-gf" viewBox="0 0 640 480">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#002654" d="M0 0h213.3v480H0z"/>
<path fill="#ce1126" d="M426.7 0H640v480H426.7z"/>

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 231 B

Before After
Before After

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