[10.0.08.dev] flags + select dans menu (WIP)

This commit is contained in:
fredtempez 2019-08-26 22:47:31 +02:00
parent baeb55522b
commit ed0123a14a
20 changed files with 2231 additions and 5 deletions

View File

@ -35,7 +35,7 @@ class common {
const TEMP_DIR = 'site/tmp/';
// Numéro de version
const ZWII_VERSION = '10.0.07.dev';
const ZWII_VERSION = '10.0.08.dev';
public static $actions = [];
public static $coreModuleIds = [
@ -53,7 +53,7 @@ class common {
'de' => 'Allemand (de)' ,
'en' => 'Anglais (en)',
'bg' => 'Bulgare (bg)',
'da' => 'Danois (da)',
'dk' => 'Danois (dk)',
'es' => 'Espagnol (es)',
'fi' => 'Finois (fi)',
'fr' => 'Français (fr)',
@ -2406,6 +2406,21 @@ class layout extends common {
}
$items .= '</ul>';
}
// Menu de langue
if (sizeof($this->i18nInstalled()) > 1) {
$items .= '<li><form method="POST" action="' . helper::baseUrl(true) . 'i18n/lan" id="barFormSelectLanguage">';
$items .= '<select id="barSelectLanguage" name="i18nSelect" >';
foreach ($this->i18nInstalled() as $itemKey => $item) {
$items .= '<option ';
$items .= 'value="' . $itemKey .'"';
if ($this->geti18n() === $itemKey) {
$items .= ' selected';
}
$items .= ' ><img src=core/vendor/icon-flags/svg/"' . $itemKey . '.svg>' . $item . '</option>';
}
$items .= '</select></form></li>';
}
// Lien de connexion
if(
(
@ -2608,9 +2623,8 @@ class layout extends common {
}
$leftItems .= ' >' . $item . '</option>';
}
$leftItems .= '</select></form></li>';
}
$leftItems .= '</select></form></li>';
$leftItems .= '&nbsp;';
$leftItems .= '<li><select id="barSelectPage">';
$leftItems .= '<option value="">Choisissez une page</option>';
$leftItems .= '<optgroup label="Pages orphelines">';

View File

@ -339,6 +339,7 @@ td > .col12 {
}
#bar #barSelectLanguage {
width: 170px;
margin-right: 10px;
}
@media (min-width: 769px) {
#bar #barLeft {

View File

@ -15,10 +15,24 @@
class i18n extends common {
public static $actions = [
'index' => self::GROUP_MODERATOR
'index' => self::GROUP_MODERATOR,
'lan' => self::GROUP_VISITOR
];
public function lan () {
// Traitement du changement de langue
if (isset($_POST['i18nSelect'])) {
$this->seti18n($_POST['i18nSelect']);
// Valeurs en sortie sans post
$this->addOutput([
'redirect' => helper::baseUrl(false),
'notification' => 'Langue modifiée',
'state' => true
]);
}
}
/**
* Configuration

20
core/vendor/icon-flags/LICENSE vendored Normal file
View File

@ -0,0 +1,20 @@
The MIT License (MIT)
Copyright (c) 2014 Steven Skelton
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

331
core/vendor/icon-flags/README.md vendored Normal file
View File

@ -0,0 +1,331 @@
&lt;flag-icon&gt;
===========
A collection of SVG flags, conveniently usable as a Polymer Web Component.
If you don't care about extra features, a simple CSS implementation of country flags can be found at https://github.com/lipis/flag-icon-css
Typical file sizes:
> **SVG** files: **2kb** to **75kb**
> **PNG** files: 16x11 < **1kb**, 36x27 < **2kb**, 75x56 < **5kb**, 225x168 < **20kb**
### [Countries](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/countries.html)
_Tiny 16 x 11 PNG icons_
![Canada](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ca.png "Canada")
![Korea](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/kr.png "Korea")
![Germany](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/de.png "Germany")
![Australia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/au.png "Australia")
![France](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/fr.png "France")
![European Union](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/europeanunion.png "European Union")
![Angola](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ao.png "Angola")
![Belgium](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/be.png "Belgium")
![Austria](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/at.png "Austria")
![Mozambique](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/mz.png "Mozambique")
![Norway](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/no.png "Norway")
![Philippines](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ph.png "Philippines")
![Spain](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/es.png "Spain")
![United Kingdom](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/gb.png "United Kingdom")
![India](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/in.png "India")
![Costa Rica](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/cr.png "Costa Rica")
![South Africa](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/za.png "South Africa")
![Thailand](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/th.png "Thailand")
![Sri Lanka](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/lk.png "Sri Lanka")
![Sweden](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/se.png "Sweden")
![Slovenia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/si.png "Slovenia")
![Papua New Guinea](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/pg.png "Papua New Guinea")
![Maldives](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/mv.png "Maldives")
![United States](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/us.png "United States")
![Japan](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/jp.png "Japan")
![Ireland](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ie.png "Ireland")
![Bermuda](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/bm.png "Bermuda")
![Isle of Man](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/im.png "Isle of Man")
![Montenegro](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/me.png "Montenegro")
![Norfolk Island](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/nf.png "Norfolk Island")
![Italy](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/it.png "Italy")
![Brazil](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/br.png "Brazil")
![Iceland](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/is.png "Iceland")
![Puerto Rico](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/pr.png "Puerto Rico")
![Venezuela](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ve.png "Venezuela")
![Saint Lucia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/lc.png "Saint Lucia")
![Russian Federation](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ru.png "Russian Federation")
![Poland](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/pl.png "Poland")
![Netherlands](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/nl.png "Netherlands")
![China](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/cn.png "China")
![Vietnam](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/vn.png "Vietnam")
![Mexico](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/mx.png "Mexico")
![Fiji](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/fj.png "Fiji")
![Gabon](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ga.png "Gabon")
![Greece](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/gr.png "Greece")
![Grenada](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/gd.png "Grenada")
![Iraq](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/iq.png "Iraq")
![Israel](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/il.png "Israel")
![Kenya](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ke.png "Kenya")
![Kiribati](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ki.png "Kiribati")
![Latvia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/lv.png "Latvia")
![Liechtenstein](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/li.png "Liechtenstein")
![Luxembourg](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/lu.png "Luxembourg")
![Macedonia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/mk.png "Macedonia")
![Malta](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/mt.png "Malta")
![Micronesia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/fm.png "Miconesia")
![Martinique](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/mq.png "Martinique")
![Mayotte](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/yt.png "Mayotte")
![Nigeria](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ng.png "Nigeria")
![New Caledonia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/nc.png "New Caledonia")
![Oman](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/om.png "Oman")
![Panama](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/pa.png "Panama")
![Peru](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/pe.png "Peru")
![Qatar](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/qa.png "Qatar")
![Samoa](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ws.png "Samoa")
![Cabo Verde](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/cv.png "Cabo Verde")
![Syria](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/sy.png "Syria")
![Thailand](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/th.png "Thailand")
![Ukraine](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ua.png "Ukraine")
![Bulgaria](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/bg.png "Bulgaria")
![Burkina Faso](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/bf.png "Burkina Faso")
![United Nations](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/unitednations.png "United Nations")
_4:3 ratio SVG_
![Canada](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/ca.png "Canada")
![Korea](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/kr.png "Korea")
![Germany](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/de.png "Germany")
![Australia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/au.png "Australia")
![France](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/fr.png "France")
![United States](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/us.png "United States")
![Norway](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/no.png "Norway")
![Philippines](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/ph.png "Philippines")
![Spain](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-4x3/es.png "Spain")
_Square ratio SVG_
![Canada](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/ca.png "Canada")
![Korea](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/kr.png "Korea")
![Germany](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/de.png "Germany")
![Australia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/au.png "Australia")
![France](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/fr.png "France")
![United States](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/us.png "United States")
![Norway](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/no.png "Norway")
![Philippines](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/ph.png "Philippines")
![Spain](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/country-squared/es.png "Spain")
### States and Provinces
#### [United States](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/us-states.html)
![California](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/california.png "California")
![Delaware](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/delaware.png "Delaware")
![Florida](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/florida.png "Florida")
![Illinois](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/illinois.png "Illinois")
![Maine](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/maine.png "Maine")
![Michigan](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/michigan.png "Michigan")
![Nevada](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/nevada.png "Nevada")
![North Carolina](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/north_carolina.png "North Carolina")
![Texas](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/us/texas.png "Texas")
#### [Australia](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/canada-australia.html)
![Australian Capital Territory](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/australian_capital_territory.png "Australian Capital Territory")
![New South Wales](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/new_south_wales.png "New South Wales")
![Northern Territory](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/northern_territory.png "Northern Territory")
![Queensland](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/queensland.png "Queensland")
![South Australia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/south_australia.png "South Australia")
![Tasmania](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/tasmania.png "Tasmania")
![Victoria](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/victoria.png "Victoria")
![Western Australia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/au/western_australia.png "Western Australia")
#### [Brazil](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/brazil.html)
![Rio de Janeiro](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/rio_de_janeiro.png "Rio de Janeiro")
![Rio Grande do Norte](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/rio_grande_do_norte.png "Rio Grande do Norte")
![Rio Grande do Sul](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/rio_grande_do_sul.png "Rio Grande do Sul")
![Rondônia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/rondônia.png "Rondônia")
![Roraima](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/roraima.png "Roraima")
![Santa Catarina](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/santa_catarina.png "Santa Catarina")
![São Paulo](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/são_paulo.png "São Paulo")
![Sergipe](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/sergipe.png "Sergipe")
![tocantins](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/br/tocantins.png "Tocantins")
#### [Canada](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/canada-australia.html)
![Alberta](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/alberta.png "Alberta")
![British Columbia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/british_columbia.png "British Columbia")
![Manitoba](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/manitoba.png "Manitoba")
![New Brunswick](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/new_brunswick.png "New Brunswick")
![Newfoundland and Labrador](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/newfoundland_and_labrador.png "Newfoundland and Labrador")
![Northwest Territories](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/northwest_territories.png "Northwest Territories")
![Nova Scotia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/nova_scotia.png "Nova Scotia")
![Nunavut](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/nunavut.png "Nunavut")
![Québec'](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ca/québec.png "Québec")
#### [Germany](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/germany.html)
![Brandenburg](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/brandenburg.png "Brandenburg")
![Berlin](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/berlin.png "Berlin")
![Rhineland-Palatinate](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/rhineland-palatinate.png "Rhineland-Palatinate")
![Saarland](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/saarland.png "Saarland")
![Hamburg](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/hamburg.png "Hamburg")
![Lower Saxony](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/lower_saxony.png "Lower Saxony")
![Saxony](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/saxony.png "Saxony")
![Schleswig-Holstein](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/schleswig-holstein.png "Schleswig-Holstein")
![Thuringia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/de/thuringia.png "Thuringia")
#### [Spain](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/spain.html)
![Andalucía](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/andalucía.png "Andalucía")
![Aragón](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/aragón.png "Aragón")
![Asturias](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/asturias.png "Asturias")
![Balearic Islands](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/balearic_islands.png "Balearic Islands")
![Basque Country](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/basque_country.png "Basque Country")
![Canary Islands](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/canary_islands.png "Canary Islands")
![Cantabria](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/cantabria.png "Cantabria")
![Castile and León](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/castile_and_león.png "Castile and León")
![La Rioja](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/es/la_rioja.png "La Rioja")
#### [Russia](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/russia.html)
![Adygea](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/adygea.png "Adygea")
![Buryatia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/buryatia.png "Buryatia")
![Chuvashia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/chuvashia.png "Chuvashia")
![Ingushetia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/ingushetia.png "Ingushetia")
![Tuva](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/tuva.png "Tuva")
![Kamchatka](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/kamchatka.png "Kamchatka")
![Stavropol](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/stavropol.png "Stavropol")
![Belgorod](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/belgorod.png "Belgorod")
![Novgorod](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/ru/novgorod.png "Novgorod")
### [NASCAR, IndyCar](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/racing.html)
![Green](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/green.png "Green")
![Yellow](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/yellow.png "Yellow")
![Black](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/black.png "Black")
![Yellow Saltire](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/yellowsaltire.png "Yellow Saltire")
![Yellow Slash](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/yellowslash.png "Yellow Slash")
![Black White Per Bend](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/blackwhiteperbend.png "Black White Per Bend")
![Vertical Stripes](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/verticalstripes.png "Vertical Stripes")
![Orange Circle](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/orangecircle.png "Orange Circle")
![Checkered](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/racing/checkered.png "Checkered")
### [Maritime and International Code of Signals](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/maritime.html)
![Charlie](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/c.png "Charlie")
![Alpha](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/a.png "Alpha")
![Romeo](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/r.png "Romeo")
![November](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/n.png "November")
![Oscar](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/o.png "Oscar")
![Victor](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/v.png "Victor")
![Lima](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/l.png "Lima")
![1](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/1.png "1")
![3](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/75/maritime/3.png "3")
* Images come from [famfamfam](http://www.famfamfam.com/lab/icons/flags/) icon library, or generated from SVG.
* SVGs come from [Wikimedia Commons](http://commons.wikimedia.org/wiki/Category:SVG_sovereign_state_flags).
* PNGs are compacted using [pngcrush](http://en.wikipedia.org/wiki/Pngcrush).
* [ISO 3166-1 Country Code](http://en.wikipedia.org/wiki/ISO_3166-1) list is available on Wikipedia.
## Demos
> [Live Demo - General Use](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/index.html)
> [Live Demo - Themes and Popover](http://files.stevenskelton.ca/flag-icon/flag-icon/examples/themes.html)
## Usage
1. Add the library using the Javascript package manager [Bower](http://bower.io/):
```bower install --save flag-icon```
2. Import Web Components' polyfill:
```html
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
```
3. Import Custom Element:
```html
<link rel="import" href="bower_components/flag-icon/flag-icon.html">
```
4. Start using it!
```html
<flag-icon key="ca"></flag-icon>
<flag-icon key="canada"></flag-icon>
<flag-icon key="124"></flag-icon>
<!-- specify to use PNGs -->
<flag-icon key="ca" img></flag-icon>
<!-- specify a specific size -->
<flag-icon key="ca" width="100"></flag-icon>
<!-- Specify alt & title text,
otherwise it defaults to the official country name -->
<flag-icon key="can">Flag of Canada</flag-icon>
```
5. Or use it unrendered in scripts:
```javascript
var f = new FlagIcon();
//get country info
f.findCountry('canada')
//> { name: 'Canada', alpha2: 'CA', alpha3: 'CAN', numeric: 124 }
//convert between 2 -> 3 letter character codes
f.findCountry('ca').alpha3
//> 'CAN'
//get full names of states or provinces
f.findUSState('ca')
//> { name: 'California', iso: 'US-CA', alpha2: 'CA', numeric: 6, gpo: 'Calif.' }
f.findCanadianProvince('ON')
//> { name: 'Ontario', alpha2: 'ON' }
```
## Options
Attribute | Type | Default | Description
--- | --- | --- | ---
`key` | *string* | `null` | Proper, common, ISO 3166-1 alpha-2, alpha-3, or country code
`img` | *attribute* | `false` | Use PNGs instead of larger filesize SVG
`width` | *integer* | `16` | Width of icon (aspect ratio maintained if `height` omitted).
`height` | *integer* | _auto_ | Height of icon (aspect ratio maintained if `width` omitted).
`au` | *boolean* | `false` | ![Australia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/au.png "Australia") Australian State flags
`br` | *boolean* | `false` | ![Brazil](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/br.png "Brazil") Brazilian State flags
`ca` | *boolean* | `false` | ![Canada](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ca.png "Canada") Canadian Province and Territory flags
`de` | *boolean* | `false` | ![Germany](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/de.png "Germany") German State flags
`es` | *boolean* | `false` | ![Spain](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/es.png "Spain") Spain Autonomous Community flags
`ru` | *boolean* | `false` | ![Russia](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ru.png "Russia") Russian Republics, Krais, and Oblast flags
`us` | *boolean* | `false` | ![United States](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/us.png "United States") US State flags
`maritime` | *boolean* | `false` | Maritime and ICS flags
`racing` | *boolean* | `false` | NASCAR and IndyCar racing flags
`square` | *boolean* | `false` | Use square version instead of 4:3 aspect (only valid for country flags)
`aspect` | *float* | | Override aspect ratio used to render the flag
## Aspect Ratios for Flags
Flags come in all different shapes and sizes, attempts were made to standardize to the following aspect ratios (width:height)
Attribute | Aspect
--- | ---
Country | 4:3
Austrialia | 2:1
Brazil | 3:2
Canada | 2:1
Germany | 5:3
Spain | 3:2
US | 3:2
Russia | 3:2
NASCAR, IndyCar | 4:3
Maritime | 1:1
## Todo
- Loading notification, or default image.
- Compact/minify SVG files
## History
For detailed changelog, check [Releases](https://github.com/stevenrskelton/flag-icon/releases).
## License
[MIT License](http://opensource.org/licenses/MIT) © Steven Skelton

17
core/vendor/icon-flags/svg/bg.svg vendored Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="svg626" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3008">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="flag" fill-rule="evenodd" transform="scale(5.6889 8.5333)" stroke-width="1pt">
<rect id="rect629" height="20" width="90" y="40" x="0" fill="#de2110"/>
<rect id="rect631" height="20" width="90" y="0" x="0" fill="#fff"/>
<rect id="rect632" height="20" width="90" y="20" x="0" fill="#319400"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 885 B

22
core/vendor/icon-flags/svg/cz.svg vendored Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3065">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs380">
<clipPath id="clipPath3058" clipPathUnits="userSpaceOnUse">
<rect id="rect3060" fill-opacity="0.67" height="512" width="682.67" y="-.0000018715" x="-74"/>
</clipPath>
</defs>
<g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3058)" transform="matrix(.93750 0 0 .93750 69.375 .0000017546)" stroke-width="1pt">
<rect id="rect149" height="512" width="768" y=".000016585" x="-74" fill="#e80000"/>
<rect id="rect280" height="256" width="768" y=".000016585" x="-74" fill="#fff"/>
<path id="path279" d="m-74-7.3297e-7 382.73 255.67-382.73 255.34v-511.01z" fill="#00006f"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

37
core/vendor/icon-flags/svg/de.svg vendored Normal file
View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<!-- /Creative Commons Public Domain -->
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>SVG graphic of German flags</dc:title>
<dc:rights><Agent>
<dc:title>Philipp Sadleder</dc:title>
</Agent></dc:rights>
<license rdf:resource="http://web.resource.org/cc/PublicDomain" />
</Work>
<License rdf:about="http://web.resource.org/cc/PublicDomain">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
</rdf:RDF>
-->
<svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.0" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3074">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.48166 0 0 .80277 0 -.000027678)">
<rect id="rect171" height="212.6" width="1063" y="425.2" x="0" fill="#ffe600"/>
<rect id="rect256" height="212.6" width="1063" y="0.000038" x="0"/>
<rect id="rect255" height="212.6" width="1063" y="212.6" x="0" fill="#f00"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

22
core/vendor/icon-flags/svg/dk.svg vendored Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata2993">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs550">
<clipPath id="clipPath58463" clipPathUnits="userSpaceOnUse">
<rect id="rect58465" fill-opacity="0.67" height="496.06" width="496.06" y="-.000026733" x="62.008"/>
</clipPath>
</defs>
<g id="flag" fill-rule="evenodd" clip-path="url(#clipPath58463)" transform="matrix(1.0321 0 0 1.0321 -64 .000027592)" stroke-width="1pt">
<rect id="rect551" transform="translate(0 -.000030518)" height="496.06" width="655.51" y="0" x="0" fill="#fb1b22"/>
<rect id="rect552" transform="translate(0 -.000030518)" height="70.866" width="655.51" y="212.6" x="0" fill="#fff"/>
<rect id="rect553" transform="translate(0 -.000030518)" height="496.06" width="70.866" y="0" x="212.6" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
core/vendor/icon-flags/svg/en.svg vendored Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 15" width="800" height="480"><rect width="25" height="15" fill="#FFF"/><g fill="#CE1124"><rect width="3" height="15" x="11"/><rect width="25" height="3" y="6"/></g></svg>

After

Width:  |  Height:  |  Size: 247 B

705
core/vendor/icon-flags/svg/es.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 236 KiB

53
core/vendor/icon-flags/svg/fi.svg vendored Normal file
View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<!-- /Creative Commons Public Domain -->
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>New Zealand, Australia, United Kingdom, United States,
Bosnia and Herzegovina, Azerbaijan, Armenia, Bahamas, Belgium, Benin,
Bulgaria, Estonia, Finland, Gabon, Gambia, Germany, Greece, Greenland,
Guinea, Honduras, Israel, Jamaica, Jordan, and Romania Flags</dc:title>
<dc:rights><Agent>
<dc:title>Daniel McRae</dc:title>
</Agent></dc:rights>
<license rdf:resource="http://web.resource.org/cc/PublicDomain" />
</Work>
<License rdf:about="http://web.resource.org/cc/PublicDomain">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
</rdf:RDF>
-->
<svg id="svg555" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1.0" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3013">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs557">
<clipPath id="clipPath3605" clipPathUnits="userSpaceOnUse">
<rect id="rect3607" fill-opacity="0.67" height="512" width="682.67" y="-.0000019138" x="-19.451"/>
</clipPath>
</defs>
<g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3605)" transform="matrix(.93750 0 0 .93750 18.235 .0000017942)" stroke-width="1pt">
<rect id="rect565" height="186.34" width="249.35" y="325.66" x="-105.62" fill="#fff"/>
<rect id="rect566" height="512" width="149.94" y="-.0000027024" x="143.57" fill="#0062da"/>
<rect id="rect567" height="139.64" width="897.67" y="186.18" x="-105.62" fill="#0062da"/>
<rect id="rect568" height="186.34" width="249.35" y=".0030247" x="-105.62" fill="#fff"/>
<rect id="rect570" height="186.34" width="498.7" y="325.66" x="293.35" fill="#fff"/>
<rect id="rect574" height="186.34" width="498.7" y=".0015173" x="293.35" fill="#fff"/>
<rect id="rect564" height="186.34" width="249.35" y="325.66" x="-105.62" fill="#fff"/>
<rect id="rect569" height="512" width="149.94" y="-.0000027024" x="143.57" fill="#0062da"/>
<rect id="rect572" height="186.34" width="249.35" y=".0030247" x="-105.62" fill="#fff"/>
<rect id="rect573" height="186.34" width="498.7" y="325.66" x="293.35" fill="#fff"/>
<rect id="rect575" height="186.34" width="498.7" y=".0015173" x="293.35" fill="#fff"/>
</g>
</svg>

17
core/vendor/icon-flags/svg/fr.svg vendored Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3176">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="g3627" fill-rule="evenodd" stroke-width="1pt" transform="scale(1.25 .9375)">
<rect id="rect171" height="512" width="512" y="7.4219e-7" x="0" fill="#fff"/>
<rect id="rect403" height="512" width="170.67" y="7.4219e-7" x="0" fill="#00267f"/>
<rect id="rect135" height="512" width="170.67" y="7.4219e-7" x="341.33" fill="#f31830"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 932 B

22
core/vendor/icon-flags/svg/is.svg vendored Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="islenskifaninn" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata4595">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs380">
<clipPath id="clipPath3901" clipPathUnits="userSpaceOnUse">
<rect id="rect3903" fill-opacity="0.67" height="480" width="640" y="0" x="0"/>
</clipPath>
</defs>
<g id="flag" fill-rule="evenodd" stroke-width="0pt" clip-path="url(#clipPath3901)">
<rect id="blarfeldur" height="480" width="666.67" y="0" x="0" fill="#003897"/>
<path id="hviturkross" fill-cmyk="(0 0 0 0)" d="m0 186.67h186.67v-186.67h106.67v186.67h373.33v106.67h-373.33v186.67h-106.67v-186.67h-186.67v-106.67z" fill="#fff"/>
<path id="raudurkross" d="m0 213.33h213.33v-213.33h53.333v213.33h400v53.333h-400v213.33h-53.333v-213.33h-213.33v-53.333z" fill="#d72828"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

17
core/vendor/icon-flags/svg/it.svg vendored Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata4604">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="scale(.60207 .67733)">
<rect id="rect171" height="708.66" width="1063" y="0" x="0" fill="#fff"/>
<rect id="rect403" height="708.66" width="354.33" y="0" x="0" fill="#005700"/>
<rect id="rect135" height="708.66" width="354.33" y="0" x="708.66" fill="#fc0000"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 920 B

37
core/vendor/icon-flags/svg/nl.svg vendored Normal file
View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<!-- /Creative Commons Public Domain -->
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>SVG Graphic of the Dutch flag</dc:title>
<dc:rights><Agent>
<dc:title>Marc Maurer</dc:title>
</Agent></dc:rights>
<license rdf:resource="http://web.resource.org/cc/PublicDomain" />
</Work>
<License rdf:about="http://web.resource.org/cc/PublicDomain">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
</rdf:RDF>
-->
<svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3151">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="scale(1.25 .9375)">
<rect id="rect171" rx="0" ry="0" height="509.76" width="512" y="-.0000019907" x="0" fill="#fff"/>
<rect id="rect256" rx="0" ry="0" height="169.92" width="512" y="342.08" x="0" fill="#21468b"/>
<rect id="rect255" height="169.92" width="512" y="-.0000019907" x="0" fill="#ae1c28"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

27
core/vendor/icon-flags/svg/no.svg vendored Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="islenskifaninn" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3163">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs380">
<clipPath id="clipPath3738" clipPathUnits="userSpaceOnUse">
<rect id="rect3740" fill-opacity="0.67" height="480" width="640" y="6" x="-32"/>
</clipPath>
</defs>
<g id="flag" clip-path="url(#clipPath3738)" transform="translate(32,-6)">
<rect id="rect8153" height="512" width="512" y="-20" x="0" fill="#fff"/>
<rect id="rect583" fill-rule="evenodd" height="511.84" width="699.74" y="-19.842" x="-70" stroke-width="1pt" fill="#fff"/>
<rect id="rect561" fill-rule="evenodd" height="221.47" width="222.94" y="-43.039" x="-99.213" stroke-width="1pt" fill="#d72828"/>
<rect id="rect562" fill-rule="evenodd" height="221.47" width="431.36" y="-43.039" x="247.42" stroke-width="1pt" fill="#d72828"/>
<rect id="rect563" fill-rule="evenodd" height="225.76" width="220" y="301.67" x="-99.213" stroke-width="1pt" fill="#d72828"/>
<rect id="rect564" fill-rule="evenodd" height="223.65" width="419.68" y="303.79" x="250" stroke-width="1pt" fill="#d72828"/>
<rect id="rect565" fill-rule="evenodd" height="545.67" width="64.425" y="-43.039" x="154.65" stroke-width="1pt" fill="#003897"/>
<rect id="rect566" fill-rule="evenodd" height="63.444" width="763.01" y="204.84" x="-99.213" stroke-width="1pt" fill="#003897"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

526
core/vendor/icon-flags/svg/pt.svg vendored Normal file
View File

@ -0,0 +1,526 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata4089">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs550">
<linearGradient id="linearGradient6733" y2="-5035.4" gradientUnits="userSpaceOnUse" y1="-5035.4" gradientTransform="matrix(.085350 0 0 .14208 -225.71 715.44)" x2="4203.4" x1="359.59">
<stop id="stop562" offset="0"/>
<stop id="stop563" stop-color="#fff" offset="1"/>
</linearGradient>
<clipPath id="clipPath7504" clipPathUnits="userSpaceOnUse">
<rect id="rect7506" fill-opacity="0.67" height="512" width="682.67" y=".0000053048" x="-72.352"/>
</clipPath>
</defs>
<g id="flag" clip-path="url(#clipPath7504)" transform="matrix(.9375 0 0 .9375 67.83 -.0000049733)">
<rect id="rect555" height="511.87" width="307.43" stroke="url(#linearGradient6733)" y=".064535" x="-114.94" stroke-width=".11012pt" fill="#090"/>
<rect id="rect557" fill-rule="evenodd" height="512" width="461.15" y="-.0000025034" x="191.82" stroke-width="1pt" fill="#f00"/>
<g id="g1527" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.10329 0 0 .10306 23.562 74.592)">
<g id="g1009" transform="matrix(-.053403 1.0792 .43966 -.043588 1384.9 -475.58)">
<rect id="rect1010" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect1011" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g1012" transform="translate(9.3838 -.000030518)">
<rect id="rect1013" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect1014" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g1015" transform="translate(197.06 -.000030518)">
<rect id="rect1016" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect1017" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g1000" transform="matrix(-.053403 1.0792 .43966 -.043588 1572.6 115.61)">
<rect id="rect1001" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect1002" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g1003" transform="translate(9.3838 -.000030518)">
<rect id="rect1004" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect1005" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g1006" transform="translate(197.06 -.000030518)">
<rect id="rect1007" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect1008" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g991" transform="matrix(-.053403 1.0792 .43966 -.043588 1497.5 781.86)">
<rect id="rect992" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect993" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g994" transform="translate(9.3838 -.000030518)">
<rect id="rect995" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect996" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g997" transform="translate(197.06 -.000030518)">
<rect id="rect998" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect999" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g982" transform="matrix(.053403 1.0792 -.43966 -.043588 1815 734.94)">
<rect id="rect983" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect984" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g985" transform="translate(9.3838 -.000030518)">
<rect id="rect986" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect987" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g988" transform="translate(197.06 -.000030518)">
<rect id="rect989" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect990" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g937" transform="matrix(-.31852 .97312 -.46881 -.050001 2307.7 363.88)">
<rect id="rect938" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect939" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g940" transform="translate(9.3838 -.000030518)">
<rect id="rect941" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect942" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g943" transform="translate(197.06 -.000030518)">
<rect id="rect944" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect945" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g928" transform="matrix(-.78495 .83247 -.34476 -.23585 2811.1 622.21)">
<rect id="rect929" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect930" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g931" transform="translate(9.3838 -.000030518)">
<rect id="rect932" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect933" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g934" transform="translate(197.06 -.000030518)">
<rect id="rect935" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect936" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g606" transform="translate(3443.9 797.63)">
<path id="path607" d="m-576.02-680.03c0.472 617.58-500.34 1118.8-1117.9 1118.8-617.58 0.981-1119.2-499.44-1119.7-1117-1.49-617.6 498.53-1119.6 1116.1-1120.6 617.58-1.96 1120 497.67 1121.5 1115.2 0.026 1.253 0.026 2.31 0.026 3.564zm262.44-0.001c0.582 762.45-617.7 1381.2-1380.1 1381.2-762.44 1.211-1381.8-616.6-1382.3-1379-1.85-762.47 615.47-1382.2 1377.9-1383.4 762.45-2.42 1382.7 614.41 1384.5 1376.8 0.032 1.547 0.032 2.852 0.032 4.399z" fill-opacity=".99967" transform="translate(-149.86 1690.5)" fill="#efef00"/>
<path id="path608" d="m296.75 2625.1c0.582 762.45-617.7 1381.2-1380.1 1381.2-762.45 1.21-1381.8-616.6-1382.4-1379-1.84-762.46 615.48-1382.2 1378-1383.4 762.45-2.42 1382.7 614.41 1384.5 1376.8 0.032 1.55 0.032 2.86 0.032 4.4zm-27.624 0c0.57 747.2-605.35 1353.6-1352.5 1353.6-747.2 1.18-1354.1-604.27-1354.7-1351.5-1.81-747.21 603.16-1354.6 1350.4-1355.8 747.2-2.38 1355 602.11 1356.8 1349.3 0.032 1.52 0.032 2.8 0.032 4.31z" transform="matrix(.98 0 0 .98 -781.88 -1562.1)"/>
<path id="path609" d="m296.75 2625.1c0.582 762.45-617.7 1381.2-1380.1 1381.2-762.45 1.21-1381.8-616.6-1382.4-1379-1.84-762.46 615.48-1382.2 1378-1383.4 762.45-2.42 1382.7 614.41 1384.5 1376.8 0.032 1.55 0.032 2.86 0.032 4.4zm-27.624 0c0.57 747.2-605.35 1353.6-1352.5 1353.6-747.2 1.18-1354.1-604.27-1354.7-1351.5-1.81-747.21 603.16-1354.6 1350.4-1355.8 747.2-2.38 1355 602.11 1356.8 1349.3 0.032 1.52 0.032 2.8 0.032 4.31z" transform="matrix(.85016 0 0 .85016 -922.69 -1221.3)"/>
</g>
<g id="g883" transform="matrix(1 0 0 .98355 9.3838 52.807)">
<rect id="rect872" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect871" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g877" transform="translate(9.3838 -.000030518)">
<rect id="rect875" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect876" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g880" transform="translate(197.06 -.000030518)">
<rect id="rect881" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect882" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g892" transform="matrix(.37140 1.0146 -.43278 .088917 1148.7 461.89)">
<rect id="rect893" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect894" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g895" transform="translate(9.3838 -.000030518)">
<rect id="rect896" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect897" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g1963" transform="translate(197.06 -.000030518)">
<rect id="rect899" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect1965" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g901" transform="matrix(.048179 1.0353 -.45375 .049280 1585.8 -73.118)">
<rect id="rect902" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect1968" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g904" transform="translate(9.3838 -.000030518)">
<rect id="rect905" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect906" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g907" transform="translate(197.06 -.000030518)">
<rect id="rect908" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect909" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g910" transform="matrix(-.61913 .96221 -.38214 -.16868 2610.1 86.531)">
<rect id="rect911" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect912" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g1978" transform="translate(9.3838 -.000030518)">
<rect id="rect1979" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect915" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g1981" transform="translate(197.06 -.000030518)">
<rect id="rect1982" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect918" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g946" transform="matrix(-.013401 1.0347 -.45603 -.022150 3190.7 -29.14)">
<rect id="rect947" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect948" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g949" transform="translate(9.3838 -.000030518)">
<rect id="rect950" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect951" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g952" transform="translate(197.06 -.000030518)">
<rect id="rect953" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect954" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g964" transform="matrix(.29417 .92656 -.37653 -.011881 2458.6 -379.7)">
<rect id="rect965" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect966" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g967" transform="translate(9.3838 -.000030518)">
<rect id="rect968" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect969" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g970" transform="translate(197.06 -.000030518)">
<rect id="rect971" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect972" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g973" transform="matrix(-.44645 .96157 -.41974 -.15349 3749.8 876.84)">
<rect id="rect974" height="2824.2" width="171.54" y="376.91" x="1528.3"/>
<rect id="rect975" height="2768.8" width="131.37" y="404.6" x="1548.3" fill="#efef00"/>
<g id="g976" transform="translate(9.3838 -.000030518)">
<rect id="rect977" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect978" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
<g id="g979" transform="translate(197.06 -.000030518)">
<rect id="rect980" height="2852.7" width="56.303" y="357.96" x="1482.6"/>
<rect id="rect981" height="2802" width="15.952" y="383.29" x="1502.8" fill="#efef00"/>
</g>
</g>
<g id="g1287">
<g id="g2012" transform="translate(388.6 -627.37)">
<g id="g2013" transform="translate(1261.6 8670.4)" fill="#f6f6fb">
<g id="g2014">
<rect id="rect2015" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2016" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2017" transform="translate(-5963.8 -3463.6)">
<rect id="rect2018" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2019" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2020" transform="translate(-4610.5 4587.5)">
<g id="g2021" transform="matrix(.95 0 0 .95 5869.2 3772.5)" fill="#f00">
<g id="g2022">
<rect id="rect2023" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2024" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2025" transform="translate(-5963.8 -3463.6)">
<rect id="rect2026" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2027" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2028" transform="matrix(.567 0 0 .567 5848 1394.8)" fill="#400">
<g id="g2029">
<rect id="rect2030" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2031" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2032" transform="translate(-5963.8 -3463.6)">
<rect id="rect2033" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2034" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2035" transform="matrix(.51172 0 0 .51172 5844.9 1051.6)" fill="#fff">
<g id="g2036">
<rect id="rect2037" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2038" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2039" transform="translate(-5963.8 -3463.6)">
<rect id="rect2040" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2041" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
</g>
</g>
<g id="g2042" transform="translate(-1370 3907.3)">
<g id="g2043" transform="matrix(.15 0 0 .15 2790 -2140.7)" fill="#3b3bff">
<g id="g2044" transform="translate(1261.6 8670.4)">
<g id="g2045">
<rect id="rect2046" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2047" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2048" transform="translate(-5963.8 -3463.6)">
<rect id="rect2049" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2050" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2051" transform="translate(-4610.5 4587.5)">
<g id="g2052" transform="matrix(.95 0 0 .95 5869.2 3772.5)">
<g id="g2053">
<rect id="rect2054" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2055" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2056" transform="translate(-5963.8 -3463.6)">
<rect id="rect2057" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2058" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2059" transform="matrix(.567 0 0 .567 5848 1394.8)">
<g id="g2060">
<rect id="rect2061" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2062" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2063" transform="translate(-5963.8 -3463.6)">
<rect id="rect2064" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2065" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2066" transform="matrix(.51172 0 0 .51172 5844.9 1051.6)">
<g id="g2067">
<rect id="rect2068" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2069" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2070" transform="translate(-5963.8 -3463.6)">
<rect id="rect2071" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2072" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
</g>
</g>
<ellipse id="path2073" fill="#fff" transform="translate(-3.7817 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2074" fill="#fff" transform="translate(129.99 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2075" fill="#fff" transform="translate(61.922 67.595)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2076" fill="#fff" transform="translate(1.4179 140.39)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2077" fill="#fff" transform="translate(128.57 142.75)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
</g>
<path id="path2078" d="m-433.9 545.04v22.689h302.52v-22.689h-302.52zm26.249-62.601v63.152h257.14v-63.152h-257.14zm-22.688 207.62v22.692h302.52v-22.692h-302.52zm81.069-7.017c-0.031-41.191 31.622-74.621 70.654-74.621 39.033-0.066 70.737 33.311 70.768 74.502 0 0.327-0.001 0.602-0.004 0.928m-149.28 3.292c-0.034-45.769 35.136-82.913 78.505-82.913 43.37-0.073 78.596 37.012 78.63 82.78 0.001 0.363 0 0.669-0.004 1.031m-207.65-114.09v113.44h257.14v-113.44h-257.14zm-26.26-113.15v21.46h302.52v-21.46h-302.52zm-0.027-30.268v30.484h23.308v-30.484h-23.308zm279.36 0v30.484h23.308v-30.484h-23.308zm-232.9 0.612v30.484h23.308v-30.484h-23.308zm185.22-0.618v30.484h23.308v-30.484h-23.308zm-139.99-28.725v30.484h23.308v-30.484h-23.308zm92.917-0.006v30.484h23.308v-30.484h-23.308zm-45.236-0.612v30.484h23.308v-30.484h-23.308zm-47.745 31.32v29.144h116.15v-29.144h-116.15z" transform="translate(1296.7 561.41)" fill="#ff0"/>
<g id="g2079" fill="#f00" transform="translate(1302.4 561.96)">
<rect id="rect2080" height="30.484" width="23.308" y="477.6" x="-348.96"/>
<rect id="rect2081" height="30.484" width="23.308" y="476.98" x="-244.43"/>
</g>
<path id="path2082" d="m-433.9 545.04v22.689h302.52v-22.689h-302.52zm26.249-62.601v63.152h257.14v-63.152h-257.14zm-22.688 207.62v22.692h302.52v-22.692h-302.52zm81.069-7.017c-0.031-41.191 31.622-74.621 70.654-74.621 39.033-0.066 70.737 33.311 70.768 74.502 0 0.327-0.001 0.602-0.004 0.928m-149.28 3.292c-0.034-45.769 35.136-82.913 78.505-82.913 43.37-0.073 78.596 37.012 78.63 82.78 0.001 0.363 0 0.669-0.004 1.031m-207.65-114.09v113.44h257.14v-113.44h-257.14zm-26.26-113.15v21.46h302.52v-21.46h-302.52zm-0.027-30.268v30.484h23.308v-30.484h-23.308zm279.36 0v30.484h23.308v-30.484h-23.308zm-232.9 0.612v30.484h23.308v-30.484h-23.308zm185.22-0.618v30.484h23.308v-30.484h-23.308zm-139.99-28.725v30.484h23.308v-30.484h-23.308zm92.917-0.006v30.484h23.308v-30.484h-23.308zm-45.236-0.612v30.484h23.308v-30.484h-23.308zm-47.745 31.32v29.144h116.15v-29.144h-116.15z" transform="translate(2457.9 565.04)" fill="#ff0"/>
<g id="g2083" fill="#f00" transform="translate(2463.5 565.59)">
<rect id="rect2084" height="30.484" width="23.308" y="477.6" x="-348.96"/>
<rect id="rect2085" height="30.484" width="23.308" y="476.98" x="-244.43"/>
</g>
<path id="path2086" d="m-433.9 545.04v22.689h302.52v-22.689h-302.52zm26.249-62.601v63.152h257.14v-63.152h-257.14zm-22.688 207.62v22.692h302.52v-22.692h-302.52zm81.069-7.017c-0.031-41.191 31.622-74.621 70.654-74.621 39.033-0.066 70.737 33.311 70.768 74.502 0 0.327-0.001 0.602-0.004 0.928m-149.28 3.292c-0.034-45.769 35.136-82.913 78.505-82.913 43.37-0.073 78.596 37.012 78.63 82.78 0.001 0.363 0 0.669-0.004 1.031m-207.65-114.09v113.44h257.14v-113.44h-257.14zm-26.26-113.15v21.46h302.52v-21.46h-302.52zm-0.027-30.268v30.484h23.308v-30.484h-23.308zm279.36 0v30.484h23.308v-30.484h-23.308zm-232.9 0.612v30.484h23.308v-30.484h-23.308zm185.22-0.618v30.484h23.308v-30.484h-23.308zm-139.99-28.725v30.484h23.308v-30.484h-23.308zm92.917-0.006v30.484h23.308v-30.484h-23.308zm-45.236-0.612v30.484h23.308v-30.484h-23.308zm-47.745 31.32v29.144h116.15v-29.144h-116.15z" transform="translate(1888.2 565.04)" fill="#ff0"/>
<g id="g2087" fill="#f00" transform="translate(1893.8 565.59)">
<rect id="rect2088" height="30.484" width="23.308" y="477.6" x="-348.96"/>
<rect id="rect2089" height="30.484" width="23.308" y="476.98" x="-244.43"/>
</g>
<path id="path2090" d="m-433.9 545.04v22.689h302.52v-22.689h-302.52zm26.249-62.601v63.152h257.14v-63.152h-257.14zm-22.688 207.62v22.692h302.52v-22.692h-302.52zm81.069-7.017c-0.031-41.191 31.622-74.621 70.654-74.621 39.033-0.066 70.737 33.311 70.768 74.502 0 0.327-0.001 0.602-0.004 0.928m-149.28 3.292c-0.034-45.769 35.136-82.913 78.505-82.913 43.37-0.073 78.596 37.012 78.63 82.78 0.001 0.363 0 0.669-0.004 1.031m-207.65-114.09v113.44h257.14v-113.44h-257.14zm-26.26-113.15v21.46h302.52v-21.46h-302.52zm-0.027-30.268v30.484h23.308v-30.484h-23.308zm279.36 0v30.484h23.308v-30.484h-23.308zm-232.9 0.612v30.484h23.308v-30.484h-23.308zm185.22-0.618v30.484h23.308v-30.484h-23.308zm-139.99-28.725v30.484h23.308v-30.484h-23.308zm92.917-0.006v30.484h23.308v-30.484h-23.308zm-45.236-0.612v30.484h23.308v-30.484h-23.308zm-47.745 31.32v29.144h116.15v-29.144h-116.15z" transform="translate(1271.3 1272.6)" fill="#ff0"/>
<g id="g2091" fill="#f00" transform="translate(1277 1273.2)">
<rect id="rect2092" height="30.484" width="23.308" y="477.6" x="-348.96"/>
<rect id="rect2093" height="30.484" width="23.308" y="476.98" x="-244.43"/>
</g>
<path id="path2094" d="m-433.9 545.04v22.689h302.52v-22.689h-302.52zm26.249-62.601v63.152h257.14v-63.152h-257.14zm-22.688 207.62v22.692h302.52v-22.692h-302.52zm81.069-7.017c-0.031-41.191 31.622-74.621 70.654-74.621 39.033-0.066 70.737 33.311 70.768 74.502 0 0.327-0.001 0.602-0.004 0.928m-149.28 3.292c-0.034-45.769 35.136-82.913 78.505-82.913 43.37-0.073 78.596 37.012 78.63 82.78 0.001 0.363 0 0.669-0.004 1.031m-207.65-114.09v113.44h257.14v-113.44h-257.14zm-26.26-113.15v21.46h302.52v-21.46h-302.52zm-0.027-30.268v30.484h23.308v-30.484h-23.308zm279.36 0v30.484h23.308v-30.484h-23.308zm-232.9 0.612v30.484h23.308v-30.484h-23.308zm185.22-0.618v30.484h23.308v-30.484h-23.308zm-139.99-28.725v30.484h23.308v-30.484h-23.308zm92.917-0.006v30.484h23.308v-30.484h-23.308zm-45.236-0.612v30.484h23.308v-30.484h-23.308zm-47.745 31.32v29.144h116.15v-29.144h-116.15z" transform="translate(2479.7 1265.4)" fill="#ff0"/>
<g id="g2095" fill="#f00" transform="translate(2485.3 1265.9)">
<rect id="rect2096" height="30.484" width="23.308" y="477.6" x="-348.96"/>
<rect id="rect2097" height="30.484" width="23.308" y="476.98" x="-244.43"/>
</g>
<path id="path2098" d="m-433.9 545.04v22.689h302.52v-22.689h-302.52zm26.249-62.601v63.152h257.14v-63.152h-257.14zm-22.688 207.62v22.692h302.52v-22.692h-302.52zm81.069-7.017c-0.031-41.191 31.622-74.621 70.654-74.621 39.033-0.066 70.737 33.311 70.768 74.502 0 0.327-0.001 0.602-0.004 0.928m-149.28 3.292c-0.034-45.769 35.136-82.913 78.505-82.913 43.37-0.073 78.596 37.012 78.63 82.78 0.001 0.363 0 0.669-0.004 1.031m-207.65-114.09v113.44h257.14v-113.44h-257.14zm-26.26-113.15v21.46h302.52v-21.46h-302.52zm-0.027-30.268v30.484h23.308v-30.484h-23.308zm279.36 0v30.484h23.308v-30.484h-23.308zm-232.9 0.612v30.484h23.308v-30.484h-23.308zm185.22-0.618v30.484h23.308v-30.484h-23.308zm-139.99-28.725v30.484h23.308v-30.484h-23.308zm92.917-0.006v30.484h23.308v-30.484h-23.308zm-45.236-0.612v30.484h23.308v-30.484h-23.308zm-47.745 31.32v29.144h116.15v-29.144h-116.15z" transform="matrix(.65276 -.75757 .75757 .65276 969.57 1819.3)" fill="#ff0"/>
<g id="g2099" fill="#f00" transform="matrix(.65276 -.75757 .75757 .65276 973.66 1815.4)">
<rect id="rect2100" height="30.484" width="23.308" y="477.6" x="-348.96"/>
<rect id="rect2101" height="30.484" width="23.308" y="476.98" x="-244.43"/>
</g>
<path id="path2102" d="m-433.9 545.04v22.689h302.52v-22.689h-302.52zm26.249-62.601v63.152h257.14v-63.152h-257.14zm-22.688 207.62v22.692h302.52v-22.692h-302.52zm81.069-7.017c-0.031-41.191 31.622-74.621 70.654-74.621 39.033-0.066 70.737 33.311 70.768 74.502 0 0.327-0.001 0.602-0.004 0.928m-149.28 3.292c-0.034-45.769 35.136-82.913 78.505-82.913 43.37-0.073 78.596 37.012 78.63 82.78 0.001 0.363 0 0.669-0.004 1.031m-207.65-114.09v113.44h257.14v-113.44h-257.14zm-26.26-113.15v21.46h302.52v-21.46h-302.52zm-0.027-30.268v30.484h23.308v-30.484h-23.308zm279.36 0v30.484h23.308v-30.484h-23.308zm-232.9 0.612v30.484h23.308v-30.484h-23.308zm185.22-0.618v30.484h23.308v-30.484h-23.308zm-139.99-28.725v30.484h23.308v-30.484h-23.308zm92.917-0.006v30.484h23.308v-30.484h-23.308zm-45.236-0.612v30.484h23.308v-30.484h-23.308zm-47.745 31.32v29.144h116.15v-29.144h-116.15z" transform="matrix(-.65276 -.75757 -.75757 .65276 2231 1815.7)" fill="#ff0"/>
<g id="g2103" fill="#f00" transform="matrix(-.65276 -.75757 -.75757 .65276 2226.9 1811.8)">
<rect id="rect2104" height="30.484" width="23.308" y="477.6" x="-348.96"/>
<rect id="rect2105" height="30.484" width="23.308" y="476.98" x="-244.43"/>
</g>
<g id="g2106" transform="translate(-1377.6 3272)">
<g id="g2107" transform="translate(3.7814 11.344)">
<g id="g2108" transform="matrix(.15 0 0 .15 2790 -2140.7)" fill="#3b3bff">
<g id="g2109" transform="translate(1261.6 8670.4)">
<g id="g2110">
<rect id="rect2111" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2112" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2113" transform="translate(-5963.8 -3463.6)">
<rect id="rect2114" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2115" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2116" transform="translate(-4610.5 4587.5)">
<g id="g2117" transform="matrix(.95 0 0 .95 5869.2 3772.5)">
<g id="g2118">
<rect id="rect1155" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2120" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2121" transform="translate(-5963.8 -3463.6)">
<rect id="rect1158" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2123" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2124" transform="matrix(.567 0 0 .567 5848 1394.8)">
<g id="g2125">
<rect id="rect2126" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2127" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2128" transform="translate(-5963.8 -3463.6)">
<rect id="rect2129" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2130" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2131" transform="matrix(.51172 0 0 .51172 5844.9 1051.6)">
<g id="g1168">
<rect id="rect1169" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2134" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2135" transform="translate(-5963.8 -3463.6)">
<rect id="rect2136" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2137" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
</g>
</g>
<ellipse id="path2138" fill="#fff" transform="translate(-3.7817 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2139" fill="#fff" transform="translate(129.99 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2140" fill="#fff" transform="translate(61.922 67.595)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2141" fill="#fff" transform="translate(1.4179 140.39)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2142" fill="#fff" transform="translate(128.57 142.75)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
</g>
<g id="g2143" transform="translate(3.7817 321.43)">
<g id="g2144" transform="matrix(.15 0 0 .15 2790 -2140.7)" fill="#3b3bff">
<g id="g2145" transform="translate(1261.6 8670.4)">
<g id="g2146">
<rect id="rect2147" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2148" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2149" transform="translate(-5963.8 -3463.6)">
<rect id="rect2150" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2151" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2152" transform="translate(-4610.5 4587.5)">
<g id="g2153" transform="matrix(.95 0 0 .95 5869.2 3772.5)">
<g id="g2154">
<rect id="rect2155" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2156" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2157" transform="translate(-5963.8 -3463.6)">
<rect id="rect2158" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2159" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2160" transform="matrix(.567 0 0 .567 5848 1394.8)">
<g id="g2161">
<rect id="rect2162" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2163" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2164" transform="translate(-5963.8 -3463.6)">
<rect id="rect2165" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2166" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2167" transform="matrix(.51172 0 0 .51172 5844.9 1051.6)">
<g id="g2168">
<rect id="rect2169" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2170" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2171" transform="translate(-5963.8 -3463.6)">
<rect id="rect2172" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2173" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
</g>
</g>
<ellipse id="path2174" fill="#fff" transform="translate(-3.7817 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2175" fill="#fff" transform="translate(129.99 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2176" fill="#fff" transform="translate(61.922 67.595)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2177" fill="#fff" transform="translate(1.4179 140.39)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2178" fill="#fff" transform="translate(128.57 142.75)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
</g>
<g id="g1215" transform="translate(268.49 321.43)">
<g id="g2180" transform="matrix(.15 0 0 .15 2790 -2140.7)" fill="#3b3bff">
<g id="g2181" transform="translate(1261.6 8670.4)">
<g id="g2182">
<rect id="rect2183" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2184" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2185" transform="translate(-5963.8 -3463.6)">
<rect id="rect2186" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2187" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2188" transform="translate(-4610.5 4587.5)">
<g id="g2189" transform="matrix(.95 0 0 .95 5869.2 3772.5)">
<g id="g2190">
<rect id="rect2191" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2192" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2193" transform="translate(-5963.8 -3463.6)">
<rect id="rect2194" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2195" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2196" transform="matrix(.567 0 0 .567 5848 1394.8)">
<g id="g1233">
<rect id="rect1234" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2199" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2200" transform="translate(-5963.8 -3463.6)">
<rect id="rect2201" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2202" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2203" transform="matrix(.51172 0 0 .51172 5844.9 1051.6)">
<g id="g2204">
<rect id="rect2205" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2206" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2207" transform="translate(-5963.8 -3463.6)">
<rect id="rect2208" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2209" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
</g>
</g>
<ellipse id="path2210" fill="#fff" transform="translate(-3.7817 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2211" fill="#fff" transform="translate(129.99 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2212" fill="#fff" transform="translate(61.922 67.595)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2213" fill="#fff" transform="translate(1.4179 140.39)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2214" fill="#fff" transform="translate(128.57 142.75)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
</g>
<g id="g2215" transform="translate(-260.92 321.43)">
<g id="g2216" transform="matrix(.15 0 0 .15 2790 -2140.7)" fill="#3b3bff">
<g id="g2217" transform="translate(1261.6 8670.4)">
<g id="g2218">
<rect id="rect2219" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2220" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2221" transform="translate(-5963.8 -3463.6)">
<rect id="rect2222" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2223" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2224" transform="translate(-4610.5 4587.5)">
<g id="g2225" transform="matrix(.95 0 0 .95 5869.2 3772.5)">
<g id="g2226">
<rect id="rect2227" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2228" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2229" transform="translate(-5963.8 -3463.6)">
<rect id="rect2230" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2231" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2232" transform="matrix(.567 0 0 .567 5848 1394.8)">
<g id="g2233">
<rect id="rect2234" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2235" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2236" transform="translate(-5963.8 -3463.6)">
<rect id="rect2237" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2238" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
<g id="g2239" transform="matrix(.51172 0 0 .51172 5844.9 1051.6)">
<g id="g2240">
<rect id="rect2241" height="1171.1" width="1590.9" y="-7147" x="-850.89"/>
<ellipse id="path2242" transform="matrix(1.0746 0 0 1.0635 -3130.4 -10547)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
<g id="g2243" transform="translate(-5963.8 -3463.6)">
<rect id="rect2244" height="632.38" width="859.09" y="-3340.7" x="5478.8"/>
<ellipse id="path2245" transform="matrix(.58030 0 0 .57429 4247.9 -5088.5)" cx="2861.4" rx="740.21" cy="4267.3" ry="696.02" d="m 3601.6224,4267.3076 c 0,384.4008 -331.4036,696.0192 -740.2108,696.0192 -408.8071,0 -740.2108,-311.6184 -740.2108,-696.0192 0,-384.4008 331.4037,-696.0191 740.2108,-696.0191 408.8072,0 740.2108,311.6183 740.2108,696.0191 z"/>
</g>
</g>
</g>
</g>
<ellipse id="path2246" fill="#fff" transform="translate(-3.7817 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2247" fill="#fff" transform="translate(129.99 -7.5629)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2248" fill="#fff" transform="translate(61.922 67.595)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2249" fill="#fff" transform="translate(1.4179 140.39)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
<ellipse id="path2250" fill="#fff" transform="translate(128.57 142.75)" cx="2903" rx="35.688" cy="-1854.9" ry="35.688" d="m 2938.7051,-1854.9092 c 0,19.71 -15.9781,35.6881 -35.688,35.6881 -19.7099,0 -35.688,-15.9781 -35.688,-35.6881 0,-19.7099 15.9781,-35.688 35.688,-35.688 19.7099,0 35.688,15.9781 35.688,35.688 z"/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 55 KiB

42
core/vendor/icon-flags/svg/ro.svg vendored Normal file
View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<!-- /Creative Commons Public Domain -->
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>New Zealand, Australia, United Kingdom, United States,
Bosnia and Herzegovina, Azerbaijan, Armenia, Bahamas, Belgium, Benin,
Bulgaria, Estonia, Finland, Gabon, Gambia, Germany, Greece, Greenland,
Guinea, Honduras, Israel, Jamaica, Jordan, and Romania Flags</dc:title>
<dc:rights><Agent>
<dc:title>Daniel McRae</dc:title>
</Agent></dc:rights>
<license rdf:resource="http://web.resource.org/cc/PublicDomain" />
</Work>
<License rdf:about="http://web.resource.org/cc/PublicDomain">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
</rdf:RDF>
-->
<svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata4337">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="flag" transform="scale(.64064 .72072)">
<g id="g555" fill-rule="evenodd" stroke-width="1pt" transform="scale(8.325)">
<rect id="rect551" height="80" width="40" y="0" x="0" fill="#00319c"/>
<rect id="rect552" height="80" width="40" y="0" x="40" fill="#ffde00"/>
<rect id="rect553" height="80" width="40" y="0" x="80" fill="#de2110"/>
</g>
</g>
</svg>

301
core/vendor/icon-flags/svg/sv.svg vendored Normal file
View File

@ -0,0 +1,301 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata3609">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs550">
<clipPath id="clipPath8323" clipPathUnits="userSpaceOnUse">
<rect id="rect8325" fill-opacity="0.67" height="480" width="640" y="0" x="0"/>
</clipPath>
</defs>
<g id="flag" clip-path="url(#clipPath8323)">
<rect id="rect1062" fill-rule="evenodd" height="161.14" width="798.86" y="318.86" x="-79.429" stroke-width="1pt" fill="#5387f4"/>
<rect id="rect1063" fill-rule="evenodd" height="161.14" width="798.86" y="-.0000011560" x="-79.429" stroke-width="1pt" fill="#5387f4"/>
<rect id="rect1064" fill-rule="evenodd" height="157.71" width="798.86" y="161.14" x="-79.429" stroke-width="1pt" fill="#fff"/>
<g id="g3486" transform="matrix(1.6437 0 0 1.6437 -358.51 -168.29)">
<g id="g1921" stroke="#000" fill-rule="evenodd" transform="matrix(.74925 0 0 .74160 105.14 72.609)">
<g id="g1806" transform="matrix(-1 0 0 1 825.1 9.1869)">
<path id="path1807" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.63371 -.40113 .49703 .78520 41.19 205.69)" stroke-width=".33204" fill="#f00"/>
<path id="path1808" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.63371 -.40113 .49703 .78520 36.37 209.51)" stroke-width=".33204" fill="#f00"/>
<path id="path1809" d="m259.03 105.71s400.32 70.645 414.45 395.62c14.129 324.97-188.39 367.36-259.03 419.16-70.645 51.807-113.03 113.03-146 113.03-32.968 0-80.065-14.13-80.065-14.13s9.42 51.81 75.355 47.1c65.936-4.71 127.16-113.03 164.84-131.87s277.88-98.9 259.04-428.58c-14.13-353.23-423.88-390.91-428.59-400.33z" transform="matrix(.13845 .032625 -.034493 .14820 406.46 152.89)" stroke-width="1.6032" fill="#006700"/>
<path id="path1810" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.067365 -.0053250 .016573 .067011 435.79 156.41)" stroke-width="1.6032" fill="#006700"/>
<path id="path1811" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.060996 -.022965 .030688 0.0639 429.11 164.08)" stroke-width="1.6032" fill="#006700"/>
<path id="path1812" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.0063922 -.071350 .062807 .018947 425.66 205.09)" stroke-width="1.6032" fill="#006700"/>
<path id="path1813" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.029417 -.060130 0.0572 .039534 421.8 189.48)" stroke-width="1.6032" fill="#006700"/>
<path id="path1814" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.044533 -.047044 .048576 .052033 423.4 178.25)" stroke-width="1.6032" fill="#006700"/>
<path id="path1815" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.71299 -.23270 .28833 .88343 65.801 118.99)" stroke-width=".33204" fill="#f00"/>
<path id="path1816" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.71299 -.23270 .28833 .88343 60.189 121.51)" stroke-width=".33204" fill="#f00"/>
<path id="path1817" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.095003 .023445 .0014207 .10361 450.31 143)" stroke-width="1.6032" fill="#006700"/>
<path id="path1818" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.091852 -.0047556 .021969 .10567 438.59 150.9)" stroke-width="1.6032" fill="#006700"/>
<path id="path1819" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.031778 -.099236 .080893 .056105 420.64 208.04)" stroke-width="1.6032" fill="#006700"/>
<path id="path1820" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.060060 -.072546 .066514 .083002 420.3 183.9)" stroke-width="1.6032" fill="#006700"/>
<path id="path1821" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.076789 -.046834 .050553 .096925 426.13 168.55)" stroke-width="1.6032" fill="#006700"/>
<path id="path1822" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.088755 .041964 -.016747 .10262 469.8 160.18)" stroke-width="1.6032" fill="#006700"/>
<path id="path1823" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.090610 .013488 .0029779 .10871 456.96 165.67)" stroke-width="1.6032" fill="#006700"/>
<path id="path1824" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.048429 -.091719 .069247 .071427 429.42 218.55)" stroke-width="1.6032" fill="#006700"/>
<path id="path1825" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.071401 -.059760 .050484 .095145 433.31 194.64)" stroke-width="1.6032" fill="#006700"/>
<path id="path1826" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.083252 -.031052 .032447 .10574 441.69 180.63)" stroke-width="1.6032" fill="#006700"/>
<path id="path1827" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.064540 .076734 -.053817 .088020 496.25 181.43)" stroke-width="1.6032" fill="#006700"/>
<path id="path1828" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.076947 .051118 -.038258 .10208 482.57 181.05)" stroke-width="1.6032" fill="#006700"/>
<path id="path1829" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.078394 -.064415 .035781 .095742 437.71 218.35)" stroke-width="1.6032" fill="#006700"/>
<path id="path1830" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.087151 -.024990 .0098599 .10974 450.24 197.83)" stroke-width="1.6032" fill="#006700"/>
<path id="path1831" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.087065 .0066801 -.010458 .11188 463.11 188.42)" stroke-width="1.6032" fill="#006700"/>
<path id="path1832" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.046575 .10876 -.087307 .077090 511.72 202.12)" stroke-width="1.6032" fill="#006700"/>
<path id="path1833" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.29304 -.42472 .55451 .30219 167.81 313.54)" stroke-width=".33204" fill="#f00"/>
<path id="path1834" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.29304 -.42472 .55451 .30219 165.8 317.22)" stroke-width=".33204" fill="#f00"/>
<path id="path1835" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.068401 .085113 -.074663 .098410 496.78 196.6)" stroke-width="1.6032" fill="#006700"/>
<path id="path1836" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.10683 -.041872 .0088572 .11902 435.5 221.04)" stroke-width="1.6032" fill="#006700"/>
<path id="path1837" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.10390 .0049094 -.024139 .12481 455.84 203.07)" stroke-width="1.6032" fill="#006700"/>
<path id="path1838" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.093708 .039835 -.047186 .11959 473 197.47)" stroke-width="1.6032" fill="#006700"/>
<path id="path1839" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(-.012686 .1312 -.12512 .021273 532.08 244.55)" stroke-width="1.6032" fill="#006700"/>
<path id="path1840" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.45225 .59830 -.74133 .56036 427.87 -141.94)" stroke-width=".33204" fill="#f00"/>
<path id="path1841" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.45225 .59830 -.74133 .56036 423.66 -146.42)" stroke-width=".33204" fill="#f00"/>
<path id="path1842" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.020912 .12172 -.12422 .049086 520.59 230.39)" stroke-width="1.6032" fill="#006700"/>
<path id="path1843" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.12530 .023860 -.054526 .11847 448.5 217.11)" stroke-width="1.6032" fill="#006700"/>
<path id="path1844" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.097680 .066604 -.089441 .10431 477.65 212.14)" stroke-width="1.6032" fill="#006700"/>
<path id="path1845" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.069333 .093744 -.10892 .085607 497.18 217.05)" stroke-width="1.6032" fill="#006700"/>
<g id="g1846" transform="matrix(.062904 .16941 -.15868 .070518 507.09 211.42)" stroke-width="1.6032" fill="#006700">
<path id="path1847" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.92853 .37125 -.37125 .92853 252.11 -52.333)"/>
<path id="path1848" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.87409 -.48576 .48576 .87409 -234.07 229)"/>
<path id="path1849" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="translate(9.9908 14.986)"/>
</g>
<g id="g1850" transform="matrix(.038655 -.065163 .10009 .052494 381.33 173.41)" stroke-width="1.6032" fill="#006700">
<path id="path1851" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.92853 .37125 -.37125 .92853 252.11 -52.333)"/>
<path id="path1852" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.87409 -.48576 .48576 .87409 -234.07 229)"/>
<path id="path1853" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="translate(9.9908 14.986)"/>
</g>
<path id="path1854" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(0.75 0 0 .92929 121.35 16.238)" stroke-width=".33204" fill="#f00"/>
<path id="path1855" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(0.75 0 0 .92929 115.23 16.888)" stroke-width=".33204" fill="#f00"/>
<path id="path1856" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.64918 .37559 -.46538 .80436 276.35 -113.32)" stroke-width=".33204" fill="#f00"/>
<path id="path1857" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.64918 .37559 -.46538 .80436 270.73 -115.82)" stroke-width=".33204" fill="#f00"/>
<path id="path1858" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.40299 -.32227 .44392 .44914 153.89 236.13)" stroke-width=".33204" fill="#f00"/>
<path id="path1859" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.40299 -.32227 .44392 .44914 150.91 239.07)" stroke-width=".33204" fill="#f00"/>
</g>
<g id="g1752" transform="translate(-4.2872 9.7993)">
<path id="path1746" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.63371 -.40113 .49703 .78520 41.19 205.69)" stroke-width=".33204" fill="#f00"/>
<path id="path1747" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.63371 -.40113 .49703 .78520 36.37 209.51)" stroke-width=".33204" fill="#f00"/>
<path id="path774" d="m259.03 105.71s400.32 70.645 414.45 395.62c14.129 324.97-188.39 367.36-259.03 419.16-70.645 51.807-113.03 113.03-146 113.03-32.968 0-80.065-14.13-80.065-14.13s9.42 51.81 75.355 47.1c65.936-4.71 127.16-113.03 164.84-131.87s277.88-98.9 259.04-428.58c-14.13-353.23-423.88-390.91-428.59-400.33z" transform="matrix(.13845 .032625 -.034493 .14820 406.46 152.89)" stroke-width="1.6032" fill="#006700"/>
<path id="path780" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.067365 -.0053250 .016573 .067011 435.79 156.41)" stroke-width="1.6032" fill="#006700"/>
<path id="path778" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.060996 -.022965 .030688 0.0639 429.11 164.08)" stroke-width="1.6032" fill="#006700"/>
<path id="path779" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.0063922 -.071350 .062807 .018947 425.66 205.09)" stroke-width="1.6032" fill="#006700"/>
<path id="path777" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.029417 -.060130 0.0572 .039534 421.8 189.48)" stroke-width="1.6032" fill="#006700"/>
<path id="path776" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.044533 -.047044 .048576 .052033 423.4 178.25)" stroke-width="1.6032" fill="#006700"/>
<path id="path1738" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.71299 -.23270 .28833 .88343 65.801 118.99)" stroke-width=".33204" fill="#f00"/>
<path id="path1739" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.71299 -.23270 .28833 .88343 60.189 121.51)" stroke-width=".33204" fill="#f00"/>
<path id="path790" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.095003 .023445 .0014207 .10361 450.31 143)" stroke-width="1.6032" fill="#006700"/>
<path id="path791" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.091852 -.0047556 .021969 .10567 438.59 150.9)" stroke-width="1.6032" fill="#006700"/>
<path id="path792" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.031778 -.099236 .080893 .056105 420.64 208.04)" stroke-width="1.6032" fill="#006700"/>
<path id="path793" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.060060 -.072546 .066514 .083002 420.3 183.9)" stroke-width="1.6032" fill="#006700"/>
<path id="path794" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.076789 -.046834 .050553 .096925 426.13 168.55)" stroke-width="1.6032" fill="#006700"/>
<path id="path797" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.088755 .041964 -.016747 .10262 469.8 160.18)" stroke-width="1.6032" fill="#006700"/>
<path id="path798" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.090610 .013488 .0029779 .10871 456.96 165.67)" stroke-width="1.6032" fill="#006700"/>
<path id="path799" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.048429 -.091719 .069247 .071427 429.42 218.55)" stroke-width="1.6032" fill="#006700"/>
<path id="path800" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.071401 -.059760 .050484 .095145 433.31 194.64)" stroke-width="1.6032" fill="#006700"/>
<path id="path801" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.083252 -.031052 .032447 .10574 441.69 180.63)" stroke-width="1.6032" fill="#006700"/>
<path id="path804" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.064540 .076734 -.053817 .088020 496.25 181.43)" stroke-width="1.6032" fill="#006700"/>
<path id="path805" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.076947 .051118 -.038258 .10208 482.57 181.05)" stroke-width="1.6032" fill="#006700"/>
<path id="path806" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.078394 -.064415 .035781 .095742 437.71 218.35)" stroke-width="1.6032" fill="#006700"/>
<path id="path1626" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.087151 -.024990 .0098599 .10974 450.24 197.83)" stroke-width="1.6032" fill="#006700"/>
<path id="path808" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.087065 .0066801 -.010458 .11188 463.11 188.42)" stroke-width="1.6032" fill="#006700"/>
<path id="path811" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.046575 .10876 -.087307 .077090 511.72 202.12)" stroke-width="1.6032" fill="#006700"/>
<path id="path1750" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.29304 -.42472 .55451 .30219 167.81 313.54)" stroke-width=".33204" fill="#f00"/>
<path id="path1751" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.29304 -.42472 .55451 .30219 165.8 317.22)" stroke-width=".33204" fill="#f00"/>
<path id="path812" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.068401 .085113 -.074663 .098410 496.78 196.6)" stroke-width="1.6032" fill="#006700"/>
<path id="path813" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.10683 -.041872 .0088572 .11902 435.5 221.04)" stroke-width="1.6032" fill="#006700"/>
<path id="path1633" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.10390 .0049094 -.024139 .12481 455.84 203.07)" stroke-width="1.6032" fill="#006700"/>
<path id="path1634" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.093708 .039835 -.047186 .11959 473 197.47)" stroke-width="1.6032" fill="#006700"/>
<path id="path1637" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(-.012686 .1312 -.12512 .021273 532.08 244.55)" stroke-width="1.6032" fill="#006700"/>
<path id="path1736" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.45225 .59830 -.74133 .56036 427.87 -141.94)" stroke-width=".33204" fill="#f00"/>
<path id="path1737" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.45225 .59830 -.74133 .56036 423.66 -146.42)" stroke-width=".33204" fill="#f00"/>
<path id="path1638" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.020912 .12172 -.12422 .049086 520.59 230.39)" stroke-width="1.6032" fill="#006700"/>
<path id="path820" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.12530 .023860 -.054526 .11847 448.5 217.11)" stroke-width="1.6032" fill="#006700"/>
<path id="path821" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.097680 .066604 -.089441 .10431 477.65 212.14)" stroke-width="1.6032" fill="#006700"/>
<path id="path822" d="m320.26 487.2c0 59.825-11.597 108.32-25.903 108.32s-25.903-48.498-25.903-108.32c0-59.825 11.597-108.32 25.903-108.32s25.903 48.498 25.903 108.32z" transform="matrix(.069333 .093744 -.10892 .085607 497.18 217.05)" stroke-width="1.6032" fill="#006700"/>
<g id="g834" transform="matrix(.062904 .16941 -.15868 .070518 507.09 211.42)" stroke-width="1.6032" fill="#006700">
<path id="path832" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.92853 .37125 -.37125 .92853 252.11 -52.333)"/>
<path id="path1645" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.87409 -.48576 .48576 .87409 -234.07 229)"/>
<path id="path831" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="translate(9.9908 14.986)"/>
</g>
<g id="g838" transform="matrix(.038655 -.065163 .10009 .052494 381.33 173.41)" stroke-width="1.6032" fill="#006700">
<path id="path839" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.92853 .37125 -.37125 .92853 252.11 -52.333)"/>
<path id="path1649" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="matrix(.87409 -.48576 .48576 .87409 -234.07 229)"/>
<path id="path841" d="m314.71 506.2c0 45.062-10.064 81.591-22.479 81.591s-22.479-36.53-22.479-81.591c0-45.062 10.064-81.591 22.479-81.591s22.479 36.53 22.479 81.591z" transform="translate(9.9908 14.986)"/>
</g>
<path id="path1732" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(0.75 0 0 .92929 121.35 16.238)" stroke-width=".33204" fill="#f00"/>
<path id="path1733" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(0.75 0 0 .92929 115.23 16.888)" stroke-width=".33204" fill="#f00"/>
<path id="path1734" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.64918 .37559 -.46538 .80436 276.35 -113.32)" stroke-width=".33204" fill="#f00"/>
<path id="path1735" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.64918 .37559 -.46538 .80436 270.73 -115.82)" stroke-width=".33204" fill="#f00"/>
<path id="path1748" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.40299 -.32227 .44392 .44914 153.89 236.13)" stroke-width=".33204" fill="#f00"/>
<path id="path1749" d="m490.58 234.24c0 0.84563-0.82262 1.5312-1.8374 1.5312s-1.8374-0.68552-1.8374-1.5312c0-0.84563 0.82261-1.5312 1.8374-1.5312s1.8374 0.68552 1.8374 1.5312z" transform="matrix(.40299 -.32227 .44392 .44914 150.91 239.07)" stroke-width=".33204" fill="#f00"/>
</g>
<g id="g1911" transform="translate(-3.0623 1.8374)" stroke-width=".23547" fill="#5387f4">
<path id="path1861" d="m411.36 319.5 0.037 5.258c10.21-0.517 5.263 6.977 7.029 11.223l2.255-2.827 3.122 2.803c-0.25-4.908 2.748-17.395-12.443-16.457z" transform="translate(.43304 -.000015259)"/>
<path id="path1862" d="m411.36 319.5 0.037 5.258c10.21-0.517 5.263 6.977 7.029 11.223l2.255-2.827 3.122 2.803c-0.25-4.908 2.748-17.395-12.443-16.457z" transform="matrix(-1 0 0 1 826.8 .21651)"/>
<g id="g1865" transform="matrix(.89666 .44272 -.44272 .89666 184.34 -149.98)">
<path id="path1864" d="m427.88 303.13c0.325 1.901-0.449 11.372-0.865 13.641-0.537 1.923-0.447 6.708-10.395 7.147-4.776 0.211-3.898-4.548-3.681-4.548 0.216 0 1.949 1.733 3.898 0 1.948-1.732-0.444-17.53 1.515-19.488 2.156-2.155 9.985 1.496 9.528 3.248z"/>
<path id="path1863" d="m427.88 303.13c-2.057-0.264-3.159-0.732-3.68 1.516-2.053 9.068 2.368 17.101-7.58 19.272-4.665 1.041-3.898-4.548-3.681-4.548 0.216 0 1.949 1.733 3.898 0 1.948-1.732-0.444-17.53 1.515-19.488 2.156-2.155 9.985 1.496 9.528 3.248z"/>
</g>
<g id="g1868" transform="matrix(-.89666 .44272 .44272 .89666 644.51 -149.98)">
<path id="path1869" d="m427.88 303.13c0.325 1.901-0.449 11.372-0.865 13.641-0.537 1.923-0.447 6.708-10.395 7.147-4.776 0.211-3.898-4.548-3.681-4.548 0.216 0 1.949 1.733 3.898 0 1.948-1.732-0.444-17.53 1.515-19.488 2.156-2.155 9.985 1.496 9.528 3.248z"/>
<path id="path1870" d="m427.88 303.13c-2.057-0.264-3.159-0.732-3.68 1.516-2.053 9.068 2.368 17.101-7.58 19.272-4.665 1.041-3.898-4.548-3.681-4.548 0.216 0 1.949 1.733 3.898 0 1.948-1.732-0.444-17.53 1.515-19.488 2.156-2.155 9.985 1.496 9.528 3.248z"/>
</g>
<path id="path1860" d="m411.57 319.06-0.18 6.774 5.08-0.037 0.613-6.737h-5.513z" transform="translate(0 -.000015259)"/>
</g>
</g>
<path id="path946" d="m409.69 276.93s-14.322 12.064-14.322 20.725c0.306 3.457 3.169 6.981 8.407 9.52-2.418-3.586-2.747-6.52-2.747-9.931 0.306-5.86 8.461-12.931 8.461-12.931l0.201-7.383z" fill-rule="evenodd" transform="matrix(-.55701 0 0 .56139 640.36 115.47)" stroke="#000" stroke-width=".23547" fill="#5387f4"/>
<g id="g994" stroke="#000" fill-rule="evenodd" transform="matrix(.74925 0 0 .74160 145.3 269.28)">
<rect id="rect951" transform="matrix(.0013385 -1.0774 -.89274 -.13654 -21.895 93.381)" height="2.0546" width="49.929" y="-427.57" x="172.65" stroke-width=".17606" fill="#ffd200"/>
<path id="path952" d="m283.46-389.76-17.717 70.866 17.717 25.037 17.716-25.037-17.716-70.866z" transform="matrix(-.15568 -.030357 -.0015714 .16811 402.81 -28.331)" stroke-width="1.0664" fill="#ffd200"/>
<path id="path953" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(-.12088 -.0096268 .0036882 .087161 404.67 -46.703)" stroke-width="1.6851"/>
<path id="path954" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(.11820 -.013634 -.016366 -.086948 308.96 -117.95)" stroke-width="1.6851"/>
<path id="path978" d="m422.29-165.7 2.45-0.306s1.766 2.602 3.675 6.737c1.679 4.331 3.368 11.33 4.899 27.255-4.593-0.307-21.436 1.531-21.436 1.531s0.236-19.169 6.125-26.029c2.757-2.906 4.593-8.575 4.287-9.188z" transform="matrix(0.9 0 0 1.0774 -21.895 93.381)" stroke-width=".17536" fill="#5387f4"/>
<path id="path977" d="m422.29-165.7 2.45-0.306s1.766 2.602 3.675 6.737c1.679 4.331-4.9 11.636-3.369 27.561-4.593-0.307-13.168 1.225-13.168 1.225s0.236-19.169 6.125-26.029c2.757-2.906 4.593-8.575 4.287-9.188z" transform="matrix(0.9 0 0 1.0774 -21.895 93.381)" stroke-width=".17536" fill="#fff"/>
<path id="path976" d="m422.29-165.7 2.45-0.306s-0.613 7.962-2.756 11.943c-2.144 3.981-3.369 22.967-3.063 22.967 0.307 0-7.043 0.613-7.043 0.613s0.236-19.169 6.125-26.029c2.757-2.906 4.593-8.575 4.287-9.188z" transform="matrix(0.9 0 0 1.0774 -21.895 93.381)" stroke-width=".17536" fill="#5387f4"/>
</g>
<path id="path945" d="m409.69 276.93s-14.322 12.064-14.322 20.725c0.306 3.457 3.169 6.981 8.407 9.52-2.418-3.586-2.747-6.52-2.747-9.931 0.306-5.86 8.461-12.931 8.461-12.931l0.201-7.383z" fill-rule="evenodd" transform="matrix(.57303 0 0 .54638 180.32 119.86)" stroke="#000" stroke-width=".23547" fill="#5387f4"/>
<g id="g930" stroke="#000" fill-rule="evenodd" transform="matrix(-.26793 0 0 .19503 512.17 346.21)">
<path id="path931" d="m407.48-248.03 106.3-106.3s-27.516 220.02-88.583 265.75c0 0-53.15 24.117-53.15-0.135l35.433-159.31z" transform="translate(-.00049591 -301.18)" stroke-width=".62793pt" fill="#5387f4"/>
<path id="path932" d="m407.48-248.03 70.866-70.867s-35.433 230.31-106.3 230.31v-0.1349l35.433-159.31z" transform="translate(.00041962 -301.18)" stroke-width=".62793pt" fill="#fff"/>
<path id="path933" d="m407.48-248.03s35.433-35.434 35.433-35.434-35.433 194.88-70.866 194.88v-0.1349l35.433-159.31z" transform="translate(.00022888 -301.18)" stroke-width=".62793pt" fill="#5387f4"/>
<rect id="rect934" transform="rotate(-43.992)" height="7.3228" width="177.17" y="-116.49" x="678.85" stroke-width=".81631" fill="#ffd200"/>
<path id="path935" d="m283.46-389.76-17.717 70.866 17.717 25.037 17.716-25.037-17.716-70.866z" transform="matrix(.44721 .43219 -.39504 .38894 290.37 -679.58)" stroke-width="1.729" fill="#ffd200"/>
<path id="path936" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(.38682 .26358 -.16606 .24370 323.5 -666.19)" stroke-width=".62793pt"/>
<path id="path937" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(-.33732 -.32453 .20446 -.21252 742.75 -641.88)" stroke-width=".62793pt"/>
<path id="path938" d="m407.48-248.03 106.3-53.15s-17.717 221.39-106.3 221.39c-53.15 0-70.866-70.866-70.866-70.866l70.866-97.378z" transform="translate(17.717 -256.83)" stroke-width=".62793pt" fill="#5387f4"/>
<path id="path939" d="m407.48-248.03 70.866-35.434c0 35.434-17.716 185.96-70.866 185.96-35.433 0-70.866-53.15-70.866-53.15l70.866-97.378z" transform="translate(17.717 -256.83)" stroke-width=".62793pt" fill="#fff"/>
<path id="path940" d="m407.48-248.03l35.433-17.717c0 79.662-17.716 150.53-53.149 150.53-17.717 0-53.15-35.433-53.15-35.433l70.866-97.378z" transform="translate(17.717 -256.83)" stroke-width=".62793pt" fill="#5387f4"/>
<rect id="rect941" transform="rotate(-26.517)" height="7.3228" width="177.17" y="-267.74" x="569.18" stroke-width=".81631" fill="#ffd200"/>
<path id="path942" d="m283.46-389.76-17.717 70.866 17.717 25.037 17.716-25.037-17.716-70.866z" transform="matrix(.29679 .54653 -.4936 .25237 315.38 -647.39)" stroke-width="1.729" fill="#ffd200"/>
<path id="path943" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(.28982 .36758 -.23158 .18259 342.96 -624.68)" stroke-width=".62793pt"/>
<path id="path944" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(-.22430 -.41085 .25884 -.14131 735.56 -475.59)" stroke-width=".62793pt"/>
</g>
<g id="g915" stroke="#000" fill-rule="evenodd" transform="matrix(.26414 0 0 .19504 316.86 346.21)">
<path id="path878" d="m407.48-248.03 106.3-106.3s-27.516 220.02-88.583 265.75c0 0-53.15 24.117-53.15-0.135l35.433-159.31z" transform="translate(-.00049591 -301.18)" stroke-width=".62793pt" fill="#5387f4"/>
<path id="path879" d="m407.48-248.03 70.866-70.867s-35.433 230.31-106.3 230.31v-0.1349l35.433-159.31z" transform="translate(.00041962 -301.18)" stroke-width=".62793pt" fill="#fff"/>
<path id="path880" d="m407.48-248.03s35.433-35.434 35.433-35.434-35.433 194.88-70.866 194.88v-0.1349l35.433-159.31z" transform="translate(.00022888 -301.18)" stroke-width=".62793pt" fill="#5387f4"/>
<rect id="rect881" transform="rotate(-43.992)" height="7.3228" width="177.17" y="-116.49" x="678.85" stroke-width=".81631" fill="#ffd200"/>
<path id="path882" d="m283.46-389.76-17.717 70.866 17.717 25.037 17.716-25.037-17.716-70.866z" transform="matrix(.44721 .43219 -.39504 .38894 290.37 -679.58)" stroke-width="1.729" fill="#ffd200"/>
<path id="path883" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(.38682 .26358 -.16606 .24370 323.5 -666.19)" stroke-width=".62793pt"/>
<path id="path884" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(-.33732 -.32453 .20446 -.21252 742.75 -641.88)" stroke-width=".62793pt"/>
<path id="path834" d="m407.48-248.03 106.3-53.15s-17.717 221.39-106.3 221.39c-53.15 0-70.866-70.866-70.866-70.866l70.866-97.378z" transform="translate(17.717 -256.83)" stroke-width=".62793pt" fill="#5387f4"/>
<path id="path835" d="m407.48-248.03 70.866-35.434c0 35.434-17.716 185.96-70.866 185.96-35.433 0-70.866-53.15-70.866-53.15l70.866-97.378z" transform="translate(17.717 -256.83)" stroke-width=".62793pt" fill="#fff"/>
<path id="path836" d="m407.48-248.03l35.433-17.717c0 79.662-17.716 150.53-53.149 150.53-17.717 0-53.15-35.433-53.15-35.433l70.866-97.378z" transform="translate(17.717 -256.83)" stroke-width=".62793pt" fill="#5387f4"/>
<rect id="rect839" transform="rotate(-26.517)" height="7.3228" width="177.17" y="-267.74" x="569.18" stroke-width=".81631" fill="#ffd200"/>
<path id="path840" d="m283.46-389.76-17.717 70.866 17.717 25.037 17.716-25.037-17.716-70.866z" transform="matrix(.29679 .54653 -.4936 .25237 315.38 -647.39)" stroke-width="1.729" fill="#ffd200"/>
<path id="path845" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(.28982 .36758 -.23158 .18259 342.96 -624.68)" stroke-width=".62793pt"/>
<path id="path846" d="m368.98-419.45s-40.709-27.717-40.709 0.866c0 28.582 39.843 0.866 40.709-0.866zm-7.795-0.181s-28.583-19.342-28.583 0.604c0 19.945 27.975 0.604 28.583-0.604z" transform="matrix(-.22430 -.41085 .25884 -.14131 735.56 -475.59)" stroke-width=".62793pt"/>
</g>
<g id="g1871" stroke-linejoin="bevel" transform="matrix(.74925 0 0 .74160 105.14 70.338)" stroke="#000" stroke-width=".10530">
<path id="path580" d="m496.06 627.16 17.717-17.716 17.716 17.716h-35.433z" fill-rule="evenodd" transform="matrix(2.6869 0 0 4.6313 -968.14 -2627.4)" fill="#ffd200"/>
<path id="path562" d="m496.06 627.16 17.717-17.716 17.716 17.716h-35.433z" fill-rule="evenodd" transform="matrix(2.4214 0 0 4.1966 -831.57 -2357.1)" fill="#0ff"/>
<path id="path833" d="m419.84 239.14c0 3.8899-3.2219 7.0432-7.1964 7.0432-3.9744 0-7.1964-3.1534-7.1964-7.0432 0-3.8899 3.2219-7.0432 7.1964-7.0432 3.9744 0 7.1964 3.1534 7.1964 7.0432z" fill-rule="evenodd" fill="#ffd200"/>
<g id="g619" transform="matrix(.24214 0 0 .24229 300.66 101.1)" fill="none">
<path id="path604" d="m462.73 556.66-1.18-108.32"/>
<path id="path606" d="m468.62 563.73 38.855-54.162"/>
<path id="path607" d="m474.51 569.61 62.4-25.9"/>
<path id="path609" d="m479.22 577.86 73.001 2.355"/>
<path id="path611" d="m474.51 587.28 42.388 37.677" transform="translate(0 -.000030518)"/>
<path id="path612" d="m462.73 583.74v34.146"/>
<path id="path613" d="m449.78 575.5-55.339 48.275"/>
<path id="path614" d="m455.67 579.03-24.726 45.92"/>
<path id="path615" d="m446.25 569.61-91.84 31.791"/>
<path id="path616" d="m445.07 564.9-64.76-2.355"/>
<path id="path617" d="m393.26 537.82 56.517 18.839"/>
<path id="path618" d="m420.34 489.55 34.146 65.936"/>
</g>
<g id="g572" fill-rule="evenodd" transform="matrix(.24214 0 0 .24229 300.97 178.59)">
<path id="path565" d="m460.63 219.69c-35.433 0-61.25 6.505-83.044 14.145l5.54-9.579 5.53-9.595 5.54-9.596 5.54-9.578 5.53-9.595 5.54-9.579 6.13-9.769c8.26-7.257 25.98-10.652 43.69-10.652 17.72 0 35.44 3.586 44.3 10.826l5.54 9.595 5.53 9.579 5.54 9.595 5.54 9.578 5.53 9.596 5.54 9.595 5.53 9.579c-22.972-7.64-47.613-14.145-83.046-14.145z" transform="translate(.00055313 -.0036163)" fill="#c453d7"/>
<path id="path566" d="m460.63 212.93c-35.548-0.05-75.281 10.597-77.504 11.329l5.53-9.595 5.54-9.596 5.54-9.578 5.53-9.595 5.54-9.579 6.13-9.769c8.26-7.257 25.98-10.652 43.69-10.652 17.72 0 35.44 3.586 44.3 10.826l5.54 9.595 5.53 9.579 5.54 9.595 5.54 9.578 5.53 9.596 5.54 9.595s-42.083-11.329-77.516-11.329z" transform="translate(.012903 .00088501)" fill="#5000c1"/>
<path id="path567" d="m460.63 205.27c-26.248-0.109-68.686 7.141-71.68 8.504l5.246-8.713 5.54-9.578 5.53-9.595 5.54-9.579 6.13-9.769c8.26-7.257 25.98-10.652 43.69-10.652 17.72 0 35.44 3.586 44.3 10.826l5.54 9.595 5.53 9.579 5.54 9.595 5.54 9.578 5.53 9.596s-36.543-9.387-71.976-9.387z" transform="translate(-.00020024 -.0065155)" fill="#0053d7"/>
<path id="path568" d="m460.63 197.32c-34.802-0.07-63.717 6.631-66.434 7.739l5.54-9.578 5.53-9.595 5.54-9.579 6.13-9.769c8.26-7.257 25.98-10.652 43.69-10.652 17.72 0 35.44 3.586 44.3 10.826l5.54 9.595 5.53 9.579 5.54 9.595 5.54 9.578s-31.013-7.739-66.446-7.739z" transform="translate(-.015031 -.0081177)" fill="#009f9f"/>
<path id="path569" d="m460.63 190.56c-35.605-0.123-57.963 4.465-60.894 4.931l5.53-9.595 5.54-9.579 6.13-9.769c8.26-7.257 25.98-10.652 43.69-10.652 17.72 0 35.44 3.586 44.3 10.826l5.54 9.595 5.53 9.579 5.54 9.595s-25.473-4.931-60.906-4.931z" transform="translate(-.00020024 -.012848)" fill="#ff0"/>
<path id="path570" d="m460.34 181.72c-31.014-0.671-53.786 4.25-55.07 4.167l5.54-9.579 6.13-9.769c8.26-7.257 25.98-10.652 43.69-10.652 17.72 0 35.44 3.586 44.3 10.826l5.54 9.595 5.53 9.579s-20.227-4.167-55.66-4.167z" transform="translate(-.014536 -.012848)" fill="#f50"/>
<path id="path571" d="m461.51 171.42c-31.129 0.257-47.247 4.34-50.707 4.891l6.13-9.769c8.26-7.257 25.98-10.652 43.69-10.652 17.72 0 35.44 3.586 44.3 10.826l5.54 9.595s-13.52-4.891-48.953-4.891z" transform="translate(-.029404 .0029450)" fill="#ff0b00"/>
</g>
<path id="path581" d="m496.06 627.16 4.983-4.983h25.467l4.983 4.983h-35.433z" fill-rule="evenodd" transform="matrix(2.4214 0 0 4.1966 -831.57 -2357.1)" fill="#4363ff"/>
<path id="path603" d="m438.01 565.49c0.409 0 0.727-1.87 1.766-3.532 2.222-1.61 4.568-2.871 7.653-3.533 1.665-0.832 5.08-0.588 7.653-0.588 3.611 0.324 3.837 1.865 5.888 4.121 0.902 1.837 3.038 4.389 4.121 7.064 1.172 1.42 2.107 3.626 2.943 5.299 0.855 1.804 1.765 4.526 2.944 7.064 0.605 2.824 1.177 5.028 1.177 8.242 0 3.352-0.554 4.78-1.177 7.065-1.794 0.598-5.29 0.888-7.065 0-1.9-1.7-5.162-0.617-6.475-2.355-3.386-0.474-4.208-4.459-5.888-6.475-1.175-1.729-1.156-3.032-2.355-4.71-1.857-1.327-2.108-2.945-2.943-5.299 0.736-2.517 2.015-3.068 4.121-4.121 1.127-1.644 1.766-2.304 1.766-5.298-0.424-3.334-1.625-2.982-4.71-3.533-3.814 0-5.77 0.393-9.419 0.589z" fill-rule="evenodd" transform="matrix(.16282 0 0 .12659 338.7 166.52)" fill="#f00"/>
<g id="g820" fill-rule="evenodd" transform="matrix(1.0506 -.042456 .20928 1.1632 -78.052 -20.528)" fill="#6da700">
<path id="path814" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.099518 -.0072856 .0089420 .12214 386.68 185.55)"/>
<path id="path815" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.099518 -.0072856 .0089420 .12214 385.23 185.65)"/>
<path id="path816" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.11825 -.0086572 .0099186 .13548 374.39 177.66)"/>
<path id="path817" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.13074 -.0095716 .011546 .15772 365.68 163.46)"/>
<path id="path818" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.14792 -.010829 .012848 .17550 354.72 152.32)"/>
<path id="path819" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.15729 -.011515 .014476 .19774 346.83 137.79)"/>
<path id="path807" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.17825 0 0 .19309 344.65 135.43)"/>
<path id="path590" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.17825 0 0 .19309 342.05 135.43)"/>
<path id="path588" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.21181 0 0 .21418 323.77 121.6)"/>
<path id="path586" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.23418 0 0 .24932 310.11 98.276)"/>
<path id="path584" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.26494 0 0 .27744 292.04 79.5)"/>
<path id="path582" d="m334.69 674.38s28.307-4.996 46.624-19.982c18.316-14.986 18.317-39.964 26.642-39.964 8.326 0 9.991 28.308 29.973 38.299 19.981 9.991 51.62 23.312 51.62 23.312l-154.86-1.665z" transform="matrix(.28172 0 0 .31258 279.88 55.74)"/>
</g>
</g>
<g id="g2201" transform="matrix(.74925 0 0 .74160 110.88 -99.988)">
<path id="path2121" d="m380.34 293.64 5.819-4.9s7.961 6.431 23.579 6.125c14.709-0.283 19.906-5.513 22.049-6.126l5.818 5.206c-3.369 0.919-15.311 6.737-28.785 7.35-14.087-0.612-26.642-5.817-28.48-7.655z" fill-rule="evenodd" transform="translate(-5.8465 229.96)" stroke="#000" stroke-width=".23547" fill="#ffc200"/>
<path id="path2158" d="m425.45 510.86v-3.401h-1.476v-0.454h3.55v0.454h-1.481v3.401h-0.593z" stroke-width="1pt" transform="matrix(.69073 -.24508 .25511 .71327 -2.8299 265.75)"/>
<path id="path2161" d="m415.64 510.86v-3.855h3.238v0.454h-2.645v1.181h2.477v0.452h-2.477v1.313h2.749v0.455h-3.342z" stroke-width="1pt" transform="matrix(.70851 -.18757 .19571 .7318 19.511 232.16)"/>
<path id="path2165" d="m409.81 510.86v-3.855h0.593v3.855h-0.593z" stroke-width="1pt" transform="matrix(.70851 -.18757 .19571 .7318 19.435 232.01)"/>
<path id="path2166" d="m406.21 510.86v-3.855h0.593v3.4h2.206v0.455h-2.799z" stroke-width="1pt" transform="matrix(.72753 -.088746 .093623 .75171 63.594 181.37)"/>
<path id="path2167" d="m399.97 510.86v-3.855h0.608l2.352 3.026v-3.026h0.568v3.855h-0.608l-2.352-3.03v3.03h-0.568z" stroke-width="1pt" transform="matrix(.73267 -.019108 .021661 .75721 97.815 150.42)"/>
<path id="path2170" d="m393.47 510.86v-3.855h0.592v3.855h-0.592z" stroke-width="1pt" transform="matrix(.72886 .076994 -.077676 .75353 149.67 114.07)"/>
<path id="path2171" d="m388.85 510.86v-3.855h0.608l2.352 3.026v-3.026h0.568v3.855h-0.608l-2.352-3.03v3.03h-0.568z" stroke-width="1pt" transform="matrix(.72001 .13695 -.13967 .74453 184.6 95.077)"/>
<path id="path2172" d="m387.28 507.01h0.592v2.227c0 0.387-0.051 0.695-0.152 0.923-0.103 0.228-0.287 0.413-0.554 0.557-0.264 0.142-0.613 0.213-1.044 0.213-0.419 0-0.763-0.062-1.029-0.187-0.267-0.124-0.458-0.304-0.572-0.539-0.114-0.236-0.171-0.559-0.171-0.967v-2.227h0.593v2.224c0 0.335 0.035 0.582 0.107 0.742 0.073 0.158 0.197 0.279 0.373 0.365s0.392 0.129 0.647 0.129c0.436 0 0.746-0.085 0.932-0.255 0.185-0.17 0.278-0.497 0.278-0.981v-2.224z" stroke-width="1pt" transform="matrix(.70887 .18620 -.19060 .73315 215.09 81.887)"/>
<path id="path2173" d="m378.22 509.63 0.559-0.042c0.026 0.193 0.087 0.351 0.183 0.476 0.098 0.122 0.248 0.223 0.452 0.3 0.203 0.075 0.433 0.113 0.687 0.113 0.226 0 0.426-0.029 0.599-0.087s0.302-0.137 0.385-0.237c0.085-0.102 0.128-0.212 0.128-0.331 0-0.121-0.04-0.226-0.122-0.316-0.082-0.091-0.216-0.167-0.403-0.228-0.12-0.041-0.386-0.103-0.797-0.187-0.412-0.086-0.7-0.167-0.865-0.242-0.214-0.096-0.374-0.216-0.479-0.358-0.105-0.144-0.156-0.304-0.156-0.481 0-0.194 0.064-0.376 0.192-0.544 0.128-0.17 0.315-0.299 0.562-0.387 0.247-0.087 0.52-0.131 0.822-0.131 0.332 0 0.624 0.046 0.877 0.139 0.254 0.091 0.449 0.226 0.586 0.405s0.21 0.381 0.22 0.608l-0.568 0.036c-0.031-0.243-0.135-0.427-0.312-0.552-0.175-0.124-0.435-0.187-0.779-0.187-0.358 0-0.62 0.057-0.785 0.171-0.163 0.112-0.244 0.248-0.244 0.408 0 0.138 0.058 0.252 0.174 0.342 0.114 0.089 0.412 0.181 0.892 0.276 0.482 0.093 0.813 0.174 0.993 0.244 0.26 0.104 0.453 0.235 0.577 0.395 0.124 0.158 0.187 0.34 0.187 0.547 0 0.205-0.069 0.399-0.205 0.581-0.137 0.18-0.333 0.322-0.59 0.423-0.254 0.1-0.542 0.15-0.861 0.15-0.406 0-0.746-0.051-1.02-0.152-0.274-0.102-0.488-0.254-0.645-0.458-0.155-0.205-0.236-0.436-0.244-0.694z" stroke-width="1pt" transform="matrix(.70684 .20498 -.19437 .72911 217.43 76.457)"/>
<path id="path2176" d="m371.92 510.86v-3.855h0.593v3.855h-0.593z" stroke-width="1pt" transform="matrix(.68641 .26548 -.25683 .70952 256.75 63.442)"/>
<path id="path2181" d="m367.3 510.86v-3.855h1.542c0.349 0 0.615 0.018 0.798 0.055 0.257 0.05 0.476 0.142 0.656 0.276 0.237 0.172 0.413 0.392 0.529 0.66 0.118 0.266 0.177 0.571 0.177 0.915 0 0.293-0.039 0.552-0.119 0.778-0.079 0.226-0.181 0.414-0.305 0.563-0.125 0.147-0.261 0.264-0.41 0.35-0.146 0.084-0.325 0.148-0.534 0.192-0.208 0.044-0.447 0.066-0.718 0.066h-1.616zm0.593-0.455h0.956c0.295 0 0.526-0.024 0.693-0.071 0.169-0.048 0.303-0.114 0.404-0.201 0.14-0.12 0.249-0.282 0.326-0.486 0.08-0.205 0.119-0.453 0.119-0.744 0-0.403-0.077-0.713-0.232-0.928-0.152-0.217-0.339-0.363-0.559-0.437-0.159-0.052-0.414-0.079-0.766-0.079h-0.941v2.946z" stroke-width="1pt" transform="matrix(.56237 .47474 -.47410 .58703 413.2 48.272)"/>
<path id="path2184" d="m373.38 508.99c0-0.64 0.2-1.14 0.598-1.502 0.4-0.362 0.915-0.544 1.546-0.544 0.414 0 0.786 0.085 1.118 0.255s0.585 0.408 0.758 0.713c0.175 0.303 0.263 0.648 0.263 1.033 0 0.391-0.092 0.741-0.276 1.049-0.183 0.309-0.442 0.543-0.778 0.703-0.336 0.157-0.699 0.236-1.088 0.236-0.421 0-0.798-0.087-1.13-0.263-0.332-0.175-0.584-0.415-0.755-0.717-0.171-0.304-0.256-0.625-0.256-0.963zm0.611 0.008c0 0.464 0.144 0.831 0.434 1.099 0.291 0.267 0.655 0.399 1.093 0.399 0.446 0 0.813-0.134 1.1-0.404 0.289-0.27 0.434-0.653 0.434-1.149 0-0.314-0.062-0.588-0.187-0.821-0.122-0.235-0.302-0.416-0.541-0.544-0.236-0.13-0.502-0.195-0.797-0.195-0.419 0-0.781 0.125-1.084 0.374-0.301 0.247-0.452 0.661-0.452 1.241z" stroke-width="1pt" transform="matrix(.68641 .26548 -.25683 .70952 256.75 63.671)"/>
<path id="path2187" d="m394.93 508.99c0-0.64 0.199-1.14 0.598-1.502 0.4-0.362 0.915-0.544 1.546-0.544 0.413 0 0.786 0.085 1.118 0.255s0.585 0.408 0.758 0.713c0.175 0.303 0.262 0.648 0.262 1.033 0 0.391-0.091 0.741-0.275 1.049-0.183 0.309-0.442 0.543-0.779 0.703-0.336 0.157-0.698 0.236-1.087 0.236-0.422 0-0.798-0.087-1.13-0.263-0.332-0.175-0.584-0.415-0.755-0.717-0.171-0.304-0.256-0.625-0.256-0.963zm0.611 0.008c0 0.464 0.144 0.831 0.434 1.099 0.29 0.267 0.655 0.399 1.093 0.399 0.446 0 0.813-0.134 1.1-0.404 0.289-0.27 0.434-0.653 0.434-1.149 0-0.314-0.063-0.588-0.187-0.821-0.122-0.235-0.302-0.416-0.541-0.544-0.236-0.13-0.502-0.195-0.797-0.195-0.419 0-0.781 0.125-1.084 0.374-0.302 0.247-0.452 0.661-0.452 1.241z" stroke-width="1pt" transform="matrix(.72886 .076994 -.077676 .75353 149.82 114)"/>
<path id="path2190" d="m432.31 510.86v-3.855h1.542c0.349 0 0.615 0.018 0.798 0.055 0.256 0.05 0.475 0.142 0.656 0.276 0.237 0.172 0.413 0.392 0.529 0.66 0.118 0.266 0.177 0.571 0.177 0.915 0 0.293-0.04 0.552-0.119 0.778s-0.182 0.414-0.306 0.563c-0.124 0.147-0.26 0.264-0.409 0.35-0.146 0.084-0.325 0.148-0.534 0.192-0.208 0.044-0.448 0.066-0.718 0.066h-1.616zm0.593-0.455h0.956c0.295 0 0.526-0.024 0.693-0.071 0.169-0.048 0.303-0.114 0.403-0.201 0.141-0.12 0.25-0.282 0.327-0.486 0.079-0.205 0.119-0.453 0.119-0.744 0-0.403-0.077-0.713-0.232-0.928-0.153-0.217-0.339-0.363-0.559-0.437-0.159-0.052-0.415-0.079-0.767-0.079h-0.94v2.946z" stroke-width="1pt" transform="matrix(.65991 -.31889 .33131 .68122 -28.43 314.05)"/>
<path id="path2193" d="m419.8 510.86v-3.855h1.985c0.4 0 0.703 0.035 0.911 0.105 0.208 0.068 0.373 0.19 0.498 0.365 0.124 0.175 0.186 0.369 0.186 0.581 0 0.274-0.103 0.504-0.308 0.692-0.206 0.188-0.524 0.307-0.953 0.357 0.156 0.065 0.275 0.13 0.357 0.192 0.173 0.137 0.337 0.308 0.492 0.513l0.779 1.05h-0.746l-0.593-0.802c-0.173-0.232-0.315-0.409-0.427-0.532s-0.213-0.208-0.302-0.257c-0.088-0.05-0.178-0.084-0.269-0.103-0.067-0.012-0.177-0.018-0.33-0.018h-0.688v1.712h-0.592zm0.592-2.154h1.275c0.27 0 0.482-0.024 0.635-0.071 0.152-0.049 0.269-0.127 0.348-0.232 0.08-0.106 0.119-0.222 0.119-0.347 0-0.182-0.078-0.332-0.232-0.449-0.153-0.118-0.395-0.177-0.727-0.177h-1.418v1.276z" stroke-width="1pt" transform="matrix(.70851 -.18757 .19571 .7318 19.664 232.01)"/>
<path id="path2196" d="m427.64 510.86 1.72-3.855h0.638l1.833 3.855h-0.675l-0.522-1.168h-1.873l-0.491 1.168h-0.63zm1.292-1.584h1.518l-0.467-1.067c-0.143-0.324-0.248-0.591-0.318-0.8-0.057 0.248-0.137 0.493-0.241 0.737l-0.492 1.13z" stroke-width="1pt" transform="matrix(.67948 -.27472 .28571 .70157 -13.761 284.59)"/>
<path id="path2200" d="m411.43 510.86v-3.855h1.68c0.342 0 0.616 0.039 0.822 0.118 0.208 0.077 0.369 0.197 0.486 0.36 0.117 0.161 0.177 0.331 0.177 0.508 0 0.164-0.052 0.32-0.156 0.465s-0.261 0.263-0.471 0.352c0.271 0.069 0.479 0.185 0.624 0.35 0.146 0.165 0.22 0.359 0.22 0.584 0 0.181-0.045 0.349-0.135 0.505-0.087 0.154-0.196 0.273-0.327 0.357-0.13 0.085-0.294 0.148-0.492 0.192-0.195 0.043-0.435 0.064-0.72 0.064h-1.708zm0.593-2.236h0.968c0.262 0 0.451-0.015 0.565-0.044 0.15-0.039 0.264-0.103 0.339-0.192 0.077-0.09 0.116-0.202 0.116-0.337 0-0.128-0.036-0.24-0.107-0.336-0.071-0.099-0.173-0.165-0.305-0.2-0.132-0.037-0.36-0.056-0.681-0.056h-0.895v1.165zm0 1.781h1.115c0.191 0 0.326-0.007 0.403-0.019 0.136-0.021 0.25-0.056 0.342-0.105 0.091-0.049 0.167-0.12 0.226-0.213 0.059-0.095 0.089-0.203 0.089-0.326 0-0.144-0.043-0.268-0.129-0.374-0.085-0.107-0.205-0.181-0.357-0.223-0.151-0.044-0.369-0.066-0.654-0.066h-1.035v1.326z" stroke-width="1pt" transform="matrix(.71694 -.15221 .15919 .74060 34.549 212.93)"/>
</g>
<g id="g2330" transform="matrix(1.1675 0 0 1.1402 -70.15 -680.7)" stroke="#000" fill="#ffc200">
<path id="path2224" d="m658.63 787.09v-8.59h1.136v7.577h4.231v1.013h-5.367z" transform="matrix(-.92759 .37361 -.37361 -.92759 1345.6 1359.3)" stroke-width=".23547"/>
<path id="path2229" d="m636.87 787.09v-7.576h-2.83v-1.014h6.809v1.014h-2.842v7.576h-1.137z" transform="matrix(-.69841 .71570 -.71570 -.69841 1465.5 957.27)" stroke-width=".23547"/>
<path id="path2230" d="m626 787.09v-8.59h1.166l4.512 6.745v-6.745h1.089v8.59h-1.166l-4.511-6.75v6.75h-1.09z" transform="matrix(-.71790 .69615 -.69615 -.71790 1462.1 984.87)" stroke-width=".23547"/>
<path id="path2231" d="m618.03 787.09v-8.59h6.211v1.014h-5.074v2.631h4.752v1.008h-4.752v2.924h5.273v1.013h-6.41z" transform="matrix(-.53863 .84254 -.84254 -.53863 1463.9 752.4)" stroke-width=".23547"/>
<path id="path2232" d="m615.47 784.08 1.136 0.287c-0.238 0.933-0.668 1.646-1.289 2.138-0.617 0.489-1.373 0.733-2.267 0.733-0.926 0-1.68-0.188-2.262-0.563-0.578-0.379-1.02-0.926-1.324-1.64-0.301-0.715-0.451-1.483-0.451-2.303 0-0.895 0.169-1.674 0.509-2.338 0.344-0.668 0.83-1.174 1.459-1.518 0.633-0.347 1.328-0.521 2.086-0.521 0.86 0 1.582 0.219 2.168 0.656 0.586 0.438 0.994 1.053 1.225 1.846l-1.119 0.264c-0.2-0.625-0.489-1.081-0.868-1.366-0.378-0.285-0.855-0.427-1.429-0.427-0.66 0-1.213 0.158-1.658 0.474-0.442 0.317-0.752 0.742-0.932 1.278-0.18 0.531-0.27 1.08-0.27 1.646 0 0.731 0.106 1.369 0.317 1.916 0.215 0.543 0.547 0.949 0.996 1.219 0.449 0.269 0.935 0.404 1.459 0.404 0.637 0 1.176-0.183 1.617-0.551 0.441-0.367 0.74-0.912 0.897-1.634z" transform="matrix(-.53863 .84254 -.84254 -.53863 1463.9 752.4)" stroke-width=".23547"/>
<path id="path2235" d="m595.47 784.08 1.136 0.287c-0.238 0.933-0.668 1.646-1.289 2.138-0.617 0.489-1.373 0.733-2.267 0.733-0.926 0-1.68-0.188-2.262-0.563-0.578-0.379-1.02-0.926-1.324-1.64-0.301-0.715-0.451-1.483-0.451-2.303 0-0.895 0.17-1.674 0.509-2.338 0.344-0.668 0.83-1.174 1.459-1.518 0.633-0.347 1.329-0.521 2.086-0.521 0.86 0 1.582 0.219 2.168 0.656 0.586 0.438 0.994 1.053 1.225 1.846l-1.119 0.264c-0.199-0.625-0.489-1.081-0.867-1.366-0.379-0.285-0.856-0.427-1.43-0.427-0.66 0-1.213 0.158-1.658 0.474-0.442 0.317-0.752 0.742-0.932 1.278-0.18 0.531-0.269 1.08-0.269 1.646 0 0.731 0.105 1.369 0.316 1.916 0.215 0.543 0.547 0.949 0.996 1.219 0.449 0.269 0.936 0.404 1.459 0.404 0.637 0 1.176-0.183 1.617-0.551 0.442-0.367 0.74-0.912 0.897-1.634z" transform="matrix(.041044 .99916 -.99916 .041044 1238.1 197.35)" stroke-width=".23547"/>
<path id="path2236" d="m586.2 787.09v-8.59h1.137v8.59h-1.137z" transform="matrix(.062568 .99804 -.99804 .062568 1225.2 180.85)" stroke-width=".23547"/>
<path id="path2239" d="m569.36 787.09v-8.59h6.211v1.014h-5.074v2.631h4.752v1.008h-4.752v2.924h5.273v1.013h-6.41z" transform="matrix(.27892 .96031 -.96031 .27892 1069.5 30.595)" stroke-width=".23547"/>
<path id="path2240" d="m559.31 787.09v-8.59h1.711l2.033 6.082c0.187 0.567 0.324 0.991 0.41 1.272 0.098-0.313 0.25-0.772 0.457-1.377l2.057-5.977h1.529v8.59h-1.096v-7.189l-2.496 7.189h-1.025l-2.485-7.312v7.312h-1.095z" transform="matrix(.39832 .91725 -.91725 .39832 967.25 -38.512)" stroke-width=".23547"/>
<path id="path2245" d="m533.28 787.09v-8.59h1.137v7.577h4.23v1.013h-5.367z" transform="matrix(.82363 .56713 -.56713 .82363 456.04 -183.4)" stroke-width=".23547"/>
<path id="path2246" d="m521.31 787.09v-8.59h1.166l4.512 6.745v-6.745h1.09v8.59h-1.166l-4.512-6.75v6.75h-1.09z" transform="matrix(.90738 .42032 -.42032 .90738 296.41 -171.77)" stroke-width=".23547"/>
<path id="path2247" d="m513.34 787.09v-8.59h6.211v1.014h-5.075v2.631h4.752v1.008h-4.752v2.924h5.274v1.013h-6.41z" transform="matrix(.92620 .37704 -.37704 .92620 252.81 -164.15)" stroke-width=".23547"/>
<path id="path2256" d="m469.77 787.09-3.328-8.59h1.231l2.232 6.241c0.18 0.5 0.33 0.968 0.451 1.406 0.133-0.469 0.288-0.938 0.463-1.406l2.321-6.241h1.16l-3.363 8.59h-1.167z" transform="matrix(.95764 -.28798 .28798 .95764 -289.63 143.26)" stroke-width=".23547"/>
<path id="path2257" d="m460.59 787.09v-8.59h1.136v7.577h4.231v1.013h-5.367z" transform="matrix(.87182 -.48983 .48983 .87182 -407.38 304.93)" stroke-width=".23547"/>
<path id="path2260" d="m444.24 784.33 1.072-0.094c0.051 0.429 0.168 0.783 0.352 1.06 0.187 0.274 0.476 0.496 0.867 0.668 0.391 0.168 0.83 0.252 1.318 0.252 0.434 0 0.817-0.064 1.149-0.193s0.578-0.305 0.738-0.527c0.164-0.227 0.246-0.473 0.246-0.739 0-0.269-0.078-0.504-0.234-0.703-0.156-0.203-0.414-0.373-0.774-0.51-0.23-0.089-0.74-0.228-1.529-0.416-0.789-0.191-1.342-0.371-1.658-0.539-0.41-0.215-0.717-0.48-0.92-0.797-0.199-0.32-0.299-0.677-0.299-1.072 0-0.433 0.123-0.838 0.369-1.213 0.246-0.379 0.606-0.666 1.078-0.861 0.473-0.195 0.998-0.293 1.577-0.293 0.636 0 1.197 0.103 1.681 0.31 0.489 0.204 0.864 0.504 1.125 0.903 0.262 0.398 0.403 0.849 0.422 1.353l-1.09 0.082c-0.058-0.543-0.258-0.953-0.597-1.23-0.336-0.277-0.834-0.416-1.495-0.416-0.687 0-1.189 0.127-1.505 0.381-0.313 0.25-0.469 0.552-0.469 0.908 0 0.309 0.111 0.562 0.334 0.762 0.219 0.199 0.789 0.404 1.711 0.615 0.926 0.207 1.56 0.389 1.904 0.545 0.5 0.23 0.869 0.523 1.108 0.879 0.238 0.351 0.357 0.758 0.357 1.218 0 0.458-0.131 0.889-0.393 1.295-0.261 0.403-0.638 0.717-1.13 0.944-0.489 0.222-1.04 0.334-1.653 0.334-0.777 0-1.43-0.114-1.957-0.34-0.523-0.227-0.935-0.566-1.236-1.02-0.297-0.457-0.453-0.972-0.469-1.546z" transform="matrix(.74566 -.66632 .66632 .74566 -488.97 485.31)" stroke-width=".23547"/>
<path id="path2261" d="m434.58 787.09v-8.59h1.137v7.577h4.23v1.013h-5.367z" transform="matrix(.58768 -.80910 .80910 .58768 -533.1 675.4)" stroke-width=".23547"/>
<path id="path2262" d="m426.64 787.09v-8.59h6.211v1.014h-5.074v2.631h4.752v1.008h-4.752v2.924h5.274v1.013h-6.411z" transform="matrix(.48391 -.87512 .87512 .48391 -539.99 786.15)" stroke-width=".23547"/>
<path id="path2263" d="m415.31 787.09v-8.59h6.211v1.014h-5.075v2.631h4.752v1.008h-4.752v2.924h5.274v1.013h-6.41z" transform="matrix(.21602 -.97639 .97639 .21602 -506.6 1042.6)" stroke-width=".23547"/>
<path id="path2268" d="m392.74 784.08 1.137 0.287c-0.238 0.933-0.668 1.646-1.289 2.138-0.617 0.489-1.373 0.733-2.268 0.733-0.926 0-1.679-0.188-2.261-0.563-0.579-0.379-1.02-0.926-1.325-1.64-0.3-0.715-0.451-1.483-0.451-2.303 0-0.895 0.17-1.674 0.51-2.338 0.344-0.668 0.83-1.174 1.459-1.518 0.633-0.347 1.328-0.521 2.086-0.521 0.859 0 1.582 0.219 2.168 0.656 0.586 0.438 0.994 1.053 1.224 1.846l-1.119 0.264c-0.199-0.625-0.488-1.081-0.867-1.366s-0.855-0.427-1.43-0.427c-0.66 0-1.213 0.158-1.658 0.474-0.441 0.317-0.752 0.742-0.931 1.278-0.18 0.531-0.27 1.08-0.27 1.646 0 0.731 0.105 1.369 0.316 1.916 0.215 0.543 0.547 0.949 0.996 1.219 0.45 0.269 0.936 0.404 1.459 0.404 0.637 0 1.176-0.183 1.618-0.551 0.441-0.367 0.74-0.912 0.896-1.634z" transform="matrix(-.30592 -.95206 .95206 -.30592 -277.14 1448.5)" stroke-width=".23547"/>
<path id="path2269" d="m383.47 787.09v-8.59h1.136v8.59h-1.136z" transform="matrix(-.44366 -.89619 .89619 -.44366 -179.9 1535.7)" stroke-width=".23547"/>
<path id="path2270" d="m376.56 787.09v-8.59h1.136v7.577h4.231v1.013h-5.367z" transform="matrix(-.39402 -.91910 .91910 -.39402 -216.93 1504.8)" stroke-width=".23547"/>
<path id="path2274" d="m365.57 778.5h1.137v4.963c0 0.864-0.098 1.549-0.293 2.057s-0.549 0.922-1.061 1.242c-0.507 0.317-1.175 0.475-2.003 0.475-0.805 0-1.463-0.139-1.975-0.416-0.512-0.278-0.877-0.678-1.096-1.201-0.219-0.528-0.328-1.247-0.328-2.157v-4.963h1.137v4.957c0 0.747 0.068 1.297 0.205 1.653 0.141 0.351 0.379 0.623 0.715 0.814 0.34 0.192 0.754 0.287 1.242 0.287 0.836 0 1.432-0.189 1.787-0.568s0.533-1.107 0.533-2.186v-4.957z" transform="matrix(-.64987 -.76005 .76005 -.64987 3.0678 1646.8)" stroke-width=".23547"/>
<path id="path2277" d="m343.95 787.09v-8.59h6.211v1.014h-5.074v2.631h4.752v1.008h-4.752v2.924h5.273v1.013h-6.41z" transform="matrix(-.78432 -.62036 .62036 -.78432 160.13 1701.9)" stroke-width=".23547"/>
<path id="path2282" d="m649.73 787.09 3.299-8.59h1.225l3.515 8.59h-1.295l-1.001-2.601h-3.592l-0.944 2.601h-1.207zm2.479-3.527h2.912l-0.897-2.379c-0.273-0.723-0.476-1.316-0.609-1.781-0.109 0.551-0.264 1.097-0.463 1.64l-0.943 2.52z" transform="matrix(-.85840 .51298 -.51298 -.85840 1410.4 1212.7)" stroke-width=".23547"/>
<path id="path2285" d="m642.03 787.09v-8.59h3.809c0.765 0 1.348 0.079 1.746 0.235 0.398 0.152 0.717 0.424 0.955 0.814 0.238 0.391 0.357 0.823 0.357 1.295 0 0.61-0.197 1.123-0.591 1.541-0.395 0.418-1.004 0.684-1.828 0.797 0.3 0.145 0.529 0.287 0.685 0.428 0.332 0.304 0.647 0.685 0.943 1.142l1.495 2.338h-1.43l-1.137-1.787c-0.332-0.515-0.605-0.91-0.82-1.183-0.215-0.274-0.408-0.465-0.58-0.575-0.168-0.109-0.34-0.185-0.516-0.228-0.129-0.028-0.34-0.041-0.633-0.041h-1.318v3.814h-1.137zm1.137-4.799h2.443c0.52 0 0.926-0.052 1.219-0.158 0.293-0.109 0.516-0.281 0.668-0.515 0.152-0.239 0.229-0.496 0.229-0.774 0-0.406-0.149-0.74-0.446-1.002-0.293-0.261-0.758-0.392-1.394-0.392h-2.719v2.841z" transform="matrix(-.76054 .64929 -.64929 -.76054 1454.5 1047.6)" stroke-width=".23547"/>
<path id="path2288" d="m597.06 787.09 3.299-8.59h1.225l3.515 8.59h-1.294l-1.002-2.601h-3.592l-0.944 2.601h-1.207zm2.479-3.527h2.912l-0.896-2.379c-0.274-0.723-0.477-1.316-0.61-1.781-0.109 0.551-0.263 1.097-0.463 1.64l-0.943 2.52z" transform="matrix(-0.305 .95235 -.95235 -0.305 1407.9 497.69)" stroke-width=".23547"/>
<path id="path2291" d="m577.36 787.09v-8.59h3.809c0.766 0 1.348 0.079 1.746 0.235 0.398 0.152 0.717 0.424 0.955 0.814 0.238 0.391 0.358 0.823 0.358 1.295 0 0.61-0.198 1.123-0.592 1.541-0.395 0.418-1.004 0.684-1.828 0.797 0.3 0.145 0.529 0.287 0.685 0.428 0.332 0.304 0.647 0.685 0.944 1.142l1.494 2.338h-1.43l-1.137-1.787c-0.332-0.515-0.605-0.91-0.82-1.183-0.215-0.274-0.408-0.465-0.58-0.575-0.168-0.109-0.34-0.185-0.516-0.228-0.129-0.028-0.34-0.041-0.633-0.041h-1.318v3.814h-1.137zm1.137-4.799h2.443c0.52 0 0.926-0.052 1.219-0.158 0.293-0.109 0.516-0.281 0.668-0.515 0.152-0.239 0.229-0.496 0.229-0.774 0-0.406-0.149-0.74-0.446-1.002-0.293-0.261-0.757-0.392-1.394-0.392h-2.719v2.841z" transform="matrix(.091323 .99582 -.99582 .091323 1206.1 158.19)" stroke-width=".23547"/>
<path id="path2294" d="m550.39 787.09 3.299-8.59h1.225l3.516 8.59h-1.295l-1.002-2.601h-3.592l-0.943 2.601h-1.208zm2.479-3.527h2.912l-0.896-2.379c-0.274-0.723-0.477-1.316-0.61-1.781-0.109 0.551-0.263 1.097-0.463 1.64l-0.943 2.52z" transform="matrix(.57804 .81601 -.81601 .57804 786.55 -123.64)" stroke-width=".23547"/>
<path id="path2297" d="m539.06 787.09 3.298-8.59h1.225l3.516 8.59h-1.295l-1.002-2.601h-3.592l-0.943 2.601h-1.207zm2.478-3.527h2.912l-0.896-2.379c-0.274-0.723-0.477-1.316-0.61-1.781-0.109 0.551-0.263 1.097-0.463 1.64l-0.943 2.52z" transform="matrix(.73048 .68294 -.68294 .73048 596.94 -172.51)" stroke-width=".23547"/>
<path id="path2300" d="m501.34 787.09v-8.59h3.808c0.766 0 1.348 0.079 1.746 0.235 0.399 0.152 0.717 0.424 0.956 0.814 0.238 0.391 0.357 0.823 0.357 1.295 0 0.61-0.197 1.123-0.592 1.541-0.394 0.418-1.004 0.684-1.828 0.797 0.301 0.145 0.529 0.287 0.686 0.428 0.332 0.304 0.646 0.685 0.943 1.142l1.494 2.338h-1.43l-1.136-1.787c-0.332-0.515-0.606-0.91-0.821-1.183-0.214-0.274-0.408-0.465-0.58-0.575-0.168-0.109-0.34-0.185-0.515-0.228-0.129-0.028-0.34-0.041-0.633-0.041h-1.318v3.814h-1.137zm1.137-4.799h2.443c0.519 0 0.926-0.052 1.219-0.158 0.293-0.109 0.515-0.281 0.668-0.515 0.152-0.239 0.228-0.496 0.228-0.774 0-0.406-0.148-0.74-0.445-1.002-0.293-0.261-0.758-0.392-1.395-0.392h-2.718v2.841z" transform="matrix(.99506 .099294 -.099294 .99506 -4.1174 -77.119)" stroke-width=".23547"/>
<path id="path2303" d="m491.64 782.91c0-1.426 0.382-2.541 1.148-3.346 0.766-0.809 1.754-1.213 2.965-1.213 0.793 0 1.508 0.19 2.144 0.568 0.637 0.379 1.121 0.909 1.453 1.588 0.336 0.676 0.504 1.444 0.504 2.303 0 0.871-0.175 1.65-0.527 2.338-0.352 0.687-0.85 1.209-1.494 1.564-0.645 0.352-1.34 0.528-2.086 0.528-0.809 0-1.531-0.196-2.168-0.586-0.637-0.391-1.119-0.924-1.447-1.6s-0.492-1.39-0.492-2.144zm1.171 0.017c0 1.035 0.278 1.852 0.832 2.449 0.559 0.594 1.258 0.891 2.098 0.891 0.856 0 1.559-0.301 2.109-0.902 0.555-0.602 0.833-1.455 0.833-2.561 0-0.699-0.12-1.308-0.358-1.828-0.234-0.523-0.58-0.928-1.037-1.213-0.453-0.289-0.963-0.433-1.529-0.433-0.805 0-1.498 0.277-2.08 0.832-0.579 0.55-0.868 1.472-0.868 2.765z" transform="matrix(.99506 .099294 -.099294 .99506 -5.0222 -76.774)" stroke-width=".23547"/>
<path id="path2306" d="m483.32 787.09v-8.59h2.959c0.668 0 1.178 0.041 1.53 0.123 0.492 0.114 0.912 0.319 1.259 0.616 0.453 0.383 0.791 0.873 1.014 1.47 0.227 0.594 0.34 1.274 0.34 2.039 0 0.653-0.076 1.231-0.229 1.735-0.152 0.504-0.347 0.922-0.586 1.254-0.238 0.328-0.5 0.588-0.785 0.779-0.281 0.188-0.623 0.33-1.025 0.428-0.399 0.097-0.858 0.146-1.377 0.146h-3.1zm1.137-1.013h1.834c0.566 0 1.01-0.053 1.33-0.159 0.324-0.105 0.582-0.254 0.773-0.445 0.27-0.269 0.479-0.631 0.627-1.084 0.153-0.457 0.229-1.01 0.229-1.658 0-0.899-0.149-1.588-0.445-2.068-0.293-0.485-0.651-0.809-1.073-0.973-0.304-0.117-0.795-0.176-1.47-0.176h-1.805v6.563z" transform="matrix(.98177 -.19006 .19006 .98177 -224.4 76.38)" stroke-width=".23547"/>
<path id="path2309" d="m474.37 787.09 3.299-8.59h1.224l3.516 8.59h-1.295l-1.002-2.601h-3.592l-0.943 2.601h-1.207zm2.478-3.527h2.913l-0.897-2.379c-0.273-0.723-0.476-1.316-0.609-1.781-0.11 0.551-0.264 1.097-0.463 1.64l-0.944 2.52z" transform="matrix(.97410 -.22611 .22611 .97410 -248.74 100.13)" stroke-width=".23547"/>
<path id="path2312" d="m451.69 787.09 3.299-8.59h1.225l3.515 8.59h-1.295l-1.001-2.601h-3.592l-0.944 2.601h-1.207zm2.479-3.527h2.912l-0.897-2.379c-0.273-0.723-0.476-1.316-0.609-1.781-0.109 0.551-0.264 1.097-0.463 1.64l-0.943 2.52z" transform="matrix(.83670 -.54766 .54766 .83670 -436.7 359.63)" stroke-width=".23547"/>
<path id="path2315" d="m406.62 787.09v-8.59h2.959c0.668 0 1.178 0.041 1.529 0.123 0.493 0.114 0.913 0.319 1.26 0.616 0.453 0.383 0.791 0.873 1.014 1.47 0.226 0.594 0.34 1.274 0.34 2.039 0 0.653-0.076 1.231-0.229 1.735-0.152 0.504-0.347 0.922-0.586 1.254-0.238 0.328-0.5 0.588-0.785 0.779-0.281 0.188-0.623 0.33-1.025 0.428-0.399 0.097-0.858 0.146-1.377 0.146h-3.1zm1.137-1.013h1.834c0.566 0 1.01-0.053 1.33-0.159 0.324-0.105 0.582-0.254 0.773-0.445 0.27-0.269 0.479-0.631 0.627-1.084 0.153-0.457 0.229-1.01 0.229-1.658 0-0.899-0.149-1.588-0.445-2.068-0.293-0.485-0.651-0.809-1.073-0.973-0.304-0.117-0.795-0.176-1.47-0.176h-1.805v6.563z" transform="matrix(.092183 -.99574 .99574 .092183 -470.32 1147.6)" stroke-width=".23547"/>
<path id="path2318" d="m394.34 787.09 3.299-8.59h1.224l3.516 8.59h-1.295l-1.002-2.601h-3.592l-0.943 2.601h-1.207zm2.478-3.527h2.913l-0.897-2.379c-0.273-0.723-0.477-1.316-0.609-1.781-0.11 0.551-0.264 1.097-0.463 1.64l-0.944 2.52z" transform="matrix(-.074652 -.99721 .99721 -.074652 -403.83 1284.4)" stroke-width=".23547"/>
<path id="path2322" d="m368.55 787.09v-8.59h3.222c0.657 0 1.182 0.088 1.576 0.264 0.399 0.172 0.709 0.44 0.932 0.803 0.227 0.359 0.34 0.736 0.34 1.131 0 0.367-0.1 0.713-0.299 1.037s-0.5 0.586-0.902 0.785c0.519 0.152 0.918 0.412 1.195 0.779 0.281 0.367 0.422 0.801 0.422 1.301 0 0.402-0.086 0.777-0.258 1.125-0.168 0.344-0.377 0.609-0.627 0.797-0.25 0.187-0.564 0.33-0.943 0.428-0.375 0.093-0.836 0.14-1.383 0.14h-3.275zm1.136-4.98h1.858c0.504 0 0.865-0.033 1.084-0.1 0.289-0.086 0.506-0.228 0.65-0.428 0.149-0.199 0.223-0.449 0.223-0.75 0-0.285-0.069-0.535-0.205-0.75-0.137-0.218-0.332-0.367-0.586-0.445-0.254-0.082-0.69-0.123-1.307-0.123h-1.717v2.596zm0 3.967h2.139c0.367 0 0.625-0.014 0.773-0.041 0.262-0.047 0.481-0.125 0.657-0.235 0.176-0.109 0.32-0.267 0.433-0.474 0.114-0.211 0.17-0.454 0.17-0.727 0-0.32-0.082-0.598-0.246-0.832-0.164-0.238-0.392-0.404-0.685-0.498-0.289-0.098-0.707-0.147-1.254-0.147h-1.987v2.954z" transform="matrix(-.57221 -.82010 .82010 -.57221 -72.284 1607.9)" stroke-width=".23547"/>
<path id="path2325" d="m351.93 787.09v-8.59h3.24c0.57 0 1.006 0.028 1.306 0.082 0.422 0.071 0.776 0.206 1.061 0.405 0.285 0.195 0.514 0.47 0.686 0.826 0.175 0.355 0.263 0.746 0.263 1.172 0 0.73-0.232 1.349-0.697 1.857-0.465 0.504-1.305 0.756-2.52 0.756h-2.203v3.492h-1.136zm1.136-4.506h2.221c0.734 0 1.256-0.136 1.564-0.41 0.309-0.273 0.463-0.658 0.463-1.154 0-0.359-0.091-0.666-0.275-0.92-0.18-0.258-0.418-0.428-0.715-0.51-0.191-0.051-0.545-0.076-1.06-0.076h-2.198v3.07z" transform="matrix(-.74471 -.66739 .66739 -.74471 109.09 1687.7)" stroke-width=".23547"/>
<path id="path2328" d="m335.28 787.09v-8.59h3.809c0.765 0 1.348 0.079 1.746 0.235 0.398 0.152 0.717 0.424 0.955 0.814 0.238 0.391 0.357 0.823 0.357 1.295 0 0.61-0.197 1.123-0.591 1.541-0.395 0.418-1.004 0.684-1.828 0.797 0.3 0.145 0.529 0.287 0.685 0.428 0.332 0.304 0.647 0.685 0.943 1.142l1.495 2.338h-1.43l-1.137-1.787c-0.332-0.515-0.605-0.91-0.82-1.183-0.215-0.274-0.408-0.465-0.58-0.575-0.168-0.109-0.34-0.185-0.516-0.228-0.129-0.028-0.34-0.041-0.633-0.041h-1.318v3.814h-1.137zm1.137-4.799h2.443c0.52 0 0.926-0.052 1.219-0.158 0.293-0.109 0.516-0.281 0.668-0.515 0.152-0.239 0.229-0.496 0.229-0.774 0-0.406-0.149-0.74-0.446-1.002-0.293-0.261-0.758-0.392-1.394-0.392h-2.719v2.841z" transform="matrix(-.85581 -.51728 .51728 -.85581 265.87 1722.7)" stroke-width=".23547"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 73 KiB